@charset "utf-8";
.sp { display: none !important; }
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

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

  }
/* 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: 14px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.04em;
	overflow-x: hidden;
	transition: all .6s ease;
	background: #f7f7f7;
}
img { max-width: 100%; }
.center {text-align: center;}
a { color: #101010; text-decoration: none; transition: all .3s ease; }
a:hover { color: #8a0407; }
input{ transition: all .3s; outline: none;}
/*a::before, a::after { transition: all .3s ease; }*/

input[type="text"],
input[type="password"],
button,
textarea,
select,
img { outline: none; }

#wrap {
	min-height: 100%;
	position: relative;
	padding: 0 0 200px;
}
select,input,textarea{
	padding: 9px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
	border: 1px solid #ddd;
}
select::-ms-expand {display: none;}
select{
	padding: 5px 30px 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.4em 0 0;
	position: absolute;
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
}

/* loading
============================== */
.loader {
color: #ddd;
font-size: 40px;
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: 50%;
	height: 100%;
	background: #101010;
	color: #fff;
	box-sizing: border-box;
	padding: 40px 5%;
	position: fixed;
	right: -50%;
	top: 0;
	z-index: 99;
	transition: all .3s ease;
}
header h1 a {
	display: block;
	font-size: 1.4em;
	letter-spacing: 0.2em;
	line-height: 1em;
	position: fixed;
	left: 40px;
	top: 40px;
	z-index: 99;
	opacity: 1;
	transition: none!important;
	width: 100px;
}
header h1 a svg { width: 100%; height: 20px;}
#home header h1 a{ top: -60px; opacity: 0;}


header .navInner { width: 100%; }
header .navInner li a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	padding: .5em 0;
	position: relative;
}
header .navInner li a:hover{ opacity: 0.5;}
header .navInner .gNav li 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);
}
header .gNav {margin: 0 0 50px;}
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: 24px;
	height: 16px;
	position: fixed;
	right: 40px;
	top: 40px;
	z-index: 100;
	cursor: pointer;
	transition: all .3s ease;
}
header #navBtn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #101010;
	transition: all .3s ease;
}
header #navBtn span:nth-of-type(1) { top: 0; }
header #navBtn span:nth-of-type(2) { top: 7px; }
header #navBtn span:nth-of-type(3) { bottom: 0; }
header #navBtn:hover span:nth-of-type(1) { top: -5px; }
header #navBtn:hover span:nth-of-type(3) { bottom: -5px; }

/* 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: -11px; }
.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: -15px; }
body.headerFix header h1 a { top: 40px!important; opacity: 1!important; }

/* footer
============================== */
footer {
	width: 100%;
	background: #eee;
	padding: 3em 20% 2em;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 97;
}
footer .supportNav { margin: 0 0 1.5em; text-align: center;}
footer .supportNav li { display: inline-block; margin: 0 1em 0 0; }
footer .supportNav li:last-child { margin: 0;}
footer .supportNav a { display: block; font-size: 0.9em; padding: 0.5em 0; opacity: 0.5; }
footer .supportNav a:hover { color: #101010; opacity: 1; }
footer .linkList { margin: 0 0 1.5em; text-align: center;}
footer .linkList li { display: inline-block;  margin: 0 1em 0 0;
  line-height: 0;
  min-height: 31px;
  vertical-align: top;
}
footer .linkList li:last-child { margin: 0;}
footer .linkList a { display: block; font-size: 0.8em; opacity: 0.5; }
footer .linkList a:hover { color: #101010; opacity: 1; }
footer .linkList svg { width: 99px; height: 2em; margin: 0 5px 0 0; position: relative; top: 0.4em; }
footer .copyright { font-size: 0.8em; opacity: 0.3; text-align: center;}

/* subNav */
section.subNav { padding-top: 0;}
.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.5em;
	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 #wrap { padding: 0; }
#home footer { position: relative; }
#home #navBtn { opacity: 0; }
#home .keyVisual {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100vh;
	background: #fff;
	padding: 19% 0 0;
	position: relative;
	transition: all .6s ease;
	min-height: 720px;
}
/* logo */
#home .keyVisual .inner { width: 40%; }
#home .keyVisual .logo { width: 100%; text-align: center; }
#home .keyVisual .logo svg { width: 100%; }
#home .keyVisual .logo svg path { fill: none; stroke: #101010; }
#home .keyVisual .logo .sub {
	display: block;
	font-size: 1.8vw;
	font-weight: 600;
	letter-spacing: 0.07em;
	margin: 1em 0 1em;
	opacity: 0;
	transition: all .6s ease;
}
/* loginNav */
#home .keyVisual .loginNav { opacity: 0; transition: all .6s ease; }
#home .keyVisual .loginNav a {
    display: block;
    width: 240px;
    text-align: center;
    padding: 11px 0 8px 0;
    margin: 0 auto 1em;
}
#home .keyVisual .loginNav .register a { font-size: 1.2em; border: 1px solid; }
#home .keyVisual .loginNav .register a:hover { background: #8a0407; color: #fff; opacity: 1; }
#home .keyVisual .loginNav .login a { border: 1px solid transparent; }
#home .keyVisual .loginNav .login a:hover { opacity: 1; border-color: #8a0407; color: #8a0407;}


