@charset "utf-8";


/* アプリアイコンフォント */
@font-face {
	font-family: 'svgfont_1regular';
	src: url('../font/appicon-webfont/appicon-webfont.eot');
	src: url('../font/appicon-webfont/appicon-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../font/appicon-webfont/appicon-webfont.woff') format('woff'),
		 url('../font/appicon-webfont/appicon-webfont.ttf') format('truetype'),
		 url('../font/appicon-webfont/appicon-webfont.svg#svgfont_1regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.appicon:after {
	width: 50px;
	font-family: 'svgfont_1regular';
	font-size: 50px;
	line-height: 70px;
	position: absolute;
	padding: 0 0 0 1px;
}
/* 壁紙 */
.appicon.wp:after     { content: 'a'; color: #007FCC; }
/* ライブ壁紙 */
.appicon.livewp:after { content: 'b'; color: #E2007E; }
/* フォトフレーム */
.appicon.pf:after     { content: 'c'; color: #87CC03; }
/* カレンダー */
.appicon.cal:after    { content: 'd'; color: #EC6C00; }
/* 電卓 */
.appicon.den:after    { content: 'e'; color: #00ADFD; }
/* アラーム */
.appicon.alarm:after  { content: 'f'; color: #B6006F; }
/* フォトブック */
.appicon.pb:after     { content: 'g'; color: #C7161E; }
/* 時計ウィジェット */
.appicon.tw:after     { content: 'i'; color: #FAC604; }
/* ツアーパンフ */
.appicon.tp:after     { content: 'j'; color: #E4135D; }


.pc { display: none !important; }

/* clearfix */
.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}

/* base
============================== */
* { box-sizing: border-box; padding: 0; margin: 0; }
html, body { height: 100%; background: #eee; }
body {
	-webkit-text-size-adjust: none;
	color: #101010;
	font-family: 'arial', "Sawarabi Gothic";
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.05em;
	overflow-x: hidden;
	transition: all .6s ease;
}
img { max-width: 100%; }
a { color: #101010; text-decoration: none; transition: all .3s ease; }
a::before, a::after { transition: all .3s ease; }

#wrap {
	min-height: 100%;
	position: relative;
	padding: 0 0 368px;
}
select,input{
	padding: 2%;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
}
select{
	padding: 5px 25px 5px 5px;
	box-sizing: border-box;
	background: #fff;
}
.select:after{
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-bottom: 1px solid;
	border-right: 1px solid;
	margin: -0.2em 0 0;
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
}

/* loading
============================== */
.loader {
color: #ddd;
font-size: 20px;
text-indent: -9999em;
overflow: hidden;
width: 1em;
height: 1em;
border-radius: 50%;
margin: 0 auto;
position: relative;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
	0% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
	5%,95%{box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
	10%,59%{box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;}
	20%{box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;}
	38% {box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;}
	100% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
}
@keyframes load6 {
	0% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
	}
	5%,95% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
	10%,59% {box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;}
	20% {box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;}
	38% {box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;}
	100% {box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;}
}
@-webkit-keyframes round {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes round {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);}
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

/* header
============================== */
header nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: #101010;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 5%;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 98;
	transition: all .3s ease;
}
header h1 a {
	display: block;
	width: 100%;
	background: #fff;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	line-height: 54px;
	position: fixed;
	left: 0;
	top: 0px;
	padding: 0 0 0 5%;
	z-index: 99;
	transition: all .3s ease;
}
header h1 a svg { width: 83px; position: relative; top: 2px;}
#home header h1 a { top: -60px;}
/*#home header h1 a{ top: -60px; opacity: 0;}*/
header .navInner { width: 100%; }
header .navInner li a {
	display: block;
	color: #fff;
	font-size: 0.9em;
	letter-spacing: 0;
	padding: .5em 0;
	position: relative;
}
header .navInner .gNav li a::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	margin: -0.3em 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg);
}
header .gNav {margin-bottom: 40px;}
header .gNav li { width: 50%; float: left; }
header .gNav li:nth-child(odd) { clear: left; padding: 0 4% 0 0; }
header .gNav li:nth-child(even) { padding: 0 0 0 4%; }
header .loginNav li {display: inline-block; margin: 0 20px 10px 0;}
header .loginNav li a {padding: 0 1em 0 0;font-size: 0.9em;}
header .loginNav li a .fa { font-size: 16px; padding: 0 10px 0 0;}

/* navBtn */
header #navBtn {
	width: 65px;
	height: 54px;
	position: fixed;
	right: 0;
	z-index: 99;
	transition: all .3s ease;
}
header #navBtn span {
	display: inline-block;
	position: absolute;
	left: 22px;
	width: 24px;
	height: 2px;
	background-color: #101010;
	transition: all .3s ease;
}
header #navBtn span:nth-of-type(1) { top: 20px;}
header #navBtn span:nth-of-type(2) { top: 27px; }
header #navBtn span:nth-of-type(3) { bottom: 18px; }

/* menuOpen */
.menuOpen header nav { right: 0; }
.menuOpen header #navBtn span { background: #fff; }
.menuOpen header #navBtn span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: 9px; }
.menuOpen header #navBtn span:nth-of-type(2) { left: 60%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards; }
.menuOpen header #navBtn span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: 3px; }
.menuOpen header h1 a { color: #fff; background: transparent; top: 0; }
.menuOpen header h1 a svg { fill: #fff;}
body.headerFix header h1 a,
#home.menuOpen header h1 a  { top: 0; opacity: 1;}


/* footer
============================== */
footer {
	width: 100%;
	background: #eee;
	padding: 3em 5% 2em;
	position: absolute;
	left: 0;
/*	bottom: 0;*/
}
footer .supportNav { margin: 0 0 2em; }
footer .supportNav a { display: block; font-size: 0.9em; padding: 0.5em 0; opacity: 0.5; }
footer .linkList { margin: 0 0 2em; }
footer .linkList li { display: block; margin: 0 2% 0 0; }
footer .linkList a { display: block; opacity: 0.5; }
footer .linkList svg { width: auto; height: 1.3em; margin: 0 5px 0 0; position: relative; top: 0.4em; }
footer .linkList .official { width: 100%; font-size: 0.8em; margin: 0 0 1.5em; }
footer .linkList .official svg { width: 83px; height: 1.8em; }
footer .copyright { font-size: 0.7em; opacity: 0.3; }

footer .linkList .youtube { margin-bottom: 10px; }
footer .linkList .kishida { margin-bottom: 7px; }

/* subNav */
.subNav li { width: 50%; float: left; }
.subNav li:nth-child(odd) { clear: left; padding: 0 4% 0 0; }
.subNav li:nth-child(even) { padding: 0 0 0 4%; }
.subNav a {
	display: block;
	font-size: 1.1em;
	letter-spacing: 0;
	padding: .5em 0;
	position: relative;
}
.subNav a::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	margin: -0.2em 0 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(45deg);
}

/* home
============================== */
#home header h1 a {background: transparent;}
#home #navBtn { opacity: 0; }
#home .keyVisual {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 89vh;
	background: #fff;
	/*padding: 150px 0 0;*/
	padding: 0;
	position: relative;
	transition: all .6s ease;
}
/* logo */
#home .keyVisual .inner { width: 100%; position: relative; top: 35px;transition: all .6s ease;     position: relative; }
#home.loaded .keyVisual .inner { /*top: 90px;*/ padding-top: 0;}
#home .keyVisual .logo { text-align: center; margin: 0 auto; }
#home .keyVisual .logo svg { width: 70%;}
#home .keyVisual .logo svg path { fill: none; stroke: #101010; }
#home .keyVisual .logo .sub {
	display: block; opacity: 0;
	transition: all .6s ease;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.5;

}
/* loginNav */
#home .keyVisual .loginNav { padding: 2em 0 0; opacity: 0; transition: all .6s ease; text-align: center;}
#home .keyVisual .loginNav a {
	display: block;
	width: 60%;
	text-align: center;
	padding: 8px 10px;
	margin: 0 auto;
}
#home .keyVisual .loginNav .register a { border: 1px solid; }

/* 年間購読カード移行期間だけ表示 ※indexテンプレにもcss記載アリ注意 */
#home.loaded .keyVisual {height: 73vh!important;}
#home .keyVisual .loginNav .login#withTransition {
    text-align: center;
    margin-top: 17px;
}
#home .keyVisual .loginNav .login#withTransition a {
    display: block;
    width: auto;
    margin: 0px 20px 0;
    padding: 5px 10px;
}
#home .keyVisual .loginNav .login#withTransition a i{margin-right: 6px;}

/* line */
#home .keyVisual .line {
	background: #101010;
	position: absolute;
	z-index: 96;
    transition: all .6s ease;
}
#home .keyVisual .line.top {
	width: 0;
	height: 6px;
	left : 0;
	top: 0;
	animation: line_x 0.6s linear 0s forwards;
}
#home .keyVisual .line.right {
	width: 6px;
	height: 0;
	top: 0;
	right: 0;
	animation: line_y 0.6s linear 0.6s forwards;
}
#home .keyVisual .line.bottom {
	width: 0;
	height: 6px;
	right : 0;
	bottom: 0;
	position: fixed;
	animation: line_x 0.6s linear 1.2s forwards;
}
#home .keyVisual .line.left {
	width: 6px;
	height: 0;
	bottom: 0;
	left: 0;
	animation: line_y 0.6s linear 1.8s forwards;
}
@keyframes line_x { 0% { width: 0%; } 100% { width: 100%; } }
@keyframes line_y { 0% { height: 0%; } 100% { height: 100%; } }

