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

/* Base Settings
------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
*, *:before, *:after {
	box-sizing: border-box;
}

/* Base Common Styles
------------------------------ */
body {
	font-family: 'Product Sans', "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", sans-serif;
	background: url(/static/funassyi/fanclub-sp/renew1703/bg_pattern.gif) 0 0 repeat;
	padding-top: 53px;
}
img {
	width: 100%;
}
.pc {
	display: none;
}
.hdr_fadein, .fadein {
	opacity : 0;
	transition: all .5s linear;
}
.hide {
	display:none;
}
.new:before {
	content: "NEW";
	position: absolute;
	top: -10px;
	right: -5px;
	z-index: 10;
	width: 40px;
	height: 40px;
	border: 3px solid #fff13e;
	border-radius: 50%;
	background: #ff4545;
	color: #ffffff;
	font-size: 8px;
	text-align: center;
	line-height: 34px;
	letter-spacing: .05em;
}
#content {
	width: 100%;
	padding: 0 10%;
}
.contentSec {
	margin-bottom: 60px;
}
.secTitle {
	color: #333333;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	letter-spacing: 0;
}
.secTitle img {
	padding: 8px 0 18px;
}
.pagetitle {
	padding: 35px 10% 20px;
	color: #333333;
	font-size: 10px;
	text-align: center;
	line-height: 10px;
	letter-spacing: 0;
}
.pagetitle img {
	width: 100%;
	padding: 8px 0 18px;
}
.detail__btn a {
	display: block;
	width: fit-content;
	margin: 0 auto 3em;
	padding: 10px;
	border-radius: 20px;
	background: #7DCCF3;
	color: #ffffff;
	font-size: 14px;
	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;
}
.moreLink {
	background: url(/static/funassyi/fanclub-sp/renew1703/arrow_s_r.png) right center no-repeat;
	background-size: 20px;
	text-align: right;
}
.moreLink a {
	display: inline-block;
	padding-right: 30px;
	color: #333;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
}

/* Header
------------------------------ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding: 4px 0 8px;
	background: #7dccf3;
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
#header .title {
	position: relative;
	z-index: 100;
	width: 102px;
	height: 42px;
	margin: 0 auto;
}
#header .title a {
	display: block;
	width: 102px;
	height: 42px;
}
#menuIcon {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	width: 55px;
	height: 55px;
	padding: 14px 18px;
	cursor: pointer;
}
#menuIcon span {
	background: url(/static/funassyi/fanclub-sp/renew1703/nav_bar.png) 0 0 no-repeat;
	background-size: 100%;
	display: block;
	height: 3px;
	margin: 5px 0;
	position: relative;
	transform: rotate( 0 );
	top: 0;
	left: 0;
	/*Androidでレート落ちするためコメントアウト*/
	/*-webkit-transition-property: transform, top, left, opacity;*/
	transition-property: transform, top, left, opacity;
	/*-webkit-transition-duration: 0.3s;*/
	transition-duration: 0.3s;
}
#menuIcon.opened .top {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}
#menuIcon.opened .middle {
	opacity: 0;
}
#menuIcon.opened .bottom {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -8px;
}
#nav {
	position: absolute;
	top: -200vh;
	left: 0;
	z-index: 99;
	overflow-y: scroll;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	padding: 80px 10% 0;
	background: #7dccf3 url(/static/funassyi/fanclub-sp/renew1703/nav_bg.png) right bottom no-repeat;
	background-size: 100%;
	text-align: left;
	transition: .6s ease;
}
#nav a {
	text-decoration: none;
}
#nav dl,
#nav ul {
	margin-bottom: 35px;
	letter-spacing: -.40em;
}
#nav dt {
	width: 100%;
	margin-bottom: 8px;
	color: #333333;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0.05em;
}
#nav dd {
	display: inline-block;
	letter-spacing: normal;
}
#nav dd a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-size: 3.75vw;
	line-height: 29px;
	letter-spacing: 0.05em;
}
#nav .navMember dd a {
	color: #fff13e;
}
#nav dd:nth-child(odd) {
	width: 40%;
}
#nav dd:nth-child(even) {
	width: 60%;
}
#nav .navMember dd:nth-child(odd) {
	width: 40%;
}
#nav .navMember dd:nth-child(even) {
	width: 60%;
}
.navJoin {
	display: flex;
	justify-content: center;
	width: 100%;
	letter-spacing: -.4em;
}
.navJoin li {
	display: inline-block;
	width: 48%;
	letter-spacing: normal;
}
.navJoin li:first-child {
	margin-right: 4%;
}
.navJoin a {
	display: block;
	border-radius: 22px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
}
.navJoin .linkJoin a {
	background: #ff4545;
	color: #fff13e;
}
.navJoin .linkLogin a {
	background: #fff13e;
	color: #ff4545;
}
.navJoin li.linkMypage {
	width: 100%;
}

