@charset "UTF-8";
@import url(reset.css);
@import url(https://fonts.googleapis.com/css?family=Product+Sans);
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;800;900&display=swap');


/* Base Common Styles
------------------------------ */
body {
	font-family: 'Product Sans', 'Hiragino Maru Gothic Pro', 'メイリオ', sans-serif;
	background: #fff13e url(/static/funassyi/fanclub-pc/bg_pattern.gif) center top repeat;
}

.sp {
	display: none;
}

a:hover {
	text-decoration: none;
}

.detail__btn a {
	display: block;
	width: fit-content;
	margin: 0 auto 3em;
	padding: 10px;
	border-radius: 20px;
	background: #7DCCF3;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	transition: background-color .2s;
}

.detail__btn a:hover {
	background: #ff4545;
}

.list__more a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #333333;
	text-decoration: none;
	transition: all .1s ease;
}

.list__more a::after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border: solid #333333 1px;
	border-radius: 50%;
	background: url(/static/funassyi/fanclub-pc/renew1701/arrow_s_r.png) center center no-repeat;
}

.fadein,
.hdr_fadein {
	opacity: 0;
}

.hide {
	display: none;
}

.contentTop {
	overflow: hidden;
	width: 950px;
	margin: 70px auto 55px;
}

#content .seTitle {
	font-size: 11px;
	line-height: 11px;
	color: #333;
}

#content .seTitle img {
	display: block;
	margin: 8px 0 25px;
}

.post .label {
	color: #fff;
	font-size: 11px;
	line-height: 22px;
	display: inline-block;
	padding: 0 20px;
	margin: 0 10px 15px 0;
	background: #7dccf3;
	letter-spacing: 0.05em;
}

.ph {
	display: block;
	line-height: 0;
	position: relative;
}

.ph .dummy {
	display: block;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.post img {
	margin-bottom: 20px;
}

.page #content {
	width: 750px;
	margin: 0 auto 140px;
}

.page #pageContent {
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.05em;
}

.page #pageContent .secTitle {
	background: #7dccf3;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 15px;
}

.page #pageContent .secTitle a {
	color: #333;
}

.page #pageContent .desc {
	color: #333;
	margin-bottom: 40px;
}

.page #pageContent .desc:last-child {
	margin-bottom: 0;
}


/* Header
------------------------------ */
#header {
	background: #fff13e;
	padding: 28px 0 130px;
	position: relative;
}

#header .sitetitle a {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -165px;
}

#header .sitetitle a {
	width: 329px;
	height: 136px;
	background: url(/static/funassyi/fanclub-pc/title_01.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#header .topNews {
	font-size: 15px;
	letter-spacing: 0.04em;
	color: #333;
	text-align: center;
	line-height: 40px;
	background: #fff;
}


/* App
======================================= */
.body--app__new {
	padding: 0;
}


/* Carousel
------------------------------ */
.slick-arrow.slick-hidden {
	display: none;
}

#mainSlide {
	height: 450px;
}

#mainSlide img {
	max-height: 450px;
}

#mainSlide .slick-slide {
	margin: 0;
}

#mainSlide .slick-arrow {
	position: absolute;
	top: 46%;
	z-index: 100;
	border: none;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-indent: -9999px;
	background: transparent url(/static/funassyi/fanclub-pc/slide_arrow.png) no-repeat;
	border: 1px solid #fff;
	cursor: pointer;
	transition: all 0.1s ease;
	outline: none;
}

#mainSlide .slick-prev {
	background-position: left center;
	left: 30px;
}

#mainSlide .slick-next {
	background-position: right center;
	right: 30px;
}

#mainSlide .slick-prev:hover {
	background-position: -3px center;
}

#mainSlide .slick-next:hover {
	background-position: -38px center;
}

#mainSlide .bio .slick-arrow {
	top: 50%;
	margin-top: -20px;
	background-color: transparent;
	border: 1px solid #fff;
}

#mainSlide .slick-dots {
	position: absolute;
	bottom: 175px;
	left: 0;
	text-align: center;
	width: 100%;
}

#mainSlide .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

#mainSlide .slick-dots li button {
	border: none;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	outline: none;
}

#mainSlide .slick-dots li button:hover,
#mainSlide .slick-dots li.slick-active button {
	background: #ff4545;
}


/* Navigation
------------------------------ */
#gNav,
#gNavHome {
	padding: 33px 0;
	background: #7dccf3;
	text-align: center;
}

#gNav a,
#gNav a span,
#gNavHome a,
#gNavHome a span {
	display: block;
	position: relative;
	text-decoration: none;
}

#gNavHome {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.home #gNav {
	display: none;
}

#gNavHome .title {
	display: inline-block;
	width: 124px;
	margin-right: 40px;
	color: #333;
	font-size: 11px;
	line-height: 24px;
}

#gNavHome a {
	font-size: 18px;
}

#gNavHome a:hover span {
	opacity: 0;
}

#gNavHome a:hover:after {
	content: attr(title);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #ff4545;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}

.topJoin {
	width: 950px;
	margin: 0 auto 28px;
	text-align: right;
	letter-spacing: -.40em;
}

.topJoin .navJoin li {
	display: inline-block;
	position: relative;
	margin-left: 8px;
	letter-spacing: normal;
}


.gnavBlock {
	height: 20px;
	background: #00aeeb;
}

#gNav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	padding: 23px 0;
	background: rgba(125, 204, 243, 0.95);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}

#gNav .wrap {
	/*
	width: 1000px;
	margin: 0 auto;
	*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 96vw;
	max-width: 1080px;
	margin: 0 auto;
}

#gNav .innerWrap {
	display: flex;
	flex-wrap: nowrap;
}

#gNav .title {
	max-width: 156px;
	height: 65px;
	margin-top: -10px;
	background: url(/static/funassyi/fanclub-pc/title_01_2.png) left center no-repeat;
	background-size: contain;
	text-indent: -9999px;
	float: left;
}

#gNav .title a {
	display: block;
	width: 135px;
	height: 54px;
}

#gNav .navMain a,
#gNav .navMember a {
	font-size: 14px;
}

#gNav .navMain a:hover span,
#gNav .navMember a:hover span {
	opacity: 0;
}

#gNav .navMain a:hover:after,
#gNav .navMember a:hover:after {
	content: attr(title);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	color: #ff4545;
	text-align: center;
}

#gNav li,
#gNavHome li {
	display: inline-block;
	margin-right: 18px;
}

#gNav li:last-child,
#gNavHome li:last-child {
	margin-right: 0;
}

.navJoin {
	display: flex;
	flex-wrap: nowrap;
}

#gNav .inner {
	position: relative;
	top: -3px;
}

#gNavHome .navMain {
	margin: 0 20px 16px;
}

#gNav .navMain {
	margin: 0 20px 10px;
}

#gNav .navMember {
	margin-bottom: 0;
}

.navMain a {
	color: #fff;
	line-height: 1em;
}

.navMember a {
	color: #fff13e;
	line-height: 1em;
}

.navJoin a {
	display: block;
	line-height: 54px;
	text-align: center;
	text-decoration: none;
	border-radius: 27px;
}

.navJoin a .bg {
	display: block;
	height: 54px;
	width: 54px;
	border-radius: 50%;
	transform: scale(1);
	transition: all .1s ease;
}

.navJoin a:hover .bg,
.topJoin .navJoin .linkLogin a:hover .bg {
	transform: scale(.82);
}

.navJoin a .txt {
	display: block;
	line-height: 54px;
	font-size: 11px;
	height: 54px;
	width: 54px;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 10;
}

#gNav .navJoin .linkJoin {
	margin-right: 8px;
}

#gNav .navJoin li:first-of-type:last-of-type {
	margin-right: 0;
}

.navJoin .linkJoin a .bg {
	background: #ff4545;
}

.navJoin .linkJoin a .txt,
.navJoin .linkLogout a .txt {
	line-height: 15px;
	padding-top: 12px;
}

.navJoin .linkJoin a .txt {
	color: #fff13e;
}

.navJoin .linkLogout a .txt {
	color: #ff4545;
}

.navJoin .linkLogout a .bg {
	background: #fff13e;
}

.topJoin .navJoin .linkLogin a .bg {
	background: #7dccf3;
}

.topJoin .navJoin .linkLogin a {
	color: #ff4545;
}

.navJoin .linkLogin a .bg {
	background: #fff13e;
}

.navJoin .linkLogin a .txt {
	color: #ff4545;
}


/* Video Common Style
------------------------------ */
video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.video {
	position: relative;
	padding-top: 56.25%;
}