/* bnr */
#home .keyVisual .information {
	width: 100%;
	background: #f7f7f7;
	padding: 6px 0 10px;
	position: absolute;
	left: 0;
	bottom: -230px;
	z-index: 97;
	transition: all .6s ease;
}
#home .info .bnrList { margin: 0 0 -0.5em; z-index: 97; padding-top: 5px;}
#home .info .bnrList.one { margin-bottom: 10px;padding-top: 20px;}
#home .info .bnrList.one li { width: 90%; margin: 0 auto; }
#home .info .bnrList li { width: 200px; margin: 0 3px; }
#home .info .bnrList li a { display: block; }
#home .info .bnrList .slick-dots { width: 86%; text-align: right; margin: 0 auto; }
#home .info .bnrList .slick-dots li { display: inline-block; width: 8px; margin: 10px 5px 0; }
#home .info .bnrList .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	background: #ddd;
	text-indent: -9999px;
	border-radius: 50%;
	border: none;
}
#home .info .bnrList .slick-dots .slick-active button { background: #101010; }
#home .info .infoTopics { padding: 2em 5% 0;}
#home .info .listTit { font-size: 1.6em; margin: 0 0 1.5em;}
#home .info .listTit a{ display: none;}
#home .info .infoList li { margin: 0 0 2em;}
#home .info .infoList a { display: block; overflow: hidden;}
#home .info .infoList .date { font-size: 0.8em; margin: 0 0 0.5em;}
#home .info .infoList .tit {
	line-height: 1.5;
