/* ========================================

	cmn.css

========================================== */

/* base
================================= */

.pc{ display:none !important; }

/* reset
--------------------------------- */
html{color:#604c3f; background: #604c3f;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}

/* clearfix
--------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  height: auto;
  overflow: hidden;
}


/* body
--------------------------------- */

body{
	background:url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/cmn/bg_sp.jpg) repeat left top;
	font-family: sans-serif;
	background-size: 100%;
	font-size: 13px;
	line-height: 1.5;
}
a { color: #4aadc7; }
.red { color:#e7643c; font-size: 13px; }
.blue { color:#4aadc7; font-size: 13px; }
.orange {color:#e7643c;}
.bold{ font-weight:bold; }
.liveTxt { font-weight: bold; word-break: break-all;margin: 0 0 5px; }

.mb5{ margin-bottom:5px; }
.mb10{ margin-bottom:10px; }
.mb20{ margin-bottom:20px; }
.mb30{ margin-bottom:30px; }

h3 { 
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #604c3f;
	margin: 0 auto 15px;
}
*{box-sizing: border-box; }
.imgGuard{ line-height:0; }

/* header
--------------------------------- */

.header{
	position: fixed;
	width: 100%;
	height: 60px;
	background: #fcf9e9;
	z-index: 999;
	box-shadow: 0 0.3px 5px 1.5px rgba(0,0,0,0.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.header h1 a {
	display: block;
	font-family: 'Unna', serif;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1;
	color: #604c3f;
	text-decoration: none;
	z-index: 999;
	padding: 22px 0 20px 15px;
}
.header .gNav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	background: #fdf9e9;
	position: fixed;
	right: -100%;
	top: 0;
	z-index: 998;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.header .gNav ul { 
	width: 100%;
	text-align: left;
	padding: 0 30px;
	position: absolute;
	top: 30%;
}
.header .gNav li { margin: 0 0 15px; }
.header .gNav a,
.header .gNav span {
	display: block;
	color: #604c3f;
	line-height: 1;
	font-family: 'Unna', serif;
	font-size: 20px;
    font-size: 5.4vw;
	font-weight: bold;
	text-decoration: none;
}
.header .gNav span { opacity: 0.3; }

#top.headerFix .header{ top:0; }
#top.headerFix #navBtn span{ background: #604c3f; }
#top #navBtn span{ background: #fff; }
#top .header{ top: -60px; }

#navBtn {
	display:block;
	width: 50px;
	height: 50px;
	z-index: 999;
	position: fixed;
	cursor: pointer;
	right: 12px;
	top: 4px;
}
#navBtn span{
	display: block;
	position: absolute;
	left: 12px;
	width: 35px;
	height: 2px;
	background: #604c3f;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#navBtn .top{ top: 14px; }
#navBtn .mid{ top:22px; }
#navBtn .btm{ top:30px; }

#navBtn .txt{
	height: 5px;
	background: none;
	color:#604c3f;
	font-size: 14px;
	letter-spacing: 0.02em;
	text-align: center;
	bottom: 8px;
}
#navBtn .txt::after{
	content:'menu';
	display:block;
	width: 100%;
	font-family: 'Unna', serif;
	line-height: 70%;
	position: absolute;
	top: 0;
}


#top #navBtn .txt{ background: none; color:#fff;}
#top.headerFix #navBtn .txt{ color:#604c3f; background: none; }


.menuOpen .header .gNav { right: -20%; }
#top.menuOpen #navBtn span{ background: #604c3f; }
.menuOpen #navBtn .top{ top:24px;transform: rotate(45deg);/* -webkit-transform: rotate(45deg); */ }
.menuOpen #navBtn .mid{ opacity:0; }
.menuOpen #navBtn .btm{ top:24px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
#top.menuOpen #navBtn .txt{ background: none; }
.menuOpen #navBtn .txt::after{ content:'close'; letter-spacing:0; color:#604c3f;top: 3px;}
.more {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0 5%;
    margin-right: 25px;
    text-align: right;
    bottom: 45px;
}
.more a {
	font-size: 15px;
	font-family: 'Unna', serif;
	color: #604c3f;
	position: relative;
	margin-right: 30px;
	text-decoration: none;
}
.more a:hover { opacity: .7; }
.more a::after { 
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	color: #604c3f;
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	right: -10px;
	text-align: center;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.back {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.back a {
	font-size: 15px;
	color: #fff;
	font-family: 'Unna', serif;
	position: relative;
	text-decoration: none;
}
.back a::after { 
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	color: #ffffff;
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	left: -10px;
	text-align: center;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.attention:hover{ background:rgba(255,255,255,0.7); }
#titSub{
	padding:0 0 10px;
	color:#231815;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
.attentionBox #titSub{ padding:0 0 25px; color:#ea0003; }
.attentionBox dl dt{
	margin:0 0 8px;
	padding:0 0 3px;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	letter-spacing:0.1em;
	border-bottom:2px solid #000;
}
.attentionBox dl dd{ padding:0 0 30px; }
.attentionBox dl dd ul.date,
.attentionBox dl dd ul.date li{ padding:0 0 10px; }
.attentionBox dl dd p.text{ padding:0 0 10px; line-height:1.4em; }

/* keyvisual
--------------------------------- */
.container{ padding: 60px 5% 30px; overflow-x: hidden;}
.lead{ font-weight:bold; line-height:1.4em; margin-bottom:8px; }
.subTit{ text-align:center; padding:20px 0 30px; }
.top{ position: absolute; top:0; line-height: 0; z-index:0; }
.bottom{ position: absolute; bottom:0; line-height: 0; z-index:0; }
.mainTit {
	display: block;
	width: 75%;
	text-align: center;
	margin: 80px auto 50px;
	margin: 23vh auto 8vh;
}
.mainTit span{ display: block; width: 0; overflow: hidden; }
.mainTit img { 
	width: 260px; 
	width: 75vw; 
	height: 260px;
	height: 75vw;
}
.newsTit { display: block; text-align: center; margin: 85px 0 30px 0; }
.newsTit img { width: 24vh; height: 24vh; }
.subContents { width: 100%; margin: 0 auto 40px 0; }
.bnrTop { width: 90%; margin: 0 auto 40px; text-align: center; }
.bnrTop li { display: inline-block; text-align: center; }
.bnrTop img {
	width: 100%;
	margin: 0 0 5px;
	border: 1px solid #604c3f;
	box-shadow: 0 4px 9px 4px rgba(0,0,0,0.2);
}
#top #navBtn{ opacity: 0; -webkit-transition: all .8s ease 1.2s; transition: all .8s ease 1.2s;}
#top.loaded #navBtn{ opacity: 1; }
.bnrTop{ opacity:0; position: relative; top: 90px; -webkit-transition: all .8s ease 1.2s; transition: all .8s ease 1.2s;}
#top.loaded .bnrTop{ opacity: 1; top:0;}

#top.already .bnrTop{ transition: all .8s ease 0s; }
#top.already #navBtn{ transition: all .8s ease 0s;}



/* contents
--------------------------------- */

.contents {
	width: 100%;
	margin: 0 auto;
	background: #fcf9e9;
	box-shadow: 0 -4px 9px 4px rgba(0,0,0,0.2);
}
.contentsArea {
	overflow:hidden;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 25px 5% 30px;
}
.contents.schedule {
	width: 100%;
	margin:0 auto;
	background-color: #f4efd6;
	background:url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/cmn/pattern.png) repeat left top;
	background-size: 150%;
	box-shadow: 0 8px 9px 1px rgba(0,0,0,0.2);
}
.contentsArea .areTit{
	font-family: 'Fredericka the Great', cursive;
	font-size: 30px;
	font-size: 10vw;
	color: #604c3f;
	text-align: center;
	margin: 0 0 30px;
}


/* news
--------------------------------- */
#top #news .contentsArea { padding: 25px 5% 60px; }
#top #news .contentsArea ul { margin: 0 0 20px; }
#news .contentsArea .areTit {  background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/pc/news_after.png) no-repeat center 32px; background-size: 30%; }
#news .contentsArea li a {
	display: block;
	text-decoration:none;
	color:#604c3f;
	position: relative;
	padding: 15px 0;
}
#news .contentsArea li {border-bottom: 1px solid #b6a485;}
#news .contentsArea li:first-child { border-top: 1px solid #b6a485; }
#news .contentsArea li .date{
	font-family: 'Unna', serif;
	font-size: 13px;
	font-weight: bold;
	color: #604c3f;
	margin-bottom: 3px;
}
#news .contentsArea li .date + p {
	line-height: 1.5;
	word-break: break-all;
	padding: 0 15px 0 0;
}
#news .contentsArea li a::before { 
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	color: #c9c1b3;
	border-right: 2px solid;
	border-top: 2px solid;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 0.5%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#news .contentsArea span { font-size: 13px; color: #e7643c; }
#news .contentsArea li.newsDetail { text-align: left; color: #604c3f; border: none; }
#news .contentsArea .newsDetail .date { float:none; margin: 0 0 5px; font-size: 14px; font-family: 'Unna', serif; }
.imgGuard{ max-width: 100%; }
#news .contentsArea .newsDetail .lead {
	font-weight:normal;
	font-size:14px;
	line-height:1.6em;
}

#news .contentsArea .newsDetail h3 {
	display: block;
	border-bottom: solid 1px #b6a384;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
	text-align: justify;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#news .contentsArea .newsDetail .back {
	display: block;
	font-size: 13px;
	color: #604c3f;
}
#news .contentsArea .newsDetail .back::after { 
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	color: #c9c1b3;
	border-right: 1px solid;
	border-top: 1px solid;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	right: 0.5%;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#news .contentsArea .newsDetail a{
	display: inline-block;
	text-decoration: underline;
	color: #4aadc7;
	padding: 0;
	position: static;
	word-break: break-all;
}
#news .contentsArea .newsDetail a::before{ display: none;}
#news .newsDetail img{ width: 100%; }