.video iframe,
.video embed,
.video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


/* Stream
------------------------------ */
.streamBannerwrap,
.streamBanner {
	width: 100%;
	position: relative;
}

.streamBannerwrap .streamOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
}

.streamBannerwrap .streamOverlay .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -102px 0 0 -80px;
	text-align: center;
}

.streamOverlay .gifanime {
	display: block;
	width: 106px;
	margin: 0 auto 20px;
	text-align: center;
}

.streamOverlay .blink {
	-webkit-animation: blink 1s linear infinite alternate;
	-moz-animation: blink 1s linear infinite alternate;
	animation: blink 1s linear infinite alternate;
}


/* Animation Keyframes
------------------------------ */
@-webkit-keyframes blink {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.4;
	}
}

@-moz-keyframes blink {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.4;
	}
}

@keyframes blink {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.4;
	}
}


/* Section Left
------------------------------ */
#secLeft {
	width: 460px;
	float: left;
}

#secLeft .secNew .post {
	margin-bottom: 80px;
}

#secLeft .secNew .post .title a,
#secProgram #nextProgram .post .title a {
	font-size: 16px;
	line-height: 20px;
	color: #ff4545;
}

#secLeft .secReccomend {
	margin-right: -10px;
}

#secLeft .secReccomend .post {
	margin-bottom: 25px;
}

#secLeft .secReccomend .post .title a,
#otherProgram .post .title a {
	font-size: 14px;
	line-height: 16px;
	color: #ff4545;
}

#secLeft .secReccomend .post {
	width: 225px;
	float: left;
	margin-right: 10px;
}


/* Section Right
------------------------------ */
#secRight {
	width: 440px;
	float: right;
	margin-bottom: 80px;
}

#secRight .topicMenu {
	margin-bottom: 25px;
}

#secRight .topicMenu li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.05em;
	border-radius: 14px;
	padding: 0 30px;
	background: #7dccf3;
	margin-right: 7px;
	cursor: pointer;
}

#secRight .topicMenu li.active,
#secRight .topicMenu li:hover {
	background: #ff4545;
}

#secRight .topicbox {
	margin-bottom: 80px;
}

#secRight .topicbox li {
	margin-bottom: 25px;
}

#secRight .label {
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	background: #7dccf3;
}

#secRight .postdate {
	font-size: 12px;
	line-height: 20px;
	color: #ff4545;
	letter-spacing: 0.05em;
	display: inline-block;
}

#secRight .topicNews .postdate {
	margin-bottom: 5px;
}

#secRight .topicEvent .postdate {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 8px;
}

#secRight .posttitle {
	display: block;
}

#secRight .topicMedia .posttitle {
	padding-top: 10px;
}

#secRight .posttitle a {
	color: #333;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.04em;
}

#secRight #blogSec li {
	margin-bottom: 25px;
}

#secRight #blogSec li:last-child {
	margin-bottom: 30px;
}

#secRight .moreblog {
	text-align: right;
	font-size: 13px;
	line-height: 30px;
	color: #333;
}

#secRight .moreblog a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: #333 solid 1px;
	border-radius: 50%;
	background: url(/static/funassyi/fanclub-pc/arrow_s_r.png) center center no-repeat;
	margin-left: 10px;
	transition: all 0.1s ease;
}

#secRight .moreblog a:hover {
	background-position: 2px center;
}


/* Section Program
------------------------------ */
#secProgram {
	width: 950px;
	margin: 0 auto 100px;
}

#secProgram .programTtl {
	padding-left: 50px;
	background: url(/static/funassyi/fanclub-pc/title_06_bg.png) left center no-repeat;
}

#secProgram #nextProgram {
	overflow: hidden;
	margin: 0 -30px 60px 0;
}

#nextProgram .post .subTxt,
#otherProgram .postdate {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #7dccf3;
}

#otherProgram {
	margin: 0 -10px 50px 0;
}

#otherProgram li {
	width: 310px;
	float: left;
	margin-right: 10px;
}

#secProgram #nextProgram li {
	width: 460px;
	float: left;
	margin-right: 30px;
}

#secProgram #nextProgram .post .nextTtl img {
	margin-bottom: 15px;
}

#secProgram #nextProgram .post .title {
	margin-bottom: 10px;
}

#secProgram .post .desc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

#secProgram #otherProgram .post {
	position: relative;
	margin-bottom: 22px;
	overflow: visible;
}

#secProgram #otherProgram .post .newLabel {
	color: #fff;
	font-size: 11px;
	line-height: 42px;
	text-align: center;
	background: #ff4545;
	border: 4px solid #fff13e;
	border-radius: 50%;
	width: 50px;
	position: absolute;
	top: -10px;
	right: -10px;
}

#secProgram #otherProgram .post .title {
	margin-bottom: 15px;
}

#secProgram .moreprogram {
	text-align: center;
	font-size: 13px;
	line-height: 13px;
	color: #333;
	margin-bottom: 140px;
}

#secProgram .moreprogram span {
	display: block;
	width: 30px;
	height: 30px;
	border: #333 solid 1px;
	border-radius: 50%;
	background: url(/static/funassyi/fanclub-pc/arrow_s_b.png) center center no-repeat;
	margin: 0 auto 15px;
	transition: all 0.1s ease;
}

#secProgram .moreprogram span:hover {
	background-position: center 2px;
	cursor: pointer;
}

.lower #secProgram {
	width: 100%;
}

.lower #secProgram #nextProgram {
	display: flex;
}

.lower #secProgram #nextProgram li {
	width: 46%;
}

.lower #secProgram #nextProgram li:nth-of-type(2) {
	display: none;
}

.lower #secProgram #nextProgram .postThumb img {
	width: 100%;
	background: no-repeat center;
	background-size: cover;
}