/*	font-size: 0.9em;
	padding: 0 1em 0 0;
	position: relative;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
}
#home .keyVisual .infoList .tit::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	margin: -0.2em 0 0;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: rotate(45deg);
}
.new { color: #8a0407; margin: 0 0 0 0.5em; }
#home .keyVisual .information .more { padding: 0 5%;}
#home .info .information .more a { margin: 0; border: none;}
#home section.blog { padding-top: 4em; }

/* loading */
#home { height: 100%; overflow: hidden; }
#home.loaded { height: auto; overflow: auto; }
#home.loaded #navBtn { opacity: 1; }
#home.loaded .keyVisual { background: #fff; /*padding: 0 0 100px;*/ height: 63vh;}
#home.loaded .keyVisual .logo svg path { fill: #101010; stroke: none; }
#home.loaded .keyVisual .information { bottom: -50px; }
#home.loaded .keyVisual .line.bottom { opacity: 0; }

#home.loaded .keyVisual .line { background: #f7f7f7; }
#home.loaded .keyVisual .logo .sub,
#home.loaded .keyVisual .loginNav { opacity: 1; }
#home.loaded .keyVisual .loginNav .welcome { display: inline-block; margin: 0 1.5em 0 0;}
#home.loaded .keyVisual .loginNav .welcome.payment { margin: 0 0 1em;}
#home.loaded .keyVisual .loginNav .welcome .name{ margin: 0 0 0 0.5em;}
#home.loaded .keyVisual .loginNav .paymentArea {
    border: 1px solid;
    padding: 12px 20px;
    margin: 2% 5% 0;
}
#home.loaded .keyVisual .loginNav .paymentArea .tit {font-size: 1.2em; margin: 0 0 5px;}
#home.loaded .keyVisual .loginNav .paymentArea .txt { margin: 0 0 1em; text-align: left;line-height: 1.7em;}
#home.loaded .keyVisual .loginNav .paymentArea .txt br {display: none;}
#home.loaded .keyVisual .loginNav .expire { display: inline-block; font-size: 0.8em;}

/* section
------------------------------- */
section {
	background: #f7f7f7;
	padding: 2em 5%;
}
section.info { padding: 0;}
.sectionTit {
	font-size: 1.6em;
	margin: 0 0 1.5em;
}
.list li { margin: 0 0 3em; }
.list a { display: block; }
.list a::after { display: table; content:" "; clear: both; }
.list .date,#container .contentsList li .date{ font-size: 0.8em; margin: 0 0 0.5em; }
.list .tit{ line-height: 1.5;}

.list .new { color: #8a0407; margin: 0 0 0 0.5em; }
.more a:after,.back a:after{
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	margin: -0.2em 0 0;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: rotate(45deg);
}
#home .more a {
	display: block;
	text-align: right;
	border-top: 0.6px solid #ddd;
	padding: 1em;
	position: relative;
	margin-top: 2em;
}
#home .more a::after {
	content: '';
	display: inline-block;
	width: .4em;
	height: .4em;
	border-top: 1px solid;
	border-right: 1px solid;
	margin: -0.2em 0 0;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: rotate(45deg);
}

/* blogList */
.list.blog .thumb {
	width: 80px;
	height: 80px;
	float: left;
	line-height: 0;
	border-radius: 50%;
	border: 1px solid;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.list.blog .thumb img { width: 100%; height: 100%; }
.list.blog .name { font-size: 1.2em; }
.list.blog .date::before { content: 'Update：'; }
.list.blog .tit { padding: 0 0 0 90px; }

/* topicsList */
section.topics { padding-bottom: 0;}
.list.topics > li {margin-bottom: 2.5em;}
.list.topics > li:last-child {margin-bottom: 1.5em;}
.list.topics li .thumb {
    width: 100%;
	height: 16em;
	background: #eee no-repeat center center;
	background-size: cover;
	margin: 0 0 1em;
	overflow: hidden;
	border-radius: 0;
    border: 0;
}
.list.topics .cat {
    font-size: 1.4em;
    margin: 0 0 0.6em;
}
.list.topics li.bbs {
	width: 100%;
	margin-top: 2.5em;
	clear: both;
}
.list.topics li.bbs .cat {margin: 0 0 1em;}
.list.topics .bbsList li {margin: 0 0 2em;}
.list.topics .bbsList li:last-child {margin: 0;}
.list.topics .bbsList .date {font-size: 0.8em;}
.list.topics .bbsList .comment,.comment{
    margin: 0 0 0 0.8em;
    color: #999;
    display: inline-block;
    line-height: 0;
    font-size: 0.8em;
    position: relative;
    top: -2px;
}
.list.topics .bbsList .comment:before {
    content: "\f0e5";
    font-family: 'FontAwesome';
    font-size: 1.2em;
    margin: 0 3px 0 0;
}
.list.topics .bbsList .new {
    color: #8a0407;
    margin: 0 0 0 0.5em;
}

.contentsList li .member,
#home .infoList li .member {
    margin: 0 8px 0 0;
    font-size: 10px;
    color: #fff;
    background: #8a0407;
    padding: 2px 4px;
    position: relative;
    top: -2px;
}

/* くるりTV単体時 */
#home .topics#tv .more a {margin-top: 1em;}
#home .sectionTit {margin-bottom : 1em;}