/* schedule
--------------------------------- */

#schedule .contentsArea .areTit { 
	background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/pc/schedule_after.png) no-repeat center bottom;
	background-size: 50%;
}
#schedule .contentsArea .scheduleList *{ box-sizing: border-box; }
#schedule .contentsArea .scheduleList { 
	width: 100%;
	border-top: 1px solid #b6a485;
	border-bottom: 1px solid #b6a485;
}
#schedule .contentsArea .scheduleList tbody { display: block; }
#schedule .contentsArea .scheduleList .dayOne { padding: 15px 0 5px; }
#schedule .contentsArea .scheduleList .dayTwo { padding: 5px 0 15px; }
#schedule .contentsArea .scheduleList .dayOne,
#schedule .contentsArea .scheduleList .dayTwo { display: block; position: relative; }

#schedule .contentsArea .scheduleList .dayTwo:not(:last-of-type)::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #b6a485;
	position: absolute;
	bottom: 0;
}
#schedule .contentsArea .scheduleList td { 
	display: block;
	font-size: 0.8rem;
	word-break: break-all;
	margin-bottom: 5px;
}
#schedule .contentsArea .scheduleList td::before {
	display: block;
	font-size: 13px;
	line-height: 100%;
	margin-bottom: 2px;
}
#schedule .contentsArea .scheduleList tr:nth-child(2) td{/* border-top: none; */}
#schedule .contentsArea .scheduleList .date {
	position: relative;
	font-family: 'Unna', serif;
	color: #604c3f;
	line-height: 1;
	letter-spacing: 0.05em;
	font-weight: bold;
}

