@charset "utf-8";

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

         田村ゆかり オフィシャルファンクラブ

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

@import url('https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,600,700');

/* base */
::selection {background: #eda4a4; color: #fff; /* Safari */}
::-moz-selection {background: #eda4a4; color: #fff; /* Firefox */}


@media screen and (min-width: 961px) {
	.sp {display: none !important;}
	input,
	a { -webkit-transition: all .3s ease; transition: all .3s ease;}
	.firstview #container{padding-top: 179px}
	.text{ margin-bottom: 10px;}
	.lead{ margin-bottom: 40px; line-height: 1.8em; text-align: center}
}

@media screen and (max-width: 960px) {
	.pc{display: none!important;}
}

html,body {height:100%;min-height:100%;}

body {
color: #766666;
font-family: "Alegreya","Noto Serif JP","ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
font-size:15px;
line-height: 1.7;
letter-spacing:0.03em;
word-wrap : break-word;
overflow-wrap : break-word;
background: #fff1f1 url(/static/tamurayukari/fanclub/cmn/bg_main.gif)left top repeat;
}

@media screen and (max-width: 960px) {
	body {
		-webkit-text-size-adjust: none;
		font-family: "Alegreya" ,"Noto Serif JP", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
		font-size: 14px;
	}
}

@media screen and (max-width: 500px) {
	body {
		background-size: 20%;
	}
}

a {
	color: #766666;
	outline: none;
	text-decoration: none;
}
img {
	background: no-repeat center center;
	background-size: cover;
	line-height: 0;
}

em {
	color: #e96363;
}

.bold{font-weight: bold;}
.subTxt{font-size: 0.85em;}
.red{color: #c00;}
.center{text-align: center;}

.clearfix:before,
.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}

/* contents
--------------------------------- */
#wrap{
    min-height: 100%;
    position: relative;
}

#container{
	padding: 141px 0 90px;
	-webkit-transition: .3s;
	transition: .3s;
}

#home #container{
	padding: 100px 0 0;
}

.section{
	padding: 100px 0 80px;
	background: url(/static/tamurayukari/fanclub/cmn/bg_main.gif)left top repeat;
}

.inner{
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}

.page .inner{
	padding: 50px 0;
}

.sectionTit{
	font-style: italic;
	margin-bottom: 50px;
	text-align: center;
	font-size: 40px;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1em;
	top:0;
	opacity: 0;
	-webkit-transition: opacity 1s .2s,top 1s .2s;
	transition: opacity 1s .2s,top 1s .2s;
}

.sectionTit.jpTit{
	font-size: 26px;
}

#news .sectionTit{
	margin-bottom: 32px;
}
#news {
	position: relative;
	z-index: 2;
}
#news.section.pc {
	background: none;
	padding: 0;
	position: absolute;
	top: 50px;
	right: 4%;
}
#news.section.pc .inner {
	background: -moz-linear-gradient(left, rgba(255, 244, 243, 0.18), rgba(255, 244, 243, 0.67));
	background: -webkit-linear-gradient(left, rgba(255, 244, 243, 0.18), rgba(255, 244, 243, 0.67));
	background: linear-gradient(to right, rgba(255, 244, 243, 0.18), rgba(255, 244, 243, 0.67));
	box-shadow: 0 3px 30px 0 rgba(33, 33, 33, 0.3);
	backdrop-filter: blur(30px)opacity(80%);
	-webkit-backdrop-filter: blur(10px)opacity(80%);
	border-radius: 10px;
	border: 1px solid rgba(255, 244, 243, 1.0);
	padding: 40px;
	width: 45vw;
	min-width: 460px;
	min-height: 0;
	margin: 0;
}
#news.section.pc .sectionTit {
	font-size: 30px;
}

.sectionTit::before{
	content: '';
  display: block;
  width: 220px;
  height: 56px;
  background-image: url(/static/tamurayukari/fanclub/cmn/ribbon.svg);
  background-size: contain;
	background-repeat: no-repeat;
  margin: 0 auto 1%;
}
#news.section.pc .sectionTit::before {
	width: 180px;
	height: 44px;
}
.sectionTit.on{
	opacity: 1;
	top: -10px;
}

.articleTit{
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4em;
}

@media screen and (max-width: 960px) {
	#container,#home #container{ padding: 60px 0 0;}
	.page .inner{
		position: relative;
		width: 92%;
		margin: 0 auto;
		padding: 50px 0;
	}
	.section{
		padding: 50px 4%;
	}

	.sectionTit{
		font-size: 30px;
		margin-bottom: 40px;
	}

	#news .sectionTit{
		font-size: 27px;
		margin-bottom: 10px;
	}

	.sectionTit::before{
	  width: 180px;
	  height: 50px;
	}
	#news .sectionTit::before{
		width: 160px;
		height: 40px;
	}
	.articleTit{
		font-size: 20px;
	}
}


@media screen and (max-width: 500px) {
	.section{
		background-size: 20%;
	}
}
/* news blog */

.noInfo{
	list-style: none;
	text-align: center;
}