/* 年間購読カード移行期間だけ表示 */
#home .keyVisual .loginNav .login#withTransition {text-align: center;}
#home .keyVisual .loginNav .login#withTransition a {
    border: none;
    display: inline-block;
    width: auto;
    margin: 11px 20px;
}
#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: 10px;
	left : 0;
	top: 0;
	animation: line_x 0.6s linear 0s forwards;
}
#home .keyVisual .line.right {
	width: 10px;
	height: 0;
	top: 0;
	right: 0;
	animation: line_y 0.6s linear 0.6s forwards;
}
#home .keyVisual .line.bottom {
	width: 0;
	height: 10px;
	right : 0;
	bottom: 0;
	position: fixed;
	animation: line_x 0.6s linear 1.2s forwards;
}
#home .keyVisual .line.left {
	width: 10px;
	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%;
	padding: 0 40px 40px;
	position: absolute;
	left: 0;
	bottom: -200px;
	z-index: 97;
	opacity: 0;
	transition: all .6s ease;
}
#home .keyVisual .bnrList {
	width: 360px;
	position: absolute;
	right: 40px;
	bottom: 15px;
}
#home .keyVisual .bnrList.one {bottom: 37px;}
#home .keyVisual .bnrList li a { display: block; }
#home .keyVisual .bnrList .slick-dots { text-align: right; margin: 0 auto; }
#home .keyVisual .bnrList .slick-dots li { display: inline-block; width: 8px; margin: 10px 5px 0; }
#home .keyVisual .bnrList .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	background: #ddd;
	text-indent: -9999px;
	border-radius: 50%;
	border: none;
	transition: all .3s ease;
	cursor: pointer;
}
#home .keyVisual .bnrList .slick-dots button:hover { background: #8a0407; }
#home .keyVisual .bnrList .slick-dots .slick-active button { background: #101010; }
#home .keyVisual .listTit { font-size: 1.5em; /*margin: 0 0 0.5em; */}
#home .keyVisual .infoList { padding: 0 400px 0 0; }
#home .keyVisual .infoList a { display: block;}
#home .keyVisual .infoList .date{ min-width: 100px; float: left; }
#home .keyVisual .infoList .tit {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#home .keyVisual .infoList .new {
    margin: 0 10px 0 1.5em;
}
.new { color: #8a0407; margin: 0 0 0 1em; }
#home .keyVisual .information .infoMore{ display: inline-block;}
#home .keyVisual .information .infoMore a {
    display: inline-block;
    position: relative;
    padding: 0 1em 0 0;
    float: right;
    margin: 0 0 0 30px;
    font-size: 14px;
    top: 7px;
}
#home .keyVisual .information .more a:after { margin: -0.3em;}
#home section.blog { padding-top: 10em; }

/* loading */
#home { height: 100%; overflow: hidden; }
#home.loaded { height: auto; overflow: auto; }
#home.loaded #navBtn { opacity: 1; }
#home.loaded .keyVisual { padding: 0; }
#home.loaded .keyVisual .logo svg path { fill: #101010; stroke: none; }
#home.loaded .keyVisual .information { bottom: 0; opacity: 1; }
#home.loaded .keyVisual .line { background: #f7f7f7; }
#home.loaded .keyVisual .logo .sub,
#home.loaded .keyVisual .loginNav { opacity: 1; }
#home.loaded .keyVisual .loginNav.login { text-align: center;}
#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: 10px;
	margin-top: -2em;
}
#home.loaded .keyVisual .loginNav .paymentArea a {
    width: 200px;
    padding: 5px 0;
    margin: 0 auto 1em;
    background: #8a0407;
    color: #fff;
    font-size: 1em;
}
#home.loaded .keyVisual .loginNav .paymentArea .tit { font-size: 1.2em; margin: 0 0 5px;}
#home.loaded .keyVisual .loginNav .paymentArea .txt { margin: 0 0 1em; font-size: 0.9em; line-height: 1.6;}
#home.loaded .keyVisual .loginNav .expire { display: inline-block;}