#schedule .contentsArea .scheduleList .date p {  display: inline-block; font-size: 22px; }
#schedule .contentsArea .scheduleList .date p:last-of-type{ position: relative; }
#schedule .contentsArea .scheduleList .date span { margin-left: 5px; }

#schedule .contentsArea .scheduleList .venue	{
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	box-sizing: border-box;
	margin: 0 0 15px;
}
#schedule .contentsArea .scheduleList .time {
	text-align: left; 
	font-size: 12px; 
	line-height: 1.4;
	letter-spacing: 0.05em;
}
#schedule .contentsArea .scheduleList .info	{ vertical-align: middle; padding-left: 0px; }
#schedule .contentsArea .scheduleList .ticket	{ margin-bottom: 0; }
#schedule .contentsArea .scheduleList .ticket span{ font-size: 10px; }
#schedule .contentsArea .scheduleList td.info	{ font-size: 11px; }
#schedule .contentsArea .scheduleList .subTxt	{ display: block; font-size:10px; line-height: 1.7em; }
#schedule .contentsArea .liveTable { margin: 0 auto 40px 0; border-bottom: 1px solid #b6a485; line-height: 1.5; }
#schedule .contentsArea .liveTable dl { display:table; }
#schedule .contentsArea .liveTable dt {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 0 15px;
	border-top: 1px solid #b6a485;
	clear: both;
}
#schedule .contentsArea .liveTable dd { width: 100%; margin: 0 0 20px; }
.liveCaption li{
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.liveCaption li:last-child{ margin-bottom: 0; }
.liveCaption li a{ color: inherit;}
.liveCaption:not(:last-child) { margin-bottom: 20px; }
.liveCaption .subTxt,
#ticket .liveTable dl:nth-last-of-type(2) .liveCaption,
#ticket .liveTable dl:last-of-type .liveCaption { font-size: 12px; }
#ticket .end .titTxt{ text-align: center; color: #e7643c; }

/* twitter
--------------------------------- */
.outTit { 
	font-family: 'Fredericka the Great', cursive;
	font-size: 45px;
	font-size: 14vw;
	color: #fff;
	line-height: 100%;
	text-align: center;
	margin: 40px auto;
}
#twitter{ margin: 0 5% 30px; }
#top .container{ padding: 0; }
.contentsBox {
	background: #fcf9e9;
	box-shadow: 0 4px 9px 4px rgba(0,0,0,0.2);
	margin-bottom: 30px;
}
.contentsBox.schedule { margin: 0 auto 25px; }
.contentsBox .twitterBox {
	padding: 20px 5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.contentsBox .twitterBox iframe {
	display: block !important;
	width: 88% !important;
	height: 300px !important;
	margin: 0 auto !important;
}


/* ticket
--------------------------------- */
#ticket .contentsArea .tit { 
	font-family: 'Fredericka the Great', cursive;
	font-size: 45px;
	font-size: 14vw;
	color: #604c3f;
	text-align: center;
	background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/pc/ticket_after.png) no-repeat center bottom;
	background-size: 44%;
	margin: 30px 0 30px;
}
.titTxt{ font-weight: bold; margin-bottom: 20px; }
#ticket .contentsArea .titArea {  margin: 30px auto 30px auto; text-align: center; }
#ticket .contentsArea .titArea h3 { 
	font-size: 28px; 
	font-weight: bold;
	font-family: sans-serif; 
	line-height: 1.3;
	margin: 0 auto 25px 0; 
	color: #604c3f; 
}
#ticket .contentsArea .liveTable { 
	margin: 0 auto;
	border-bottom: 1px solid #b6a485;
}
#ticket .contentsArea .titArea .subTxt { 
	font-size: 13px;
	font-weight: bold;
	color: #604c3f;
	text-align: left;
	line-height: 1.5;
	margin: 0 auto 0;
}
#ticket .contentsArea  dd .numberList li:first-of-type { font-weight: bold; margin: 0 0 5px;}
.btn{ text-align: center; }
.btn .main {
	display: block;
	width: 100%;
	text-align: center;
	color: #fdf9e9;
	background: #604c3f;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 30px auto 0;
	padding: 18px 0 16px;
}
.btn .sub{
	display: block;
	color: #2b1b11;
	text-decoration: none;
	margin: 30px auto 0 ;
}