/* 下層ページ
------------------------------- */
#container{ padding: 7.5em 5% 3.5em;}
#container .contentsList li{ margin: 0 0 2.5em;}
#container .contentsList li .tit{ font-size: 1.1em; line-height: 1.8;}
.detail #container .sectionTit{ font-size: 1.6em;}
.detail #container .titArea{ margin: 0 0 1.25em;}
.detail #container .titArea .date{ font-size: 1em; margin: 0 0 1em;}
.detail #container .titArea .tit{ line-height: 1.7; font-size: 1.6em;}
.detail #container .contentsArea { text-align: left;}
.detail #container .contentsArea video{ width: 100%; margin: 0 0 1.5em;}
.back{ text-align: center; margin: 40px 0 0;}
.back a{ position: relative; padding: 0 0 0 1em;}
.back a::after{
    border-right: none;
    border-left: 1px solid;
    left: 0;
    transform: rotate(-45deg);
}
.txtLink a{ text-decoration: underline;}
#container .lead { margin: 0 0 2em; letter-spacing: 0.04em;}
/* news
------------------------------- */
#news.detail #container .contentsArea { margin: 0 0 20px;}
#news.detail #container .contentsArea a {
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -hp-pre-wrap;
	word-wrap: break-word;
	color: #8a0407;
	text-decoration: underline;
}
#news.detail #container .contentsArea iframe { width: 100%; height: auto;}
#news.detail #container .contentsArea .ph { position: relative; line-height: 0;}
.dummy {
	width: 100%;
	height: 100%;
	position: absolute;
/*	z-index: 999;*/
	left: 0;
	top: 0;
}
#news.detail #container .shareList { text-align: right; margin: 0 0 3em;}
#news.detail #container .shareList li { display: inline-block; vertical-align: middle; margin: 0 0 0 12px;}
#news.detail #container .shareList li a{ display: block; line-height: 0;}
#news.detail #container .shareList li:first-child{ width: 55px; font-size: 0.8em; color: #999; margin: 0;}
#news.detail #container .shareList li.twitter,#news.detail #container .shareList li.facebook{ font-size: 18px; margin: 0 0 0 10px;}
#news.detail #container .shareList li.twitter .fa,#news.detail #container .shareList li.facebook .fa { color: #999;}
/*#news.detail #container .shareList li img{ width: 100%;}*/
#news.detail #container .shareList li.line svg{ fill: #999;}

/* GALLERY
------------------------------- */
#container.photo.detail  .photoList li{ margin: 0 0 4%;}
#container.photo.detail h2{
  margin: 0;
}
#container.photo.detail .titSub{
  padding: 0 0 3%;
}
#container.photo .photoList li .ph{
  width: 100%;
  height: 150px;
}
#container.photo .photoList li .ph img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    backface-visibility: hidden;
    vertical-align: top;
}
.phGallswipe #swipebox-container .slide img{
	pointer-events:none;
}


.galleryConfirm .inner .ph{
  position:relative;
}
.galleryConfirm .inner .ph::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:url("/static/quruli/fanclub/cmn/dummy.gif");
}
.galleryConfirm .titArea .tit{
  padding:0 0 5px;
  font-weight:bold;
}
.galleryConfirm .pointInfo{
  margin: 0 0 2em;
}


/* movie
------------------------------- */
#movie #container .contentsList li,#wallpaper #container .contentsList li{
	width: 50%;
	float: left;
	padding: 0 2% 0 0;
	box-sizing: border-box;
}
#movie #container .contentsList li .date { margin: 0 0 0.2em;}
#movie #container .contentsList li .tit,#wallpaper #container .contentsList li .tit { font-size: 1em; line-height: 1.6;}
#movie #container .contentsList li:nth-child(odd),#wallpaper #container .contentsList li:nth-child(odd){ clear: left;}
#movie #container .contentsList li:nth-child(even),#wallpaper #container .contentsList li:nth-child(even){ padding: 0 0 0 2%; box-sizing: border-box;}
#movie #container .contentsList li a .thumb,#wallpaper #container .contentsList li a .thumb{
	height: 8em;
	background: #eee no-repeat center center;
	background-size: cover;
	margin: 0 0 1em;
	overflow: hidden;
}
#movie #container .contentsList li a:hover .thumb { -webkit-filter: grayscale(0%); filter: grayscale(0%);}
#movie #container .contentsList li .new{ color: #8a0407; margin: 0 0 0 0.2em;}
#movie.detail #container .contentsArea .moviePlayer{ margin: 0 0 20px;}
#movie.detail #container .contentsArea .moviePlayer img{ width: 100%;}
#movie.detail #container .contentsArea .subNav{ margin: 0 0 20px;}
#movie.detail #container .contentsArea .playerLead,#movie.detail #container .contentsArea .playerDL{ font-size: 10px; margin: 0 0 10px;}
#movie.detail #container .contentsArea .playerDL{ margin: 0 0 10px;}
#movie #container .appLead{ margin: 0 0 25px;}
#movie #container .UlizaApp .tit{
	font-weight: bold;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.5em;
}
#movie #container .UlizaApp .txt{ margin: 0 0 10px;}
#movie #container .UlizaApp .subTxt{ font-size: 10px; margin: 0 0 25px;}
#movie #container .UlizaApp .ph{ text-align: center; margin:0 0 15px;}
#movie #container .UlizaApp .btn{
	text-align: center;
/*	padding: 10px;*/
/*	border: 1px solid;*/
	width: 60%;
	display: block;
	margin: 0 auto;
}
#movie #container .UlizaApp .steparrow{
	text-align: center;
    font-size: 30px;
}
#movie #container .UlizaApp .stepbox .tit{ margin: 0 0 20px;}
#movie.detail #container .lead.questionnaireLead { padding-top: 4em;}
/* faq
------------------------------- */
#faq #container .faqTit {margin: 0 0 1.5em; font-size: 1.4em;}
#faq #container .faqList { margin: 0 0 5em;}
#faq #container .faqList .qTit { margin: 0 0 2.5em; }
#faq #container .faqList:last-of-type { margin: 0 0 20px;}
#faq #container .faqList li a {
	display: block;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