.categoryList { text-align: center; margin: -20px 0 50px;}
.categoryList li{
	display: inline-block;
	padding: 0 15px;
	letter-spacing: 0.15em;
	font-size: 18px;
	font-style: italic;
}
.categoryList li a{
	position: relative;
	display: inline-block;
  	-webkit-transition: .3s;
	transition: .3s;
}
.categoryList li a:after{
	position: absolute;
	bottom: .3em;
	left: -2px;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ff8686;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.categoryList li.current a:after,
.categoryList li a:hover::after{
	bottom: 0;
	opacity: 1;
}

@media screen and (max-width: 960px) {
	.categoryList { width: 92%; text-align: center; margin: -10px auto 20px;}
	.categoryList li{
		margin-bottom: 5px;
		padding: 5px 15px;
		font-size: 14px;
	}

}

.date{
	font-style: italic;
	letter-spacing: 0.1em;
	font-size: 18px;
	line-height: 1.4em;
}
.cate{
	font-style: italic;
	font-size: 12px;
	font-weight: 300;
	color:#ffffff;
	background: #766666;
	min-width: 100px;
	text-align: center;
	margin: 0 10px;
	padding: 0 10px;
	border-radius: 10px;
}

.newsList{ width: 83%; margin:0 auto;}
.newsList .date{ float: left;position: relative;}
.newsList .new::after {
	position: absolute;
	left: -60px;
	top: 18%;
	width: 50px;
	height: 18px;
	line-height: 18px;
}
.newsList .tit{ padding-left: 110px;}
#news .newsList .tit, .info .newsList .tit{ padding-left: 175px;}/*categoryありの場合*/

.newsList li{
	position: relative;
	border-bottom: 1px solid #766666;
	clear: both;}
.newsList li:before{
	position: absolute;
	content:"";
	left:-80px;
	bottom:-17px;
  display: block;
  width: 80px;
  height: 27px;
  background-image: url(/static/tamurayukari/fanclub/cmn/line_decoL.png);
  background-size: contain;
	background-repeat: no-repeat;
}
.newsList li:after{
	position: absolute;
	content:"";
	right:-80px;
	bottom:-17px;
  display: block;
  width: 80px;
  height: 27px;
  background-image: url(/static/tamurayukari/fanclub/cmn/line_decoR.png);
  background-size: contain;
	background-repeat: no-repeat;
}

.newsList li div{
	border-bottom: 2px solid #766666;
	margin-bottom: 1px;
}

.newsList li a{
	display: block;
	padding:40px 0;
}
.newsList li a:hover{ opacity: 0.8; }

#news.section.pc .newsList li a{padding: 20px 0;}
#news.section.pc .newsList li:first-child a {padding: 0 0 20px;}
#news.section.pc .newsList {width: 80%;}
#news.section.pc .newsList .date {float: none; margin-bottom: 5px;}
#news.section.pc .newsList .tit {padding-left: 0;}
#news.section.pc .date {font-size: 16px;}
#news.section.pc .tit {font-size: 14px;}
#news.section.pc .newsList li:before, #news.section.pc .newsList li:after {width: 60px; height: 20px; bottom: -13px;}
#news.section.pc .newsList li:before{left: -60px;}
#news.section.pc .newsList li:after{right: -60px;}

/*detail*/
.info article .ph{position: relative;margin: 0 0 40px; text-align: center;}
.info article .date{margin-bottom: 40px;}
.info article .txt a{text-decoration: underline;color: #ec8b8b;}
.info article .txt a:hover{opacity: 0.5;}

/*---shareBox---*/

.shareBox{margin-top: 60px;font-size:12px;}
.shareBox li{display: inline-block;margin-right:15px;vertical-align: middle;}
.shareBox a{display: block;color:#766666;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; }

@media screen and (min-width: 961px) {
	#home .newsList .new:after {
		position: static;
		height: 16px;
		line-height: 15px;
	}
}

@media screen and (max-width: 960px) {
	.date{font-size: 16px; letter-spacing: 0.05em;}
	.cate{
		font-size: 12px;
	}
	.newsList{
		width:80%;
	}
	.newsList .date{
		float:none;
		margin-bottom: 5px;
	}
	.newsList .new:after{
		position: static;
		height: 15px;
		line-height: 15px;
		font-size: 11px;
	}
	.blog .newsList .new:after{
		margin-left: 10px;
	}
	.newsList .tit,
	#news .newsList .tit,
	.info .newsList .tit{ padding-left: 0;}
	.newsList li:last-child{ margin-bottom: 10px;}
	.newsList li::before,
	.newsList li:after{
		width: 60px;
		height: 20px;
		bottom: -13px;
	}
	.newsList li::before{	left:-60px;}
	.newsList li:after{	right:-60px;}

	.newsList li a{
		padding:20px 0;
	}
	/*detail*/
	.info article .ph{position: relative;margin: 0 0 20px;}
	.info article .date{margin-bottom: 30px;}

	/*---shareBox---*/
	.shareBox{margin-top: 30px;}
	.shareBox a{color: #766666!important;}
	.shareBox .fa{vertical-align:0;}
}

@media screen and (max-width: 767px) {
	.newsList{
		width:75%;
	}
.newsList li::before,
.newsList li:after{
		width: 40px;
    height: 14px;
    bottom: -8px;
	}
	.newsList li::before{	left:-40px;}
	.newsList li:after{	right:-40px;}
}



/* MOVIE list */
.page--movie.new-movie #container .section--list {
	padding: 50px 0;
	position: relative;
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
}
.page--movie.new-movie #container .section--list .sectionTit {
    font-style: italic;
    margin-bottom: 50px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1em;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 1s .2s, top 1s .2s;
    transition: opacity 1s .2s, top 1s .2s;
}
.page--movie.new-movie #container .section--list .sectionTit.on {
	opacity: 1;
    top: -10px;
}
.page--movie.new-movie #container .section--list .sectionTit::before {
	content: '';
    display: block;
    width: 220px;
    height: 56px;
    background-image: url(/static/tamurayukari/fanclub/cmn/ribbon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 1%;
}
.page--movie.new-movie #container .section--list .block--pager {
	display: flex;
    justify-content: center;
    margin: 0;
}
.page--movie.new-movie #container .section--list .block--pager li {
	padding: 0 10px;
}
.page--movie.new-movie #container .section--list .detail__btn {
	display: none;
}

@media screen and (min-width: 961px) {}

@media screen and (max-width: 960px) {

	.page--movie.new-movie #container .section--list {
		width: 92%;
	}
	.page--movie.new-movie #container .section--list .sectionTit {
		font-size: 30px;
        margin-bottom: 40px;
	}
	.page--movie.new-movie #container .section--list .sectionTit::before {
		width: 180px;
        height: 50px;
	}
}

/* MOVIE detail */
.page--movie.new-movie #container #new_movie {
	position: relative;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
}
.page--movie.new-movie #container #new_movie .titArea .date {
    margin-bottom: 10px;
}
.page--movie.new-movie #container #new_movie .area--movie {
	background: #00000000;
}
.page--movie.new-movie #container #new_movie .area--movie .block--player {
	width: 70%;
    margin: 10px auto;
    padding-top: 39.37%;
    aspect-ratio: auto;
}
.page--movie.new-movie #container #new_movie .area--more-info {
	display: none;
}

@media screen and (min-width: 961px) {}

