@charset "utf-8";

/* =================================================

		 UVERworld オフィシャル+ファンクラブ
		 PC

================================================= */

.sp {
	display: none !important;
}
html,body {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: "Roboto" , 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: .03em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
img {
	line-height:0;
}


/* link */
input,
a {
	transition: all .3s ease;
}

#wrapper{
	position: relative;
	min-height: 100%;
}


/* header
--------------------------------- */
#limit_alert {
	position: absolute;
	top: 0;
	z-index: 99;
	width: 92%;
	padding: 2px 4%;
	background: #c00;
	color: #fff;
	font-size: 13px;
	text-align: right;
}
#limit_alert a {
	color: #fff
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	padding:0;
	background: #fff;
}
#header h1 {
	display: none;
	width: 340px;
	margin: 0 auto 30px;
	text-align: center;
}
#home #header {
	padding: 80px 0 0;
}
#home #header h1 {
	display: block;
}
#header h1 .logo,
#header .smallLogo img {
	width: 100%;
}
#header h1 .mark {
	width: 70px;
	margin-bottom: 10px
}
#header .smallLogo {
	width: 40px;
	height: 40px;
	margin-right: .4em;
	vertical-align: middle;
}
#header .smallLogo a {
	padding: 0 !important
}
#header .smallLogo a::before {
	display: none !important;
}
#home #header .smallLogo {
	opacity: 0;
	transition: all .3s ease;
}
#header #gNavi {
	position: relative;
	text-align: center;
	letter-spacing: -.5em;
	transition: all .3s ease;
}
#header #gNavi li {
	display: inline-block;
	position: static;
	font-size: 16px;
	letter-spacing: .05em;
	cursor: pointer;
}
body#home #header #gNavi:not(.fixed) li {
	font-size: 17px;
}
#header #gNavi li a {
	display: block;
	padding: 20px 10px;
	transition: all .3s ease;
}
#header #gNavi li.hover a {
	opacity: 1;
	color: #999;
}
body#home #header #gNavi:not(.fixed) li.block--nav--join,
body#home #header #gNavi:not(.fixed) li.block--nav--login,
body:not(#home) .block--nav--join-login {
	display: none;
}
.block--nav--join-login ul {
	display: flex;
	justify-content: center;
	align-items: baseline;
}
.block--nav--join-login ul li a {
	padding: 6px 20px 4px;
	border: solid 2px #000000;
	border-radius: 35px;;
	background: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
.block--nav--join-login ul li.nav--login a {
	margin-right: .4em;
	border: solid 2px #ffffff;
	background: #ffffff;
	color: #000000;
}
.block--nav--join-login ul li a:hover {
	opacity: 1;
	border: solid 2px #000000;
	background: #fff;
	color: #000;
}

/* sub menu */
#header #gNavi li .sub {
	display: none;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 1;
	width: 98vw;
	margin: 0 auto;
	box-sizing: border-box;
}
#header #gNavi li .sub li {
	position: static;
	margin-right: 1em;
}
#header #gNavi li .sub li:last-of-type {
	margin-right: 0;
}
.info #gNavi .sub.news {
	display: block !important;
}
.info #gNavi li .sub.other,
.info #gNavi li .sub.blog {
	z-index: 101 !important
}
#header #gNavi .sub .comingsoon,
#header #gNavi .sub a {
	padding: 20px 0;
	color: #fff !important;
	font-size: 16px;
}
#header #gNavi .sub .comingsoon {
	opacity: .2
}
#header #gNavi .sub .comingsoon::after {
	content: 'coming soon';
	position: absolute;
	bottom: -8px;
	left: -12px;
	width: 120%;
	font-weight: normal;
	font-size: 10px;
}
#header #gNavi .sub a:hover {
	opacity: .5
}
#header #gNavi .login {
	margin-left: 0;
	font-size: 14px;
}
#header #gNavi a.login::before {
	display: none;
}
#header #gNavi .btn {
	margin-left: 5px;
	vertical-align: 2px;
}
#header #gNavi .btn .join {
	padding: 6px 20px 4px;
	border: solid 2px #000;
	border-radius: 35px;;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
#header #gNavi .btn a.join::before {
	display: none !important;
}
#header #gNavi .btn .join:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}
.info #gNavi:before,
#header #gNavi:after {
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width: 100%;
	height: 0;
	background: #202020;
	transition: all .2s ease;
}
.info #gNavi:before {
	height: 70px;
	background: #eee;
}
#header #gNavi.on:after {
	height: 69px;
}
.info #header #gNavi:after {
	z-index: 100
}
#header #gNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
}
.page #gNavi .smallLogo,
#header #gNavi.fixed .smallLogo {
	top: 20px;
	opacity: 1;
}
.info #header #gNavi li.hover:nth-child(3) a {
	color: #000 !important;
}
.info #header #gNavi li.hover:nth-child(3) .sub.news a,
.info #header #gNavi .sub.news a {
	color: #777 !important;
}


/* for wovn-languages */
.block--languages-select {
	position: absolute;
	top: 15px;
	right: 20px;
	z-index: 11;
}
.wovn-languages {
	position: relative;
	width: 150px;
	height: 35px;
	border-radius: 100em;
	background-color: #dddddd;
	color: #000000;
	font-size: 10px;
	cursor: pointer;
}
.wovn-languages .langIcon {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: .8em;
	width: 20px;
	height: 20px;
	margin: auto 0;
	fill: #9e9e9e;
}
.wovn-languages .nav-dropdown {
	background: transparent;
	transition: background .6s cubic-bezier(.4, 0, .2, 1);
}
.wovn-languages .nav-dropdown .list--language {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	line-height: 1;
	pointer-events: none;
}
.wovn-languages .nav-dropdown .list--language li {
	display: none;
	opacity: 0;
	width: 100%;
	height: 35px;
	padding: 0;
	color: #000000;
	font-size: 13px;
	pointer-events: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
	display: flex;
	justify-content: center;
	align-items: center;
	order: -1;
	opacity: 1;
}
.wovn-languages.visible .nav-dropdown {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: absolute;
	top: calc(35px + .5em);
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	padding: 5px 0;
	border-radius: .6em;
	background: #222222;
}
.wovn-languages.visible .nav-dropdown .list--language {
	display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li {
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1;
	color: #ffffff;
	cursor: pointer;
	pointer-events: visible;
	transition: color .3s cubic-bezier(.4, 0, .2, 1), opacity .3s cubic-bezier(.4, 0, .2, 1) .2s;
}
.wovn-languages.visible .nav-dropdown .list--language li:hover {
	color: #009fdf;
}
footer .block--languages-select {
	position: inherit;
}
footer .wovn-languages {
	margin: 0 auto 2em;
	background-color: #000000;
	color: #ffffff;
}
footer .wovn-languages .langIcon {
	fill: #484848;
}
footer .wovn-languages .nav-dropdown .list--language li {
	color: #ffffff;
}
footer .wovn-languages.visible .nav-dropdown {
	top: inherit;
	bottom: calc(35px + .5em);
	background: #ffffff;
}
footer .wovn-languages.visible .nav-dropdown .list--language li {
	color: #000000;
}


@media screen and (min-width: 961px) and (max-width: 1240px) {
	#header #gNavi li,
	#header #gNavi .sub .comingsoon,
	#header #gNavi .sub a {
		font-size: 13px
	}
	#header #gNavi li a {
		padding: 20px 7px;
	}
}
@media screen and (min-width:961px) and ( max-width:1000px) {
	section#latest #blog .subTit {
		font-size: 24px;
	}
}
@media screen and (min-width:961px) and ( max-width:1100px) {
	#home .notLogin #header #gNavi li.smallLogo {
		display: none;
	}
	#home .notLogin #header #gNavi.fixed li.smallLogo,
	.notLogin #header #gNavi li.smallLogo {
		display: block;
		left: 0;
		margin: 1em auto 0;
	}
	.notLogin #header #gNavi .pc.small a,
	.notLogin #header #gNavi .btn.small a {
		font-size: 13px;
	}
	.tblog .notLogin #container {
		padding: 122px 0 0;
	}
}