#faq.detail #container .faqArea { margin: 0 0 50px;}
.qTit { margin: 0 0 2em;}
#faq.detail #container .faqArea span,.qTit span{
	background: #ddd;
	border-radius: 50%;
	text-align: center;
	padding: 4px 12px;
	font-size: 1em;
	margin: 0 10px 0 0;
	float: left;
}
#faq #container .faqList .qTit span { position: relative; top: -4px; }
#faq.detail #container .faqArea .faqTxt span { background: #8a0407; color: #fff;}
#faq.detail #container .faqArea .txt { padding: 3px 0 0 44px; box-sizing: border-box;}
#faq.detail #container .contactArea { text-align: center;}
#faq.detail #container .contactArea .lead{ margin: 0 0 20px; padding: 0 15px; box-sizing: border-box;}
.btn{ width: 100%; margin: 0 auto 15px;}
.btn input,.cancel input, .btn a, .cancel a{
		display: block;
		width: 100%;
	-webkit-appearance: none;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	font-size: 1em;
	background: transparent;
	line-height: 1.7;
	border: 1px solid #8a0407;
}
.btn a,.btn input{
	background: #8a0407;
	color: #fff;
	border-color: transparent;
}
.cancel input,.cancel a {
	color: #8a0407;
	border-color: #8a0407;
}
.searchBox{
	position: relative;
	margin: 0 0 30px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.searchBox input[type="text"]{
	height: 40px;
	width: 80%;
	margin: 0 5px 0 0;
	padding: 0 10px;
	background: #fff;
	border: none;
	border-radius: 3px;
	color:#000;
	font-size: 16px;
}
.searchBox input[type="text"]:placeholder-shown { color: #eee;}
.searchBox input[type="submit"] {
	position: absolute;
	right: 3%;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	background: transparent;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border: none;
	z-index: 2;
	font-family: FontAwesome;
	padding: 0;
}

/* exception
------------------------------- */
#container .errorTit { text-align: center; font-size: 1.5em; margin: 0 0 1.5em; padding: 0.5em 0 0;}
/* fanmail
------------------------------- */
.errorTxt{ margin: 0 0 2em;}
.errorTxt li{ color: #E90001; margin: 0 0 5px;}
.errorTxt li:last-child{ margin: 0;}
#qa #container .lead,#questionnaire #container .lead,#bbs #container .lead{ margin: 0 0 2.5em;}
/* contact
------------------------------- */
#contact #container .openHour { margin: 0 0 2em; }
#container .cancel { text-align: center; width: 100%; margin: 0 auto;}
#container form .formList {-webkit-appearance: none;}
#container form .formList dt { margin: 0 0 5px; font-size: 0.9em;}
#container form .formList dt span { color: #E90001; font-size: 11px; padding: 0 0 0 10px;}
#container form .formList dd { font-size: 16px; position: relative; margin: 0 0 1em;}
#container form .formList dd select {
	width: 100%;
	font-size: 16px;
	height: 2.5em;
}
#container form .formList dd.select:after { margin: -0.3em; right: 20px;}
#container form .formList dd input,#container form .formList dd textarea,#bbs.detail #container .commentPost dl dd textarea{
	width: 100%;
	padding: 5px;
	font-size: 16px;
	-webkit-appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
}
#container form .formList dd input{ height: 2.5em;}
#container form .formList.confirm { margin: 0 0 2em;}
#container form .formList.confirm dd{
	font-size: 1.1em;
}
/* support
------------------------------- */
#support #container .sectionTit { font-size: 1.6em;}
#support #container .txt { margin: 0 0 20px; letter-spacing: 0em; line-height: 1.8;}
#support #container .supportList { letter-spacing: 0em; line-height: 1.8;}
#support #container .supportList dt { font-weight: bold; margin: 0 0 10px; font-size: 1.1em;}
#support #container .supportList dd { margin: 0 0 3em;}
#support #container .supportList dd .subTxt { padding: 0 0 1em 1.2em; font-size: 0.8em;}
#support #container .supportList dd ul li { text-indent: -1em; padding: 0 0 0.3em 1em;}
#support #container .supportList dd ul li:last-child { padding: 0 0 0 1em;}
/* questionnaire
------------------------------- */
#container .stream { margin: 0 auto 4em;}
#container .streamList { font-size: 1.4em; margin: 0 0 1em;}
#questionnaire form .formList .checkBox { line-height: 1; margin: 0 0 15px;}
#questionnaire form .formList .checkBox input[type="checkbox"] {
    appearance: button;
    -webkit-appearance: button;
    display: inline-block;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: -4px;
    border: 1px solid #ccc;
        background: none;
}
#questionnaire form .formList .checkBox input[type="checkbox"]::after {
	content: '';
    display: inline-block;
    width: 14px;
    height: 5px;
    border: 2px solid #8A0407;
    border-right: none;
    border-top: none;
    position: absolute;
    left: 2px;
    top: 45%;
    margin: 0 0;
    transform: rotate(-45deg);
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#questionnaire form .formList .checkBox input[type="checkbox"]:checked::after {
	opacity: 1;
	margin: -6px 0;
}
#questionnaire form .formList .checkBox input{ float: left; margin: 0 10px 0 0; width: 20px;}
#questionnaire form .formList .checkBox input[type="radio"] {
	position: relative;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: none;
}
#questionnaire form .formList .checkBox input[type="radio"]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #8A0407;
    border-radius: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