@media screen and (max-width: 960px) {

	.page--movie.new-movie #container #new_movie {
		width: 92%;
	}
	.page--movie.new-movie #container #new_movie .area--movie {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		margin: 10px auto;
	}
	.page--movie.new-movie #container #new_movie .area--movie .block--player {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
		margin: 0 auto;
		padding: 0;
	}
	.page--movie.new-movie #container #new_movie .area--movie .vjs-big-play-centered .vjs-big-play-button {
		margin-top: -0.9em;
	}
	.page--movie.new-movie #container #new_movie .area--movie .video-js .vjs-play-control {
		top: -19vw;
        left: 42%;
	}
	.page--movie.new-movie #container #new_movie .area--movie .video-js .vjs-play-control.vjs-paused span::before {
		display: none;
	}

}



/* .movie .contentsList li .tit{margin-bottom: 0; line-height:1.2;} */
.movie.detail .date{ margin-bottom: 5px;}
.movie.dl .inner{ text-align: center}
.page.dl .thumb{ width: 60%; margin: 0 auto 10px;}
.page.dl .thumb img{ width: 100%;}
.page.dl .text{ margin-bottom: 15px}

.pointList{  width: 60%; margin: 0 auto 20px; padding: 10px; border: 1px solid #eee; font-size: 13px;-webkit-box-sizing: border-box;box-sizing: border-box}
.pointList dt,
.pointList dd{ display: inline-block;}
.pointList dt{ margin-right: 5px;}
.pointList dd span{ font-weight: bold;}
.pointList .necessary{padding-bottom: 10px;border-bottom: 1px solid #eee}
.pointList .rest{padding-top: 10px}
.pointList .necessary dd span{ padding-right: 2px; font-weight: bold; font-size: 18px;color:#48aacb;}

/*
.player {
	position: relative;
	width: 100%;
	margin:10px auto;
	padding-top: 56.25%;
}
*/

.player {
	position: relative;
	width: 70%;
	margin:10px auto;
	padding-top: 39.37%;
}

.player > div {
	position:absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.player iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.eq-header , .video_title , .video_title_text_cover , .video_title_text {
	display: none !important;
}

@media screen and (max-width: 960px) {
	.player {
		width: 100%;
		padding-top: 56.25%;
	}

	#UlizaApp img{
		width: auto;
		max-width: 100%;
	}
	#UlizaApp .ph{text-align: center}
	#UlizaApp .stepbox{
		padding: 20px;
		background: #eee;
	}
	#UlizaApp .steparrow{text-align: center;font-size: 28px;}
	#UlizaApp .txt{margin-bottom: 10px}
	#UlizaApp .tit{font-weight: bold;margin: 0 0 10px;font-size: 16px;line-height: 1.5em}
    #main_box {text-align: center;}
	#main_box video{width: 100%;margin: 10px 0 20px;}
	.movie .contentsList li .tit{font-size: 15px; margin-bottom: 0;}
	.page.dl .thumb{ width: 100%;}
	.page.dl .text{ margin-bottom: 10px}
	.pointList{ margin-bottom:20px;}
	.pointList .necessary{padding-bottom:5px;}
}

/* 壁紙 */
.contentsList li img{width: 100%;}
.contentsList li .tit{
	font-size: 18px;
	/* margin-bottom: 10px; */
	font-weight: 700;
	line-height: 1.4;
}
.contentsList li .date{font-size: 16px;}
.contentsList li.contentNone{
	margin-top:40px;
	float:none;
	width:100%;
	text-align: center;
}

@media screen and (min-width: 961px) {
	.contentsList li:nth-child(3n+1) {clear: both;}
	.contentsList li {
		float:left;
		width: 31.3%;
	  margin: 0 3% 3% 0;
	}
	.contentsList li:nth-child(3n){ margin-right: 0}
	.contentsList li .btn .sub{
		width:100%;
		margin-bottom:8px;
		padding:5px 0;
		font-size: 13px;
	}
}

@media screen and (max-width: 960px) {
	.wallpaper.dl .thumb{position: relative;width: 45%}
	.wallpaper.dl .thumb .dummy{position: absolute;z-index: 2;top:0;left:0;width: 100%;height:100%;}

	/* 壁紙 */
	.contentsList li{
		position: relative;
		float:left;
		width:48%;
		margin: 0 4% 30px 0;
	}
	.contentsList li:nth-child(2n){ margin-right: 0;}
	.contentsList li .tit{font-size: 14px;}
	.contentsList li.contentNone{ margin-top:0;}
	.contentsList li .dummy{ position: absolute;z-index:2;width: 100%; height:100%;left:0;top:0;}
}
/* header
--------------------------------- */

#header{
	z-index: 99;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0 0;/*24px 0 0;*/
	background: #fff1f1 url(/static/tamurayukari/fanclub/cmn/bg_main.gif)left top repeat;
	-webkit-transition: .3s;
	transition: .3s;
	box-shadow: 0 0 14px rgba(33,33,33,0.4);
 	-webkit-box-shadow: 0 0 14px rgba(33,33,33,0.4);
 	-moz-box-shadow: 0 0 14px rgba(33,33,33,0.4);
}
#header #logo { margin-bottom: 10px;/*24px;*/ text-align: center;}
#header #logo a {
    display: block;
    width:427px; /*340px;*/
    height:80px;/*68px;*/
    background: url(/static/tamurayukari/fanclub/cmn/logo_flont_pc.svg) no-repeat left center;
    background-size: 427px 80px;/*340px 68px;*/
    text-indent: -9999px;
    will-change: transform;
		margin:0 0 0 4%;
}


@media screen and (max-width: 960px) {
#header{padding: 6px 0 0;/*12px 0 0;*/}
#header #logo {margin-bottom: 6px /*12px;*/}
	#header #logo a {
	    width: 136px;/*180px;*/
	    height: 48px;/*36px;*/
		background-size: 66px 48px;/*180px 36px;*/
		background: url(/static/tamurayukari/fanclub/cmn/logo_flont_sp.svg) no-repeat left center;
		}
}


@media screen and (max-width: 500px) {
	#header{background-size: 20%;}
}

/* gNav/loginNav
--------------------------------- */

#globalNav{display: none;}
#globalNav{
	letter-spacing: -0.4em;
	text-align: center;
	padding: 10px 0;
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,#ffb6b6; /* Old browsers */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-moz-linear-gradient(left, #ffb6b6 0%, #ffc8c8 52%, #ffb6b6 100%); /* FF3.6-15 */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-webkit-linear-gradient(left, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,linear-gradient(to right, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Safari7+ */
}
#globalNav li{
	letter-spacing: 0.15em;
}