/* Section SNS
------------------------------ */
#secSns {
	color: #333333;
	font-size: 13px;
	text-align: center;
	line-height: 13px;
}
#secSns .snsList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 960px;
	margin: 20px auto 70px;
}
#secSns .snsList li {
	display: flex;
	width: 18.4%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#secSns .snsList li:last-of-type {
	margin-right: 0;
}
#secSns .snsList li a {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 5px;
	border-radius: 35px;
	background: #7dccf3;
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
	line-height: 18px;
}
#secSns .snsList li a img {
	display: inline-block;
	width: 60px;
	margin-right: .5em;
	border-radius: 50%;
	transform: scale(1);
	transition: transform .1s ease;
	vertical-align: top;
}
#secSns .snsList li a:hover img {
	transform: scale(0.85);
}

/* Footer
------------------------------ */
#footer {
	overflow: hidden;
	padding-top: 40px;
	background: #ff4545;
	color: #fff;
}
#footer .inner {
	position: relative;
	width: 93%;
	max-width: 950px;
	margin: 0 auto;
}
#footer #footNav {
	width: 75%;
	padding: 40px 0 70px;
}
#footer #footNav li {
	display: inline-block;
	margin: 0 15px 10px 0;
}
#footer #footNav li a {
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}
#footer .pagetop {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30%;
	max-width: 233px;
	margin-left: 17vw;
	transform: translate3d(0, 50%, 0);
	transition: all .2s linear;
}
#footer .pagetop:hover {
	bottom: -20px;
	transition: all .2s linear;
}
#footer .copyright {
	font-size: 11px;
	line-height: 11px;
	padding-bottom: 15px;
}


/* Lower
------------------------------ */
.lower #header {
	height: 250px;
	background: url(/static/funassyi/fanclub-pc/header_bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.news #header {
	background: url(/static/funassyi/fanclub-pc/header_01_news.png) center top repeat-x;
}

.media #header {
	background: url(/static/funassyi/fanclub-pc/header_02_media.png) center top repeat-x;
}

.live #header {
	background: url(/static/funassyi/fanclub-pc/header_03_live.png) center top repeat-x;
}

.program #header {
	background: url(/static/funassyi/fanclub-pc/header_04_program.png) center top repeat-x;
}

.blog #header {
	background: url(/static/funassyi/fanclub-pc/header_05_blog.png) center top repeat-x;
}

.disco #header {
	background: url(/static/funassyi/fanclub-pc/header_06_disco.png) center top repeat-x;
}

.download #header {
	background: url(/static/funassyi/fanclub-pc/header_07_download.png) center top repeat-x;
}

.policy #header {
	background: url(/static/funassyi/fanclub-pc/header_08_privacypolicy.png) center top repeat-x;
}

.terms #header {
	background: url(/static/funassyi/fanclub-pc/header_09_termsofuse.png) center top repeat-x;
}

.transaction #header {
	background: url(/static/funassyi/fanclub-pc/header_10_AOSCT.png) center top repeat-x;
}

.questionnaire #header {
	background: url(/static/funassyi/fanclub-pc/header_13_questionnaire.png) center top repeat-x;
}

.faq #header {
	background: url(/static/funassyi/fanclub-pc/header_12_faq-contact.png) center top repeat-x;
}

.page--movie #header {
	background: url(/static/funassyi/fanclub-pc/header_14_movie.png) center top repeat-x;
}

.about #header {
	background-image: none;
	background-color: #00aeeb;
}

.lower #header .pagetitle {
	color: #ff4545;
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 35px;
	z-index: 100;
}

.lower #header .pagetitle img {
	margin: 10px auto 0;
}

.lower.about #header .pagetitle,
/*.lower.movie #header .pagetitle,*/
.lower.stream #header .pagetitle,
.lower.bio #header .pagetitle {
	color: #fff23f;
}

/*.lower.movie #header .pagetitle,*/
.lower.stream #header .pagetitle {
	bottom: -5px;
}

.lower #gNav.fixed {
	background: none;
	box-shadow: none;
	transition: all .3s linear;
}

.lower #content {
	overflow: hidden;
	width: 93%;
	max-width: 950px;
	min-height: 40vh;
	margin: 0 auto;
	padding: 100px 0 0;
}

.block--content__inner {
	display: flex;
	justify-content: space-between;
}

.lower #content .postWrap {
	width: 70%;
	max-width: 630px;
	padding-bottom: 140px;
}

.lower #content .post {
	background: url(/static/funassyi/fanclub-pc/post_bg.png) center bottom no-repeat;
	overflow: hidden;
	padding-bottom: 35px;
	margin-bottom: 50px;
}

.lower #content .post:last-child {
	background: none;
}

.lower #content .post .postDate {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #7dccf3;
}

.lower #content .post .postTitle {
	font-size: 18px;
	line-height: 22px;
	color: #ff4545;
	margin-bottom: 15px;
}

.lower #content .post .postTitle a {
	color: #ff4545;
}

.lower #content .post .postDesc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 50px;
}

.lower #content .post .postDesc a {
	color: #7dccf3;
}

.lower #content .post .postDesc img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 25px auto;
}



.lower #content #sidebar {
	width: 27%;
	max-width: 252px;
}

.lower #content #sidebar .title {
	margin-bottom: 30px;
}

.lower #content #sidebar .recentWrap {
	margin-bottom: 10px;
}

.lower #content #sidebar .postDate {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #7dccf3;
}

.lower #content #sidebar .postTitle a {
	font-size: 13px;
	line-height: 18px;
	color: #ff4545;
}

.lower #content #sidebar .postMeta {
	padding-bottom: 5px;
}

.lower #content #sidebar .label {
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	letter-spacing: 0.05em;
	width: 80px;
	display: inline-block;
	margin-right: 10px;
	background: #7dccf3;
}

.lower #content .mediaPost .post .postDate {
	font-size: 22px;
}

.lower #content #sidebar.sideMedia .postDate {
	display: inline;
}

.lower #content .eventPost .post .postDate {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 15px;
}

.lower #content #sidebar.sideEvent .postDate {
	font-size: 15px;
	line-height: 15px;
}

.lower #content .programTitle {
	text-align: center;
	font-size: 30px;
	line-height: 38px;
	margin: 0 auto 30px;
}

.lower #content .relatedTitle {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	margin: 0 auto 30px;
	color: #ff4545;
}

.single #content .post {
	background: none;
	padding-bottom: 50px;
	margin-bottom: 20px;
}


/* Pagination
------------------------------ */
#pagination {
	width: 430px;
	margin: 0 auto;
}

#pagination li {
	font-size: 15px;
	line-height: 40px;
	color: #333;
	height: 40px;
	display: inline-block;
}

#pagination li.prev {
	float: left;
}

#pagination li.next {
	float: right;
}

#pagination li .nullTxt {
	color: #ccc;
}

#pagination li a,
#pagination li .null {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
}

#pagination li a {
	border-color: #333;
}

#pagination li .null {
	border-color: #ccc;
}

#pagination li a {
	background: url(/static/funassyi/fanclub-pc/news_arrow_on.png) no-repeat;
	transition: all 0.1s ease;
}

#pagination li.prev a {
	background-position: left center;
	margin-right: 10px;
}

#pagination li.prev a:hover {
	background-position: left -3px center;
}

#pagination li.next a {
	background-position: right center;
	margin-left: 10px;
}

#pagination li.next a:hover {
	background-position: -38px center;
}

#pagination li .null {
	background: url(/static/funassyi/fanclub-pc/news_arrow_off.png) no-repeat;
}

#pagination li.prev .null {
	background-position: left center;
	margin-right: 10px;
}

#pagination li.next .null {
	background-position: right center;
	margin-left: 10px;
}