#questionnaire form .formList .checkBox input[type="radio"]:checked:after {opacity: 1;}
#questionnaire form .formList select.prefectures { width: auto;}
#questionnaire form .formList select.year,#questionnaire form .formList select.month,#questionnaire form .formList select.day{ width: auto; margin: 0 5px 0 0;}
#questionnaire form .formList .age input { width: 15%;}
#questionnaire form .formList dt { font-size: 13px;}
#questionnaire form .formList .select { position: relative; display: inline-block;}
#questionnaire form .formList .select select { padding-right: 30px;}
#questionnaire form .formList .select:after { right: 18px;}
#questionnaire.detail .errorTxt { margin: 0 0 20px;}
/* wallpaper
------------------------------- */
#wallpaper #container .contentsList li a .thumb { height: 18em; position: relative;}
#wallpaper #container .contentsList li a .thumb img { background-size: cover;}
#wallpaper.detail .thumb,#movie.detail .thumb{ line-height: 0; margin: 0 0 2em;}
#wallpaper.detail .thumb img,#movie .thumb img{
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#wallpaper.detail #container .download { text-align: center; line-height: 0; margin: 0 0 40px;}
#wallpaper.detail #container .txt { text-align: center;}
.detail .pointInfo{
	width: 60%;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto 2em;
}
.detail .pointAttention { text-align: center; color: #ff0000; margin: 0 0 1em;}
#wallpaper.detail .thumb { position: relative; text-align: center;}
#wallpaper.detail .thumb img { width: 70%;}
#wallpaper .ph {position: relative;}

/* bbs
------------------------------- */
.comment { margin: 0;}
.comment i { padding: 0 5px;}
#bbs.detail #container.bbsInner { padding: 7.5em 0 3.5em;}
#bbs.detail #container.bbsInner .contentsList,#bbs.detail #container.bbsInner .commentList,
#bbs.detail #container.bbsInner .pagingBox{ padding-right: 5%; padding-left: 5%;}
#bbs #container .bbsNotice { margin: 0 0 10px; color: #999;}
#bbs #container .attention { font-size: 0.8em; color: #999;}
#bbs #container .attention li {
	text-indent: -0.8em;
	padding: 0 0 0.8em 1.5em;
	box-sizing: border-box;
	line-height: 1.4;
}
#bbs #container .attention li a {color:#8a0407;}
#bbs #container .attention li i { color: #999; font-size: 1.2em; padding: 0 5px 0 0;}
#bbs #container .threadSearch { width: 63%; margin: 0 0 20px; float: right;}
#bbs #container .threadSearch .searchCat { display: none; margin: 0 0 5px;}
#bbs #container .threadSearch .searchForm {
	background: #fff;
	width: 100%;
	height: 36px;
	float: right;
	border: 1px solid #ddd;
}
#bbs #container .threadSearch .searchForm input[type=text]{
	width: 84%;
	height: 36px;
	font-size: 11px;
	box-sizing: border-box;
	float: left;
	border: none;
	background: transparent;
	line-height: 36px;
}
#bbs #container .threadSearch .searchForm input[type=submit]{
	font-family: FontAwesome;
	width: 30px;
	padding: 9px 0 0px 0;
	box-sizing: border-box;
	background-color: #fff;
	color: #ddd;
	font-size: 17px;
	border: none;
	float: left;
	cursor: pointer;
}
#bbs #container .threadSort { width: 30%; margin: 0 7% 20px 0; float: left;}
#bbs #container .threadSort .select { display: inline-block; position: relative; margin: 0 15px 0 0;}
#bbs #container .threadSort select { font-size: 12px; padding: 8px 5px 8px 5px;
}
#bbs #container .contentsList li {
	margin: 0;
	box-sizing: border-box;
	position: relative;
}
#bbs #container .contentsList li .date{ margin: 0; padding: 0.5em 0 0;}
#bbs #container .contentsList li a{ display: block; padding: 20px 0;}
#bbs.detail #container .contentsList { margin: 0 0 2em;}
#bbs.detail #container .contentsList li { padding: 0 0 2em;}
#bbs.detail #container .contentsList li .threadTit figure {
	width: 100%;
	line-height: 0;
	margin: 0 0 20px;
	position: relative;
}
#bbs.detail #container .contentsList li .threadTit figure img{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bbs.detail #container .contentsList li .threadTit .comment{ font-size: 16px; padding: 0 5px 0 0; box-sizing: border-box;}
#bbs.detail #container .contentsList li .threadTit .tit { font-size: 1.6em; margin: 0 0 1em;}
#bbs.detail #container .sortBox { margin: 0 0 10px;}
#bbs.detail #container .sortBox li { display: inline-block; font-size: 0.8em;}
/*#bbs.detail #container .sortBox li:first-child{ font-size: 1.2em; display: block; margin: 0 0 5px;}*/
#bbs.detail #container .sortBox li a,#bbs.detail #container .sortBox li .current{
    box-sizing: border-box;
    border-right: 1px solid #999;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
#bbs.detail #container .sortBox li .current { color: #8a0407;}
#bbs.detail #container .commentList { margin: 0 0 3em;}
#bbs.detail #container .commentList li {
/*	padding: 0;
	box-sizing: border-box;
	margin: 0 0 1em;
	position: relative;
*/
	padding: 0;
	box-sizing: border-box;
	margin: 0 0 1em;
	position: relative;
}
#bbs.detail #container .icon img {
	background-image: url('/static/quruli/fanclub/pc/cmn/ico_user.svg');
	background-size: cover;
	background-position: center;
	width: 100%;
	border: 1px solid #999;
	border-radius: 50%;
	box-sizing: border-box;
}
#bbs.detail #container .commentList li .report {
/*	line-height: 2;
	font-size: 20px;
	right: 0;
	top: -5px;
	position: absolute;*/
	line-height: 1;
	right: 0;
	top: 0;
	position: absolute;
}
#bbs.detail #container .commentList li .report a { color: #999; font-size: 10px;}
#bbs.detail #container .commentList li .commentTxt { padding: 0 0 1.5em; border-bottom: 1px solid #ddd; margin: 0 0 0 47px;}
#bbs.detail #container .commentList li .commentTxt .name {
/*	font-size: 1.2em;
	line-height: 2.2;
	margin: 0 0 15px;*/
/*	margin: 0 0 5px;*/
	margin: 0 0 10px;
	line-height: 3;
}
#bbs.detail #container .commentList li .commentTxt figure { margin: 0 0 1em; line-height: 0;}
#bbs.detail #container .commentList li .commentTxt .txt { margin: 0 0 1em; line-height: 1.8;}
#bbs.detail #container .commentList li .commentTxt .date { font-size: 0.8em; text-align: left; color: #999;}
#bbs.detail #container .commentPost { margin: 0 0 4em;}
/*#bbs.detail #container .commentPost .formList dd { margin: 0 0 1em;}*/
#bbs.detail #container .commentPost .formList dd.imgSelect { font-size: 12px;}
#bbs.detail #container .commentPost .formList dd.imgSelect input { height: auto; -webkit-appearance: none; padding: 2px; font-size: 12px; border: none;}
#bbs.detail #container .reportName .name { font-size: 1.2em; margin: 0 0 1em;}