#globalNav li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
  -webkit-transition: .6s;
	transition: .6s;
	color:#ffffff;
	text-shadow:0px 0px 10px #d3222e;
}
#globalNav li a:hover{
	color: #ec8485;
	text-shadow: 0px 0px 12px #ffd1d1;
}

#globalNav li a:hover::after{
	bottom: 0;
	opacity: 1;
}

.loginNav{
	position: absolute;
	top:25px;
	right: 6.9%;
}
.loginNav li{
	display: inline-block;
	font-size: 26px;
	letter-spacing:0.1em;
	font-style: italic;
	min-width: 70px;
	background: url(/static/tamurayukari/fanclub/cmn/bg_heart.svg) no-repeat center center;
	background-size: contain;
	text-align: center;
	padding: 0 10px;
}
.loginNav a{
	display: block;
	padding: 6px 0 10px;
	color:#fa7988;
	line-height: 30px;
}
.loginNav .join a, .loginNav .mypage a{color: #624e50;}
.loginNav a:hover{ opacity: 0.8;}

.continue{
	position: absolute;
	top:20px;
	right:25px;
	z-index: 999;
	color:#c00;
	font-weight:bold;
	font-size:13px;
	background: #fff1f1;
	border-radius: 10px;
	padding: 2px 10px;
}
.continue a{display: inline-block; padding: 0 5px;color:#c00;}

#navBtn{
	position:fixed;
	right: 4%;
	top: 30px;
	width:24px;
	height:30px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 3;
	cursor: pointer;
	}
#navBtn span{
	position:absolute;
	display:block;
	height:2px;
	right:0;
	background:#ec8485;
	width:100%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#navBtn span.top{top:6px;}
#navBtn span.middle{top:15px;}
#navBtn span.bottom{top:24px;}
#navBtn.close span.top{top:15px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
#navBtn.close span.middle{width:0;}
#navBtn.close span.bottom{
	top:15px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#globalNav li.icon-sns {width: 15%; display: inline-block;}

@media screen and (min-width: 961px) {
	#globalNav {
		padding: 12vh 0;
		position: fixed;
		top: 100px;
		right: 0;
		bottom: 0;
		width: 30%;
		max-width: 700px;
		min-height: 0;
		overflow-y: auto;
	}
	#globalNav::after {
		content: '';
		position: fixed;
		top: 100px;
		left: 0;
		width: 70%;
		height: 100vh;
		background: #3E2E2E;
		opacity: 0.5;
	}
	#globalNav li {margin-bottom: 40px;}
	#globalNav li:last-child {margin-bottom: 0px;}
	#globalNav li a{font-size: 2vw;}
	#globalNav li.icon-sns a {font-size: 20px;}
	#globalNav li.youtube {padding-top: 80px;}

}

@media screen and (max-width: 960px) {
	#header .loginNav,
	#globalNav{display: none;}
	#globalNav li.icon-sns a {font-size: 14px;}
	#globalNav li.youtube {padding-top: 30px;}
	#globalNav li.join + #globalNav li.icon-sns {padding-top: 10px;}
	#home .loginNav.sp{
		padding: 15px 6%;
		text-align: center;
		background:url(/static/tamurayukari/fanclub/cmn/bg_main.gif)left top repeat;
		letter-spacing: -0.5em;
	}
	#home .loginNav.sp li{
		display: inline-block;
		width:48%;
		font-style: italic;
		letter-spacing: 0.05em;
		margin: 0 auto;
		padding: 0;
	}
	#globalNav .login a,
	#globalNav .join a,
	#home .loginNav.sp li a{
		display: block;
		padding: 7px 25px 9px;
		border-radius: 50px;
	}
	#home .loginNav.sp li.login{margin-right: 4%}
	#home .loginNav.sp + #news {padding-top: 30px;}

	#globalNav .login a{
		background:rgba(255,255,255,0.6);
		color: #ec8485;
		text-shadow: 0px 0px 12px #ffd1d1;
	}

	#globalNav .join a{background:#faadad; color:#fff;}

	#globalNav .login,
	#globalNav .join{margin: 20px 0}

	#globalNav .login a,
	#globalNav .join a{
		width:90%;
		margin: 0 auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#navBtn{
		/* position:fixed;
		right: 4%; */
		top: 14px;
		/* width:24px;
		height:30px; */
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		z-index: 3;
	}
	/* #navBtn span{
		position:absolute;
		display:block;
		height:2px;
		right:0;
		background:#ec8485;
		width:100%;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	#navBtn span.top{top:6px;}
	#navBtn span.middle{top:15px;}
	#navBtn span.bottom{top:24px;}
	#navBtn.close span.top{top:15px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
	#navBtn.close span.middle{width:0;}
	#navBtn.close span.bottom{
		top:15px;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	} */

	#globalNav{
		position: fixed;
		left:0;
		width: 100%;
		height: 100%;
		padding: 12vh 10%;
		letter-spacing: -0.5em;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#globalNav li.sp{
		width: 50%;
		display: inline-block;
		padding: 0;
	}
	#globalNav li.mypage {width: 100%;}
	#globalNav li{
		/* width: 50%;
		display: inline-block; */
		padding: 0;
	}
	#globalNav a{
		display: block;
		padding: 10px 0;
		font-style: italic;
		font-size: 18px;
		letter-spacing: 0.15em;
		text-align: center;
	}

.loginNav{
	position: relative;
	top:0;
	right: 0;
	}
}

@media screen and (max-width: 500px) {
	#home .loginNav.sp{
		background-size: 20%;
	}
}
/* keyvisual
--------------------------------- */

#keyVisual{
	height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
}
#ph{
	position: absolute;
	left:0;
	width:100%;
	z-index: -1
}

/* @media screen and (max-width: 1200px) {
	#keyVisual{ height: 60vh;}
} */

@media screen and (min-width: 961px) {
	#keyVisual{
		min-height: 900px;
	}
	#ph {height: 100%;}
}

@media screen and (max-width: 960px) {
	#keyVisual{ height: 50vh;}
	/* #ph{top: 60px;} */
}

@media screen and (max-width: 767px) {
	#keyVisual{ height: 30vh;}
}