#nav .navSns .snsList {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 2px auto 0;
}
#nav .navSns dd {
	width: 100%;
}
#nav .navSns .snsList li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#nav .navSns .snsList li:nth-of-type(even) {
	margin-right: 0;
}
#nav .navSns .snsList li a {
	display: flex;
	align-items: center;
	width: 100%;
}
#nav .navSns .snsList li a img {
	width: 40px;
	height: 40px;
	margin-right: 8px;
	border: solid 1px #ffffff;
	border-radius: 100%;
}
#nav .navSns .snsList li a span {
	display: inline-block;
	font-size: 14px;
	line-height: 1.25;
}

#nav .menuClose {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#nav dl, #nav ul,
#nav .copyright {
	position: relative;
	z-index: 100;
}
#nav .copyright {
	width: 181px;
	padding: 20px 0 40px;
	color: #000;
	font-size: 10px;
}
.topNews {
	background: #fff;
	color: #333;
	font-size: 10px;
	text-align: center;
	line-height:30px;
	letter-spacing: 0.04em;
}

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

/* Ticker
------------------------------ */
.tickercontainer {
	overflow: hidden;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	background: #fff;
}
.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 0px;
	overflow: hidden;
	width: calc(100% - 20px);
}

/* Headline
------------------------------ */
.headlineWrap {
	background: #fff;
}
ul.headline {
	position: relative;
	left: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.headline li {
	height: 30px;
	margin: 0 30px 0 0;
	padding:2px 0 0 0;
	font-size: 10px;
	line-height: 30px;
	box-sizing: border-box;
	float: left;
}
ul.headline li a {
	color: #000000;
	text-decoration: none;
}

/* Video Common Style
------------------------------ */
video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	position: relative;
	padding-top: 56.25%;
}
.video iframe,
.video embed,
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  
/* Stream
------------------------------ */
.streamBanner {
	position: relative;
	width: 100%;
	height: 56.27vw;
}
.streamBanner .streamOverlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.streamBanner .streamOverlay a {
	display: block;
	width: 100%;
	height: 100%;
}
.streamBanner .streamOverlay .playBtn {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 33px;
	height: 33px;
	margin: -9px 0 0 -16px;
}

/* Home Head Block
------------------------------ */
.headBlock {
	padding: 0 10% 45px;
}
.headBlock .postDate {
	padding: 10px 0;
	color: #7ccbf2;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.headBlock .postTtl {
	margin-bottom: 35px;
}
.headBlock .postTtl a {
	color: #ff4444;
	font-size: 18px;
	line-height: 20px;
}
.headBlock .navJoin a {
	color: #ffffff;
}
.headBlock .navJoin .linkLogin a {
	background: #7ccbf2;
}

/* Home Banner Block
------------------------------ */
#slide .slick-list {
	margin-bottom: 2em;
	margin-left: 15px;
	padding: 0 10% 0 0;
}
#slide .slick-slide {
	margin-right: 15px;
}
#slide .slick-list img {
	width: 100%;
}
.bannerBlock {
	margin-bottom: 45px;
}
.bannerBlock li {
	margin-bottom: 10px;
}
.bannerSlider {
	margin-bottom: 45px;
}

/* 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: 13px !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: 14px !important;
	line-height: 1.6;
	transition: background .3s;
}
.page--movie .list--contents li .category {
	display: block;
	width: fit-content;
	padding: .5em .6em .4em;
	background: #7dccf3;
	color: #fff;
	font-size: 10px !important;
	text-align: center;
	line-height: 1;
	letter-spacing: .05em;
}
.page--movie .section--list {
	width: 90% !important;
	margin-top: 2em !important;
	margin-bottom: 1.5em !important;
	padding: 0 !important;
}
.page--movie .section--list .list--contents {
	gap: .9% !important;
}
.page--movie .section--list .list--contents li {
	position: relative !important;
	width: 100% !important;
}
.page--movie .section--list .list--contents li .thumb {
	margin-bottom: .8em !important;
}
.page--movie .list__more {
	margin-bottom: 2em;
}
.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: 24px;
	text-align: center;
}
.page--movie .section--list .section-tit {
	display: none;
}
.page--movie .block--sort-category .block--sort {
	top: 0vw !important;
	right: -12vw !important;
	width: 90% !important;
	color: #00aeeb !important;
}
.page--movie .block--sort-category .btn--sort {
	top: -10vw !important;
	right: -12vw !important;
}
.page--movie .block--sort-category .block--sort .btn--setting button {
	min-width: auto !important;
	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 {
	margin-top: 3em;
	padding-top: 0 !important;
}
.page--movie .section--detail .block--tit {
	width: 100% !important;
	padding: 10px 0 2vw !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 .section--detail .block--player {
	position: relative !important;
	top: 0 !important;
	z-index: 1 !important;
	width: 100%;
	margin: 0 auto 2vw;
	aspect-ratio: 16/9;
}
.page--movie .section--detail .area--more-info .block--tab {
	width: 100% !important;
}
.page--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--comments .block--post {
	margin: 0 auto 1em !important;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--more_movies {
	padding: 1em 0 !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: 1.5em !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 {
	padding: 0 !important;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
	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: .6em !important;
	padding: .1em .6em .2em;
	background-color: #7dccf3;
	color: #ffffff !important;
	font-size: 11px !important;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt {
	margin: 0 !important;
	font-size: 14px !important;
}
.page--movie .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .date {
	opacity: .6;
	margin-top: .4em;
	font-size: 11px;
}
.page--movie .searchBox form {
	position: relative;
	width: 100%;
	margin: 0 auto 1.5em;
}
.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: .8em;
	border: none;
	background: transparent;
	color: #7b7b7b;
	font-family: FontAwesome;
	font-size: 1.5em;
	cursor: pointer;
	appearance: none;
}

/* Old movie Lower
------------------------------ */
.lower.movie .topMovie {
	position: relative;
}
.lower.movie .topMovie .streamOverlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
}
.lower.movie .topMovie .playMovie {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 65px;
	height: 65px;
	margin: auto;
	background: url(/static/funassyi/fanclub-sp/play_button.png) center center no-repeat;
	cursor: pointer;
}
.lower .topMoviedesc {
	margin: 20px auto 10px;
	padding: 0 10%;
}
.lower .topMoviedesc .postTitle {
	margin-bottom: 13px;
	color: #ff4545;
	font-size: 18px;
	line-height: 20px;
}
.lower .topMoviedesc .postTitle a {
	color: #ff4545;
	text-decoration: underline;
}
.lower .topMoviedesc .postMeta {
	margin-bottom: 10px;
}
.lower .topMoviedesc .postDesc {
	color: #333;
	font-size: 11px;
	line-height: 15px;
}
.lower .topMoviedesc .postDate {
	padding: 10px 0;
	color: #7ccbf2;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.lower .topMoviedesc #shareLink {
	margin: 13px 0 35px;
}
.lower #shareLink.btmShare {
	padding-top: 30px;
	border-top: 1px solid #333333;
	text-align: center;
}