/* section
------------------------------- */
section {
	min-width: 800px;
	background: #f7f7f7;
	padding: 5em 20%;
	margin: 0 auto;
}
.sectionTit { font-size: 2.5em; margin: 0 0 1em;}
.list li { margin: 0 0 3em; }
.list a { display: block; }
.list a::after { display: table; content:" "; clear: both; }
.list .date,#movie #container .contentsList li .date { font-size: 0.8em; margin: 0 0 0.5em; }
.list .tit,#movie #container .contentsList li .tit { line-height: 1.5; }
.list .new { color: #8a0407; margin: 0 0 0 0.5em; }

/* blogList */
.list.blog li { width: 50%; float: left; }
.list.blog li:nth-child(odd) { clear: left; }
.list.blog .thumb {
	width: 120px;
	height: 120px;
	float: left;
	background: no-repeat center center;
	background-size: cover;
	line-height: 0;
	border-radius: 50%;
	border: 1px solid;
	margin: 0 20px 0 0;
	overflow: hidden;
}
.list.blog .kishida .thumb { background-image: url(/static/quruli/fanclub/pc/cmn/thumb_kishida_on.jpg); }
.list.blog .sato .thumb { background-image: url(/static/quruli/fanclub/pc/cmn/thumb_sato_on.jpg); }
.list.blog .fanfan .thumb { background-image: url(/static/quruli/fanclub/pc/cmn/thumb_fanfan_on.jpg); }
/* .list.blog .staff .thumb { background-image: url(../images/cmn/thumb_staff_on.svg); } */
.list.blog img {
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	transition: all .3s ease;
}
.list.blog a:hover .thumb img { background: transparent; opacity: 0;}
.list.blog a:hover .thumb img.staffblogThumb { opacity: 1;}
.list.blog .name { font-size: 1.5em; }
.list.blog .date::before { content: 'Update：'; }
.list.blog .tit { padding: 0 0 0 140px; }

/* topicsList */
section.topics { padding: 5em 20% 0 20%;}
.list.topics { margin: 0 0 3em;}
.list.topics > li { width: 50%; float: left; }
.list.topics > li:nth-child(odd) { padding: 0 2% 0 0 ;}
.list.topics > li:nth-child(even) { padding: 0 0 0 2% ;}
.list.topics li .thumb {
    height: 15vw;
    background: #eee no-repeat center center;
    background-size: cover;
    margin: 0 0 1em;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
    width: 100%;
    border-radius: 0;
    border: 0;
}
.list.topics li a:hover .thumb { -webkit-filter: grayscale(0%); filter: grayscale(0%);}
.list.topics .cat { font-size: 1.5em; margin: 0 0 0.5em;}
.list.topics .cat a{
    display: block;
    padding: .5em 0;
    position: relative;
}
.list.topics .cat 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);
}
.list.topics .more {display: none;}
.list.topics li.bbs {
	width: 100%;
	margin-top: 2.5em;
	clear: both;
}
.list.topics li.bbs .cat {margin: 0 0 1em;}
.list.topics li.bbs .cat a:after {display: none;}
.list.topics .bbsList li {margin: 0 0 0.5em;}
.list.topics .bbsList li:last-child {margin: 0;}
.list.topics .bbsList .date {
    min-width: 100px;
    float: left;
    font-size: inherit;
}
.list.topics .bbsList .new { color: #8a0407; margin: 0 0.5em 0 1.5em;}
.list.topics .bbsList li .tit {overflow: hidden; line-height: inherit;}
.list.topics .bbsList .comment {
    margin: 0 0 0 1em;
    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;
}
.topics .more {
	display: inline-block;
    position: relative;
    top: 6px;
    padding-right: 1em;
    margin-top: 1em;
}
.contentsList li .member,
#home .infoList li .member {
	margin: 0 10px 0 0;
	font-size: 11px;
	color: #fff;
	background: #8a0407;
	padding: 2px 4px;
	position: relative;
	top: -1px;
}
.contentsList li .member {top: -2px;}

/* くるりTV単体時 */
.topics#tv{ padding: 1em 20% 8em;}
.topics#tv .list {margin: 0;}
.topics#tv .list li{margin-bottom: 1em;}