/* Media
------------------------------ */
#mediaCatlist {
	margin-bottom: 50px;
}

#mediaCatlist li {
	text-align: center;
	margin-right: 10px;
	width: 104px;
	float: left;
}

#mediaCatlist li:last-child {
	margin-right: 0;
}

#mediaCatlist li:first-child {
	width: 54px;
}

#mediaCatlist li span {
	display: block;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	letter-spacing: .05em;
	border-radius: 14px;
	background: #7dccf3;
	text-decoration: none;
}

#mediaCatlist li span.active,
#mediaCatlist li span:hover {
	background: #ff4545;
	cursor: pointer;
}

.mediaPost .post .label {
	width: 100px;
	text-align: center;
	letter-spacing: 0.05em;
}


/* Share
------------------------------ */
#shareLink {
	color: #333;
	font-size: 11px;
	line-height: 30px;
	width: 100%;
	margin: 0 auto 140px;
	text-align: left;
}

#shareLink dt,
#shareLink dd {
	display: inline-block;
}

#shareLink dt {
	margin-right: 5px;
}

#shareLink dd a {
	display: block;
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 24px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-decoration: none;
	/* background: url(/static/funassyi/fanclub-pc/sharelink_btn.png) no-repeat;
	text-indent: -9999px; */
}

/* #shareLink dd.shareFb a {
	background-position: left top;
	margin-right: 5px;
} */
/* #shareLink dd.shareTw a {
	background-position: right top;
} */

/*
.lower.movie #header {
	height: 560px;
	background: none;
}
.lower.movie #header .pagetitle {
	width: 950px;
	margin-left: -475px;
	text-align: right;
	left: 50%;
}
.lower.movie #header .topMovie {
	width: 100%;
	height: 560px;
	position: absolute;
	background: url(/static/funassyi/fanclub-pc/img_16.jpg) center center no-repeat;
	background-size: cover;
}
.lower.movie #header .topMovie .streamOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
}
.lower.movie #header .topMovie .playMovie {
	display: block;
	background: url(/static/funassyi/fanclub-pc/play_button.png) center center no-repeat;
	width: 65px;
	height: 65px;
	cursor: pointer;
	margin: 247px auto 0;
}
.lower.movie #header .topMovie .playStream {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -102px 0 0 -80px;
	text-align: center;
}
.lower.movie #content {
	padding: 80px 0 0;
	width: 100%;
}
.lower .topMoviedesc {
	width: 950px;
	margin: 30px auto 0;
}
.lower .topMoviedesc .postDate {
	font-size: 18px;
	line-height: 18px;
	display: block;
	margin-bottom: 15px;
	color: #7dccf3;
}
.lower .topMoviedesc .postTitle {
	font-size: 22px;
	line-height: 26px;
	color: #ff4545;
	margin-bottom: 15px;
}
.lower .topMoviedesc .postTitle a {
	color: #ff4545;
	text-decoration: underline;
}
.lower .topMoviedesc .postTitle a:hover {
	text-decoration: none;
}
.lower .topMoviedesc .postDesc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	width: 630px;
	margin-bottom: 20px;
}
.lower .topMoviedesc #shareLink {
	margin: 0;
}
*/


/* Movie & Photo List
------------------------------ */
#movieList,
#photologList {
	margin-bottom: 140px;
}

#movieList .movieSortlist {
	width: 560px;
	margin: 0 auto 60px;
}

#movieList .movieSortlist li {
	width: 130px;
	float: left;
	margin: 0 5px;
}

#movieList .movieSortlist li span {
	display: block;
	height: 55px;
	color: #333;
	font-size: 15px;
	line-height: 55px;
	text-align: center;
	background: #eee;
	border-radius: 27px;
	text-decoration: none;
	cursor: pointer;
}

#movieList .movieSortlist li a {
	text-decoration: none;
}

#movieList .movieSortlist li span:hover,
#movieList .movieSortlist li span.active,
.photologSortlist li .btn .main:hover {
	color: #fff;
	background: #ff4545;
}

#movieList .movieThumbswrap {
	margin-bottom: 30px;
	position: relative;
}

#movieList .movieTitle {
	color: #333;
	font-size: 24px;
	line-height: 24px;
	width: 950px;
	margin: 0 auto 20px;
}

#movieList .post .newLabel,
#photologList .newLabel {
	color: #fff;
	font-size: 11px;
	line-height: 42px;
	text-align: center;
	background: #ff4545;
	border: 4px solid #fff13e;
	border-radius: 50%;
	width: 50px;
	position: absolute;
	top: -10px;
	right: 0;
}

#movieList .post .postdate {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #7dccf3;
}

#movieList .post .title {
	margin-bottom: 15px;
}

#movieList .post .title a,
.lower #secProgram .post .title a {
	font-size: 14px;
	line-height: 16px;
	color: #ff4545;
}

#movieList .post .desc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
	width: 310px;
}

#movieList .titleList .post {
	margin: 0;
	padding: 0;
}

#movieList .titleList .post .title {
	text-align: center;
	color: #333;
}

#movieList .titleList .post .title a {
	position: relative;
	color: #333;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 20px;
	line-height: 50px;
}

#movieList .titleList .post .title a:before {
	content: "・";
	position: absolute;
	left: 0;
}

.lower #content #movieList .post {
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
	overflow: visible;
}

.lower #content #movieList .post .moreLink {
	display: block;
	width: 310px;
	height: 0;
	padding-top: 172px;
	background: url(/static/funassyi/fanclub-pc/im_more-on.png) no-repeat 0 0;
	overflow: hidden;
}

.lower #content #movieList .post .moreLink:hover {
	background: url(/static/funassyi/fanclub-pc/im_more-off.png) no-repeat 0 0;
}

.lower #content #movieList #secProgram .post {
	margin: 0 0 65px;
}


/* page--movie : new movies
------------------------------ */
.page--movie .list--contents li a {
	text-decoration: none;
}

.page--movie .list--contents li .date {
	display: block;
	opacity: 1 !important;
	margin-bottom: 1em;
	color: #7dccf3;
	font-size: 14px !important;
	line-height: 1;
}