/* footer
--------------------------------- */
#footer {
	font-size: 12px;
}
#footer .inner {width: 960px;margin: 0 auto;padding: 50px 0 40px;}
#footer a:hover {opacity: 0.5;}
#footer .nswLogo {margin: 0 0 10px;text-align: center;}
#footer .nswLogo img{width: 250px;}
#footer .bandLogo {margin: 0 0 10px;text-align: center;}
#footer .bandLogo img{width: 150px;}
#footer .login {margin-bottom: 45px;text-align: center;}
#footer .login li { display: inline-block;width: 60px}
#footer .login.in li { width: 90px}
#footer .login li + li { border-left: 1px solid #888}
#footer .login a { color: #fff;font-size: 14px;font-weight: bold;}
#footer .subNavi {margin-bottom: 30px;}
#footer .subNavi li {
	width: 20%;
	font-weight: 500;
	float: left;
}
#footer .subNavi li li {
	width: 100%;
	margin-bottom: 2px;
	float: none;
}
#footer .subNavi li p {
	margin-bottom: 2px;
}
#footer .subNavi li ul {
	margin-bottom: 2px;
}
#footer .subNavi li p a {
	color: #fff;
}
#footer .sns {
	margin-bottom: 10px;
	text-align: center;
}
#footer .sns li {
	display: inline-block;
	font-size: 26px;
	margin: 0 15px;
}
#footer .sns li .fa {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#footer .sns li svg {
	width: 23px;
	height: 23px;
	position: relative;
	top: 2px;
	fill: #fff;
}
#footer p.copyright {
	text-align: center;
}

.sns.top {
	text-align: center;
	position: absolute;
	top: 16px;
	right: 184px;
	z-index: 10;
}
.sns.top li{
	display: inline-block;
	font-size: 20px;
	margin: 0 8px;
}
.sns.top li a {
	color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sns.top li a:hover { opacity: 0.5;}
.sns.top li .fa{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.sns.top li svg {
	width: 18px;
	height: 18px;
	position: relative;
	top: 1.5px;
	fill: #000;
}


/* point program link
--------------------------------- */
.block--link--point-program {
	position: relative;
	width: 90%;
	max-width: 640px;
	margin: 1em auto 5em;
	border: solid 1px #000000;
}
.block--link--point-program::after {
	content: "VIEW MORE";
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: .8em 1em .7em 1.7em;
	background-color: #000000;
	color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-size: 15px;
	line-height: 1;
	clip-path: polygon(1.5em 0, 100% 0, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(1.5em 0, 100% 0, 100% 100%, 0 100%);
}
.block--link--point-program a {
	display: block;
	padding: 4em;
	background: linear-gradient(120deg, #ffffff 0%, #f0f0f0 100%);
	transition: box-shadow .3s;
}
.block--link--point-program a .block--link--point-program--inner {
	text-align: center;
}
.block--link--point-program a .block--link--point-program--inner .block--link--point-program--logo-uw {
	width: 90%;
	margin: 0 auto 1.5em;
}
.block--link--point-program a .block--link--point-program--inner .block--link--point-program--logo-uw img {
	width: 100%;
}
.block--link--point-program a .block--link--point-program--inner .block--link--point-program--title {
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
}
.block--link--point-program a:hover {
	box-shadow: 11px 11px 18px rgba(0,0,0,.4);
}


/* TOP
--------------------------------- */
.section{max-width: 1100px;margin: 0 auto;padding: 0 6%;}
section#news,
section#blog,
section#latest{padding-bottom: 100px}
section#keyvisual{position: relative;max-width: none;}
.sectionTit{margin: 0 0 40px;font-size: 50px;text-align: center;}
.subTit{margin: 0 0 30px;font-size: 36px;text-align: center;white-space: nowrap;}
.subTit a:hover{opacity: 0.5}
@media screen and (max-width: 1148px) {
	.subTit{font-size: 30px;}
}

/* バースデーメッセージ */
#home .birthday-message{
	width: 400px;
	margin: 3em auto 1em;
	padding: 0.75em 0;
	border-radius: 7px;
	background: #e5e5e5;
	transition: all .3s ease;
	cursor: pointer;
}
#home .birthday-message:hover{background: #000;}
#home .birthday-message:hover a{color: #fff;}

#keyvisual img{
  width: 100%;
}
#keyvisual .dummy{position: absolute;width: 100%;height: 100%;top:0;left:0;}
#keyvisual .bnrList li a{
	display:block;
	line-height:0;
	position:relative;
}
#keyvisual .bnrList li.disabled a{
pointer-events: none;
}
#keyvisual .bnrList li a::after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
#banner {
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
#banner .bnrList li{width: 30.6%;float: left;}
#banner .bnrList li a{display: block;line-height: 0}
#banner .bnrList li+li{margin-left: 4%}
#banner .bnrList li img{width: 100%;}
#banner .bnrList.slick-slider li+li{margin-left: 15px}
#banner .bnrList.one{text-align: center;}
#banner .bnrList.one li{float:none;display: inline-block;}

#banner .slick-prev,
#banner .slick-next {
	display: block;
	width: 10%;
	height: 100%;
	background: transparent;
	color: transparent;
	font-size: 0;
	line-height: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 99;
	cursor: pointer;
	border: none;
	outline: none;
}
#banner .slick-prev { left: -80px; }
#banner .slick-next { right: -80px; }
#banner .slick-prev:hover,
#banner .slick-prev:focus,
#banner .slick-next:hover,
#banner .slick-next:focus { color: transparent; outline: none; background: transparent; }
#banner .slick-prev::after, .slick-next::after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	position: absolute;
	top: 42%;
}
#banner .slick-prev::after { left: 25%; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
#banner .slick-next::after { right: 25%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }

section#news .official{
	float: left;
	width: 46%;
	margin-right: 8%;
}
section#news .nsw{
	float: right;
	width: 46%;
}
section#latest{padding-bottom: 200px;}
section#latest .innerBox{
	float: left;
	/* width: 30.3%;
	margin-right: 4%; */
	width: 23%;
	margin-right: 2%;
	margin-bottom: 40px;
}

section#latest .innerBox:nth-child(4),
section#latest .innerBox:nth-child(8),
section#latest .innerBox:nth-child(12){
	margin-right: 0;
}
section#latest .innerBox:nth-child(5),
section#latest .innerBox:nth-child(9),
section#latest .innerBox:nth-child(13){
	clear: left;
}

section#latest .innerBox:last-child{
	margin-right: 0;
}
section#latest .subTit{line-height: 1;font-size: 26px;}
section#latest .innerBox .contentsList li{margin: 0;width: 100%}

/* contents
--------------------------------- */
#container{padding:100px 0 594px;}
#home #container{padding-top: 345px;}
.page #container .inner,
.page.memberblog #container .nswBlog .inner{
	margin: 0 auto;
	padding: 80px 6%;
	max-width: 1000px;
	width: auto;
}

/* ボタン */
.back,
.btn {text-align: center;vertical-align: middle;}
.btn a,
.btn input,
.subBtn a{display: inline-block;margin: 0 auto;}
.btn .main {
  min-width: 250px;
	padding: 12px 20px;
	background: #000;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-weight: bold;
	border: 1px solid #000;
}
.btn .sub {
  min-width: 120px;
	padding: 10px 15px 9px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  cursor: pointer;
	font-weight: 700;
	border: 1px solid #000;
	background: #fff;
}
.btn .sub:hover{
	background: #000;
	color: #fff;
}
.btn .main:hover{
	background: #fff;
	color: #000;
}
.back{
	padding: 60px 0 0;
	font-weight: 700;
	clear:both;
}
.back a{padding: 10px}
.back a:before{
	margin-right:10px;
	content:'\f104';
	font-family:'FontAwesome';
	font-size:20px;
	vertical-align: -2px;
}
.back a:hover{opacity: 0.5}
.photoList,
.contentsList {	margin-bottom: 20px;}
.contentsList li,
.photoList li{
  float: left;
  width: 30.3%;
	margin:0 4% 30px 0;
}
.contentsList li{position: relative;}
.photoList li{ margin-bottom: 4%;}
.radio .contentsList li{
	float: none;
	width: 75%;
	margin: 30px auto;
}
.contentsList li:nth-child(3n),
.photoList li:nth-child(3n){margin-right: 0}

.radio .contentsList li:nth-child(3n){margin-right: auto;}

.photoList li .thumb,
.contentsList li .thumb{
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
}
.photoList li .thumb{  margin-bottom: 0;}
#home #latest .contentsList li.no-data {
	height: 233px;
	text-align: center;
	line-height: 233px;
}
#home #latest .contentsList li .thumb,
.blog .contentsList li .thumb,
.blog .newsList li .thumb,
.blog .photoList li .thumb{
	background: url(/static/uverworld/fanclub/cmn/thumb_noimage_nsw.jpg) #ddd no-repeat 50% 50%;
	background-size: 200px;
}
.blog .photoList li .thumb{
		background: url(/static/uverworld/fanclub/cmn/ph_loader.gif) #ddd no-repeat 50% 50%;
}
.blog .newsList li .thumb{	background-size: contain;}
.blog article span.img {display: block;}
.blog article .img,.live article .ph{position: relative;}
.live article .ph { line-height: 0;}
.info article .dummy,
.live article .dummy,
.blog article .dummy{position: absolute;z-index: 2;width: 100%;height: 100%;top:0;left:0;}