/* 下層ぺージ
------------------------------- */
#container { padding: 7em 20%;}
#container .contentsList li { margin: 0 0 3em;}
.detail #container .titArea { margin: 0 0 1.5em;}
.detail #container .titArea .date { font-size: 0.8em; margin: 0 0 0.5em;}
.detail #container .titArea .tit { font-size: 1.5em; line-height: 1.7; letter-spacing: 0.04em;}
.detail #container .contentsArea a { text-decoration: underline;}
.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);
}
.back { text-align: center; margin: 80px 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);
}
#container .lead { margin: 0 0 3em; }
/* news
------------------------------- */
#news #container .contentsList li .tit { overflow: hidden; font-size: 1.2em;}
#news #container .contentsList li .date{ font-size: 0.8em; margin: 0 0 5px;}
#news.detail #container .contentsArea { margin: 0 0 20px;}
#news.detail #container .contentsArea a { word-break: break-all;}
#news.detail #container .contentsArea .ph { position: relative; line-height: 0;}
.dummy {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	left: 0;
}
#news.detail #container .shareList { text-align: right; margin: 0 0 3em;}
#news.detail #container .shareList li { display: inline-block; vertical-align: middle; color: #999;}
#news.detail #container .shareList li a { display: block;}
#news.detail #container .shareList li i{ color: #999; font-size: 0.8em;}
#news.detail #container .shareList li a i:hover{ color: #8a0407; transition: .8s ease;}
#news.detail #container .shareList li.share { width: 70px; font-size: 0.8em; margin: 0;}
#news.detail #container .shareList li.twitter,#news.detail #container .shareList li.facebook { font-size: 25px; margin: 0 0 0 15px;}
#news.detail #container .shareList li.line svg { padding-top: 5px; box-sizing: border-box;}



/* GALLERY
------------------------------- */
#container.photo .photoList li{ width: 48%; margin: 0 4% 3em 0; float: left;}
#container.photo.detail h2{
  margin: 0 0 10px;
}
#container.photo.detail .titSub{
  font-size: 1.5em;
  letter-spacing: 1px;
  padding: 0 0 4%;
}
#container.photo.detail  .photoList li{ margin: 0 4% 4% 0;}
#container.photo .photoList li:nth-child(even){ margin: 0;}
#container.photo .photoList li .ph{
  position: relative;
	height: 14vw;
	background: #eee no-repeat center center;
	background-size: cover;
	margin: 0 0 1em;
	overflow: hidden;
	transition: all .3s ease;
}
#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;
}
#container.photo .photoList li a:hover{
  color:#101010;
}
#container.photo .photoList li a .ph .plus{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  transition: all .3s ease;
  opacity:0;
}
#container.photo .photoList li a:hover .ph .plus{
  opacity:1;
}


.phGallswipe #swipebox-container .slide img{
	pointer-events:none;
}


.galleryConfirm .inner{
  width:640px;
}
.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-size: 1.1em;
  font-weight:bold;
}
.galleryConfirm .pointInfo{
  margin: 0 auto 40px;
  font-size: 1.1em;
}

/* movie
------------------------------- */
#movie #container .contentsList li,#wallpaper #container .contentsList li{ width: 48%; margin: 0 4% 3em 0; float: left;}
#movie #container .contentsList li:nth-child(even),#wallpaper #container .contentsList li:nth-child(even){ margin: 0;}
#movie #container .contentsList li a .thumb,#wallpaper #container .contentsList li .thumb{
	height: 14vw;
	background: #eee no-repeat center center;
	background-size: cover;
	margin: 0 0 1em;
	overflow: hidden;
	transition: all .3s ease;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