/* Share Lower
------------------------------ */
.lower #shareLink {
	font-size: 0;
}
.lower #shareLink dt,
.lower #shareLink dd {
	display: inline-block;
	font-size: 11px;
	line-height: 30px;
}
.lower #shareLink dd {
	width: 30px;
	margin-left: 5px;
}
.lower #shareLink dd img {
	width: 100%;
	height: auto;
}
.lower #shareLink .shareFb a,
.lower #shareLink .shareTw a {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #333;
	font-size: 22px;
	text-decoration: none;
}

/* Content
------------------------------ */
#content {
	width: 100%;
	padding: 0 10%;
}
.contentSec {
	margin-bottom: 50px;
}
.secTitle {
	color: #333333;
	font-size: 11px;
	text-align: center;
	line-height: 11px;
	letter-spacing: 0.05em;
}
.secTitle img {
	padding: 5px 0 25px;
}
.post {
	position: relative;
}
.post .thumb {
	display: block;
	margin-bottom: 10px;
}
.post .postMeta {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.post .label {
	display: inline-block;
	min-width: 67px;
	margin-right: 10px;
	padding: 0 4px;
	background: #7dccf3;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	letter-spacing: 0.05em;
}
.post .postdate {
	display: inline-block;
	color: #7dccf3;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.post .title, .post .title a {
	color: #ff4545;
	font-size: 14px;
	line-height: 19px;
}
.ph {
	display: block;
	line-height: 0;
	position: relative;
}
.ph .dummy {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Home New Arrivals / Program
------------------------------ */
#secNew .post {
	margin-bottom: 30px;
}
#secNew .post a {
	display: block;
	color: #ff4545;
}
#secNew .post .thumb,
#otherProgram .post .thumb {
	height: 45.07vw;
}
#secNew .post .thumb .ph,
#otherProgram .post .thumb .ph {
	width: 100%;
	height:100%;
}
#secNew .post .thumb .ph img,
#otherProgram .post .thumb .ph img {
	height: 100%;
}
#secNew .post a img,
#otherProgram .post a img {
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}

/* Recommend
------------------------------ */
#secReccomend {
	margin-bottom: 35px;
	letter-spacing: -.40em;
}
#secReccomend .post {
	display: inline-block;
	width: 47%;
	margin-bottom: 25px;
	letter-spacing: normal;
}
#secReccomend .post:nth-child(even) {
	margin-right: 6%;
}
#secReccomend .post .thumb,
#secReccomend .post .postMeta {
	margin-bottom: 10px;
}