/* banner */
#banner{
	padding:60px 0 50px;
	background:url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,#ffb6b6; /* Old browsers */
	background:url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-moz-linear-gradient(left, #ffb6b6 0%, #ffc8c8 52%, #ffb6b6 100%); /* FF3.6-15 */
	background:url(/static/tamurayukari/fanclub/cmn/fanclub/cmn/bg_noise.png)repeat left top,-webkit-linear-gradient(left, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* Chrome10-25,Safari5.1-6 */
	background:url(/static/tamurayukari/fanclub/cmn/fanclub/cmn/bg_noise.png)repeat left top,linear-gradient(to right, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Safari7+ */
	position: relative;
	z-index: 3;
}

#banner::before, #banner::after{
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	content:"";
	background: url(/static/tamurayukari/fanclub/home/line_lace.png) repeat-x left top;
	background-size: contain;
	left:0;
	/* top:0; */
}
#banner::before{top:0;}
#banner::after{
	bottom:0;
	transform: rotate(180deg);
}

/* #banner::after{
	position: absolute;
	display: block;
	width: 100%;
	height:40px;
	content:"";
	background: url(/static/tamurayukari/fanclub/home/line_rose.png) repeat-x left bottom;
	background-size: contain;
	left:0;
	bottom:-20px;
} */

#banner .slider {width: 100%;margin: 0 auto;}
#banner img {width: 98%;height: auto;margin: 0 auto}
#banner .slider .slick-slide{margin: 0 7px;}
#banner .slick-slide a{display: block;}
#banner .slick-slide a:hover{opacity: 0.8}
#banner .slider.one li{width: 500px;margin: 0 auto;}
#banner .list--bnr.one{width:95%;max-width:1000px;margin:0 auto;text-align: center;letter-spacing: -0.5em;}
#banner .list--bnr.one li{width:90%;float:none;display: inline-block;letter-spacing: 0em}

#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: 0; }
#banner .slick-next { right: 0; }
#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); }

/*bnr_control*/
#banner .slick-dots button{
	-webkit-appearance: none;
	padding:0;
	margin: 0;
	width: 10px;
	height: 10px;
	background: #ffffff;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
#banner .slick-dots{margin-top: 10px;text-align: center;}
#banner .slick-dots li{display: inline-block;margin: 0 5px;}
#banner .slick-dots .slick-active button{background: #faadad; border: 1px solid #faadad;}

@media screen and (min-width: 961px) {
	#banner .list--bnr.one li {width: 50%;}
	#banner {margin-bottom: 40px;}
}

@media screen and (max-width: 960px) {
	 #home #banner{
		padding: 35px 0 20px;
		background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,#ffb6b6; /* Old browsers */
		background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-moz-linear-gradient(left, #ffb6b6 0%, #ffc8c8 52%, #ffb6b6 100%); /* FF3.6-15 */
		background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-webkit-linear-gradient(left, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* Chrome10-25,Safari5.1-6 */
		background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,linear-gradient(to right, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Safari7+ */
	}
	#banner::before,
	#banner::after{
		height:20px;
	}
	#banner::after{
		bottom:-10px;
	}
	#banner .list--bnr.one{/*padding: 0 4%;*/ text-align: center;}
	#banner .list--bnr.one li{margin-bottom: 10px}
}


/* latest
-------------------------------- */

/*
#latest ul{
	letter-spacing: -0.5em;
	line-height: 0;
}
*/

#latest li{
	position: relative;
	display: inline-block;
	width: 30%;
	margin: 0 3% 3% 0;
	background: #fdd6d6;
	border: solid 4px #766666;
	border-radius: 4%;
}

#latest li:nth-child(3n){ margin-right: 0;}
#latest li a{
	position: relative;
	display: block;
	/* color: #fff; */
	font-style: italic;
	border: solid 4px #ffffff;
	border-radius: 2.5%;
	overflow: hidden;
}
#latest li img{
	display: block;
	width: 100%;
	opacity: 0.9;
	border-radius: 1%;
}

#latest li .contents_title{
	position: absolute;
	bottom:0;
	background:rgba(255, 255, 255, 0.8);
	width: 100%;
}

#latest li .tit,
#latest li .date{
	z-index: 2;
	text-align: right;
	padding:0 10px;
}

#latest li .tit{ font-size: 22px;}

#latest li .date{
	line-height: 1em;
	padding-bottom: 10px;
}
#latest li.blank{ background: #fff}
#latest li.blank a{ pointer-events: none;}
#latest .new:after,
.contentsList .new:after{
	position: absolute;
	top:-10px;
	right:-10px;
}
#latest .new:after{
	width:60px;
	height:30px;
	line-height: 30px;
}

@media screen and (max-width: 960px) {
	#latest li{
		width: 46%;
		margin: 0 2% 2% 0;
		letter-spacing: 0.05em;
		border: solid 3px #766666;
		border-radius: 3%;
	}
	#latest li:nth-child(2n){ margin-right: 0;}
	#latest li:nth-child(3){ margin-right: 2%;}

	#latest li a{
		border: solid 3px #ffffff;
		border-radius: 1.5%;
	}

	#latest li .tit{ font-size: 16px; line-height: 1.6em;}
	#latest li .date{ padding-bottom: 5px;}
	#latest .new:after,
	.contentsList .new:after{
		top:-5px;
		right:-5px;
	}

	#latest .new:after{
		width:50px;
		height:20px;
		line-height: 20px;
	}
}


/* footer
-------------------------------- */

#footer{ font-size: 12px; position: absolute; width: 100%; bottom:0; padding: 20px 0; text-align: center;position: relative;}
#footer::before,
#footer::after{
	content: "";
	display: block;
	position: absolute;
	width:35%;
	height:160px;
}

#footer::before{
	background: url(/static/tamurayukari/fanclub/cmn/fence.svg)repeat-x right bottom -30px;
	background-size: cover;
	bottom:0px;
	left:0;
}

#footer::after{
	background: url(/static/tamurayukari/fanclub/cmn/fence.svg)repeat-x left bottom -30px;
	background-size: cover;
	bottom:0px;
	right:0;
}

#footer,
#footer a{ color: #fa7988;}
#footer .supportList{ margin-bottom: 8%;}
#footer .supportList li{ display: inline-block; margin-bottom: 0; padding: 0 15px;}
#footer .copyright{ font-style: italic; margin:1% auto; text-align: center;}