.page--movie .list--contents li .tit {
	display: inline;
	position: relative;
	background: linear-gradient(#ff4545, #ff4545) 0 100%/0 .1em no-repeat;
	background-size: 100% .1em;
	padding-bottom: .08em;
	color: #ff4545;
	font-size: 15px;
	line-height: 1.6;
	transition: background .3s;
}

.page--movie .list--contents li .category {
	display: block;
	width: fit-content;
	padding: .5em .6em;
	background: #7dccf3;
	color: #fff;
	font-size: 11px !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
}

.page--movie .section--list {
	width: 90% !important;
}

.page--movie .section--list .list--contents {
	gap: .9% !important;
}

.page--movie .section--list .list--contents li {
	width: 32.7% !important;
}

.page--movie .section--list .list--contents li .thumb {
	margin-bottom: .8em !important;
}

.page--movie .section-tit,
.page--movie .latest-tit,
.page--movie .category-tit {
	margin-bottom: 1em !important;
	color: #ff4545;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
}

.page--movie.movie-all .section--list .section-tit {
	display: none;
}

.page--movie .block--sort-category .block--sort {
	top: calc(20px + 24px + .6em) !important;
	color: #00aeeb !important;
}

.page--movie .block--sort-category .block--sort .btn--setting button {
	background: #00aeeb !important;
}

.page--movie .block--sort-category label::before {
	border-color: #00aeeb !important;
}

.page--movie .block--sort-category label::after {
	top: calc(18px + 2px) !important;
	right: calc(19px + 2px) !important;
	width: 12px;
	height: 12px;
	background: #00aeeb !important;
}

.page--movie .section--detail {
	padding-top: 0 !important;
}

.page--movie .section--detail .block--tit {
	width: 100% !important;
}

.page--movie .section--detail .block--tit .tit {
	color: #ff4545;
}

.page--movie .section--detail .block--tit .date {
	opacity: 1 !important;
	margin-top: .5em;
	color: #7dccf3;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab {
	width: 100% !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
	overflow-y: auto !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies,
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
	border-top: none !important;
	background: none !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies {
	padding-top: 1.5em !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--comments .block--post {
	width: 100% !important;
	margin: 0 auto 1.5em !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li,
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li {
	margin-bottom: 2em !important;
	border-bottom: none !important;
	background: none !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a,
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li a {
	width: 100% !important;
	padding: 0 !important;
}

.page--movie.new-movie .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
	width: 20% !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
	width: 100% !important;
	padding: 0 !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .name {
	display: inline-block;
	margin-bottom: .8em;
	padding: .2em .6em .3em;
	background-color: #7dccf3;
	color: #ffffff !important;
	font-size: 12px !important;
}

.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .date {
	opacity: .6;
	margin-top: .5em;
	font-size: 12px;
}

.page--movie .searchBox form {
	position: relative;
	max-width: 50%;
	margin: 0 auto 4em;
}

.page--movie .searchBox form input[type="text"] {
	display: inline-block;
	padding: .8em 1.2em;
	border: solid 1px #7b7b7b;
	border-radius: 50em;
	background-color: #ffffff;
	font-size: 15px;
	line-height: 1;
	appearance: none;
}

.page--movie .searchBox form input[type="submit"] {
	display: inline-block;
	position: absolute;
	top: .4em;
	right: .5em;
	border: none;
	background: transparent;
	color: #7b7b7b;
	font-family: FontAwesome;
	font-size: 1.5em;
	cursor: pointer;
	appearance: none;
}

.page--movie .section--detail .block--player {
	position: relative !important;
	top: 0 !important;
}


/* pager
------------------------------ */
.block--pager {
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	margin: 0 auto;
}

.block--pager li {
	float: left;
	margin: 0 10px 0 0;
}

.block--pager li:last-child {
	margin: 0;
}

.block--pager li a {
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	background: #7DCCF3;
	border-radius: 20px;
	padding: 10px;
}

.block--pager li a:hover {
	text-decoration: none;
	background: #ff4545;

}

.pager__item--current {
	background: #ff4545;
	border-radius: 50px;
	padding: 10px;
	color: #fff;
}


/* achive
------------------------------ */
#content #programAchive h3.title {
	margin-bottom: 40px;
}

#content #programAchive .achiveWrap {
	margin-bottom: 110px;
	text-align: left;
}

#content #programAchive .achiveLeft {
	width: 460px;
	float: left;
}

#content #programAchive .achiveRight {
	width: 460px;
	float: right;
}

#content #programAchive .post {
	background: none;
	padding: 0;
	margin-bottom: 30PX;
}

#programAchive .post .postdate {
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #7dccf3;
}

#programAchive .post .title {
	margin-bottom: 15px;
}

#programAchive .post .title a {
	font-size: 14px;
	line-height: 16px;
	color: #ff4545;
	margin-bottom: 15px;
}

#programAchive .post .desc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

.achivePagerWrap {
	text-align: center;
	margin-bottom: 140px;
}

.achivePager {
	display: inline-block;
}

.achivePager li {
	display: inline-block;
}

.achivePager li a {
	color: #333;
	font-size: 32px;
	line-height: 40px;
	margin: 0 15px;
	text-decoration: none;
}

.achivePager li.active a,
.achivePager li a:hover {
	color: #7dccf3;
}

.achivePager .prev a,
.achivePager .next a,
.achivePager li .null {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid;
	text-indent: -9999px;
}

.achivePager .prev a,
.achivePager .next a {
	border-color: #333;
	background: url(/static/funassyi/fanclub-pc/news_arrow_on.png) no-repeat;
	transition: all 0.1s ease;
}

.achivePager li .null {
	border-color: #ccc;
	background: url(/static/funassyi/fanclub-pc/news_arrow_off.png) no-repeat;
}

.achivePager li.prev .null {
	background-position: left center;
}

.achivePager li.next .null {
	background-position: right center;
}

.achivePager li.prev a {
	background-position: left center;
	margin-right: 20px;
}

.achivePager li.prev a:hover {
	background-position: left -3px center;
}

.achivePager li.next a {
	background-position: right center;
	margin-left: 20px;
}

.achivePager li.next a:hover {
	background-position: -38px center;
}


/* Biography
------------------------------ */
.bio #header {
	background: #A2D9F8;
	height: 225px;
}

.bio #header .pagetitle {
	bottom: 10px;
}

.bio #content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

#bioContent {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	min-height: 60vh;
	margin-bottom: 80px;
	padding: 0 3%;
	background-color: #A2D9F8;
}

#bioContent .bioDesc {
	position: absolute;
	margin-right: 40%;
	padding-top: 105px;
	background: url(/static/funassyi/fanclub-pc/bio_name.png) 0 0 no-repeat;
	color: #fff;
	font-size: 15px;
}

.bio #content .bioSlide {
	position: relative;
	width: 100%;
}

.bio #content .bioSlide .slick-list {
	width: 100% !important;
}


#memberContents {
	margin-top: 730px;
}


/* about
------------------------------ */
.about #content {
	width: 100%;
	padding: 0;
}

.about .secTitle {
	margin-bottom: 40px;
	text-align: center;
}

.about .secIntro {
	width: 100%;
	text-align: center;
	background: #00aeeb url(/static/funassyi/fanclub-pc/im_obi_about.png) center bottom repeat-x;
}

.about .secIntro .logo {
	padding: 22px 0 40px 0;
}

.about .secIntro .btn {
	padding: 70px 0;
}

.about .secIntro .btnJoin {
	position: relative;
	width: 250px;
	margin: 50px auto 80px;
}

.about .secIntro .btnJoin a .bg {
	display: block;
	height: 55px;
	width: 250px;
	margin: 0 auto;
	border-radius: 27px;
	transform: scale(1);
	transition: all 0.1s ease;
	background-color: #fff23f;
}

.about .secIntro .btnJoin a:hover .bg {
	transform: scale(0.95, 0.74);
}

.about .secIntro .btnJoin a .txt {
	display: block;
	line-height: 55px;
	font-size: 15px !important;
	height: 55px;
	width: 250px;
	margin: 0 auto;
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 10;
	color: #ff4545;
}

.about #aboutPrize {
	padding: 40px 0 80px 0;
}

.about #aboutPrize .block {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 30px;
	background: #f1f1f1;
	box-sizing: border-box;
}

.about #aboutPrize .badge {
	position: absolute;
	right: 25px;
	top: -50px;
	display: block;
}

.about #aboutPrize h4 {
	position: absolute;
	left: 400px;
	top: 110px;
}

.about #aboutPrize .notice {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
}