/* Topics
------------------------------ */
#secTopics .topicMenu {
	margin-bottom: 25px;
	text-align: center;
}
#secTopics .topicMenu li {
	display: inline-block;
	width: 70px;
	margin: 0 5px;
	border-radius: 10px;
	background: #7dccf3;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	letter-spacing: .05em;
}
#secTopics .topicMenu li.active {
	background: #ff4545;
}
#secTopics .topicbox {
	margin-bottom: 65px;
}
#secTopics .topicbox li {
	margin-bottom: 20px;
}
#secTopics .topicbox li.moreLink {
	margin-top: 30px;
}
#secTopics .topicbox .postMeta {
	margin-bottom: 8px;
	line-height: 13px;
}
#secTopics .topicbox .postdate {
	display: inline-block;
	color: #ff4545;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.05em;
}
#secTopics .topicbox .topicEvent .postdate {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0.05em;
}
#secTopics .topicbox .title a {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 19px;
	letter-spacing: 0;
}
#secTopics .topicbox .postTitle {
	margin-bottom: 2px;
	color: #ff4545;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#secTopics .topicbox .postTitle a {
	color: #ff4545;
}
#secTopics .topicbox .postDesc {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#secTopics .topicbox .postDesc a {
	color: #333;
	text-decoration: none;
}
#secTopics .topicbox .label {
	display: inline-block;
	width: 75px;
	margin-right: 10px;
	background: #7dccf3;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
	letter-spacing: 0.05em;
}
.home #secTopics .topicbox .topicMedia .label {
	margin-bottom: 3px;
}
.home #secTopics .topicbox .topicMedia .postdate {
	display: inline;
	font-size: 15px;
	line-height: 16px;
}
.home #secTopics .topicbox .postdate .newTxt {
	font-size: 11px;
}
.lower #secTopics .topicbox .postdate {
	color: #7dccf3;
}

/* Blog
------------------------------ */
#secBlog .post {
	margin-bottom: 20px;
}
#secBlog .post:last-child {
	margin-bottom: 25px;
}
#secBlog .post .postMeta {
	margin-bottom: 5px;
}
#secBlog .post .title a {
	display: block;
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 19px;
}
.home #secBlog .post a {
	display: block;
	position: relative;
	color:#ff4545;
}
.home #secBlog .nonLogin .post .thumb img {
	transform: scale(1.1);
}

/* Photolog
------------------------------ */
.photolog .photologSortlist {
	margin: 40px 0 0;
}
.photolog .photologSortlist li {
	width: 100%;
}
.photolog .photologSortlist li .main {
	color: #fff !important; margin: 16px 0 0;
}
.photolog .photologSortlist li a {
	text-decoration: none;
}
#photologList {
	margin: 0 0 75px;
}
.photolog .contentsList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 100%;
}
#photologList .contentsList li {
	position: relative; width: 100%; margin-bottom: 20px;
}
#photologList .contentsList li a {
	color: #ff4545;
}
#photologList .nonLogin li .thumb img  {transform: scale(1.1);}
#photologList .contentsList li .thumb {margin: 0 0 10px; position: relative;}
#photologList .contentsList li .thumb img {
	width: 100%;
	height: 49vw;
	background-size: cover;
}
.photolog #content .contentsList .post .postDate {font-size: 13px; line-height: 13px;}
.photolog #content .contentsList .post .postTitle {line-height: 19px;}
#photologList .contentsList .ph {margin: 0;}
#photologList .note {
	margin: 14px 0 0;
	color: #333;
	font-size: 0.8em;
	text-align: left;
}
.photolog .photologDetail {
	margin: 0 0 75px;
}
.photolog .photologDetail article {
	margin-bottom: 10px;
}
.photolog #content .photologDetail article .post {
	margin: 0;
	padding: 0;
}
.photolog #content .photologDetail article .postDesc {
	margin-bottom:0;
}
.photolog #content .photologDetail article .post img {
	height: 100%;
	margin: 20px 0 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(5px);
	filter: blur(5px);
}

/* Media
------------------------------ */
#secMedia .mediaMenu {
	width: 220px;
	margin: 0 auto 25px;
	text-align: center;
}
#secMedia .mediaMenu li {
	display: inline-block;
	width: 60px;
	margin: 0 5px 8px;
	border-radius: 9px;
	background: #7dccf3;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 17px;
	letter-spacing: 0.05em;
}
#secMedia .mediaMenu li.active {
	background: #ff4545;
}
#secMedia .mediabox {
	margin-bottom: 80px;
}
#secMedia .mediabox li {
	margin-bottom: 20px;
}
#secMedia .mediabox .postMeta {
	margin-bottom: 5px;
}
#secMedia .mediabox .postdate {
	display: inline-block;
	color: #ff4545;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.05em;
}
#secMedia .mediabox .postTitle {
	margin-bottom: 12px;
	color: #ff4545;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#secMedia .mediabox .postTitle a {
	color: #ff4545;
}
#secMedia .mediabox .title a {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.04em;
}
#secMedia .mediabox .postDesc {
	display: block;
	color: #333;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.04em;
}
#secMedia .mediabox .postDesc a {
	color: #7dccf3;
}
#secMedia .mediabox .label {
	display: inline-block;
	min-width: 67px;
	margin-right: 10px;
	padding: 0 4px;
	background: #7dccf3;
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 15px;
	letter-spacing: 0.05em;
}

/* Blog
------------------------------ */
#secBlog .post {
	margin-bottom: 20px;
}
#secBlog .post:last-child {
	margin-bottom: 25px;
}
#secBlog .post .postMeta {
 margin-bottom: 5px;
}
#secBlog .post .title a {
	display: block;
	margin-bottom: 5px;
	color: #333333;
	font-size: 14px;
	line-height: 19px;
}
#secBlog .post .thumb img {
	width: 80vw;
	height: 48vw;
	object-fit: cover;
}