.blog .user{
	font-size: 14px;
}
.blog .txt p{
	margin: 0 0 20px 0;
}
.blog .newsList li .non_login .thumb{
	background: #ddd;
	box-shadow: inset 15px 25px 25px rgba(0,0,0,.2), inset -15px -25px 25px rgba(0,0,0,.2);
}

.contentsList.notMember li a{display: block;}
.contentsList .limited{
position: absolute;
z-index: 2;
left:0;
top:0;
width: 100%;
height: 100%;
color: #fff;
font-weight: 500;
font-size: 35px;
letter-spacing: 0.05em;
background: url(/static/uverworld/fanclub/cmn/dot.png);
background-size: 2px 2px;
}
.contentsList .limited span{
  position: absolute;
  top:50%;
  left:0;
  width: 100%;
  text-align: center;
  opacity: 0.7;
}
.newsList{margin-bottom: 20px}
.contentsList li a,
.photoList li a,
.discoList li a,
.newsList li a{display: block;}
.newsList li a:after{
	content: "";
	clear: both;
	display: block;
}
#banner .bnrList li a:hover,
.discoList li a:hover,
.photoList li a:hover,
.contentsList li a:hover,
.linkList li a:hover,
.newsList li a:hover{background: #f5f5f5;margin: -15px;padding: 15px;}
.radio .contentsList li a:hover{background: none;margin: 0;padding: 0;}
.contentsList li .data,
.newsList li .data{
  position: relative;
  margin-bottom: 5px;
}
.contentsList li .date{display: inline-block;}
.newsList li {margin-bottom: 40px;}
.newsList li .thumb{
	float: left;
	position: relative;
	width: 100px;
	height: 100px;
}
.page .newsList li .thumb{
	width: 150px;
	height: 150px;
}
.newsList li .thumb img{
	width: 100%;
}
.newsList li .non_login .thumb img{
	filter: blur(20px);
}
.newsList li .new,
.contentsList li .new{
		position: absolute;
		z-index: 9;
		top:-10px;
		left:-10px;
}
.newsList li .data,
.newsList li .tit{padding-left: 120px;}
#home .newsList li .tit{font-size: 16px}
.page .newsList li .data,
.page .newsList li .tit{padding-left: 170px;}
.newsList li .cate{margin-right: 10px;}
.newsList li .date{display: inline-block;margin-right: 10px;}
.live .newsList li .date{ color:#000; font-size: 20px;font-weight: bold;letter-spacing: 0}

.newsList li .limited{
	padding:2px 6px 1px 6px;
	display: inline-block;
	font-size: 10px;
	line-height: 1;
	border-radius: 20px;
	border: 1px solid #000;
}
.new{
	display: block;
	width: 30px;
	height: 30px;
	font-size: 10px;
	background: #ff4444;
	color: #fff;
	border-radius: 20px;
	line-height: 32px;
	text-align: center;
}
.tit{font-size: 18px;}
.cate{
  display: inline-block;
	margin-right: 10px;
	font-weight: 700;
  font-size: 13px;
  line-height: 1;
	color: #000;
}
.date{
  color:#888888;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.date.startTime{
	margin-bottom: 10px!important;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
.date.startTime span{ font-size:12px}
.info #container {padding-top: 120px}
.info article .date{margin-bottom: 60px}
.info article .ph,.live article .ph{
	position: relative;
/*    margin: 0 0 40px;*/
	margin-top: 40px;
	text-align: center;
	line-height: 0;
}
.info article img,
.blog article img{ max-width: 100%;}
.blog article img.cover{}
.articleTit{
	margin-bottom: 20px;
	font-size: 28px;
}
.info article .txt a,.live article .txt a{text-decoration: underline;color: #009fdf}
.info article .txt a:hover,.live article .txt a:hover{opacity: 0.5}
.shareBox{font-size:12px; margin: 30px 0;}
.shareBox li{display: inline-block;margin-right:15px;vertical-align: middle;}
.shareBox a{display: block;color:#000;font-size: 22px;}
.shareBox .fa{vertical-align:-1px;}
.shareBox a:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.shareBox .facebook a:hover{color:#315096 }
.shareBox .twitter a:hover{color:#55acee }


/* page--schedule 202210add */
/* 絞り込み */
.page--schedule.page #container .inner{max-width: 1030px;}
.page--schedule .sectionTit{display: none;}
.page--schedule .block--month { text-align: center;margin-bottom: 40px;}
.page--schedule .block--month .tit{
	margin: 0 0 10px;
	font-size: 60px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 0.01em;
}

.page--schedule .block--month .tit span.year {
	margin-right: 0.5em;
	font-size: 0.55em;
	vertical-align: middle;
}
.page--schedule .block--month .tit span.eng {
	margin-left: 0.5em;
	font-size: 0.55em;
	vertical-align: middle;
}

.page--schedule .month-pager {
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.page--schedule .month-pager li{display: inline-block; transition: opacity .3s ease;}
.page--schedule .month-pager li:hover{opacity: 0.5;}
.page--schedule .month-pager:before{
	content: '|';
	padding: 0 18px 0 0;
	color: #ccc;
	position: absolute;
	left: 50%;
	margin-left: -2px;
}
.page--schedule .month-pager li.prev{
	margin: 0 15px 0 0;
}
.page--schedule .month-pager li.next{
margin: 0 0 0 15px;
}





/* 絞込 */

.page--schedule  .block--narrowing{margin-bottom: 60px;}
.page--schedule  .block--narrowing li input[type="checkbox"] {display: none;}
.page--schedule  .block--narrowing li label .category:after {display: none;}
.page--schedule  .block--narrowing li .category{position: relative;}

.page--schedule  .block--narrowing li label:has(input[type="checkbox"]:not(:checked)){
	background: rgba(0,0,0,0.2);
	color: #000;
}
.page--schedule  .block--narrowing li:hover label{
opacity: 0.5;
}
.page--schedule .categoryList li{
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}
.page--schedule .categoryList li+li{border: 0;}
.page--schedule .categoryList li label{
	display: block;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 0.25em 1.25em 0.15em;
	transition: all .3s ease;
	background: #000;
	color: #fff;
	font-size: 15px;
}


/* list */
.page--schedule .list--schedule{margin-bottom: 100px;}

.page--schedule .list--schedule > li{
	padding: 5px 0;
	margin-bottom: 30px;
}

.page--schedule .list--schedule li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
}
.page--schedule .list--schedule li a:not(:first-child){margin-top: 20px;}


.page--schedule .list--schedule .date {
	min-width: 100px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-block;
}

.page--schedule .list--schedule .date .week{
	font-size: 12px;
	margin-left: 0.5em;
  display: inline-block;
}
.page--schedule .list--schedule .date .date__bar{margin: 0 0.5em;}
.page--schedule .list--schedule .list__date .cate{
/* margin: 0 0 0 10px; */
/* display: block; */
	text-align: center;
	padding: 0.25em 1em;
	background: #000;
	color: #fff;
}

.page--schedule .list--schedule li .tit{
	padding: 0;
}

.page--schedule .noInfo{margin-bottom: 30px;}


/* movie */
.ulizahtml5 {margin: 0 auto;}


/* radio */

.radio .contentsList li .thumb{
	position: relative;
}
.radio .contentsList li .thumb .fa{
	position: absolute;
	font-size: 120px;
	color: #fff;
	top:50%;
	left:50%;
	margin: -60px 0 0 -55px;
	z-index: 9;
	opacity: 0.6
}
.radio .lead{text-align: center;}
.radio .detail .explanation {
	margin: 10px auto;
	font-size: 13px;
}
.radio .detail .explanation .tit{
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	border-left: 4px solid #000;
}
.radio .detail .explanation .box{
	padding: 20px 0;
}
.radio .detail .explanation dl{	padding: 20px 0 0;}
.radio .detail .explanation dt{
	clear: both;
	float: left;
	width: 25%;
	padding: 20px 0;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.radio .detail .explanation dd{
	padding: 20px 0;
	padding-left: 30%;
	border-top: 1px solid #ccc;

}
.radio .detail .explanation .bold{margin: 10px 0;font-weight: bold;}
.radio .detail .explanation a{color: #009fdf; text-decoration: underline;}
.radio .detail .explanation a:hover{opacity: 0.5}
.radio .term{
	margin-bottom: 40px;
	text-align: center;
}
.radio .term .bold{margin-bottom: 10px;font-size: 18px;}

/* discography */
.disco .subTit{font-size: 28px}
.discoList{margin-bottom: 40px}

.discoList li{
	float:left;
	width: 30.6%;
	margin: 0 4.1% 30px 0;
}
.discoList li:nth-child(3n){margin-right: 0;}
.discoList li:nth-child(3n+1) { clear: both;}
.discoList li .jacket{margin-bottom: 10px}
.discoList li .jacket img{
	width: 100%
}
.discoList li .date{margin-bottom: 5px;}

.noInfo{float:none!important;width:100%!important;text-align: center;opacity: 0.5}

.disco.detail .jacket{float:left;width: 40%;position: relative;}
.disco.detail .jacket .dummy{position: absolute;top:0;left:0;width: 100%;height: 100%;z-index: 2}
.disco.detail .jacketList li{margin-bottom: 20px;}
.disco.detail .jacketList p{position: relative;}
.disco.detail .jacketList .dummy{position: absolute;top:0;left:0;width: 100%;height: 100%;z-index: 2}
.disco.detail .jacket img{
	display: block;
	width: 100%;
}
.disco.detail .jacket div{margin-bottom: 20px}
.disco.detail .jacket .text{margin-top: 10px;font-size: 0.8em}
.disco.detail .details{float:right;width: 54%;}
.disco.detail .tit{font-size: 28px;margin-bottom: 20px;}
.disco.detail .date{margin-bottom: 40px;}
.disco.detail .txt{margin-bottom: 20px}
.disco.detail .comment{margin-bottom: 60px}
.categoryList{margin: 0 0 60px;text-align: center;}
.categoryList li{
	display: inline-block;
	padding: 0 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}
.categoryList li+li{
	border-left:1px solid #ccc;
}
#header #gNavi li a,
.categoryList li a{display: block;	position: relative;}
#header #gNavi li a::before,
.categoryList li a::before,
.tblog .categoryList li.newPost p::before{
position: absolute;
bottom: -10px;
left: 0;
content: '';
width: 100%;
height: 3px;
-moz-transform: scaleX(0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
-moz-transform-origin: right;
-webkit-transform-origin: right;
transform-origin: right;
-moz-transition: transform 0.7s cubic-bezier(.19,1,.22,1);
-webkit-transition: transform 0.7s cubic-bezier(.19,1,.22,1);
transition: transform 0.7s cubic-bezier(.19,1,.22,1);
background-color: #000;
}
#header #gNavi li a::before{bottom: 0;}
.info #header #gNavi li:nth-child(3) a::before,
#header #gNavi li.hover a::before ,
#header #gNavi li a:hover::before,
.categoryList li.current a::before ,
.tblog .categoryList li.newPost p::before,
.categoryList li a:hover::before {
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  transform-origin: left;
}
#header #gNavi .sub li a::before{display: none;}
.disco .pulldownBox,
.info .pulldownBox,
.live .pulldownBox{display: none!important;}

/* profile*/

.memberList li {
	width: 33%;
	float:left;
  color: #fff;
  position: relative;
  overflow: hidden;
  background: #000;
  color: #fff;
  text-align: center;
	line-height: 0;
}
.memberList li * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.memberList li img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
	background-position: center top;
}
.memberList li figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.memberList li .name,
.memberList li .part {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.memberList li .name {
  padding: 0 30px;
  display: inline-block;
	font-size: 22px;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
.memberList li .part {
  top: 50%;
  padding: 0 50px;
  font-size: 0.8em;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
.memberList li a {
	display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
.memberList li:hover img,
.memberList li.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.memberList li:hover figcaption .name,
.memberList li.hover figcaption .name,
.memberList li:hover figcaption .part,
.memberList li.hover figcaption .part {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
.memberList li:hover figcaption .name,
.memberList li.hover figcaption .name {
  opacity: 0.9;
}
.memberList li:hover figcaption .part,
.memberList li.hover figcaption .part {
  opacity: 0.6;
}
.profPopup{
	width: 100%;
	margin: 0 auto
}
.profPopup .name{margin-bottom: 20px;font-size: 32px;}
.profPopup .name span{margin-left: 15px;font-size: 18px;}
.profPopup .ph{width: 50%;height:100%;float:left;}
.profPopup .detail{padding:20% 0 0 60%;font-size: 13px;line-height: 2em;}
.feature .mfp-inline-holder .mfp-content{height: 100%}
.profPopup .ph img{height: 100vh;background-position: center top;}
.feature .mfp-container{padding: 0!important}
.profPopup .sns { margin: 20px 0 0;}
.profPopup .sns li {
	display: inline-block;
	margin-right: 10px;
}
.profPopup .sns li:last-child { margin-right: 0;}
.profPopup .sns li a {
	display: block;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.profPopup .sns li a:hover { opacity: 0.5;}

/* GOODS*/
.linkList {margin-bottom: 60px}
.linkList:after{ content:""; display:block; clear:both;}
.linkList li{
	float: left;
	width: 30.6%;
	margin:0 4.1% 20px 0;
	line-height: 0
}
.linkList li a{display: block;}
.linkList li:nth-child(3n){	margin-right: 0;}
.linkList.archive li{	width: 22%;margin-right:4%}
/*.linkList li:nth-child(4n){	margin-right:0}*/
.linkList li img{
	width: 100%;
	border: 1px solid #ccc;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ブログ */
.loading.circle{
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 6px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000;
	animation: spin 1s infinite linear;
	margin: auto;
}
@keyframes spin { 
  100% { 
	transform: rotate(360deg); 
  } 
} 

.blog.detail article .thumb{display: block;max-width: 100%;margin: 20px auto;}
.blog.detail article .txt{margin-bottom: 40px}
.blog .contentsList li .date{margin-bottom: 5px}
.blog .articleDate{margin-bottom: 60px}
.pageNavi,
.memberblog .nswBlog .pageNavi{
  position: relative;
  margin: 80px 0 0;
  height: 60px;
	font-weight: 700;
	text-align: center;
	display: block;
}

.pageNavi p{display: inline-block;}
.pageNavi a,
.memberblog .nswBlog .pageNavi a{
  color: #000;
  text-decoration: none;
	padding: 5px 25px;
}
/*
.memberblog .nswBlog .pageNavi span{
	display:none; 
}
*/
.nswBlog .archiveBtn a{
display: block;
	border: 1px solid;
	width: 100px;
	margin: 0 auto 50px;
	font-size: 13px;
	padding: 5px 25px;
	text-align: center;
	font-weight: bold;
}
.nswBlog .categoryList{
	display: flex;
	display: webkit-flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 60px;
}
.nswBlog .newsList::after {
	display: block;
	content:"";
	width: 30%;
}
.nswBlog .categoryList li+li{
	border-left: none;
}
.nswBlog .categoryList li {
	display: inline-block;
	padding: 0;
	flex-grow: 1;
	text-align: center;
}

.nswBlog .categoryList li a,
.nswBlog .categoryList li p{
	display: block;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.nswBlog .categoryList li a::before,
.nswBlog .categoryList li.newPost p::before,
.nswBlog .blogList li a::before{
	position: absolute;
	bottom: -1px;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-moz-transform-origin: right;
	-webkit-transform-origin: right;
	transform-origin: right;
	-moz-transition: transform 0.7s cubic-bezier(.19,1,.22,1);
	-webkit-transition: transform 0.7s cubic-bezier(.19,1,.22,1);
	transition: transform 0.7s cubic-bezier(.19,1,.22,1);
	background-color: #5f5f5f;
	z-index: 1;
}
.nswBlog .blogList li a::before{
	background-color: #000;
}

.nswBlog .categoryList li a:hover::before,
.nswBlog .categoryList li p:hover::before,
.nswBlog .blogList li a:hover::before,
.ym .categoryList li.month a::before{
	-moz-transform: scaleX(1);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
  transform-origin: left;
}

.nswBlog .categoryList li.current a::before,
.nswBlog .categoryList li.newPost p::before,
.nswBlog .categoryList li a.current::before{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #000;
}
.nswBlog .newsList {
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.nswBlog .newsList li {
	width: 32%;
	position: relative;
}
.nswBlog .newsList li .new {
	background: #fff;
	color: #ff4444;
	border: 2px solid;
	right: -10px;
	left: auto;
}
.nswBlog .newsList li .thumb {
	width: 100%;
	height: auto;
	line-height: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.nswBlog .newsList li .data,.nswBlog .newsList li .tit {
	padding-left: 0;
	margin: 0;
}
.nswBlog .newsList li .tit{
	font-size: 14px;
	line-height: 1.5;
}
.nswBlog .newsList li .date {
	display: inline-block;
	margin-right: 0;
}
.nswBlog .pageNavi{

}
.nswBlog .blogList {
	max-width: 800px;
	margin: auto;
}
.nswBlog .blogList li{
	position: relative;
}
.nswBlog .blogList li a{
	border-bottom: 1px solid #000;
	display: block;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 16px;
	transition: 0.4s;
}
.nswBlog .blogList li a:hover{
	opacity: 1;
}
.nswBlog .block--year-heading{
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 0 0 20px 0;
}
.nswBlog .block--year-heading span{
	display: none;

}
.nswBlog .block--year-heading span.current{
display: inline-block;

}
.nswBlog .list--select-month {
	width: 100%;
	display: none;
}
.nswBlog .list--select-month li {
	font-size: 15px;
	line-height: 1;
}
.nswBlog .noInfo {
	margin: 0 0 80px 0;
}



.pageNavi a:hover,
.blogBack a:hover{opacity: 0.5}

.pageNavi .fa,
.blogBack .app .fa{
  font-size: 18px;
  margin:0 5px;
  vertical-align: -1px;
	font-style: initial;
}

/* takuyablog add202102*/
.tblog {background: #1B1B1C; height: auto;}
.tblog #container {padding: 73px 0 0;}

.page.tblog #container a {color: #fff;}
.tblog .headerPhoto img {
	height: 100%;
	width: 100%;
	background-size: contain;
}

.tblog .headerPhoto {
	height: 450px;
}

.tblog .headerPhoto {
	height: 450px;
	background-image: url(/static/uverworld/contents/takuyablog/images/header_back.png);
	background-size: cover;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.tblog .headerPhoto::before {
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	/*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;/*重なり順序を一番下にしておく*/
}


.tblog #container .inner,
.tblog .section--detail {
	width: 800px;
	color: #fff;
}
.tblog #container .inner .no-data {text-align: center;}
.tblog .blogList {padding-top: 12px;}
.tblog .blogList li {
	position: relative;
	border-bottom: 1px dotted #888;
	padding: 0 0 24px;
	margin: 0 0 28px 0;
}
.tblog .blogList li a {display: block;}
.blogList li a:hover{ opacity: 0.5; }

.tblog .articleTit {
	color: #fff;
	font-size: 120%;
	margin-bottom: 2px;
}

.tblog .txt {
	font-size: 92%;
  line-height: 1.8;
  letter-spacing: 0.1em;
	border-top: 1px dotted #888;
	padding: 28px 0 16px;
}

.tblog .txt .player--wrap {text-align: center;}

.tblog .txt .ulizahtml5 {
		margin: inherit;
	width: 800px !important;
		height: 480px;
}

.tblog .txt iframe {width: 800px; height: 480px;}



.tblog .txt .img img:first-of-type {
	max-width: 100%;
	height: auto;
}

.tblog .date {
	font-size: 85%;
}

.tblog.detail .date {
	border-top: 1px dotted #888;
	text-align: right;
}

.respond {
	width: 100%;
	margin: 48px 0;
}

.commentNotice {
	margin-bottom: 24px;
	font-size: 80%;
	line-height: 2;
	letter-spacing: 0.05em;
}

/* .commentNotice h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
} */

.drawerCheck {
	display: none;
}
.commentNote {
	background: #333;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	padding: 14px;
}


.commentNote span::before,
.commentNote span::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	width: 14px;
	height: 2px;
	background: #fff;
	margin: auto 0;
}

.commentNote span::after {
	transform: rotate(90deg);
	transition: .3s;
}


.noteDetail {
	background: #333;
	display: block;
	height: 0;
	opacity: 0;
	transition: .3s;
	visibility: hidden;
}

.drawerCheck:checked + .commentNote span::after {
	transform: rotate(180deg);
}


.drawerCheck:checked + .commentNote + .noteDetail{
	height: 100%;
	opacity: 1;
	visibility: visible;
}

.commentNotice .noteList {
	padding: 0 24px 24px;
	margin: -5px 0 0;
}

.commentNotice .noteList li {
	list-style: inherit;
	list-style-position: inside;
}

.commentNotice .yellow {
	color: #ffff00;
}

.commentNotice .subNote {
	font-size: 0.8em;
	color: #999;
}

.commentArea {
	width: 100%;
	height: 140px;
	padding: 8px;
	box-sizing: border-box;
	margin: 0 0 30px;
}

.btnBlog {
	display: block;
  background: none;
	color: #fff;
	width: 160px;
  border-radius: 50px;
	font-weight: 700;
	line-height: 40px;
  letter-spacing: 0.05em;
  border: 1px solid #fff;
	margin: 0 auto;
	cursor: pointer;
	outline: none
}
.blog.detail.memberblog .btnBlog{
	color: #000;
	border: 1px solid #000;
}

.tblog.detail .blogBack { margin: 22px auto 0;}

.tblog.detail .blogBack:hover,
.btnBlog:hover {

}
.blog.detail.memberblog .btnBlog:hover{
	color: #fff;
	background: #000 !important;
}

.tblog .pageNavi,
.memberblog .pageNavi{
	display: flex;
	margin: 20px 0 0;
	padding: 0;
	height: auto;
	justify-content: space-between;
}
.tblog .pageNavi a,
.memberblog .pageNavi a{padding: 0}
.tblog .pageNavi .next span,
.tblog .pageNavi .prev span,
.memberblog .pageNavi .next span,
.memberblog .pageNavi .prev span,
.blogArchive .pageNavi .next span,
.blogArchive .pageNavi .prev span{opacity: 0.1;}

.tblog #footer {bottom: auto;}
.memberblog .pageNavi{margin-top: 100px;}

/* tblog comment-form */
body.comment .page{
	position: relative;
	color: #fff;
	padding: 100px 0;
}

.comment .commentBlock{
	background: #202020;
	 width: 640px;
	 padding: 56px;
	 margin: 0 auto;
}


.commentPost #comment_form dl {
	margin: 40px 0;
}

.commentPost #comment_form dt {
	color: #888;
	font-size: 0.8em;
}

.commentPost #comment_form dd.name {
	margin: 0 0 24px;
}

.commentPost #comment_form dd.comment_txt {font-size: 13px;}

body.comment .commentBlock .done {
	line-height: 2;
	margin: 0 0 30px;
}

/* memberblog 20210 add */
.page.memberblog #container .inner{
	width: 600px;
	margin-bottom: 60px;
}
.page.memberblog.comment #container .inner{
	width: auto;
}

.memberblog .contents__thumb{margin: 0;position: relative;line-height: 0;background-color: #000;}
.memberblog .contents__thumb .limited{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 0.05em;
	background: url(/static/uverworld/fanclub/cmn/dot.png);
	background-size: 2px 2px;
}
.memberblog .contents__thumb .limited span
{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0.7;
}

.nswBlog .newsList li .thumb .limited{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-weight: 500;
	font-size: 35px;
	letter-spacing: 0.05em;
	background-image: url(/static/uverworld/fanclub/cmn/dot.png);
	background-size: 2px 2px;
	padding: 0;
	line-height: 1;
	border-radius: 0;
	border: none;
}
.nswBlog .newsList li .thumb .limited span{
	position: absolute;
	top: 47%;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0.7;
}
.memberblog .contents__thumb .ph{
	line-height: 0;
}
.memberblog .contents__thumb .ph img{
	width: 100%!important;
	margin: 0 auto;
	display: block;
}

/* 保護 */
.memberblog img.dummy{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.memberblog .contents__thumb .ph::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 1;
}
.memberblog .blogList{
	max-width: 600px;
	margin: 0 auto;
}
.memberblog .blogList .list__txt{padding: 30px;}
.memberblog .blogList > li{
	box-shadow: 0 0 11px rgba(0, 0, 0 , 0.03);
	background: #FAFAFA;
	border: 1px solid rgba(28, 28, 28, 0.15);
}
.memberblog .blogList > li:not(:last-child){margin-bottom: 40px;}

.memberblog .contributor{padding: 16px 12px;}
.memberblog .contributor a .contributor_thumb{
	width: 60px;
	height: 60px;
	margin-right: 12px;
	border-radius: 50%;
	border: 1px solid rgba(28, 28, 28, 0.15);
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.memberblog .contributor_thumb .ph,
.memberblog .contributor a .contributor_thumb img{
	width: 100%;
	height: 100%;
	background-position: top center;
}

/* akira 調整 */
.memberblog .contributor a .contributor_thumb.akira img{
	background-size: contain;
  background-position: center center;
}


.memberblog .contributor_name{font-size: 16px;font-weight: bold;}
.memberblog .contributor a{
	display: flex;
	align-items: center;
	position: relative;
}
.memberblog .contributor a .new{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.memberblog.detail .contents__detail .txt{
	padding: 30px 30px 20px;
	font-size: 16px;
}
.memberblog.detail .contents__detail .txt .tit{font-size: 16px;}
.memberblog.detail .contents__detail .date{margin-top: 15px;font-weight: normal;}

.memberblog.detail .contents__detail .block--player{
	padding-top: calc(9/16 * 100%);
	position: relative;
	margin: 1rem 0;
}
.memberblog.detail .contents__detail .block--player iframe,
.memberblog.detail .contents__detail .block--player .ulizahtml5,
.memberblog.detail .contents__detail .block--player video{
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}


.memberblog .contents__detail .icon--area{margin: 0 30px 30px;}
.memberblog .contents__detail .icon--area [class^=icon--]{display: inline-block;cursor: pointer;}
.memberblog .contents__detail .icon--area [class^=icon--] i{font-size: 20px;color: #888;}
.memberblog .contents__detail .icon--area [class^=icon--] span{
	font-family: "Roboto" , 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.memberblog .contents__detail .icon--like{margin-right: 30px;}
.memberblog .contents__detail .icon--like i:hover,
.memberblog .contents__detail .icon--like i.clicked{color: #ff4444;}
.memberblog .contents__detail .icon--comment i:hover{color: #000;}

.memberblog .contents__detail+.respond{margin: 0 30px 30px;width: auto;}
.memberblog .contents__detail+.respond .commentArea{border-color: rgba(28, 28, 28, 0.15);}

.memberblog #commentOpen{font-weight: bold;margin-bottom: 30px;cursor: pointer;font-size: 13px;}
.memberblog #commentOpen:hover{opacity: 0.5;}

.memberblog .blogList .contents__detail .tit{
	font-size: 16px;
		margin-bottom: 10px;
}
.memberblog .blogList .contents__detail .more{
	position: relative;
	color: #888;
	text-align: left;
	font-size: 13px;
	margin-bottom: 30px;
}
.memberblog .blogList .contents__detail  .more:after{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 1px #888;
	border-right: solid 1px #888;
	transform: rotate(45deg);
	position: relative;
	vertical-align: 1px;
	transition: all 0.3s ease-in-out;
}
.memberblog .blogList .contents__detail .date{
color: #888888;
	font-size: 15px;
		font-weight: bold;
}

.memberblog .blogList .contents__detail .contents__thumb{
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.memberblog .blogList .contents__detail.non_login figure img{
	filter: blur(30px);
}
.memberblog .blogList .contents__detail figure img{
	margin: 0 auto;
	display: block;
	width: 100%;
	object-fit: contain;
  background-size: cover;
}


.memberblog.detail .memberblog_wrapper{
	box-shadow: 0 0 11px rgb(0 0 0 / 3%);
	background: #FAFAFA;
	border: 1px solid rgba(28, 28, 28, 0.15);
}
/* memberblog slick*/
.memberblog .slick-dots button {
  padding: 8px;
  margin: 8px;
  width: 8px;
  height: 8px;
}

/* .page.memberblog .pageNavi+.respond{margin-bottom: 120px;} */

/* commentlist */
.page.blog .commentList {margin: 40px 0 60px;}
.page.blog .listComments li{
	padding: 10px 0 24px;
	border-bottom: 1px solid #333;
	margin: 0 0 24px 0;
}
.tblog .blogList .pageNavi li,
.page.blog .listComments .pageNavi li {
	border-bottom:none;
}

.page.blog.memberblog .listComments .pageNavi li{
	margin: 0 30px;
	padding: 0;
}
.page.blog.memberblog .listComments .pageNavi.comment-pager .next a,
.page.blog.memberblog .listComments .pageNavi.comment-pager .next span,
.page.blog.memberblog .listComments .pageNavi.comment-pager .prev a,
.page.blog.memberblog .listComments .pageNavi.comment-pager .prev span{
padding:5px;
}
.page.blog.memberblog .listComments .pageNavi.comment-pager li img{
	width: 16px;
	height: 16px;
	margin-top: 5px;
	display: inline-block;
}

.tblog .listComments .currentNumber ul li {
	display: inline-block;
	line-height: 0;
	margin: 0 0.5em;
}
.tblog .listComments .currentNumber ul li.current {
	border-bottom: 1px solid #fff;
}

.page.blog .listComments li.noComment{border-bottom: none;}
.page.blog .listComments_name,
.page.blog .listComments_date,
.page.blog .commentDelete {
	display: inline-block;
  color: #888;
	font-size: 87%;
}
.page.blog .listComments_name{padding-right: 12px;}
.page.blog .commentDelete{float: right;}
.page.blog .commentDelete input {
	background: none;
	color: #888;
	border: none;
	cursor: pointer;
	outline: none;
}

.page.blog .listComments_text {
	font-size: 90%;
	margin: 10px 0 20px;
}
.page.blog .commentList .wrap--action .reply-form textarea{
	margin-bottom: 30px;
	min-height: 80px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

/* tblog コメント返信 */
.page.blog.tblog .commentList .wrap--action .reply-form textarea{
border: none;
margin-top: 20px;
}

.page.blog.tblog .commentList .wrap--action .reply-form .btn--main{
	display: block;
	background: none;
	color: #fff;
	width: 160px;
	border-radius: 50px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.05em;
	border: 1px solid #fff;
	margin: 0 auto;
	cursor: pointer;
	outline: none;
}
.page.blog.tblog .commentList .wrap--action .reply-form .btn--main:hover{
	background: #fff;
	color: #000;
}




/* コメントのいいね、返信 */
/* 共通 */
.page.blog .reply-delete-form{
	float: right;
}
.page.blog .reply-delete-form .btn-delete input{
	background: none;
	color: #888;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 87%;
}

.page.blog .more-replies,
.page.blog .less-replies{
	font-size: 11px;
	cursor: pointer;
}
.page.blog .less-replies:hover,
.page.blog .more-replies:hover{opacity: 0.5;}

.page.blog .wrap--action .icon--like,
.page.blog .wrap--action .do-comment,
.page.blog .comment-replies{
	display: inline-block;
}
.page.blog .comment-replies{
	width: 100%;
}

.wrap--action .reply-form{
	margin-top: 1em;
}
.page.blog .wrap--action{margin-top: 16px;}
.page.blog .wrap--action .icon--like,
.page.blog .wrap--action .do-comment{cursor: pointer;}
.page.blog .wrap--action .icon--like i,
.page.blog .wrap--action .do-comment i{font-size: 16px;color: #888;margin-right: 2px;}
.page.blog .wrap--action .do-comment:hover i{color: #000;}

.page.blog .wrap--action >div:first-child{margin-right: 20px;}

.page.blog .wrap--action .comment-replies{display: flex;flex-direction: column;}
.page.blog .wrap--action .comment-replies .more-replies{order: 1;}
.page.blog .wrap--action .comment-replies .less-replies{order: 2;}
.page.blog .wrap--action .comment-replies .replies{order: 3;margin-left: 1em;}
.page.blog .wrap--action div> span{
	font-family: "Roboto" , 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif!important;
}
.page.blog .wrap--action .icon--like:hover i,
.page.blog .wrap--action .icon--like i.clicked{
	color: #ff4444;
}

/* takuya */

.page.blog.tblog .wrap--action .comment-replies .replies{
	margin-left: 2em;
}
.page.blog.tblog .wrap--action .comment-replies .more-replies,
.page.blog.tblog .wrap--action .comment-replies .less-replies{color: #888;}
.page.blog.tblog .wrap--action .icon--like:hover i,
.page.blog.tblog .wrap--action .do-comment:hover i{color: #fff;}

.page.blog.tblog .wrap--action .comment-replies .replies li{margin-bottom: 14px;}
.page.blog.tblog .wrap--action .comment-replies .replies li:last-of-type{border: 0;margin-bottom: 0;padding-bottom: 0;}
.page.blog.tblog .wrap--action .comment-replies .replies .date,
.page.blog.tblog .wrap--action .comment-replies .replies .txt{border: 0;}

.page.blog.tblog .wrap--action .comment-replies .replies .user,
.page.blog.tblog .wrap--action .comment-replies .replies .date{
	display: inline-block;
	color: #888;
	font-size: 87%;
}
.page.blog.tblog .wrap--action .comment-replies .replies .user{padding-right: 12px;}
.page.blog.tblog .wrap--action .comment-replies .replies .txt{
	padding: 0;
	font-size: 90%;
	margin: 10px 0 0;
}

/* member */
.page.blog.memberblog .commentNote,
.page.blog.memberblog .noteDetail {
	color: #fff;
}
.page.blog.memberblog .commentList {
	margin-top: 0;
	padding-top: 20px;
	border-top: solid 1px rgba(26, 26, 26, 0.15);
}

.page.blog.memberblog .commentList .wrap--action .reply-form textarea {
	border-color: rgba(28, 28, 28, 0.15);
}
.page.blog.memberblog .listComments> li {
	margin: 0 0 22px 0;
	padding: 0 30px 22px;
	border-color: rgba(26, 26, 26, 0.15);
}
.page.blog.memberblog .listComments> li.noComment {
	margin: 0;
	padding: 0 30px 0;
}
.page.blog.memberblog .comment-replies li {
	padding-top: 0;
	border-color: rgba(26, 26, 26, 0.15);
}
.page.blog.memberblog .comment-replies .replies li:first-child {
	margin-top: 22px;
	padding-top: 22px;
	border-top: 1px solid rgba(26, 26, 26, 0.15);
}
.page.blog.memberblog .comment-replies li:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}
.page.blog.memberblog .comment-replies .user,
.page.blog.memberblog .comment-replies .date {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1;
}
.page.blog.memberblog .comment-replies .user {
	margin-right: 14px;
}
.page.blog.memberblog .comment-replies .replies .txt {
	font-size: 12px;
}
.page.blog.memberblog .less-replies {
	color: #888;
}
.page.blog.memberblog .listComments_text {
	margin-bottom: 16px;
}
.page.blog.memberblog .icon--like span,
.page.blog.memberblog .icon--comment span{
	font-size: 11px;
}
.page.blog.memberblog .commentList .wrap--action .reply-form .btn--main{
	display: block;
	width: 160px;
	margin: 0 auto;
	border: solid 1px #000;
	border-radius: 50px;
	background: none;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.05em;
	cursor: pointer;
	outline: none;
}
.page.blog.memberblog .commentList .wrap--action .reply-form .btn--main:hover{
	background: #000 !important;
	color: #fff;
}
.page.blog.memberblog .pageNavi.comment-pager{
	justify-content: center;
	margin-top: 50px;
}


/* takuyablog archive */
.blogArchive #container {min-height: 100vh;}
.tblog.blogArchive .categoryList li+li {border-left: 1px solid #888;}
.tblog.blogArchive.ym .categoryList li {
	margin-bottom: 20px;
	padding: 0 10px 0;
	border-left: none;
}
.tblog.blogArchive.ym .categoryList .year {	color: #888; }
.tblog .categoryList li.newPost p {position: relative;}
.tblog .categoryList li a::before,
.tblog .categoryList li.newPost p::before{background-color: #ccc;}
.tblog.blogArchive .pageNavi {margin: 80px 0 40px;}


/*フォトログ*/
.blog .photoList li .date{margin-bottom: 5px}
.photoList li img,
.contentsList li img{
	width: 100%;
}
.photoPopup .box{width: 50%;max-width: 600px;margin: 0 auto;}
.photoPopup .ph{margin-bottom: 10px;}

/*ライブラリ*/
.about_library{margin-bottom: 40px;padding: 40px;background: #f8f8f8;}
.about_library a{text-decoration: underline;color:#009fdf ;}
.about_library .txt{margin-bottom: 5px}
.library.txt{text-align: center;}
.library.txt img{width:350px;border: 1px solid #ddd}
.bookList li {
	float:left;
	width: 22%;
	margin: 0 4% 40px 0;
	line-height: 0;
}
.bookList li:nth-child(4n){margin-right: 0}
.bookList li .thumb{
	background: none;
	box-shadow:6px 6px 0px -1px #cccccc;
	-moz-box-shadow:6px 6px 0px -1px #cccccc;
	-webkit-box-shadow:6px 6px 0px -1px #cccccc;
}
.bookList li img{width: 100%}
.blog.detail .library article .thumb{display: block;margin: 20px auto;}

/* サポートページ */
.support .sectionTit{font-size: 28px}
.page #container .inner.support{max-width: 900px}
.support .txt{margin-bottom: 20px}
.supportList {margin-bottom: 20px;}
.supportList li{
	margin-bottom: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
.supportList dt {padding: 20px 0 10px;font-weight: bold;border-top: 1px solid #ccc;}
.supportList dd {padding: 0 0 20px;}
.supportList dd:last-child {border-bottom: 1px solid #ccc;}
.supportList dd ul{padding: 10px 0}
.supportList dd li{margin-bottom: 10px}
.faqList{margin:20px 0 80px;border-top: 1px solid #ccc;}
.faqList li a{
	display: block;
	position: relative;
	padding: 20px 40px 20px 20px;
	border-bottom: solid 1px #ccc;
	background: #fff;
	font-size: 16px;
}
.faqList li a:hover{	background: #efefef;}
.faqList li a:before{
	content:'Q.';
	color: #000;
}
.faqList li a:after {
	content:'\f105';
	position: absolute;
	right:20px;
	font-family: "FontAwesome";
}
.faq dt p,
.faq dd div.text {
padding-left: 40px;
}
.faq dd {clear: both;}
.faq span.q,
.faq span.a {
	display: block;
	width: 30px;
	height: 30px;
	background: #000;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	float: left;
}
.faq dt {
	margin-bottom: 40px;
	font-size:20px;
}
.faq dd a {
	color:#009fdf;
	text-decoration: underline;
}
.faq .inquiry{margin-top:60px;padding: 30px 0;background: #f8f8f8}
.faq .inquiry .center{margin-bottom: 20px}
.faq .inquiry .btn {width: 710px;margin: 0 auto;}
.faq .inquiry .btn .sub{
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 12px 15px;
	line-height: 2.2em;
}

.popup-inner .box .tit {
	margin: 0 0 30px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.popup-inner .box .contactList li a {
	display: block;
	padding: 20px 40px 20px 20px;
	position: relative;
	margin: 0 0 12px;
	border-radius: 3px;
	background: #d6d6d6;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: .05em;
}
.popup-inner .box .contactList li:last-child a { margin: 0; }
.popup-inner .box .contactList li a:hover { background: #fff; }
.popup-inner .box .contactList li a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -20px;
	font-family: "FontAwesome";
	font-size: 25px;
}


/* アンケート */
#questionnaire_form .tit{
	margin-bottom: 15px;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #c7c7c7;
	background: #eee;
}
#questionnaire_form .lead {
	padding:0 80px;
}
#questionnaire_form .mb30 {
	margin-bottom:30px;
}
#questionnaire_form .formList{
	padding: 40px 80px 0;
}
#questionnaire_form .formList textarea {
	width: 100%;
	height: 120px;
	padding: 10px;
	box-sizing: border-box;
}
#questionnaire_form div input[type="checkbox"], #questionnaire_form div input[type="radio"] {
	margin-right: 5px;
	vertical-align: 2px;
}
form#questionnaire_form select {
	width: 100%;
	margin:0;
	padding: 10px 30px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size: 15px;
	border: 1px solid #cccccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
}
form#questionnaire_form .selectWrap {
	display: inline-block;
	margin: 0 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
}
form#questionnaire_form .selectWrap.birthday {
	display:inline-block;
	width:15%;
}
form#questionnaire_form .selectWrap:before {
	content: "\f48b";
	display: block;
	position: absolute;
	top: 50%;
	right: 4%;
	z-index: 10;
	width: auto;
	height: auto;
	margin-top: -13px;
	background: transparent none repeat scroll 0 0;
	color: #999;
	font-family: "WebHostingHub-Glyphs";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}
form#questionnaire_form  input[type="text"],
form#questionnaire_form  input[type="email"],
form#questionnaire_form  input[type="tel"]{
	width: 100%;
	padding: 10px;
	border: solid 1px #ccc;
	font-size:16px;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
form#questionnaire_form .confirm .tit{
	font-size: 13px;
}
#questionnaire_form .error {
	color: #c00
}
.faqLead {
	margin-bottom: 30px;
	text-align: center;
}
.searchBox {
	width: 420px;
	position: relative;
	margin: 0 auto 50px;
	text-align: center;
}
.searchBox input {
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.searchBox input[type="text"] {
	width: 100%;
	height: 40px;
	margin: 0 5px 0 0;
	padding: 0 10px;
	background: #fff;
	border: solid 1px #aaa;
	border-radius: 5px;
}
.searchBox input[type="text"]:placeholder-shown { color: #ccc;}
.searchBox input[type="text"]::-webkit-input-placeholder { color: #ccc;}
.searchBox input[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	background: transparent;
	font-weight: bold;
	border-radius: 30px;
	cursor: pointer;
	border: none;
	z-index: 2;
	font-family: FontAwesome;
}
.searchBox input[type="submit"]:hover { color: #222;}
.searchBox input[type="text"]:placeholder-shown { color: #ccc!important;}

/*バースデーメッセージ　202210add*/
.page--birthday-message .articleTit{
	text-align: center;
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
}
.page--birthday-message .section--detail{
	margin: 0 auto;
	padding: 80px 6%;
	max-width: 1000px;
}
.page--birthday-message .section--detail .ph{
	line-height: 0;
	margin: 0 auto 1em;
}

.page--birthday-message .section--detail .ph img{width: 100%;}
.page--birthday-message .section--detail .present{text-align: center;}
.page--birthday-message .section--detail .present .txt--sub{font-size: 0.9em;}

/*移管に伴うブログ内ページデザイン調整 20240226*/
.blog .inner .block--player {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.page--movie.new-movie #container {
	padding: 150px 0 700px;
}
.page--movie.new-movie.category-movie .new {
        position: absolute;
        left: -15px;
        top: -15px;
    z-index: 1;
}
.page--movie.new-movie.category-movie .section--list .section-tit {
    font-size: 20px;
    font-weight: 500;
}
.page--movie.new-movie.category-movie .section--list .latest-tit, .page--movie.new-movie.category-movie .section--list .category-tit {
	font-weight: bold;
}
.page--movie.new-movie.category-movie .section--list .list--contents li{
	width: 31%;
}
.page--movie.new-movie .list--contents li a {
    position: relative;
}
.page--movie.new-movie .list--contents li a:hover{
    opacity: 0.8;
}
.page--movie.new-movie.category-movie .section--list .list__more{

}
.page--movie.new-movie.category-movie .section--list .list__more a {
        position: relative;
        padding-bottom: 4px;
        padding-right: 3em;
        font-weight: 400;
        letter-spacing: 0.05em;
        -webkit-font-smoothing: antialiased;
        font-size: 12px;
        margin-top: 8px;
}
.page--movie.new-movie.category-movie .section--list .list__more a::before {
        content: "";
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #121212;
        transform: scaleX(1);
        transform-origin: right;
        transition: transform 0.3s;
}
.page--movie.new-movie.category-movie .section--list .list__more a:hover::before {
        transform: scaleX(0);
}
.page--movie.new-movie.category-movie .section--list .block--pager {
  letter-spacing: -0.5em;
  font-family: din-2014, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  position: relative;
  top: 40px;
  height: 60px;
  text-align: center;
}
.page--movie.new-movie.category-movie .section--list .block--pager li{
  display: inline-block;
  margin: 0;
  letter-spacing: 0.03em;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  font-size: 13px;
}
.page--movie.new-movie.category-movie .section--list .block--pager a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 0.5em 0.7em;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--number {
  text-align: center;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older {
  width: 25px;
  height: 40px;
  padding: 0;
  margin: 0;
  z-index: 2;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer::before,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older::before {
  display: none !important;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer a, .page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer span,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older a,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0;
  position: relative;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer a::after, .page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer span::after,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older a::after,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer span,
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older span {
  opacity: 0.2;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer {
  left: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer a::after, .page--movie.new-movie.category-movie .section--list .block--pager .pager__item--newer span::after {
  border-width: 7px 7px 7px 0;
  border-color: transparent #121212 transparent transparent;
  left: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older {
  right: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older a::after, .page--movie.new-movie.category-movie .section--list .block--pager .pager__item--older span::after {
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #121212;
  right: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager__item--current {
  position: relative;
  padding: 0.5em 0.7em;
  line-height: 1;
  font-weight: bold;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager-link--list {
  font-size: 1.3rem;
  font-weight: bold;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager-link--prev a, .page--movie.new-movie.category-movie .section--list .block--pager .pager-link--next a {
  position: relative;
  font-size: 1.6rem;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager-link--prev a::after, .page--movie.new-movie.category-movie .section--list .block--pager .pager-link--next a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager-link--prev a::after {
  border-width: 7px 0px 7px 7px;
  border-color: transparent transparent transparent #121212;
  right: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager .pager-link--next a::after {
  border-width: 7px 7px 7px 0;
  border-color: transparent #121212 transparent transparent;
  left: 0;
}
.page--movie.new-movie.category-movie .section--list .block--pager a:hover,
.page--movie.new-movie.category-movie .section--list .detail__btn a:hover {
    opacity: 0.5;
}

.page--movie.new-movie.radio .section--list .list--contents{
        float: none;
        width: 75%;
        margin: 30px auto;
        gap: 0;
        display: block;
}
.page--movie.new-movie.radio .section--list .list--contents li{
        width: 100%;
}
.page--movie.new-movie.radio .section--list .section-tit {
        margin: 0 0 40px;
        font-size: 50px;
        text-align: center;
        font-weight: bold;
        display: block;
}
.page--movie.new-movie.radio .section--list li .fa {
        position: absolute;
        font-size: 120px;
        color: #fff;
        top: 50%;
        left: 50%;
        margin: -60px 0 0 -55px;
        z-index: 9;
        opacity: 0.6;
}
.page--movie.new-movie.radio .section--list li .thumb {
    position: relative;
    margin: 0 auto 50px;
}
.page--movie.new-movie.radio .section--list .list__txt .tit {
        font-weight: bold;
        line-height: 1.3em;
        font-size: 18px;
        text-align: center;
        margin: 0 auto 10px;
}   
.page--movie.new-movie.radio .section--list .list__txt .date {
        color: #000;
        text-align: center;
        opacity: 1;
        font-size: 16px;
}
    
   
.page--movie.new-movie.page-movie-detail .section--detail {
        width: 80%;
        max-width: 1200px;
        margin: auto;
}
.page--movie.new-movie.page-movie-detail .section--detail .section-tit {
    margin: 0 0 40px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
        display: block;
}

.page--movie.new-movie.page-movie-detail .section--detail .lead{
    text-align: center;
    margin: 0 auto 50px;
    font-size: 15px;
}
.page--movie .block--player {
  position: relative;
  height: 0;
  margin: 0 auto 20px;
  padding-top: 56.25%;
  line-height: 0;
}
.page--movie .block--player .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .area--movie {
        margin: 0 auto 50px;
		max-width: 75%;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .block--tit .tit{
    font-weight: bold;
    line-height: 1.3em;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 10px;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .block--tit{
  margin: 0 auto 40px;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .block--tit .date{
    color: #000;
    text-align: center;
    opacity: 1;
        font-size: 16px;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .area--movie .block--player {
  padding-top: 56.25%;
  margin: 0 auto 20px;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border-radius: 999px;
  background:rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  margin: 0;
}
.page--movie.new-movie.movie.page-movie-detail .section--detail .area--movie .block--player .video-js .vjs-big-play-button::before {
  content: "";
  background: #ffffff;
  height: 40px;
  width: 35px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.page--movie.new-movie .section--detail .area--movie .video-js .vjs-control-bar {
        display: flex;
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover {
    background-color: #fff !important;
    color: #2B333F !important;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info{
    width: 100%;
    margin: 100px auto 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies {
    background: none;
    padding-top: 0;
    border-top: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .more_movies_title{
    font-size: 19px;
    margin: 0 0 30px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    width: 100%;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ededed;
    padding: 0 0 30px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    width: 100%;
    padding: 0;
    justify-content: space-between;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    width: 25%;
    margin: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a  .list__txt{
    width: 70%;
}

.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation {
	margin: 10px auto;
	font-size: 13px;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation .tit{
	margin-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 18px;
	border-left: 4px solid #000;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation .box{
	padding: 20px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation dl{	padding: 20px 0 0;}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation dt{
	clear: both;
	float: left;
	width: 25%;
	padding: 20px 0;
	font-weight: bold;
	border-top: 1px solid #ccc;
}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation dd{
	padding: 20px 0;
	padding-left: 30%;
	border-top: 1px solid #ccc;

}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation .bold{margin: 10px 0;font-weight: bold;}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation a{color: #009fdf; text-decoration: underline;}
.page--movie.new-movie.page-movie-detail .section--detail .detail .explanation a:hover{opacity: 0.5}


.page--movie.new-movie.page-movie-detail.radio .section--detail .term{
        margin-bottom: 40px;
        text-align: center;
}