.about #aboutCont {
	background: url(/static/funassyi/fanclub-pc/bg_pattern2.gif) 0 0 repeat;
}

.about #aboutCont .secCont {
	padding: 40px 0 75px 0;
}

.about #aboutCont .logo {
	margin-bottom: 40px;
	text-align: center;
}

.about #aboutCont .list {
	position: relative;
	width: 950px;
	height: 2650px;
	margin: 0 auto;
}

.about #aboutCont .list .caption {
	font-size: 15px;
	line-height: 24px;
}

.about #aboutCont .box .subhead {
	margin-bottom: 10px;
	text-align: center;
}

.about #aboutCont .box .caption {
	margin: 0 auto;
	color: #333;
}

.about #aboutCont .box .caption .notice {
	color: #7dccf3;
}

.about #aboutCont .box .ico {
	position: absolute;
	display: block;
}

.about #aboutCont .box1 {
	position: absolute;
	left: 5px;
	top: 0;
	width: 941px;
	height: 900px;
	margin: 0 auto;
	background: url(/static/funassyi/fanclub-pc/about_cont_bg_01_2021.png) no-repeat 0 0;
}

.about #aboutCont .box1 .inr {
	padding: 100px 0 20px 0;
}

.about #aboutCont .box1 .caption {
	width: 626px;
}

.about #aboutCont .box1 .ico {
	left: 424px;
	top: 10px;
}

.about #aboutCont .box1 .subhead {
	position: absolute;
	left: 270px;
	top: 60px;
}

.about #aboutCont .box1 .card {
	width: 640px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.about #aboutCont .box1 .card li {
	display: inline-block;
	margin: 15px 10px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
}

.about #aboutCont .box1 .card li .sub {
	margin-top: 10px;
}

.about #aboutCont .box1 .notice {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #7dccf3;
	text-align: center;
}

.about #aboutCont .box1b {
	position: absolute;
	left: 5px;
	top: 0;
	width: 941px;
	height: 1380px;
	margin: 0 auto;
	background: url(/static/funassyi/fanclub-pc/about_cont_bg_01_202307.png) no-repeat 0 0;
}

.about #aboutCont .box1b .inr {
	padding: 100px 0 20px 0;
}

.about #aboutCont .box1b .caption {
	width: 626px;
}

.about #aboutCont .box1b .ico {
	left: 424px;
	top: 10px;
}

.about #aboutCont .box1b .subhead {
	position: absolute;
	left: 270px;
	top: 60px;
}

.about #aboutCont .box1b .card {
	width: 640px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}

.about #aboutCont .box1b .card li {
	display: inline-block;
	margin: 15px 10px;
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
}

.about #aboutCont .box1b .card li .sub {
	margin-top: 10px;
}

.about #aboutCont .box1b .notice {
	font-size: 12px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #7dccf3;
	text-align: center;
}

.about #aboutCont .box2 {
	position: absolute;
	left: 5px;
	top: 920px;
	width: 941px;
	height: 671px;
	margin: 0 auto;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_02.png) no-repeat 0 0;
}

.about #aboutCont .box2 .inr {
	padding: 100px 0 20px 0;
}

.about #aboutCont .box2 .caption {
	width: 626px;
	margin: 0 auto 40px;
}

.about #aboutCont .box2 .ico {
	left: 445px;
	top: 10px;
}

.about #aboutCont .box2 .subhead {
	position: absolute;
	left: 270px;
	top: 60px;
}

.about #aboutCont .box2 .tokuten_Tit {
	font-size: 27px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #7dccf3;
	text-align: center;
	margin: 0 0 10px;
}

.about #aboutCont .box2b {
	position: absolute;
	left: 5px;
	top: 1120px;
	width: 941px;
	height: 671px;
	margin: 0 auto;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_02.png) no-repeat 0 0;
}

.about #aboutCont .box2b .inr {
	padding: 100px 0 20px 0;
}

.about #aboutCont .box2b .caption {
	width: 626px;
	margin: 0 auto 40px;
}

.about #aboutCont .box2b .ico {
	left: 445px;
	top: 10px;
}

.about #aboutCont .box2b .subhead {
	position: absolute;
	left: 270px;
	top: 60px;
}

.about #aboutCont .box2b .tokuten_Tit {
	font-size: 27px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #7dccf3;
	text-align: center;
	margin: 0 0 10px;
}

.about #aboutCont .box2c {
	position: absolute;
	left: 5px;
	top: 1350px;
	width: 941px;
	height: 960px;
	margin: 0 auto;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_02_2307.png) no-repeat 0 0;
}

.about #aboutCont .box2c .inr {
	padding: 180px 0 20px 0;
}

.about #aboutCont .box2c .caption {
	width: 626px;
	margin: 40 auto 20px;
}

.about #aboutCont .box2c .ico {
	left: 445px;
	top: 10px;
}

.about #aboutCont .box2c .subhead {
	position: absolute;
	left: 270px;
	top: 60px;
}

.about #aboutCont .box2c .tokuten_Tit {
	font-size: 27px;
	line-height: 12px;
	letter-spacing: 0.05em;
	color: #7dccf3;
	text-align: center;
	margin: 30px 0 20px;
}

.about #aboutCont .box3 {
	position: absolute;
	left: 40px;
	top: 1605px;
	width: 420px;
	height: 214px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_03.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box3 .caption {
	width: 400px;
}

.about #aboutCont .box3b {
	position: absolute;
	left: 40px;
	top: 1770px;
	width: 420px;
	height: 214px;
	padding: 75px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_03.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box3b .caption {
	width: 320px;
}

.about #aboutCont .box3c {
	position: absolute;
	left: 40px;
	top: 2070px;
	width: 420px;
	height: 214px;
	padding: 75px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_03.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box3c .caption {
	width: 320px;
}

.about #aboutCont .box4 {
	position: absolute;
	left: 500px;
	top: 1680px;
	width: 422px;
	height: 211px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_04.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box4 .caption {
	width: 300px;
}

.about #aboutCont .box4b {
	position: absolute;
	left: 500px;
	top: 1890px;
	width: 422px;
	height: 211px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_04.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box4b .caption {
	width: 300px;
}

.about #aboutCont .box4c {
	position: absolute;
	left: 500px;
	top: 2210px;
	width: 422px;
	height: 211px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_04.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box4c .caption {
	width: 300px;
}

.about #aboutCont .box5 {
	position: absolute;
	left: 20px;
	top: 1844px;
	width: 421px;
	height: 226px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_05.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box5 .caption {
	width: 350px;
}

.about #aboutCont .box5b {
	position: absolute;
	left: 20px;
	top: 2000px;
	width: 421px;
	height: 226px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_05.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box5b .caption {
	width: 350px;
}

.about #aboutCont .box5c {
	position: absolute;
	left: 20px;
	top: 2300px;
	width: 421px;
	height: 226px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_05.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box5c .caption {
	width: 350px;
}

.about #aboutCont .box6 {
	position: absolute;
	left: 462px;
	top: 1920px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_06.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box6 .caption {
	width: 350px;
}

.about #aboutCont .box6b {
	position: absolute;
	left: 462px;
	top: 2150px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_06.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box6b .caption {
	width: 350px;
}

.about #aboutCont .box6c {
	position: absolute;
	left: 462px;
	top: 2460px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_06.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box6c .caption {
	width: 350px;
}