/* Program
------------------------------ */
#secProgram {
	margin-bottom: 65px;
}
#secProgram #nextProgram {
	margin-bottom: 50px;
}
#secProgram .post {
	margin-bottom: 30px;
}
#secProgram .nextTtl {
	margin-bottom: 8px;
}
#secProgram .post .title {
	margin-bottom: 5px;
}
.post .desc {
	color: #333;
	font-size: 12px;
	line-height: 16px;
}
.moreprogram {
	margin-bottom: 50px;
	text-align: center;
}
.moreprogram span {
	display: inline-block;
	padding-top: 30px;
	background: url(/static/funassyi/fanclub-sp/arrow_s_b.png) center top no-repeat;
	background-size: 20px;
	color: #333333;
	font-size: 10px;
	line-height: 10px;
}

/* SNS
------------------------------ */
#secSns {
	padding-bottom: 45px;
	color: #333333;
	text-align: center;
}
#secSns h3.title {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 12px;
}
#secSns .snsList {
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	margin: 0 auto;
}
#secSns .snsList li {
	width: 30% !important;
	margin: 0 5% 5% 0 !important;
}
#secSns .snsList li:nth-of-type(3n) {
	margin-right: 0 !important;
}
#secSns .snsList a {
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 auto 10px;
	border: solid 1px #ffffff;
	border-radius: 50%;
	background-size: 100% auto;
}
#secSns .snsList .title {
	display: block;
	font-size: 11px;
	line-height: 12px;
}
#secSns .snsList li.nav--x a {
	background-image: url(/static/funassyi/fanclub-sp/renew1703/ico_twitter01_sp.png);
}
#secSns .snsList li.nav--x02 a {
	background-image: url(/static/funassyi/fanclub-pc/renew1701/ph_274ch_icon.jpg);
}
#secSns .snsList li.nav--instagram a {
	background-image: url(/static/funassyi/fanclub-sp/renew1703/ico_twitter03_sp.png);
}
#secSns .snsList li.nav--youtube a {
	background-image: url(/static/funassyi/fanclub-sp/renew1703/ico_yt_sp.png);
}
#secSns .snsList li.nav--tiktok a {
	background-image: url(/static/funassyi/fanclub-sp/renew1703/sns_icon_tiktok.jpg);
}
#secSns .footerBnrList li {
	margin: 0 0 20px;
}
#secSns .footerBnrList li:last-of-type {
	margin: 0;
}
#secSns .footerBnrList li a {
	display: block;
	width: 140px;
	height: 100px;
	margin: 0 auto;
}
#secSns .footerBnrList li a .bg {
	display: block;
	height: 100px;
	border-radius: 16px;
	background-size: cover;
	background-repeat: no-repeat;
}
.stream #content {
	padding: 0 10% !important;
}

/* Old Movie List
------------------------------ */
#movieList {
	margin-bottom: 75px;
}
#movieList .movieSortlist {
	width: auto;
	margin: 0 auto 60px;
	font-size: 0;
	text-align: center;
}
#movieList .movieSortlist li {
	display: inline-block;
	width: 80px;
	margin: 0 2.5px;
}
#movieList .movieSortlist li span {
	display: block;
	height: 24px;
	border-radius: 12px;
	background: #eee;
	color: #333;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	cursor: pointer;
}
#movieList .movieSortlist li a{
	text-decoration: none;
}
#movieList .movieSortlist li span:hover,
#movieList .movieSortlist li span.active {
	background: #ff4545;
	color: #fff;
}
#movieList .movieThumbswrap img {
	width: 100%;
	height: auto;
}
#movieList .titleList .post {
	margin: 0;
	padding: 0;
}
#movieList .titleList .post .title {
	margin-bottom: 25px;
	color: #333;
}
#movieList .titleList .post .title a {
	position: relative;
	display: block;
	color: #333;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 15px;
	line-height: 20px;
}
#movieList .titleList .post .title a:before {
	content:"・";
	position: absolute;
	left: 0;
}