#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 .inner { width: 640px;}*/
#movie.detail #container .titArea { margin: 0 0 1.5em;}
#movie.detail #container .titArea .tit { font-size: 1.5em;}
#movie.detail #container .titArea .date { font-size: 0.8em; margin: 0 0 0.5em;}
#movie.detail #container .thumb,#wallpaper.detail #container .thumb{ line-height: 0; margin: 0 0 2em;}
#movie.detail #container .thumb img,#wallpaper.detail #container .thumb img{
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#movie.detail #container .pointInfo,#wallpaper.detail #container .pointInfo{
	width: 100%
	text-align: left;
	margin: 0 auto 40px;
	font-size: 1.1em;
}
#movie.detail #container .pointInfo .necessary { margin: 0 0 5px;}
.detail .pointAttention { text-align: center; color: #ff0000; margin: 0 0 1em;}
#movie.detail #container .contentsArea .moviePlayer { margin: 0 0 1em; z-index: -1;}
#movie.detail #container .contentsArea .moviePlayer embed { z-index: -99;}
#movie.detail #container .contentsArea .playerDL { font-size: 11px;}
#movie.detail #container .lead.questionnaireLead { text-align: center; padding-top: 5em;}

#movie.detail .ulizahtml5 { margin-bottom: 20px; width: 100%!important;height: 450px!important;}

/* faq
------------------------------- */
#faq #container .faqTit { margin: 0 0 2em; font-size: 1.5em;}
#faq #container .faqList { margin: 0 0 80px; }
#faq #container .faqList li a {
	display: block;
	padding: 7px 0 17px 60px;
	margin: 0 0 2em;
	box-sizing: border-box;
	position: relative;
}
#faq.detail #container .faqArea { margin: 0 0 80px;}
.qTit { margin: 0 0 20px;}
#faq.detail #container .faqArea span,.qTit span {
	background: #ddd;
	border-radius: 50%;
	text-align: center;
	padding: 7px 15px;
	margin: 0 10px 0 0;
	float: left;
}
#faq.detail #container .faqArea .faqTxt span { background: #8a0407; color: #fff;}
#faq.detail #container .faqArea .txt { padding: 8px 0 0 70px; box-sizing: border-box;}
#faq.detail #container .contactArea { text-align: center;}
#faq.detail #container .contactArea .lead { margin: 0 0 20px;}
.btn { width: 240px; margin: 0 auto 10px;}
.btn input,.cancel input{
	-webkit-appearance: none;
	text-align: center;
	width: 100%;
	height: auto;
	padding: 15px;
	box-sizing: border-box;
	border: none;
	border-radius: 0;
	font-size: 14px;
	background: transparent;
	line-height: 1.5;
}
.btn a,.btn input{
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid #8a0407;
	color: #8a0407;
	cursor: pointer;
	text-decoration: none!important;
	line-height: 1.5;
}
.cancel input,.cancel a { 
	border: 1px solid transparent;
	color: #101010;
	display: block;
	padding: 10px;
	text-align: center;
	font-size: 1.1em;
	cursor: pointer;
	color: #8a0407;
	line-height: 1.5;
}
.btn a:hover,.btn input:hover{ background: #8a0407; color: #fff; opacity: 1;}
.cancel input:hover,.cancel a:hover { border-color : #8a0407; color: #8a0407; background: transparent;}
.searchBox{
	position: relative;
	margin: 0 0 80px;
	background: #fff;
	border: 1px solid #ccc;
	width: 400px;
	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: 0;
	color:#000;
	font-size: 16px;
	border-radius: 3px;
}
.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: 2em; margin: 0 0 1em; padding: 0.8em 0 0;}
/* contact
------------------------------- */
#container form { /*width: 70%; */margin: 0 auto;}
#container .cancel { text-align: center; width: 240px; margin: 0 auto;}
#container form .formList { margin: 0 0 2em;}

#container form .formList dt { margin: 0 0 2px; font-size: 0.8em;}
#container form .formList dt span { color: #E90001; font-size: 11px; margin: 0 0 0 8px;}
#container form .formList dd { margin: 0 0 20px; font-size: 18px;}
#container form .formList dd:last-of-type { margin: 0;}
#container form .formList dd select { height: 2.3em; width: 380px; font-size: 16px;}
#container form .formList dd input,#container form .formList dd textarea{ width: 100%; font-size: 18px;}
#container form .formList dd input{ height: 2.3em;}
#container form .formList.confirm { margin: 0 0 4em;}
#container form .formList.confirm dd{
	margin: 0 0 20px;
	padding: 0 0 20px;
	font-size: 1.1em;
/*	border-bottom: 1px solid #ddd;*/
}
#contact #container .openHour { margin: 0 0 3em; }
#contact #container form .formList dd.select { display: inline-block; position: relative;}
#contact #container form .formList dd.select:after { right: 15px; margin: -0.3em 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 3em;
	box-sizing: border-box;
}
#qa #container form .formList dt.nickName { float: left; padding: 0 15px 0 0;}
/* support
------------------------------- */
#support #container .sectionTit { font-size: 2em; margin: 0 0 1.5em;}
#support #container .txt { margin: 0 0 20px; letter-spacing: 0em; line-height: 1.7;}
#support #container .supportList { letter-spacing: 0em; line-height: 1.7;}
#support #container .supportList dt { font-weight: bold; margin: 0 0 0.25em; font-size: 1.2em}
#support #container .supportList dd { margin: 0 0 3em;}
#support #container .supportList dd .subTxt { padding: 0 0 1.3em 1.2em; font-size: 0.8em;}
#support #container .supportList dd ul li { text-indent: -1em; padding: 0 0 0.5em 1em;}
#support #container .supportList dd ul li:last-child { padding: 0 0 0 1em;}
/* questionnaire
------------------------------- */
#container .lead.questionnaireLead { margin: 0px 0 3em;}
#container .stream { margin: 0 auto 6em; width: 240px;}
#container .streamList { font-size: 1.5em; margin: 0 0 1em;}
#questionnaire form .formList .checkBox { line-height: 1; margin: 0 0 10px;}
#questionnaire form .formList .checkBox label {cursor: pointer;}
#questionnaire form .formList .checkBox input{ float: left; margin: 0 10px 0 0; width: 20px;}
#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;
    cursor: pointer;
}
#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[type="radio"] {
	position: relative;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 50%;
}
#questionnaire form .formList .checkBox input[type="radio"]:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #8A0407;
    border-radius: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
    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: 14px;}