.about #aboutCont .box7 {
	position: absolute;
	left: 14px;
	top: 2096px;
	width: 434px;
	height: 210px;
	padding: 50px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_07.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box7 .caption {
	width: 360px;
}

.about #aboutCont .box7b {
	position: absolute;
	left: 14px;
	top: 2286px;
	width: 434px;
	height: 210px;
	padding: 50px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_07.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box7b .caption {
	width: 360px;
}

.about #aboutCont .box7c {
	position: absolute;
	left: 14px;
	top: 2570px;
	width: 434px;
	height: 210px;
	padding: 50px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_07.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box7c .caption {
	width: 360px;
}

.about #aboutCont .box8 {
	position: absolute;
	left: 446px;
	top: 2160px;
	width: 500px;
	height: 229px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_08.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box8 .ico {
	right: -13px;
	top: 40px;
}

.about #aboutCont .box8 .caption {
	width: 360px;
}

.about #aboutCont .box8b {
	position: absolute;
	left: 446px;
	top: 2400px;
	width: 500px;
	height: 229px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_08.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box8b .ico {
	right: -13px;
	top: 40px;
}

.about #aboutCont .box8b .caption {
	width: 360px;
}

.about #aboutCont .box8c {
	position: absolute;
	left: 446px;
	top: 2690px;
	width: 500px;
	height: 229px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_08.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box8c .ico {
	right: -13px;
	top: 40px;
}

.about #aboutCont .box8c .caption {
	width: 360px;
}

.about #aboutCont .box9 {
	position: absolute;
	left: 0;
	top: 2320px;
	width: 467px;
	height: 242px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_09.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box9 .ico {
	right: 28px;
	top: 26px;
}

.about #aboutCont .box9 .caption {
	width: 400px;
}

.about #aboutCont .box9b {
	position: absolute;
	left: 0;
	top: 2550px;
	width: 467px;
	height: 242px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_09.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box9b .ico {
	right: 28px;
	top: 26px;
}

.about #aboutCont .box9b .caption {
	width: 400px;
}

.about #aboutCont .box9c {
	position: absolute;
	left: 0;
	top: 2830px;
	width: 467px;
	height: 242px;
	padding: 100px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_09.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box9c .ico {
	right: 28px;
	top: 26px;
}

.about #aboutCont .box9c .caption {
	width: 400px;
}

.about #aboutCont .box10 {
	position: absolute;
	left: 495px;
	top: 2408px;
	width: 423px;
	height: 199px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_10.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box10 .ico {
	right: 21px;
	top: 32px;
}

.about #aboutCont .box10 .caption {
	width: 360px;
}

.about #aboutCont .box10b {
	position: absolute;
	left: 495px;
	top: 2700px;
	width: 423px;
	height: 199px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_10.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box10b .ico {
	right: 21px;
	top: 32px;
}

.about #aboutCont .box10b .caption {
	width: 360px;
}

.about #aboutCont .box10c {
	position: absolute;
	left: 495px;
	top: 3010px;
	width: 423px;
	height: 199px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_10.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box10c .ico {
	right: 21px;
	top: 32px;
}

.about #aboutCont .box10c .caption {
	width: 360px;
}

.about #aboutCont .box11 {
	position: absolute;
	left: 247px;
	top: 2610px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_11.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box11 .ico {
	right: 57px;
	top: 14px;
}

.about #aboutCont .box11 .caption {
	width: 380px;
}

.about #aboutCont .box11b {
	position: absolute;
	left: 247px;
	top: 2910px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_11.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box11b .ico {
	right: 57px;
	top: 14px;
}

.about #aboutCont .box11b .caption {
	width: 380px;
}

.about #aboutCont .box11c {
	position: absolute;
	left: 247px;
	top: 3240px;
	width: 453px;
	height: 206px;
	padding: 73px 0px 0px 0px;
	background: url(/static/funassyi/fanclub-pc/entry/about_cont_bg_11.png) no-repeat 0 0;
	box-sizing: border-box;
}

.about #aboutCont .box11c .ico {
	right: 57px;
	top: 14px;
}

.about #aboutCont .box11c .caption {
	width: 380px;
}

.about #aboutCont .secJoin {
	padding: 75px 0 150px 0;
}

.about #aboutCont .secJoin .plan {
	margin-top: -40px;
	margin-bottom: 40px;
	text-align: center;
}

.about #aboutCont .secJoin .box {
	width: 910px;
	margin: 0 auto;
	padding: 60px 80px 80px 80px;
	border-radius: 20px;
	background-color: #fff;
}

.about #aboutCont .secJoin .boxTitle {
	height: 45px;
	margin-bottom: 20px;
	line-height: 45px;
	background: #7dccf3;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #333;
	text-align: center;
}

.about #aboutCont .secJoin .info {
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}

.about #aboutCont .secJoin .info p {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 24px;
	color: #333;
}

.about #aboutCont .blockJoin {
	margin-bottom: 90px;
}

.about #aboutCont .blockJoin dt {
	margin-bottom: 12px;
	color: #ff4545;
	text-align: center;
}

.about #aboutCont .blockJoin dd {
	margin-bottom: 30px;
}

.about #aboutCont .blockLogin dt {
	margin-bottom: 12px;
	color: #ff4545;
	text-align: center;
}

.about #aboutCont .btnJoin {
	position: relative;
	width: 400px;
	margin: 0px auto 0px;
	text-align: center;
}

.about #aboutCont .btnJoin a .bg {
	display: block;
	height: 70px;
	width: 400px;
	margin: 0 auto;
	border-radius: 35px;
	transform: scale(1);
	transition: all 0.1s ease;
	background-color: #fff23f;
}

.about #aboutCont .btnJoin a:hover .bg {
	transform: scale(0.95, 0.74);
}

.about #aboutCont .btnJoin a .txt {
	position: absolute !important;
	top: 0;
	left: 0;
	display: block;
	line-height: 70px;
	height: 70px;
	width: 400px;
	margin: 0 auto;
	font-size: 20px !important;
	z-index: 10;
	color: #333;
}

.about #aboutCont .btnLogin {
	position: relative;
	width: 400px;
	margin: 0px auto 0px;
	text-align: center;
}

.about #aboutCont .btnLogin a .bg {
	display: block;
	height: 50px;
	width: 400px;
	margin: 0 auto;
	border-radius: 25px;
	transform: scale(1);
	transition: all 0.1s ease;
	background-color: #7dccf3;
}

.about #aboutCont .btnLogin a:hover .bg {
	transform: scale(0.95, 0.74);
}

.about #aboutCont .btnLogin a .txt {
	position: absolute !important;
	top: 0;
	left: 0;
	display: block;
	line-height: 50px;
	height: 50px;
	width: 400px;
	margin: 0 auto;
	font-size: 14px !important;
	z-index: 10;
	color: #333;
}


/* Discography
------------------------------ */
#content .dicoCnt {
	padding-bottom: 100px;
}

#content .dicoCnt:last-child {
	padding-bottom: 110px;
}

#content .dicoCnt .secTitle {
	text-align: center;
	margin-bottom: 30px;
}

#content .dicoCnt .dicoList {
	letter-spacing: -.40em;
	margin-right: -10px;
	overflow: hidden;
}

#content .dicoCnt .dicoList li {
	display: inline-block;
	letter-spacing: normal;
	width: 310px;
	vertical-align: top;
	margin: 0 10px 30px 0;
}