/* Pagination
------------------------------ */
.block--pager {
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	margin: 0 auto;
}
.block--pager li {
	float: left;
	margin: 0 8px 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: 7px;
}
.block--pager li a:hover{
	background: #ff4545;
	text-decoration: none;

}
.pager__item--current{
	padding: 7px;
	background: #ff4545;
	border-radius: 50px;
	color: #fff;
}
#pageNav {
	margin: 60px 0 75px;
}
#pageNav a,
#pageNav a {
	display: block;
	color: #333;
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	line-height: 30px;
}
#pageNav .prevLink {
	float: left;
}
#pageNav .prevLink a {
	text-align: left;
	background: url(/static/funassyi/fanclub-sp/arrow_s_l.png) left center no-repeat;
	background-size: 30px;
}
#pageNav .prevLink a {
	padding-left: 40px;
}
#pageNav .nextLink {
	float: right;
}
#pageNav .nextLink a {
	text-align: right;
	background: url(/static/funassyi/fanclub-sp/arrow_s_r.png) right center no-repeat;
	background-size: 30px;
}
#pageNav .nextLink a {
	padding-right: 40px;
}
#pageNav .nullTxt {
	color: #ccc;
}
#pageNav .nextLink .nullTxt {
	background: url(/static/funassyi/fanclub-sp/arrow_null_s_r.png) right center no-repeat;
	background-size: 30px;
}
#pageNav .prevLink .nullTxt {
	background: url(/static/funassyi/fanclub-sp/arrow_null_s_l.png) left center no-repeat;
	background-size: 30px;
}
#pageNation {
	position: relative;
	margin-bottom: 75px;
}
#pageNation .pageNum {
	font-size: 0;
	text-align: center;
}
#pageNation .pageNum li {
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	margin: 0 10px;
}
#pageNation .pageNum li a {
	color: #333;
	text-decoration: none;
}
#pageNation .pageNum li span {
	color: #7dccf3;
}
#pageNation .nextLink a,
#pageNation .prevLink a {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
}
#pageNation .nextLink a {
	right: 0;
	top: 0;
	background: url(/static/funassyi/fanclub-sp/arrow_s_r.png) left center no-repeat;
	background-size: 30px;
}
#pageNation .prevLink a {
	left: 0;
	top: 0;
	background: url(/static/funassyi/fanclub-sp/arrow_s_l.png) left center no-repeat;
	background-size: 30px;
}


/* Program Lower
------------------------------ */
.lower .secProgram {
	margin-bottom: 65px;
}
.lower .secProgram .movieTitle {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 13px;
}
.lower .secProgram #nextProgram {
	margin-bottom: 75px;
}
.lower .secProgram .post {
	margin-bottom: 40px;
}
.lower .secProgram .nextTtl {
	margin-bottom: 8px;
}
.lower .secProgram .post .title {
	margin-bottom: 13px;
}


/* Archives
------------------------------ */
#secArchives {
	margin-bottom: 65px;
}
#secArchives .movieTitle {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 13px;
}
#secArchives .post {
	margin-bottom: 25px;
}
#secArchives .post .title {
	margin-bottom: 13px;
}


/* About
------------------------------ */
.about #content {
	padding: 0;
}
.about .pagetitle {
	color: #fff23f;
	background: #00aeeb;
}
.about .secIntro {
	width: 100%;
	padding-bottom: 110px;
	background: #00aeeb url(/static/funassyi/fanclub-sp/im_obi_about_sp.png) center bottom no-repeat;
	background-size: 100%;
	text-align: center;
}
.about .secIntro .logo {
	width: 200px;
	margin: 0 auto 20px auto;
}
.about .secIntro .subhead {
	width: 280px;
	margin: 0 auto 30px auto;
}
.about .secIntro .btnJoin {
	display: block;
	width: 200px;
	height: 44px;
	margin: 0 auto 20px;
	border-radius: 22px;
	background: #fff23f;
	color: #ff4545;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	line-height: 44px;
}
.about #aboutPrize {
	padding: 20px 0 40px 0;
}
.about #aboutPrize .secTitle {
	width: 182px;
	margin: 0 auto;
}
.about #aboutPrize .block {
	position: relative;
	margin: 0 10%;
	padding: 20px;
	border-radius: 15px;
	background: #f1f1f1;
	box-sizing: border-box;
}
.about #aboutPrize .badge {
	position: absolute;
	right: -15px;
	top: -30px;
	display: block;
	width: 76px;
	height: auto;
}
.about #aboutPrize h4 {
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}
.about #aboutPrize .notice {
	margin-top: 20px;
	font-size: 9px;
	line-height: 15px;
	color: #333;
}
.about #aboutCont {
	padding: 20px 0 75px 0;
	background: url(/static/funassyi/fanclub-sp/bg_pattern2.gif) 0 0 repeat;
}
.about #aboutCont .secTitle {
	width: 182px;
	margin: 0 auto;
}
.about #aboutCont .box {
	margin-bottom: 25px;
}
.about #aboutCont .box .num {
	margin-bottom: 5px;
}
.about #aboutCont .box .subhead {
	margin-bottom: 10px;
}
.about #aboutCont .box .caption {
	margin: 0 10%;
	color: #fff;
	font-size: 13px;
	line-height: 19px;
}
.about #aboutCont .box1 .caption {
	margin-bottom: 25px;
}
.about #aboutCont .box1 .card {
	width: 230px;
	margin: 0 auto;
}
.about #aboutCont .box1 .card.wide {
	margin-bottom: 30px;
}
.about #aboutCont .box1 .card.narrow li {
	float: left;
	width: 110px;
}
.about #aboutCont .box1 .card.narrow li:nth-child(odd) {
	margin-right: 10px;
}
.about #aboutCont .box1 .card .sub {
	margin: 10px 0 13px 0;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.05em;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: center;
}
.about #aboutCont .box1 .notice {
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.05em;
	color: #fff23f;
}
.about #aboutCont .box2 .caption {
	margin-bottom: 5px;
}
.about #aboutCont .box2 .notice {
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0.05em;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0 10%;
}
.about #aboutCont .box2 .tokuten_tit{
	text-align: center;
	font-size: 18px;
	line-height: 11px;
	color: #7dccf3;
	letter-spacing: 0.05em;
	margin: 0 0 10px;
	font-weight: bold;
}
.about #aboutCont .secJoin .plan {
	width: 254px;
	margin: -30px auto 30px auto;
}
.about #aboutCont .secJoin .box {
	margin: 0 3%;
	padding: 40px 7% 60px 7%;
	border-radius: 10px;
	background-color: #fff;
}
.about #aboutCont .secJoin .boxTitle {
	height: 30px;
	margin-bottom: 10px;
	line-height: 30px;
	background: #7dccf3;
	font-size: 12px;
	letter-spacing: 0.05em;
	color: #333;
	text-align: center;
}
.about #aboutCont .secJoin .info {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.about #aboutCont .secJoin .info p {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 19px;
	color: #333;
	letter-spacing: 0.05em;
}
.about #aboutCont .secJoin .info p:last-child {
	margin-bottom: 0;
}
.about #aboutCont .secJoin .blockJoin {
	margin-bottom: 60px;
}
.about #aboutCont .secJoin .blockJoin dt {
	margin-bottom: 10px;
	color: #ff4545;
	font-size: 14px;
	text-align: center;
}
.about #aboutCont .secJoin .blockJoin dd {
	margin-bottom: 30px;
}
.about #aboutCont .secJoin .blockJoin dd .btnJoin {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	font-size: 13px;
	color: #ff4545;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px;
	background: #fff23f;
}
.about #aboutCont .secJoin .blockLogin dt {
	margin-bottom: 10px;
	color: #ff4545;
	font-size: 14px;
	text-align: center;
}
.about #aboutCont .secJoin .blockLogin dd .btnLogin {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0 auto;
	font-size: 13px;
	color: #333;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	border-radius: 20px;
	background: #7dccf3;
}