#questionnaire form .formList .select { position: relative; display: inline-block;}
#questionnaire.detail .errorTxt { margin: 0 0 20px;}
/* wallpaper
------------------------------- */
#wallpaper #container .contentsList li .thumb {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	line-height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #fff;
}
#wallpaper #container .contentsList li .thumb * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#wallpaper #container .contentsList li .thumb img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	backface-visibility: hidden;
	vertical-align: top;
}
#wallpaper #container .contentsList li .thumb:after,
#wallpaper #container .contentsList li .thumb figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#wallpaper #container .contentsList li .thumb:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
#wallpaper #container .contentsList li .thumb figcaption {
  z-index: 1;
  padding: 12%;
}
#wallpaper #container .contentsList li .thumb .tit {
	width: 100%;
	padding: 0;
	margin: 0 0 3vw;
	font-size: 1.5vw;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateY(40px);
    transform: translateY(40px);
}
#wallpaper #container .contentsList li .thumb .sizeList {
	    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 20px;
}
#wallpaper #container .contentsList li .thumb .sizeList li{
    height: 30%;
    font-size: 1vw;
    opacity: 0;
    width: auto;
    display: inline-block;
    float: none;
    margin :0;
}
#wallpaper #container .contentsList li .thumb:hover .sizeList li{opacity:1;}
#wallpaper #container .contentsList li .thumb li a {
		display: inline-block;
    color: #fff;
    line-height: 1em;
    padding: 10px;
    font-size: 1.5em;
    text-decoration: underline;
  ;
}
#wallpaper #container .contentsList li .thumb:hover img{
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
}
#wallpaper #container .contentsList li .thumb:hover:after{
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
#wallpaper #container .contentsList li .thumb:hover .tit,
#wallpaper #container .contentsList li .thumb:hover .size,
#wallpaper #container .contentsList li .thumb:hover i{
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	opacity: 1;
}
#wallpaper #container .contentsList li .thumb:hover .sizeList li a:hover{
	opacity: 0.3;
	transition: all .3s ease;
}

/* bbs
------------------------------- */
#bbs #container .bbsNotice { margin: 0 0 10px;}
#bbs #container .attention { font-size: 0.8em; margin: 0 0 4em;}
#bbs #container .attention li {
	text-indent: -1em;
	padding: 0 0 0.8em 2em;
	box-sizing: border-box;
	line-height: 1.4;
}
#bbs #container .attention li i { color: #999; font-size: 1.2em; padding: 0 10px 0 0;}
#bbs #container .attention li a {text-decoration: underline;}
#bbs #container .threadSearch { width: 100%; margin: 0 0 25px;}
#bbs #container .threadSearch .searchCat { display: none; margin: 0 0 5px;}
#bbs #container .threadSearch .searchForm {
	background: #fff;
	width: 470px;
	height: 36px;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
    position: relative;
}
#bbs #container .threadSearch .searchForm input[type=text]{
	color:#000;
	width: 420px;
	height: 36px;
	font-size: 16px;
	box-sizing: border-box;
	float: left;
	border: none;
	background: transparent;
}

#bbs #container .threadSearch .searchForm input[type=text].search:placeholder-shown {color: #ddd; }
/* Google Chrome, Safari, Opera 15+, Android, iOS */
#bbs #container .threadSearch .searchForm input[type=text].search::-webkit-input-placeholder {color: #ddd; }
/* Firefox 18- */
#bbs #container .threadSearch .searchForm input[type=text].search:-moz-placeholder {color: #ddd; opacity: 1; }
/* Firefox 19+ */
#bbs #container .threadSearch .searchForm input[type=text].search::-moz-placeholder {color: #ddd; opacity: 1; }
/* IE 10+ */
#bbs #container .threadSearch .searchForm input[type=text].search:-ms-input-placeholder {color: ddd; }


#bbs #container .threadSearch .searchForm input[type=submit]{
	font-family: FontAwesome;
	box-sizing: border-box;
	background-color: transparent;
	color: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 0;
}
#bbs #container .threadSort { float: left;}
#bbs #container .threadSort select { margin: 0 10px 0 0; font-size: 12px; padding: 8px 30px 8px 5px;}
#bbs #container .threadSort .select { display: inline-block; position: relative; margin: 0 5px 0 0;}
#bbs #container .contentsList { margin: 0 0 2em;}
#bbs #container .contentsList li .tit { font-size: 1.2em; margin: 0 0 0.4em;}
#bbs #container .contentsList li .date { font-size: 0.8em;}
#bbs #container .contentsList li .tit .comment {
	margin: 0 0 0 1em;
	color: #999;
	display: inline-block;
	line-height: 0;
	font-size: 0.8em;
	position: relative;
	top: -2px;
}
#bbs #container .contentsList li .tit .comment i { padding: 0 5px 0 0; font-size: 1.2em;}
#bbs #container .contentsList li {
	margin: 0;
	position: relative;
}
#bbs #container .contentsList li a { display: block; padding: 25px 0; box-sizing: border-box;}
#bbs.detail #container .contentsList li { border: none;}
#bbs.detail #container .contentsList li .threadTit { margin: 0 0 4em;}
#bbs.detail #container .contentsList li .threadTit figure {
	width: 100%;
	line-height: 0;
	margin: 0 0 1.5em;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