#home #footer .supportList{
	position: relative;
	z-index: 10;
	margin-bottom: 5.5%;
}
body:not(#home) #footer .list--support{display: none;}

@media screen and (min-width: 961px) {
	#footer::before, #footer::after{background-position-y: 54px;}
	#home #footer .list--support dt {display: none;}
	#home #footer {padding-top: 40px;}
	#footer .supportList a:hover{ opacity: 0.5;}
}

@media screen and (max-width: 960px) {
	#home #footer{position: static; text-align: left;}
	#footer .supportList { font-size: 10px; display: none; padding: 0 4% 15px; margin: 0; letter-spacing: -0.5em; margin-bottom: 10%;}
	#footer .supportList li{
		display: block;
		width: 100%;
		letter-spacing: 0.03em;
		text-indent: 0;
		padding: 0;
	}
	#footer .supportList li:nth-child(odd){margin-right: 2%}
	#footer .supportList li a{
		display: block;
		padding: 4px 0;
		white-space: nowrap;
		text-align: center;
		color: #696969;
		font-size: 11px;
	}
	#home #footer .supportList {display: block}/*topでのみ表示の為*/
	#footer::before,
	#footer::after{
		height:110px;
		width: 30%;
	}
	#footer::before{background-position: right bottom -10px;}
	#footer::after{background-position: left bottom -10px;}
	#home #footer .list--support dd{display: none;}
	#home #footer .list--support dt{
		position: relative;
		display: inline-block;
		font-size: 20px;
		font-style: italic;
		padding: 0 24px 20px 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#home #footer .list--support dt::before,
	#home #footer .list--support dt::after {
		content: '';
		display: block;
		width: 8px;
		height: 1px;
		position: absolute;
		background: #fa7988;
		right: 4px;
		top: 18px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.3s 0s ease;
		transition: all 0.3s 0s ease;
	}
	#home #footer .list--support dt::after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 9px;
	}
	#home #footer .list--support dt.open::before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#home #footer .list--support dt.open::after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#home #footer .supportList{margin-bottom: 6%;}
}

@media screen and (max-width: 767px) {
	#footer::before{
		width:100%;
	}
	#footer::after{
		content:none;
	}
	#footer .copyright{margin:1% auto 25%;}
}

/* contents
-------------------------------- */

.pageTit{
	position: relative;
	top:0;
	opacity: 0;
	-webkit-transition: 1s .2s;
    transition: 1s .2s;
}

article img{ max-width: 100%;}
article .thumb{margin: 20px 0;}
.new:after{
	display:inline-block;
	content:'NEW';
	background:#ff8686;
	color:#ffffff;
	letter-spacing: 0.05em;
	font-size:12px;
	text-align: center;
	border-radius: 30px;
	font-style: italic;
	z-index: 2;
}

/* ---ボタン--- */

.btn {text-align: center;vertical-align: middle;}
.btn a,
.btn input{display: inline-block;margin: 2% auto; border:none;}
.btn .main {
	min-width: 200px;
	padding: 12px 20px;
	border-radius: 50px;
	letter-spacing: 0.05em;
	cursor: pointer;
	font-weight: bold;
	background:rgba(255, 228, 228, 1);
	color: #ec8485;
	text-shadow: 0px 0px 12px #ffd1d1;
}
.btn .sub {
	min-width: 120px;
	padding: 10px 15px 9px;
	border-radius: 50px;
	letter-spacing: 0.05em;
	cursor: pointer;
	background:rgba(255, 228, 228, 1);
	color: #ec8485;
	text-shadow: 0px 0px 12px #ffd1d1;
}

.btn .main:hover,
.btn .sub:hover{
	background:#faadad;
	color:#fff;
}

@media screen and (max-width: 960px) {
	.btn {text-align: center;vertical-align: middle;}
	.btn a,
	.btn input,
	.subBtn a{display: inline-block;margin: 2% auto;-webkit-appearance: none;}
	.btn .main {
		min-width: 250px;
		padding: 12px 20px;
		background: #faadad;
		border-radius: 50px;
		color: #ffffff;
		letter-spacing: 0.05em;
		cursor: pointer;
		font-weight: bold;
}

.subBtn a,
.btn .sub {
	min-width: 250px;
	padding: 10px 0;
	border-radius: 50px;
	letter-spacing: 0.05em;
	cursor: pointer;
	font-size:13px;
	background:rgba(255, 228, 228, 1);
	color: #ec8485;
	text-shadow: 0px 0px 12px #ffd1d1;
	margin-bottom:8px;
}
.subBtn{padding:5px 0;text-align: center;}
.subBtn a{width: 85%;}
}


/*more*/

.more,
.backBtn{
	text-align: center;
	text-indent: -9999px;
	margin:50px auto 0;
	padding-left: 2%;
}
.more a,
.backBtn a{
	display: block;
	width:120px;
	height:85px;
	margin:0 auto;
}

.more a{
	background: url(/static/tamurayukari/fanclub/cmn/moreBtn.svg) no-repeat center center;
	background-size: contain;
}

.backBtn a{
	background: url(/static/tamurayukari/fanclub/cmn/backBtn.svg) no-repeat center center;
	background-size: contain;
}

.more a:hover,
.backBtn a:hover{
	opacity: .8;
}

#news.section.pc .more {
	margin-top: 30px;
}
#news.section.pc .more a {
	width: 80px;
	height: 56px;
}


@media screen and (max-width: 960px) {
	.more,
	.backBtn{
		margin:40px auto 0;
		padding-left: 4%;
	}
	.more a,
	.backBtn a{
		width:80px;
		height:56px;
	}
}

/* support
-------------------------------- */