#bbs.detail #container .commentPost.formArea{ margin: 0 0 4em; background: #fff; padding: 30px 6%; display: block;}
#bbs.detail #container .commentPost .formList.bbsComment { margin: 0 0 2em; position:relative;}
#bbs.detail #container .commentPost .formList .imgSelect { font-size: 12px;}
#bbs.detail #container .commentPost .formList label {
    color: #999;
    font-size: 1.8em;
    float: left;
    padding: 0 0 0 47px;
    line-height: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#bbs.detail #container .commentPost .formList label i { font-size: 0.6em;}
#bbs.detail #container .commentPost .formList label .phCapture input {
	border: none;
	padding: 0;
	font-size: 10px;
}
#bbs.detail #container .commentPost .formList .imgSelect input {
	font-family: FontAwesome;
	height: auto;
	-webkit-appearance: none;
	padding: 0px;
	font-size: 12px;
	border: none;
}
#bbs.detail #container .commentPost .formList dt.textarea{
	margin: 0 0 10px 47px;
	font-size: 0.8em;
	border:1px solid #ddd;
}
#bbs.detail #container .commentPost .formList dt.textarea textarea{
	width: 100%;
	height: 7em;
	font-size: 16px;
	padding: 9px;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: none;
}
#bbs.detail #container .commentPost .formList dd .btn { margin: 0 auto 30px;}
#bbs.detail #container .commentPost .formList dd input[type=submit]{
	width: 100%;
/*	color: #000;
	background: transparent;*/
	border: none;
	font-size: 11px;
	height: auto;
	float: right;
	padding: 5px 15px;
}
#bbs.detail #container form .formList dt { margin: 0 0 10px;}
#bbs.detail #container .icon { width: 35px; float:left;}
#bbs.detail #container .postName{
	line-height: 2.2;
	padding: 0 0 0 47px;
	margin: 0 0 5px;
	font-size: 14px;
}
#bbs.detail #container form .formList.bbsComment dd:last-of-type{
	float: right;
}
#bbs.detail #container .threadLead{ margin: 0 0 2em;}

#bbs.detail #container .contentsList li .threadTit figure a {
display: block;
width: 100%;
height: 100%;
bottom: 0;
position: absolute;
padding: 0;
}
#bbs.detail #container .contentsList li .threadTit figure .circle {
	height: 30px;
	width: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#bbs.detail #container .contentsList li .threadTit figure .circle:before { -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#bbs.detail #container .contentsList li .threadTit figure i {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	left: 1px;
}

/* appli
------------------------------- */
.appicon.cal:after,.appicon.pb:after{
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	text-align: center;
	line-height: 1.2;
	box-sizing: border-box;
}
.appicon.pb:after{
	padding: 0 0 0 3px;
	line-height: 1.1;
}
#appli .btn { background: #fff;}
#appli #container .appIndex { overflow: hidden; margin: 0 0 30px;}
#appli #container .appIndex .intro .appTit { font-size: 1.4em;}
#appli #container .appIntro .detailIndex{
	padding: 3px 16px;
	margin: 0 0 20px;
	box-sizing: border-box;
	border-left: 2px solid #ddd;
	font-size: 1.1em;
	font-weight: bold;
}
#appli #container .appIntro .detailBox .appHowto {
	padding: 20px 16px;
	background: #fff;
	margin: 0 0 20px;
	box-sizing: border-box;
}
#appli #container .appIntro .detailBox .appHowto dt,#appli #container .intro .appTit{ font-size: 1.1em; margin: 0 0 5px;}
#appli #container .appIntro .detailBox .appHowto dd{ margin: 0 0 10px;}
#appli #container .appIntro .detailBox .appHowto dd.subLead,#appli #container .appIntro .detailBox .subLead{ font-size: 0.8em; margin: 0 0 20px;}
#appli #container .appIntro .detailBox .appHowto .privacy {
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0 0;
	box-sizing: border-box;
}
#appli #container .appIntro .detailBox .appHowto .howtoStep { padding: 5px 0; border-bottom: 1px solid #ddd;}
#appli #container .contentsList li { margin: 0;}
#appli #container .contentsList li a { display: block; width: 100%; margin: 0 0 3em;}
#appli #container .intro { width: 77%; float: right;}
#appli #container .intro .txt { font-size: 0.8em;}

/* iPhone5,Android
============================== */
@media screen and (max-width:360px){
#bbs #container .threadSort select { padding-right: 0;}
#bbs #container .threadSearch .searchForm input[type=text] { width: 82%; font-size: 9px;}
#appli #container .intro { width: 74%;}
}









.qanda_contents{
    margin-top: 35px;
}
.qanda_contents .qdate{
    color: #808080;
font-size: 12px;
}
.qanda_contents .odd{
    font-size: 14px;

}
.qanda_contents .even{
    font-size: 14px;

}
.qanda_contents .item{
    border-bottom: solid 1px #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.qanda_contents a{
word-break: break-all;
display: inline-block;
}



#qanda{
    width: 100%;
    margin: auto;
    display: block;
    background: #fff;
    padding: 0 20px 60px;
}
#qanda .titArea{
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#qanda .txt{
    font-size: 14px;
}
#qanda h3{
    margin-bottom: 20px!important;
    padding-top: 80px;
    font-size: 1.6em;
    line-height: 1.5em;
}

#qanda .redTxt{
    color: #8a0407;
    font-size: 12px;
}


.consultation{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 40px;
    right: 2%;
    transition: .6s;
    transform: translate3d(0,0,0);
    z-index: 999;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;    

}