#bbs.detail #container .contentsList li .threadTit figure a { padding: 0;}
#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 .date { width: 100%; text-align: left;}
#bbs.detail #container .contentsList li .threadTit .tit{ width: 100%; margin: 0 0 1em; font-size: 2.5em;}
#bbs.detail #container .contentsList li .threadTit .threadLead { margin: 0 0 3em;}
#bbs.detail #container .contentsList li .tit .comment { font-size: 0.7em; margin: 0;}
#bbs.detail #container .contentsList li .tit .comment i { padding: 0 10px 0 0;}
#bbs.detail #container .sortBox { margin: 0 0 1em;}
#bbs.detail #container .sortBox li { display: inline-block;}
#bbs.detail #container .sortBox li a, #bbs.detail #container .sortBox li .current{
	box-sizing: border-box;
	border-right: 1px solid #999;
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
}
#bbs.detail #container .sortBox li .current { color: #8a0407;}
#bbs.detail #container .formList .icon { margin: 0 15px 0 0;}
#bbs.detail #container .commentList { margin: 0 0 5em;}
#bbs.detail #container .commentList li {
	padding: 1.5em 0;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em;
	position: relative;
}
#bbs.detail #container .commentList li:first-child {border-top: 1px solid #ddd;}
#bbs.detail #container .commentList li .titArea { margin: 0 0 1.5em;}
#bbs.detail #container .icon { width: 35px; line-height: 0; float: left;}
#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 form .formList.bbsComment dd:last-of-type { text-align: right;}


#bbs.detail #container .commentList li .report {
/*	line-height: 1;*/
/*	font-size: 20px;*/
	line-height: 3;
	right: 0;
	top: 15px;
	position: absolute;
}
#bbs.detail #container .commentList li .report a { color: #999; font-size: 0.8em;}
#bbs.detail #container .commentList li .report a:hover { opacity: 0.5; transition: all .3s ease;}
#bbs.detail #container .commentList li .commentTxt { padding: 0 0 0 47px;}
#bbs.detail #container .commentList li .commentTxt .name { line-height: 2.5; margin: 0 0 15px;}
#bbs.detail #container .commentList li .commentTxt figure { margin: 0 0 1em;}
#bbs.detail #container .commentList li .commentTxt .txt { margin: 0 0 1em;}
#bbs.detail #container .commentList li .commentTxt .date { font-size: 0.8em; text-align: left; color: #999;}
#bbs.detail #container .commentPost.comment{ margin: 0 0 4em; background: #fff; padding: 40px;}
#bbs.detail #container .commentPost.comment form { position: relative;}
#bbs.detail #container .commentPost.confirm { background: none;}
#bbs.detail #container .commentPost .formList.bbsComment { margin: 0 0 1em;}
#bbs.detail #container .commentPost .formList .imgSelect { font-size: 12px;}
#bbs.detail #container .commentPost .formList label {
/*	font-size: 1.2em;
	color: #999;
	font-size: 1.8em;
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 270px;*/
	font-size: 1.2em;
	color: #999;
	font-size: 1.8em;
	cursor: pointer;
	position: relative;
	line-height: 0;
}
#bbs.detail #container .commentPost .formList label .fa { position: absolute; left: 0; top: 10px;}
#bbs.detail #container .commentPost .formList label .phCapture{
/*	position: relative;
	overflow: hidden;
	height: 35px;
	width: 160px;
	float: left;*/
	position: relative;
	overflow: hidden;
/*	height: 35px;*/
/*	width: 160px;*/
	position: absolute;
/*	left: 40px;*/
	}
#bbs.detail #container .commentPost .formList label .phCapture input {
/*	position: absolute;
	left: -96px;*/
	top: 7px;