/* Footer
------------------------------ */
#footer {
	color: #fff;
	background: #ff4545;
	padding: 35px 10% 20px;
	position: relative;
	overflow: hidden;
}
#footer .title {
	width: 133px;
	height: 55px;
	margin: 0 auto 35px;
}
#footer #footNav {
	margin-bottom: 60px;
}
#footer #footNav ul {
	width: 50%;
	float: left;
}
#footer #footNav li {
	margin-bottom: 10px;
}
#footer #footNav a {
	color: #fff;
	font-size: 12px;
	line-height: 120%;
	display: block;
}
#footer .copyright {
	font-size: 10px;
	line-height: 12px;
}
#footer .pagetop {
	width: 130px;
	position: absolute;
	right: 5%;
	bottom: 0;
	-webkit-transform: translateY(160px);
	transform: translateY(160px);
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}


/* lower Common
------------------------------ */
.lower #content .secTitle {
	margin-bottom: 22px;
}
.lower #content .post .postMeta {
	line-height: 11px;
	margin-bottom: 5px;
}
.lower #content .mediaPost .post .postMeta {
	margin-bottom: 8px;
}
.lower #content .post .postDate {
	display: inline-block;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 0.05em;
	color: #7dccf3;
}
.lower #content .mediaPost .postDate {
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 0em;
	color: #7dccf3;
}
.lower #content .mediaPost .postDate .newTxt {
	font-size: 11px;
}
.lower #content .livePost .postDate {
	display: inline-block;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0em;
	color: #7dccf3;
}
.lower #content .livePost .postDate .newTxt {
	font-size: 11px;
}
.lower #content .post .postTitle {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #ff4545;
	margin-bottom: 12px;
}
.lower #content .post .postTitle a {
	color: #ff4545;
}
.lower #content .post .postDesc {
	color: #333;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.lower #content .post .postDesc a,
.lower #content .discoCnt a {
	color: #7dccf3;
}
.lower #content .post .postDesc img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 25px auto;
}
.lower #content .relatedTitle {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	margin: 0 auto 30px;
	color: #ff4545;
}

.lower.program #content .subHead {
	width: 92px;
	margin-bottom: 13px;
}
.lower.program #content .subHead img {
	width: 100%;
	height: auto;
}
.page #content {
	margin: 0 auto 75px;
	padding-top: 0;
}
.page #pageContent {
	color: #333;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.04em;
}
.page #pageContent .secTitle {
	min-height: 30px;
	background: #7dccf3;
	font-size: 12px;
	line-height: 19px;
	padding: 6px 13px 3px;
	margin-bottom: 15px;
}
.page #pageContent .secTitle a {
	color: #333;
}
.page #pageContent a {
	color: #7dccf3;
}
.page #pageContent .desc {
	color: #333;
	margin-bottom: 40px;
}
.page #pageContent .desc:last-child {
	margin-bottom: 0;
}