#content .dicoCnt .boxHeight {
	margin-bottom: 15px;
}

#content .dicoCnt .postDate,
#content .discoRight .postDate {
	font-size: 15px;
	line-height: 15px;
	color: #7dccf3;
	margin-bottom: 10px;
}

#content .dicoCnt .postTitle a {
	font-size: 14px;
	line-height: 20px;
	color: #ff4545;
}

#content .discoWrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 140px;
}

#content .discoLeft {
	width: 48%;
	max-width: 460px;
	float: left;
}

#content .discoLeft .discImage {
	width: 100% !important;
	margin-bottom: 60px;
	color: #666;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
}

#content .discoLeft .discImage:last-child {
	margin-bottom: 0;
}

#content .discoLeft .discImage img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#content .discoRight {
	width: 48%;
	max-width: 440px;
	float: right;
}

#content .discoRight .postTitle {
	font-size: 18px;
	line-height: 22px;
	color: #ff4545;
	padding: 5px 0 20px;
}

#content .discoRight .discClass {
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 25px;
}

#content .discoRight .songList {
	color: #333;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 50px;
	letter-spacing: 0.04em;
}

#content .discoRight .postDesc {
	color: #333;
	font-size: 13px;
	line-height: 18px;
}

#content .discoRight .postDesc a {
	color: #7dccf3;
}


/* DL Content
------------------------------ */
#dlContent .post img {
	margin-bottom: 15px;
}

#dlContent #otherProgram .postdate {
	line-height: 15px;
	margin-bottom: 10px;
}

#dlContent #otherProgram .post .title a {
	line-height: 20px;
}

.lower #content #dlContent .post {
	margin-bottom: 30px;
	padding: 0;
}

#dlsgContent {
	text-align: center;
}

.lower #content #dlsgContent .post {
	padding: 0;
	margin-bottom: 140px;
}

#dlsgContent .post img {
	margin-bottom: 15px;
}

#dlsgContent .post .postdate {
	display: block;
	margin-bottom: 10px;
	color: #7dccf3;
	font-size: 15px;
	line-height: 15px;
}

#dlsgContent .post .title {
	color: #ff4545;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 70px;
}

#dlsgContent .post .dlLink {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 40px;
	width: 210px;
	border-radius: 20px;
	background: #7dccf3;
	margin: 0 auto;
}


/* Photo log
------------------------------ */
.photolog .photologSortlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	margin: 40px auto 0;
}

.photolog .photologSortlist li {
	width: 40%;
	margin: 0 12px 0;
}

.photolog .photologSortlist li.bnr a:hover {
	opacity: .7;
}

.photolog .photologSortlist li a {
	display: block;
	text-decoration: none;
}

.photolog .photologSortlist li .main {
	height: 65px;
	width: 95%;
	color: #fff;
	line-height: 67px;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}

.photolog .contentsList {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

#photologList .contentsList li {
	width: 47%;
}

.photolog #content #photologList .contentsList li a.post {
	display: block;
	position: relative;
	margin-bottom: 60px;
	padding-bottom: 0;
	color: #ff4545;
}

#photologList .post .newLabel {
	top: -14px;
	right: -14px;
	z-index: 10;
}

#photologList .contentsList li .thumb {
	overflow: hidden;
	height: 280px;
}

#photologList .contentsList li .thumb#ie {
	display: none;
}

#photologList .contentsList li .thumb img {
	width: 446px;
	height: 280px;
	margin: 0;
	background-size: cover;
}

.photolog #content .post .postMeta {
	margin: 10px 0 0;
}

.photolog #content .post .postDate {
	margin-bottom: 5px;
}

#photologList .contentsList .post .postTitle {
	margin-bottom: 0;
}

.photolog #photologList .note {
	font-size: 0.8em;
	text-align: center;
	margin: 20px 0 10px;
	color: #333;
}

.photolog .photologSortlist li.bnr .note {
	font-size: 0.9em !important;
	line-height: 28px;
	color: #ff4545 !important;
}

.photolog .photologDetail {
	margin-bottom: 140px;
}

.photolog #content .photologDetail article .post {
	padding: 0;
	margin: 0;
}

.photolog #content .photologDetail article .post .block--player{
aspect-ratio: 16/9;
}

/* No login
------------------------------ */
.nonLogin li .thumb {
	display: block;
	overflow: hidden;
}

.nonLogin li .thumb img {
	background-color: rgb(255, 241, 62, 0.6);
	-webkit-filter: blur(7px);
	filter: blur(7px);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}


/* Login
------------------------------ */
.login #header {
	background: none;
	padding: 130px 0;
	height: auto;
}

.login #header .title {
	width: 373px;
	height: 125px;
	background: url(/static/funassyi/fanclub-pc/title_01_3.png) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 auto;
}

.lower.login #content {
	padding: 0 0 300px;
}

.login .loginForm {
	width: 440px;
	margin: 0 auto;
}

.login .loginForm p {
	margin-bottom: 10px;
}

.login .loginForm .title,
.login .loginForm .form {
	display: block;
	color: #333;
	font-size: 13px;
	line-height: 26px;
}

.login .loginForm .title {
	float: left;
}

.login .loginForm .form {
	width: 350px;
	float: right;
	padding: 0;
	margin: 0;
	border: none;
}

.login .loginForm .submit {
	display: block;
	width: 160px;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	padding: 0;
	margin: 30px auto 0;
	border: none;
	background: #7dccf3;
	border-radius: 20px;
	cursor: pointer;
}


/* Questionnaire
------------------------------ */
.questionnaire .questionForm .question {
	position: relative;
	display: block;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	padding: 12px 15px 10px 35px;
	margin: 0 auto 10px;
	border: none;
	background: #7dccf3;
	border-radius: 20px;
}

.questionnaire .questionForm .question:before {
	content: "Q.";
	position: absolute;
	left: 15px;
}

.questionnaire .questionForm .answer {
	margin-bottom: 30px;
}

.questionnaire .questionForm .answer input[type="text"] {
	width: 100%;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	border: none;
}

.questionnaire .questionForm .answer textarea {
	width: 100%;
	padding: 5px;
	color: #333;
	font-size: 13px;
	line-height: 20px;
	border: none;
}

.questionnaire .questionForm .answer .h90 {
	height: 90px;
}

.questionnaire .questionForm .answer .h210 {
	height: 210px;
}

.questionnaire .questionForm .submit {
	display: block;
	width: 255px;
	color: #333;
	font-size: 13px;
	line-height: 40px;
	padding: 0;
	margin: 90px auto 150px;
	border: none;
	background: #7dccf3;
	border-radius: 20px;
	cursor: pointer;
}


/* FAQ
------------------------------ */
.faq .searchBox {
	width: 420px;
	position: relative;
	text-align: center;
	margin: 40px auto -40px;
}

.faq .searchBox input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}

.faq .searchBox input[type="text"]:placeholder-shown {
	color: #ccc;
}

.faq .searchBox input[type="text"]::-webkit-input-placeholder {
	color: #ccc;
}

.faq .searchBox input {
	padding: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	font-size: 15px;
	line-height: 1.4em;
	box-sizing: border-box;
}

.faq .searchBox input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	background: transparent;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	border: none;
	z-index: 2;
	font-family: FontAwesome;
	transition: all .3s ease;
}

.faq .searchBox input[type="submit"]:hover {
	color: #222;
}