.support .sectionTit{font-size: 22px;margin-bottom: 40px;}
.support .sectionTit::before {margin-bottom: 1.5%;}
.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 dotted #766666;}
.supportList dd {padding: 0 0 20px;}
.supportList dd:last-child {border-bottom: 1px dotted #766666;}
.supportList dd ul{padding: 10px 0}
.supportList dd li{margin-bottom: 10px}

@media screen and (max-width: 960px) {
	.support .inner{-webkit-box-sizing: border-box;box-sizing: border-box;}
	.support .sectionTit{font-size: 18px;margin-bottom: 20px;text-align: center;}
	.support h3.title{font-size: 15px;margin-bottom: 10px;font-weight: bold;}
}

/*faq*/

.faqList{
	margin:20px 0 80px;
	border-top: 1px dotted #766666;
}

.faqList li a{
	position: relative;
	display: block;
	padding: 20px 40px 20px 20px;
	font-size: 16px;
	border-bottom: 1px dotted #766666;
}
.faqList li a:hover{	background: rgba(255, 204, 204, 0.3);}

.faqList li a:before{
  content:'Q.';
  color: #766666;
}
.faqList li a:after{
	position: absolute;
	right:20px;
	content: '';
	width: 5px;
	height: 5px;
	border: 1px solid;
	border-color: #766666 #766666 transparent transparent;
	transform: rotate(45deg);
}
.faq dt{
	margin-bottom: 40px;
	font-size:20px;
}

.faq dd {clear: both;}
.faq dd a{ text-decoration:underline; color:#ec8b8b;}
.faq dd a:hover{opacity: 0.5}
.faq span.q,
.faq span.a{
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color:#ffffff;
	border-radius: 30px;
	background: #766666;
	margin-bottom: 10px;
}

.faq .inquiry{
	margin-top:60px;
	padding: 30px 0;
	border-top:1px dotted #766666;
}

.faq .inquiry .mb10{margin-bottom: 20px}

@media screen and (max-width: 960px) {
	.faqList{margin-bottom: 40px}

	.faqList li a{
		/* margin-bottom: 5px; */
	  padding: 12px 25px 12px 0;
	}

	.faqList li a:hover{background:initial;}

	.faqList li a:after{
		right:0;
		top:50%;
		margin-top: -5px;
	}

	.faq dt{margin: 0 0 20px;}

	.faq span.q,
	.faq span.a{
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 16px;
	}
	.faq .inquiry{
		margin:30px 0 0;
		padding: 30px 0 0;
		font-size: 13px;
	}
}

/**faq_searchBox*/

.support .searchBox {
  width: 420px;
  position: relative;
  text-align: center;
  margin: 0 auto 40px;
}
.support .searchBox input[type="text"] {
  width: 100%;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #feeeee;
  border: solid 1px #e3adad;
  border-radius: 5px;
	color:#efa2a2;
}
.support .searchBox input[type="text"]:placeholder-shown { color: #e3adad;}
.support .searchBox input[type="text"]::-webkit-input-placeholder { color: #e3adad;}
.support .searchBox input {
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  font-size: 15px;
  line-height: 1.4em;
  box-sizing: border-box;
}
.support .searchBox input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #f2b4b4;
  background: transparent;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  border: none;
  z-index: 2;
  font-family: FontAwesome;
  transition: all .3s ease;
}
.support .searchBox input[type="submit"]:hover { color: #efa2a2;}

	@media screen and (max-width: 960px) {
	.support .searchBox {
		width: auto;
	  margin: 0 0 30px;
	}
	.support .searchBox input[type="text"] {
	  line-height: 1.6em;
	}
	.support .searchBox input[type="submit"] {
	  margin: 0;
		color: #efa2a2;
	}
}


/* オートページャー_loading
-------------------------------- */

#loading{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background: url(/static/tamurayukari/fanclub/cmn/bg_main.gif)left top repeat;
	z-index: 999;
}

.spinner {
  margin: 40px auto 0;
  width: 100%;
  text-align: center;
}

.spinner > div {
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 10px;
	background:url(/static/tamurayukari/fanclub/cmn/bg_heart.svg) no-repeat;
	background-size: contain;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#loading .spinner {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -15px 0 0 0;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { top:0;}
  40% { top:-10px;}
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
	  top:0;
  } 40% {
	  top:-10px;
  }
}


@media screen and (max-width: 500px) {
	#loading{
		background-size: 20%;
	}
}

/* ------------------------------------
 * Paging
 * ------------------------------------ */

.paging {
	margin: 3% 0 0;
	padding:10px 1%;
}

.paging ul {
	zoom:1;
	overflow: hidden;
	color: #231814;
}
.paging ul li {
	width: 33.3%;
	text-align: center;
}

.paging ul li:first-child {
	float: left;
}

.paging ul li:last-child {
	float: right;
}

.paging ul li.nav_list {
	float: none;
	width: 33.3%;
	margin: 0 auto;
}


.paging ul li + li.nav_list {
	float: left;
}

.paging ul li a,
.paging ul li span {
	display: block;
	text-decoration: none;
	background: rgba(255, 228, 228, 1);
	color: #ec8485;
	text-shadow: 0px 0px 12px #ffd1d1;
	border-radius: 50px;
	padding: 10px;
	z-index: 1;
	position: relative;
	line-height: 1;
	text-align: center;width: 80%;
	margin: 0 auto;
}

.paging ul li a:hover {
	background: #faadad;
	color: #fff;
}

.paging ul li span {
	background: none;
	color: #f9c6c6;
	border: 1px solid #f9c6c6;
}

@media (max-width: 960px) {
	.paging {
		padding:15px 0;
		margin:5% auto 0;
	}

	.paging ul li a,
	.paging ul li span {
		padding:5px;
	}

	.paging ul li a:hover {
		background: rgba(255, 228, 228, 1);
		color: #ec8485;
		text-shadow: 0px 0px 12px #ffd1d1;
	}
}

/*img_dummy*/

.thumb_img {
	position: relative;
	width:50%;
	max-width: 500px;
}

.thumb_img .thumb{
	width:100%;
}

.thumb_img .dummy {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/*staffblog*/
.blog .thumb_img {
	width: 60%;
}
.blog .thumb_img::after {
	content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(/static/common/global-image/dummy.gif);
    background-size: cover;
    top: 0;
    left: 0;
}
.blog .thumb_img img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	touch-callout: none;
	-ms-user-select: none;
	user-select: none;
}
.blog .video {
	position: relative;
    padding-top: 56.25%;
}
.blog .video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.blog .ulizahtml5 {
  width: 100% !important;
  height: 100% !important;
}

.blog video {
	width: 100%;
	height: 100%;
	position: relative !important;
	background: #766666;
}
.blog .contentsList .new:after {
	position: absolute;
    top: -10px;
    right: -10px;
	width: 60px;
    height: 30px;
    line-height: 30px;
}
.blog .block--player {
	position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.blog .block--player .vjs-picture-in-picture-control.vjs-button:before {
	font-family: "Material Symbols Outlined";
    font-size: 16px;
}
@media screen and (min-width: 961px){
	.blog .contentsList li {
		position: relative;
		float: left;
		width: 22.7%;
		margin: 0 3% 3% 0;
	}
	.blog .contentsList li:nth-child(3n+1){clear: inherit;}
	.blog .contentsList li:nth-child(4n+1){clear: both;}
	.blog .contentsList li:nth-child(4n){margin-right: 0;}

}
@media screen and (max-width: 960px){
	.blog .contentsList .new:after {
		top: -5px;
    	right: -5px;
		width: 50px;
		height: 20px;
		line-height: 20px;
	}
}

/*yukasta*/

.yukasta .thumb_img {
	position: relative;
	width:100%;
	max-width: 800px;
	margin:0 auto;
}

.yukasta .thumb_img .thumb{
	margin:0 0 20px;
}

/* form(bbs)
-------------------------------- */

.bbs a .tit{
	font-size: 120%;
	font-weight: bold;
	margin:4px auto;
}

.bbs a:hover .tit{
	opacity: 0.7;
}

.bbs #comment_form{
	color:#766666;
	margin:4px auto;
}

.bbs #comment_form dl{
	margin: 2% auto;
	/* border: 1px solid #ffb6b6; */
}