/* Biography
------------------------------ */
.bio .pagetitle {
	background-color: #A5DCF7;
	color: #fff23f;
}
.bio .sliderWrap,
.bio #bioContent {
	background-color: #A5DCF7;
	color: #fff;
}
.bio #bioContent {
	margin-bottom: 75px;
	padding: 0 10% 40px;
	font-size: 12px;
	line-height: 18px;
}
.bio .subHead {
	width: 112px;
	margin: 0 auto 30px;
	text-align: center;
}
.bio .subHead img {
	width: 100%;
	height: auto;
}


/* Discography
------------------------------ */
#content .discoCnt .dicoList {
	margin-bottom: 70px;
}
#content .discoCnt .secTitle {
	width: 68px;
	margin: 0 auto 40px;
	text-align: center;
}
#content .discoCnt .dicoList li {
	margin-bottom: 40px;
}
#content .discoCnt .boxHeight {
	margin-bottom: 8px;
}
#content .discoCnt .postDate {
	margin-bottom: 7px;
	color: #7dccf3;
	font-size: 11px;
	text-align: center;
	line-height: 11px;
	letter-spacing: 0.05em;
}
#content .discoCnt .postTitle {
	color: #ff4545;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
#content .discoCnt .postTitle a {
	color: #ff4545;
	text-decoration: none;
}
#content .discoWrap {
	margin-bottom: 70px;
	color: #333;
}
#content .discoWrap .discImage {
	margin-bottom: 30px;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
}
#content .discoWrap .discImage img {
	margin-bottom: 10px;
}
#content .discoWrap .postTitle {
	margin-bottom: 20px;
}
#content .discoWrap .discClass {
	margin-bottom: 30px;
	color: #666;
	font-size: 12px;
	line-height: 15px;
}
#content .discoWrap .songList {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.004em;
}
#content .discoWrap .postDesc {
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 19px;
	letter-spacing: 0.005em;
}


/* DL Content
------------------------------ */
#dlContent .dlList li {
	margin-bottom: 40px;
	text-align: center;
}
#dlContent .boxHeight {
	margin-bottom: 8px;
}
#dlContent .postDate {
	margin-bottom: 7px;
	font-size: 11px;
	color: #7dccf3;
	line-height: 11px;
	letter-spacing: 0.05em;
	text-align: center;
}
#dlContent .postTitle {
	font-size: 12px;
	line-height: 15px;
	color: #ff4545;
	text-align: center;
}
#dlContent .postTitle a {
	color: #ff4545;
	text-decoration: none;
}
#dlContent #pageNation {
	margin: 60px 0 75px;
}
#dlContent .dlLink {
	margin: 40px 0 75px;
}
#dlContent .dlLink a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	width: 175px;
	margin: 0 auto 20px;
	text-align: center;
	line-height: 33px;
	border-radius: 17px;
	background: #7dccf3;
}
#dlContent .dlLink:first-child {
	margin-top: 40px;
}


/* Questionnaire
------------------------------ */
.questionnaire #content {
	padding: 0;
}
.questionnaire #content .frame {
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
}
.questionnaire #content #pageContent .desc {
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
.questionnaire .questionForm .question {
	margin-bottom: 10px;
	padding: 5px 15%;
	font-size: 12px;
	line-height: 19px;
	letter-spacing: 0.05em;
	background: #7dccf3;
}
.questionnaire .questionForm .question:before {
	content: "Q.";
	position: absolute;
	left: 10%;
}
.questionnaire .questionForm .answer {
	margin-bottom: 30px;
	padding: 0 10%;
}
.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 input[type="submit"] {
	display: block;
	width: 200px;
	height: 44px;
	margin: 0 auto 20px;
	border: none;
	border-radius: 22px;
	background: #7dccf3;
	color: #333;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 44px;
	appearance: none;
}


/* Android Flash
------------------------------ */
.androidflashDtail{
background: #FFF;
	margin: 2em 0;
	border: none!important;
}
.flash_player_accordion {
	margin: 2em 0;
	background: #FFF;
}
.flash_player_accordion .androidMoviedetail li{
	border-top: 1px solid #ceefff;
}
.flash_player_accordion .androidMoviedetail li a{
	color: #7DCCF3;
	font-size: 13px;
}
.androidflashDtail dd img{
	height:auto;
}


/* FAQ
------------------------------ */
.page.faq .qalist {
	margin-bottom: 50px;
}
.page.faq .qalist:last-of-type { margin-bottom: 0;}
.page.faq .searchBox {
	position: relative;
	width: auto;
	margin: 0 10% 40px;
	text-align: center;
}
.page.faq .searchBox input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	border: solid 1px #aaa;
	border-radius: 5px;
	background: #fff;
	line-height: 1.6em;
}
.page.faq .searchBox input[type="text"]:placeholder-shown { color: #ccc;}
.page.faq .searchBox input[type="text"]::-webkit-input-placeholder { color: #ccc;}
.page.faq .searchBox input {
	padding: 0;
	font-size: 15px;
	line-height: 1.4em;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.page.faq .searchBox input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 40px;
	border: none;
	border-radius: 30px;
	background: transparent;
	color: #999;
	font-family: FontAwesome;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	transition: all .3s ease;
}
.page.faq .searchBox input[type="submit"]:hover {
	color: #222;
}