#ticket .contentsArea .liveTable dt{
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	line-height: 100%;
	border-top: 1px solid #b6a485;
	padding: 15px 0;
}
#ticket .contentsArea .liveTable dd{
	width: 100%;
	margin: 0 0 15px;
}
#ticket .contentsArea .liveTable li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em; 
}


/* faq
--------------------------------- */

#faq .faqList{ margin: 0 auto; border-top: 1px solid #b6a485; }
#faq .faqList dt {
	display: block;
	color: #604c3f;
	font-weight: bold;
	text-decoration: none;
	padding: 15px 40px 15px 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 1px solid #b6a485;
	line-height:1.4em;
}
#faq .faqList dd {
	display: none;
	background: #f4efd6;
	border-bottom: 1px solid #b2a384;
	border-top:none;
	padding: 20px 5% 10px;
	margin: 0 0 20px;
	color: #604c3f;
	position: relative;
}
#faq .faqList dd .txt {
	font-size: 12px;
	line-height: 1.8;
	margin: 0 0 10px;
}
#faq .faqList dt:after {
	content: "\f196";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 2px;
	top: 50%;
	width: 15px;
	height: 20px;
	margin-top: -10px;
}
#faq .faqList dt.open:after { content: "\f147"; }

/* attention
--------------------------------- */
#attention .contentsBox{ margin-top: 30px; }
#attention h3{ 
	display: block;
	border-bottom: solid 1px #b6a384;
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
	text-align: justify;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