/*	border: none;*/
/*	position: absolute;
	left: -98px;
	top: 7px;*/
	border: none;
	padding: 0;
}
#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;
	font-size: 0.8em;
	width: 100%;
}
#bbs.detail #container .commentPost .formList dt.textarea textarea{
	width: 100%;
	font-size: 16px;
	padding: 9px;
	box-sizing: border-box;
}
#bbs.detail #container .commentPost .formList dd .btn { display: inline-block; margin: 0 0 20px;}
#bbs.detail #container .commentPost .formList dd .btn input[type=submit]{
	width: 100%;
	height: 100%;
	color: #fff;
	background: #8a0407;
	font-size: 0.8em;
	cursor: pointer;
	line-height: 2.15;
	font-size: 0.8em;
	box-sizing: border-box;  
	padding: 10px 0;
}
#bbs.detail #container .commentPost .formList dd input[type=submit]:hover{ opacity: 0.8; transition: .3s ease;}

/* threadImageのhover
------------------------------- */
#bbs.detail #container .contentsList li .threadTit figure * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#bbs.detail #container .contentsList li .threadTit figure .circle {
  height: 55px;
  width: 55px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  text-align: center;
}
#bbs.detail #container .contentsList li .threadTit figure .circle:before { -webkit-transform: rotate(45deg); transform: rotate(45deg);}
#bbs.detail #container .contentsList li .threadTit figure figcaption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
}
#bbs.detail #container .contentsList li .threadTit figure i {
	font-size: 48px;
	line-height: 55px;
	position: relative;
	top: 1px;
	left: 1px;
}
#bbs.detail #container .contentsList li .threadTit figure a {
	display: block;
	width: 100%;
	height: 100%;
	bottom: 0;
	position: absolute;
}
#bbs.detail #container .contentsList li .threadTit figure:hover img,
#bbs.detail #container .contentsList li .threadTit figure.hover img { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05);}

/* inner
------------------------------- */
.inner:not(.widePage){ max-width: 800px;
	margin: 0 auto;
}
#container.widePage .inner {max-width:none;}



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


#blog #container {
    padding: 7em 0;
}

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

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


#blog h5 {
    font-size: 1.1rem;
    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: 5px;
}

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

#blog #container .contentsList a {
    display: inline-block;
    width: 262px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
}

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

#blog span.fconly {
    color: #000;
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255,255,255,0.5);
    z-index: 10;
    font-size: 25px;
    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(15px);
}

#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: 30px;
    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 5%;
    margin-bottom: 70px;
}

#blog .article {
    margin: 0 0 30px;
    font-size: 1rem;
}

#blog .article img {
    width: 74%!important;
    text-align: center;
    margin: 0px 12% 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: 20px 10px;
}

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

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


#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.35em 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);
}


/* iPad
------------------------------- */
@media screen and (max-width:1024px){
footer .supportNav li { margin-right: 4px;}
#bbs #container .threadSort select { padding-right: 25px;}
}

.qanda_contents{
    margin-top: 50px;
}
.qanda_contents .qdate{
    color: #808080;

}
.qanda_contents .odd{
    font-size: 18px;
}
.qanda_contents .even{
    font-size: 18px;
}
.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: 800px;
    margin: auto;
    display: block;
}
#qanda .titArea{
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
#qanda .txt{
    font-size: 16px;
}
#qanda h3{
    margin-bottom: 60px;
    padding-top: 100px;
    font-size: 36px;
}
#qanda .redTxt{
    color: #8a0407;
    font-size: 15px;
}

.consultation{
    text-align: center;
    margin-bottom: 50px;
}
.consultation a{
background: #8a0407;
    border: 1px #8a0407 solid;
    color: #fff;
    line-height: 1.5em;
    border-radius: 100px;
    font-size: 18px;
    padding: 20px 20px;
    letter-spacing: 0.05em;
    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;   
    white-space: nowrap;
    text-align: center;         
}
 .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:hover{
background: #fff;
    border: 1px #8a0407 solid;
    color: #8a0407;
    line-height: 1.5em;
    border-radius: 100px;
    font-size: 18px;
    padding: 20px 20px;
    letter-spacing: 0.05em;
    white-space: nowrap;
    text-align: center;

}


.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: 45%;
  margin: 0 4% 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;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page--movie.new-movie #wrap #container .list--contents li a:hover .thumb {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}



.page--movie.new-movie #wrap .section--detail .block--player{
margin: 0 auto 1.2vw;

}


.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 .titArea{
margin: 0 0 1.5em;
}

.page--movie.new-movie #wrap .section--detail .titArea .date{
font-size: 0.8em;
  margin: 0 0 0.5em;
}

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

.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 > div{
width:70%;
}

.page--movie.new-movie #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li{
width: 70%;
  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: 50%;
}

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

@media screen and (min-width: 1px) and (max-width: 960px) {
    .page--movie.new-movie #wrap .section--detail {
   padding: 7.5em 5% 3.5em;
  }
  
    .page--movie.new-movie #wrap .section--detail .area--more-info .block--tab {
    width: 100%;
  }
  
  
  .page--movie.new-movie #wrap .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
  }
  
.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%;
}
  
}