.binfomation  .binformationDetail .tit{
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
}

@keyframes fadeIn {
    0% {opacity: 0}
    60% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    60% {opacity: 0}
    100% {opacity: 1}
}

.consultation a {
    background: #8a0407;
    border: 1px #8a0407 solid;
    color: #fff;
    line-height: 1.5em;
    border-radius: 100px;
    font-size: 13px;
    padding: 30px 10px!important;
}
.register{
    margin-bottom: 15px;
}



/* blog
------------------------------- */


#blog #container {
    padding: 7em 3%;
}

#blog #container .header img {
	 width: 100%;
	 margin-bottom: 20px;
}

#blog #container.blogdetail .header img{
    margin-bottom: 35px;
}

#blog h5 {
    font-size: 0.85rem;
    text-align: center;
    margin-bottom: 40px;
}

#blog h5.blogtitle {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

#blog #container .contentsList {
    margin: 0 0 30px;
    line-height: 0;
    font-size: 0;
}

#blog #container .contentsList a {
    display: inline-block;
    width: 32.8%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    text-align: center;
    overflow: hidden;
}

#blog #container .contentsList .thumb {
    position: relative;
}

#blog span.fconly {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: rgba(255,255,255,0.5);
    z-index: 10;
    font-size: 14px;
    text-align: center;
    top: 43%;
    position: absolute;
}

#blog #container .contentsList .thumb img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#blog #container .contentsList .thumb img.notfc {
    filter: blur(7px);
}

#blog #container .contentsList a:nth-of-type(3n) {
    margin-right: 0;
}

#blog #container.blogtop .pagingBox {
    text-align: center;
}

#blog #container.blogtop .pagingBox li {
    border: 1px solid #000;
    width: 28px;
    display: inline-block;
    margin: 0 5px;
}

#blog #container.blogtop .pagingBox li a {
    display: block;
}

#blog #container.blogtop .pager__item--current {
    background: #000;
}

#blog #container.blogtop .pager__item--current a {
    color: #fff;
    pointer-events: none;
}


#blog .article_wrap {
    padding: 0 4%;
    margin-bottom: 40px;
}

#blog .article {
    margin: 0 0 25px;
    font-size: 1rem;
    line-height: 1.6;
}

#blog .article img {
    width: 100%;
    text-align: center;
    margin: 0 0 20px;
    display: inline-block;
}

#blog .date {
    text-align: right;
    color: #aaa;
}


#blog .back a {
    display: inline-block;
}

#blog .PrevNext {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 10px;
}

#blog .PrevNext .pager-link--next {
    float: right;
    position: relative;
    padding: 0 0.8em 0 0;
}

#blog .PrevNext .pager-link--prev {
    float: left;
    position: relative;
    padding: 0 0 0 0.8em;
}


#blog .PrevNext .pager-link--prev a::after,
#blog .PrevNext .pager-link--next a::after {
    left: 0;
    content: '';
    display: inline-block;
    width: .4em;
    height: .4em;
    border-top: 1px solid;
    border-right: 1px solid;
    margin: -0.25em 0 0;
    position: absolute;
    top: 50%;
    transform: rotate(-135deg);
}

#blog .PrevNext .pager-link--next a::after {
    right: 0;
    left: auto;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

/*アプリ内blog*/
#blog nav.pageNav ul {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#blog nav.pageNav ul li {
	margin: 0 7px;
}

#blog nav.pageNav ul li a,
#blog nav.pageNav ul li span {
	display: inline-block;
	border: 1px solid;
    line-height: 1;
    padding: 8px 1em;
}

#blog nav.pageNav ul li span {
	opacity: 0.3;
}





.page--movie.new-movie wrap #container .list--contents{
display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  justify-content: space-between;
}

.page--movie.new-movie #wrap #container .list--contents.clearfix::before{
display:none;
}

.page--movie.new-movie #wrap #container .list--contents li {
  width: 48%;
  margin: 0 1% 3em 0;
}

.page--movie.new-movie #wrap #container .list--contents li:nth-child(2n) {
  margin: 0 0 3em 0;
}


.page--movie.new-movie #wrap #container .list--contents li a .thumb {
  position: relative;
  margin: 0 auto 1em;
  height: 14vw;
  background: #eee no-repeat center center;
  height: 8em;
}


.page--movie.new-movie #wrap #container .list--contents li .list__txt .date{
margin: 0 0 0.2em;
font-size: 0.8em;
}


.page--movie.new-movie #wrap #container .list--contents li .list__txt .tit{
font-size: 1em;
  line-height: 1.6;
}
.page--movie.new-movie #wrap .section--detail{
padding: 7.5em 5% 3.5em;
}


.page--movie.new-movie #wrap .section--detail .block--player{
position: relative;
    top: 0;
    left: 0;
}


.page--movie.new-movie #wrap .section--detail .block--player .vjs-big-play-button{
margin: 0;
  padding: 0;
  transform: translate(-50% ,-50%);
  line-height: 0;
}


.page--movie.new-movie #wrap .section--detail .area--movie .block--player .video-js .vjs-play-control{
position: absolute;
top: auto;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,-75%);
    margin: 0;
    padding: 0;
    line-height: 0;
}



.page--movie.new-movie #wrap .section--detail .titArea{
margin: 0 0 1.25em;
}

.page--movie.new-movie #wrap .section--detail .titArea .date{
font-size: 1em;
}

.page--movie.new-movie #wrap .section--detail .titArea .tit{
line-height: 1.7;
  font-size: 1.6em;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies{
background:none;
border-top: none}




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

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab > div{
width:100%;
}
.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li{
width: 100%;
 margin: 0 auto;
  border-bottom: none;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a{
padding: 16px 0 16px 0;
}

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

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li .list__txt{
width: 65%;
}