#attention .newsDetail ul{ margin-top: 20px; }
#attention .newsDetail ul li{ text-indent: -1em; padding-left: 1em; margin-bottom: 8px; }


/* footer
--------------------------------- */
footer{
	background:#151515;
	padding:0 0 5px;
	color:#ccc;
	font-size:10px;
}
.footerInr{
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
footer .txtLink a{
	color:#ccc;
	font-weight:bold;
	text-decoration:none;
}
footer .txtLink{ padding:0 0 7px; }
footer .copy{
	margin:10px 0;
	text-align:center;
	font-size:10px;
}

/* bnrArea */
.bnrArea{ box-sizing: border-box; padding: 0 5% 10px; }
.bnrArea li{
	width: 49%;
	float: left;
	margin-bottom: 5px;
}
.bnrArea li:nth-child(2n){ margin-left: 2%; }
.bnrArea li img{ width:100%; }

/* snsArea */
#snsArea { padding: 25px 0;  text-align: center; }
#snsArea p {
	display: inline-block;
	font-size: 11px;
	color: #fff;
	vertical-align: super;
	margin: 0 5px 0 0;
}
#snsArea .twitterLink,
#snsArea .facebookLink {
	display: inline-block;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 5px 5px;
	border-radius: 50%;
	border: 1px solid;
}
#snsArea .twitterLink .fa,
#snsArea .facebookLink .fa { 
	font-size: 24px;
	font-size: 6vw;
	line-height: 42px;
}


@media screen and (min-width: 700px){
.header h1 a { font-size: 2.6vw; }
#news .contentsArea .areTit {
    background: url(/static/backnumber/fanclub-pc/feature/oneroom_vol4/img/pc/news_after.png) no-repeat center 57px;
    background-size: 31%;
}
.outTit {
font-size: 85px;
font-size: 11vw;
}
.more {
    position: absolute;
    display: inline-block;
    width: 100%;
    padding: 0 7.8%;
    margin-right: 25px;
    text-align: right;
    bottom: 45px;
}
#snsArea .twitterLink .fa, #snsArea .facebookLink .fa {
    font-size: 24px;
    font-size: 3vw;
    line-height: 42px;
}
}