.bbs #comment_form dt,
.bbs #comment_form dd{
	padding: 4px 10px;
}

.bbs #comment_form dt{
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,#ffb6b6; /* Old browsers */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-moz-linear-gradient(left, #ffb6b6 0%, #ffc8c8 52%, #ffb6b6 100%); /* FF3.6-15 */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,-webkit-linear-gradient(left, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(/static/tamurayukari/fanclub/cmn/bg_noise.png)repeat left top,linear-gradient(to right, #ffb6b6 0%,#ffc8c8 52%,#ffb6b6 100%); /* W3C, IE10+, FF16+, Chrome26+, Safari7+ */
}

.bbs #comment_form dd{
	background: rgba(255, 228, 228, 0.6);
}

.bbs #comment_form textarea{
	box-sizing: border-box;
	width:100%;
}

.bbs .btn{
	margin:4% auto;
}

.bbs .ph{
	margin:4px auto;
}

.bbs .ph img{
	display: block;
	width: 50%;
	max-width: 500px;
}

@media (max-width: 960px) {
	.bbs .ph img{
		width:100%;
	}
}


/* form
------------------------------ */
.form--post dt {
    margin: 3em 0 1em;
    font-weight: bold;
    font-size: 20px;
}
.form--post dd {
    margin: 0 0 1em;
}
/* placeholder */
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
/* autofill */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"] {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    padding: 0.5em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
    border-color: inherit;
}
input[type="text"].form__error,
input[type="tel"].form__error,
input[type="email"].form__error,
input[type="password"].form__error,
input[type="number"].form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
}
input[type="text"].form__error:focus,
input[type="tel"].form__error:focus,
input[type="email"].form__error:focus,
input[type="password"].form__error:focus,
input[type="number"].form__error:focus {
    background: transparent;
    color: inherit;
    border-color: inherit;
}
input[type="text"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="number"][disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
}
.input--half {
    width: 50% !important;
}
.input--quarter {
    width: 25% !important;
}
/* textarea */
textarea {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    padding: 0.5em;
    height: 10em;
}
textarea:focus {
    border-color: inherit;
}
textarea.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
}
textarea.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: inherit;
}
textarea[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
}
/* select */
.form__select {
    display: inline-block;
    position: relative;
}
.form__select select {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    -webkit-appearance: none;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: transparent;
    box-shadow: none;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    padding: 0.5em;
    padding-right: 1.5em;
}
.form__select select:focus {
    border-color: inherit;
}
.form__select select.form__error {
    background: #fff0ea;
    color: #f33;
    border-color: #f33;
}
.form__select select.form__error:focus {
    background: transparent;
    color: inherit;
    border-color: inherit;
}
.form__select select[disabled] {
    background: #ddd;
    border: none;
    opacity: 0.5;
}
.form__select::after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid #888;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    right: 0.75em;
    top: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* checkbox */
.form__checkbox label p {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
}
.form__checkbox input[type="checkbox"],
.form__checkbox input[type="radio"] {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.form__checkbox.form__error {
    color: #f33;
}
.form__checkbox label p {
    padding-left: 1.6em;
}
.form__checkbox label p::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 0.3em;
    border: 1px solid #ddd;
    margin: -0.6em 0 0;
    position: absolute;
    left: 0;
    top: 50%;
}
.form__checkbox label p::after {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.4em;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    margin: -0.25em 0 0;
    position: absolute;
    left: 0.2em;
    top: 70%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.form__checkbox :checked ~ p::before {
    background: #eb6972;
    border-color: #eb6972;
}
.form__checkbox :checked ~ p::after {
    top: 50%;
    opacity: 1;
}
/* radio */
.form__radio label p {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
}
.form__radio input[type="checkbox"],
.form__radio input[type="radio"] {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.form__radio.form__error {
    color: #f33;
}
.form__radio label p {
    padding-left: 1.6em;
}
.form__radio label p::before {
    content: '';
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: -0.6em 0 0;
    position: absolute;
    left: 0;
    top: 50%;
}
.form__radio :checked ~ p::before {
    border-color: #ffb6b6;
    border-width: 0.3em;
}
/* toggle button */
.form__toggle label p {
    color: inherit;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 0.06em;
    display: block;
    padding: 0.5em;
    position: relative;
    cursor: pointer;
}
.form__toggle input[type="checkbox"],
.form__toggle input[type="radio"] {
    -webkit-appearance: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.form__toggle.form__error {
    color: #f33;
}
.form__toggle label p {
    padding-left: 0;
    position: relative;
}
.form__toggle label p::before,
.form__toggle label p::after {
    content: '';
    display: block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    border: 1px solid #ddd;
}
.form__toggle label p::before {
    width: 50px;
    border-radius: 15px;
    right: 0;
    top: 50%;
}
.form__toggle label p::after {
    width: 30px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    right: 20px;
    top: 50%;
}
.form__toggle :checked ~ p::before {
    background: #ffb6b6;
    border-color: #ffb6b6;
}
.form__toggle :checked ~ p::after {
    right: 0;
}
/* horizontal */
.form--horizontal li {
    display: inline-block;
}
.form--horizontal label {
    display: inline-block;
    margin: 0 0.3em 0 0;
}
.form_box .rule {
    color: #c00;
}
.form--confirm dt {
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffb6b6;
    line-height: 1.3;
}
.form--confirm dd {
    margin: 0 0 1.5em;
}