@charset "utf-8";

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

	超特急

	--------------------
	fanclub-sp-service.css
	-------------------

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

/* base
================================= */
html,body { height: 100%; background: #fff; color: #000; }
body{
	font-family:  'Varela Round', -apple-system, "Roboto-Regular", "Work Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 13px;
	line-height:1.7;
}

img{ max-width: 100%; }
#svg{ display: none; }
.ph{ line-height: 0;position: relative; }
.dummy{ display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.pc{display:none !important;}
.sp{display:block !important;}

.sf-toolbar{ display: none !important; }

/* layout
---------------------------- */
#wrap {
	width: auto;
	min-height: 100%;
	background: #fff;
	color: #000;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	position: relative;
	opacity: 0;
}
.loaded #wrap { opacity:1; -webkit-transition: all .8s ease; transition: all .8s ease; }
#container { padding: 60px 0 46px;}


/* anchor
---------------------------- */
a {
	background: transparent;
	color: #ff5fa2;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
a:hover { background: transparent; color: #FF85C9; -webkit-transition: all .3s ease;transition: all .3s ease; }
.btn{ text-align: center; }
.btn a,
.extMdlFormGnrtrSP input[type="submit"]{
	display: block;
	width: 60%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 15px 0 12px;
	margin: 0 auto;
}
.btn .main,
.btn .btnMain,
.extMdlFormGnrtrSP input[type="submit"]{ 	background: #ff5fa2; color: #fff; text-decoration: none; border:none; box-shadow: none;}
.btn .sub		{ background: none;  color: #ff5fa2; text-decoration: none; }
.txtArea .btn { margin: 0 0 10px; }

.btn .main.inputBtn, .btn .btnMain.inputBtn{ padding: 0; }
.btn .main.inputBtn input, .btn .btnMain.inputBtn input{ padding: 10px 40px; }

.btn .main.inputBtn{
	display:block;
	border-radius: 30px;
}
.btn input{
	width: 100%;
	border: none;
	-webkit-appearance: none;
	background: none;
	color: #fff;
}
.btn .main input{ color: #fff; }
.btn .sub input{
color: #ff5fa2;
	font-size: 16px;
	text-shadow: none;
	padding: 18px 0;
}
.btnTxt a{text-decoration: none;}
/* header
================================= */
#header {
	width: 100%;
	background: #fff;
	padding: 10px 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
/* h1 */
#header h1.logo{ width: 50%; margin: 0 auto; }
#header h1.logo a{ display: block; line-height:0;}

/* loginArea */
#header .loginArea{ font-size: 13px; position: absolute; top: 23px; right: 30px; }
#header .loginArea li{ display: inline-block;}
#header .loginArea .mypage a,
#header .loginArea .join a{
	display: block;
	background: #ff5fa2;
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	padding: 10px 20px;
}
#header .loginArea .login{ margin-right: 10px; }
#header .loginArea .login a{ font-weight: bold; color: #ff5fa2; text-decoration: none;}

/* navBtn */
#navBtn {
	width: 22px;
	height: 18px;
	position: fixed;
	top: 19px;
	right: 5%;
	z-index: 1000;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#navBtn span {
	display: inline-block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#navBtn span:nth-of-type(1) { top: 0; }
#navBtn span:nth-of-type(2) { top: 8px; }
#navBtn span:nth-of-type(3) { top: 16px; }
#navBtn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -22px;
	border-radius: 50%;
	border: 2px solid transparent;
	transition: all .75s;
}
.menuOpen #menu{ height: 100%; -webkit-transition: all .6s ease; transition: all .6s ease; }
.menuOpen #navBtn{ transform: rotate(225deg); -webkit-transform: rotate(225deg); -webkit-transition: all .3s ease; transition: all .3s ease; }
.menuOpen #navBtn span:nth-of-type(1) { top: 7px; transform: rotate(90deg); -webkit-transform: rotate(90deg); }
.menuOpen #navBtn span:nth-of-type(2) { width:0; }
.menuOpen #navBtn span:nth-of-type(3) { top: 7px; }

.detail #header{ padding: 12px 0; }
.detail #navBtn{ top: 16px; }

/* headerNavWrap */
#headerNavWrap{
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 1000;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#headerNavWrap #headerNav{
/*
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
*/
	display: block;
	width: 100%;
	min-height: 100%;
	height: auto;
	background: #fff;
	padding: 50px 0 0 8%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 20;
}
#navCover,
#headerNavWrap .navCover{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	opacity:0;
	cursor: pointer;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
	z-index: 1000;
}
#headerNavWrap .navCover{ display: none; opacity:1; background: none; z-index:10; }

#headerNavWrap #headerNav .globalNav li{ list-style: none; margin-bottom: 10px; position: relative; }
#headerNavWrap #headerNav .globalNav li.logo{ width: 70px; padding-top: 80px; padding-top: 0vw; position: relative; left: -10px; }
#headerNavWrap #headerNav .globalNav a{
	display: block;
	color: #000;
	font-family: 'Varela Round', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size: 16px;
	text-decoration: none;
}
#headerNavWrap #headerNav .globalNav .supportNav{ padding: 30px 0 50px; position: relative; }
#headerNavWrap #headerNav .globalNav .supportNav::before{
	display: block;
	content: '';
	width: 70%;
	height: 1px;
	background: #e5e5e5;
	position: relative;
	top: -22px;
	left: 0;
}
#headerNavWrap #headerNav .globalNav .supportNav li{ margin-bottom: 8px; }
#headerNavWrap #headerNav .globalNav .supportNav a{ font-size: 12px; }


.menuOpen #headerNavWrap{ right: -20%; -webkit-transition: all .3s ease; transition: all .3s ease; }





/* footer
================================= */
#footer { width: 100%; background: #151515; text-align: center; padding: 30px 0 10px; }
#footer a{ color: #aaa; font-size: 11px; text-decoration: none;}
#footer h2.logo{ width: 30%; margin: 0 auto;}
#footer .loginList{ margin-bottom: 20px; }
#footer .loginList li{ display: inline-block; position: relative; }
#footer .loginList li:first-child::after{
	content: '';
	display: inline-block;
	width: 1.5px;
	height: 16px;
	background: #aaa;
	transform: rotate(18deg);
	-webkit-transform: rotate(18deg);
	margin: 0 7px 0 11px;
	vertical-align: -2px;
}
#footer .loginList li a{ font-family: 'Varela Round', sans-serif; font-size: 19px; }
#footer .supportNav { margin-bottom: 30px; }
#footer .supportNav li{ position: relative; margin-bottom: 5px;}

#footer .bnrList { padding: 0 7%; margin-bottom: 30px; }
#footer .bnrList li{ float: left; width: 49%; margin-right: 2%;}
#footer .bnrList li:not(:nth-of-type(odd)){ margin-right: 0; }
#footer .bnrList li a{ display: block; }
#footer .officialLogo a{ display: block;width: 28%; font-family: 'Varela Round', sans-serif; font-size: 8px;margin: 0 auto 10px;}
#footer .copyright small { display: block; color: #999; font-size: 8px; padding: 10px 7% 20px; }
#footer .copyright br { display: none; }


/* top
================================= */

/* common
---------------------------- */
#top section{ width: 100%; margin-bottom: 100px; position: relative; }
#top section:last-of-type{ margin-bottom: 0; }
#top section:not(:first-of-type)::before{
	display: block;
	content: '';
	width: 35px;
	height: 20px;
	background: url(/static/bullettrain/fanclub-sp/cmn/icon_train-min.png) no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
	margin-left: -17.5px;
	position: absolute;
	top: -60px;
	left: 50%;
}
#top #loginArea::before{ display: none;}
#top section .inner{ position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 7%; }

#top #loginArea { margin-bottom: 50px; }
#top #news::before { top: -44px; }

#top .loggedin #news::before { top: -41px; }
#top .loggedin #loginArea { margin-bottom: 25px; }


/* loading
---------------------------- */
#loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	background: #fff;
}
#loading .bar{
	display: block;
	width: 100%;
	height: 1px;
	background: #f5f5f5;
	position: absolute;
	top: 46%;
	top: 47vh;
}
#loading .bar span{
	display: block;
	width: 0;
	height: 1px;
	background: #ff5fa2;
	position: absolute;
	top: 0;
}

/* keyVisal
---------------------------- */
#top #firstView{ margin: 5px auto 25px; }

/* no slick */
#firstView .bnrList.noSlick{ margin-top: 0;}
#firstView .bnrList.noSlick li a{ line-height: 0;padding: 0 4%; }

/* slick */
#firstView li a { display: block; padding: 0 1%; }
.slick-track { padding: 20px 0 10px; }
.slick-slide img { -webkit-transition: all .3s ease; transition: all .3s ease; }
.slick-prev,
.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;
}
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev::after, .slick-next::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	position: absolute;
	top: 48%;
}
.slick-prev::after { left: 25%; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }
.slick-next::after { right: 25%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots{
	display: block;
	width: 100%;
	list-style: none;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -15px;
}
.slick-dots li{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	padding: 0;
	margin: 0 ;
	cursor: pointer;
}
.slick-dots li button{
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{ opacity: 1; }
.slick-dots li button:before{
	content: '';
	width: 8px;
	height: 8px;
	line-height: 20px;
	text-align: center;
	background: #eee;
	border-radius: 8px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 6px;
	left: 6px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.slick-dots li.slick-active button:before {background: #ff5fa2;}
.slick-dots li:hover button:before {
	background: #ff5fa2;
	transform: scale(1.4);
	-webkit-transform: scale(1.4);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* loginArea
---------------------------- */
#loginArea .mypage a,
#loginArea .join a{
	display: block;
	width: 60%;
	background: #ff5fa2;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	line-height: 100%;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 15px 0 12px;
	margin: 0 auto;
}
#loginArea .login a{
	display: block;
	width: 60%;
	font-weight: bold;
	text-align: center;
	color: #ff5fa2;
	text-decoration: none;
	padding: 10px 3px;
	margin: 0 auto;
}

/* ==== 有効期限 ==== */

#top .statusArea{
	background: #f0f0f0;
	box-sizing: border-box;
	padding: 15px;
	margin: 0 7% 90px;
	box-sizing: border-box;
}

#top .statusArea .name{
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.33;
}
#top .statusArea .name i{
	font-style: normal;
}
#top .statusArea .name span{
	font-size: 12px;
}
#top .list--status{
	background: #fff;
	border: 1px solid #aaa;
	padding: 10px;
}

#top .list--status dt{
	color: #888;
	font-size: 11px;
}

#top .list--status dd{
	font-size: 13px;
}

#top .list--status dd span{
	background: #888;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px 2px;
	margin-left: 8px;
	border-radius: 2px;
}
#top .txtSub{
	text-indent: -1em;
	font-size: 11px;
	line-height: 1.6;
	padding: 10px 0 0 1em;
}

/* 継続
---------------------------- */
#top #possiblePayment{
	margin-top: -70px;
	padding: 0 7% 50px;
}
#top #possiblePayment .tit{
  display: block;
	font-size: 20px;
	padding-left: 0;
	text-align: center;
	margin-bottom: 10px;
}
#top #possiblePayment .paymentArea{
	background: #fbffea;
	padding: 15px;
	border: 1px solid #ff5fa2;
	font-size: 14px;
	line-height: 180%;
}

/* NEWS,LIVE REPORT,STAFF DIARY
---------------------------- */
#top section h2.sectionTit{
	font-family: 'Varela Round', sans-serif;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}
#top .infoList{ margin-bottom: 20px; }
#top .contentsList .date{ padding-left: 2.5em; }

.infoList li:not(:last-child){ margin-bottom: 24px; }
.infoList li a{ display:block; text-decoration: none; color: #000; }
.date{ font-family: 'Varela Round', sans-serif; color: #aaa; line-height: 10px;font-size: 10px; margin-bottom: 6px;}
.tit{ display: inline-block; line-height: 150%; word-break: break-all;}
.new{ display: inline-block; color: #ff5fa2; margin-left: 5px;}
.more{ text-align: center; }
.more a{
	font-family:'Varela Round',sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	position: relative;
}
.more a::after{
	content: "\f105";
	font-family: 'FontAwesome';
	z-index: 10;
	color: #000;
	font-size: 16px;
	vertical-align: -1px;
	line-height: 0;
	margin-left: 2px;
}
.block--youtube{
	position: relative;
	padding-top: 56.25%;
}
.block--youtube iframe,
.block--youtube embed{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
}
/* latest
---------------------------- */
#top #latest h2.sectionTit{ margin-bottom: 30px; position:relative; }
#latest .contentsList .grid-sizer,
#latest .contentsList li{ width: 100%; box-sizing: border-box;}
#latest .contentsList li{ margin-bottom: 25px;}
#top #latest .contentsList .gird-sizer{ margin: 0;}
#latest .contentsList li a{ color: #000; font-weight: normal; text-decoration: none; }
#latest .contentsList li .ph{ margin-bottom: 10px; position: relative; overflow: hidden;}
#latest .contentsList li .ph .blur{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-filter: blur(5px);
	filter: blur(15px);
	background: no-repeat center;
	background-size: cover;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#latest .contentsList li .ph img{
	width: 100%;
	max-width: inherit;
	position: relative;
	background: no-repeat center;
	background-size: contain;
}
#latest .contentsList li .tit{ display: block; text-indent: -1.8em; padding-left: 2em; margin-bottom: 5px; }

#latest .contentsList li .tit.movTit i{
	display: none;
}

#latest .contentsList li .tit.movTit i.icon{
	display: inline-block;
}
#latest .contentsList li .tit.movTit i.icon svg{
	display: none;
}
#latest .contentsList li .tit.movTit i.icon svg:nth-child(1){
	display: inline-block;
}
#latest .contentsList li .tit.movTit i.icon .sp,
#latest .contentsList li .tit.movTit i.icon .pc{
	display: none!important;
}

.contentsList li a i{
	display: inline-block;
	width: 16px;
	height: 16px;
	font-style: normal;
	text-indent: -0.2em;
	vertical-align: -4px;
	margin-right: 7px;
}
.contentsList li a i svg{ width: 16px; height: 16px; }

/* オシメン
---------------------------- */
#top .oshimen img {
	width:100%;
	height:600px;
	background-position:center top;
	background-size:cover;
	position:fixed;
	left:0;
	top:0;
	z-index:0;
}



/* 下層
========================================== */
.detail #header h1.logo,
.sslLogin #header h1.logo{ width: 40%; margin: 0 auto 0 5%; }
.sectionTit {
	font-family: 'Varela Round', -apple-system, "Roboto-Regular", "Work Sans","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
	font-size: 24px;
	text-align: center;
	margin: 30px auto;
}
.detail .inner{ box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 7%; }

/* contentsList,categoryList
---------------------------- */
.detail .contentsList li,
.detail .categoryList li{ width: 100%; margin-bottom: 50px;}
.detail .contentsList li a,
.detail .categoryList li a{ color: #000; text-decoration: none; }
.detail .thumb{ position: relative; line-height:0; margin-bottom: 10px; overflow: hidden;}
.detail .contentsList li .thumb img{ width: 100%; background: no-repeat center top; background-size: cover; -webkit-background-size: cover;}
.sideCol{ display: none !important; }

.detail .contentsList li .thumb img,
.detail .categoryList li .thumb img{ max-width:inherit; width: 100%; opacity: 0; transform: scale(1.3); -webkit-transform: scale(1.3); }
.loaded.detail .contentsList li .thumb img,
.loaded.detail .categoryList li .thumb img{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease-out ;
	transition: all .7s ease-out ;
}

/* 記事一覧(下層)
--------------------------------------- */
/* ページャー */
.listPager { padding:40px 10% 0; }
.listPager li { width:50%; float:left; font-size:12px; line-height:30px; }
.listPager li a, .listPager li span { display:block; }
.listPager li a { color:#333; }
.listPager li span { color:#ccc; }

.listPager li:first-child a,
.listPager li:first-child span { text-align:left; padding:0 0 0 37px; }

.listPager li:last-child a,
.listPager li:last-child span { text-align:right; padding:0 37px 0 0; }

.listPager li:first-child a { background:url(/static/original/fanclub-sp/images/cmn/ico_arrow_left.png) no-repeat left center; background-size:30px; }
.listPager li:last-child a { background:url(/static/original/fanclub-sp/images/cmn/ico_arrow_right.png) no-repeat right center; background-size:30px; }

.listPager li:first-child span { background:url(/static/original/fanclub-sp/images/cmn/ico_arrow_left_gray.png) no-repeat left center; background-size:30px; }
.listPager li:last-child span { background:url(/static/original/fanclub-sp/images/cmn/ico_arrow_right_gray.png) no-repeat right center; background-size:30px; }

.detail .infoList li{ margin-bottom: 30px; }
.detail .summary { display: none;font-size: 10px; line-height: 170%; word-break: break-all; text-align: justify; margin-top: 10px;}

/* 記事詳細
--------------------------------------- */
.detail .titArea { border:none; margin-bottom: 30px;}
.detail .titArea .tit{
	font-size: 22px;
	line-height: 130%;
	font-weight: bold;
	text-align: justify;
	word-break: break-all;
	margin-bottom: 5px;
}
.detail .tit{ margin-bottom: 5px; }
.detail .titArea .date{ font-size: 13px; }
.detail .date { line-height:1em; }
.detail .txtArea { line-height: 180%; }
.detail .ph { margin-top:10px; }
.detail .txtArea img { height: auto;margin:30px auto; }
.pageBack { padding: 0 10% 0; margin: 46px 0 0; }
.pageBack a {
	display: block;
	font-size: 13px;
	color: #000;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.pageBack a::before{
	content: "\f104";
	font-family: 'FontAwesome';
	z-index: 10;
	color: #000;
	font-size: 16px;
	vertical-align: -1px;
	line-height: 0;
	margin-right: 4px;
}
.detail iframe { max-width: 100%; }


/* PHOTO, MOVIE, WALLPAPER
--------------------------------------- */
/* カテゴリ一覧 */
#photo .contentsList .thumb,
#wallpaper .contentsList .thumb { width:100%; float:none; line-height: 0; }
#movie .contentsList .tit,
#wallpaper .contentsList .tit { color: #000; text-decoration:none; margin-bottom: 5px;}
#photo .categoryList li .blur{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	filter: blur(15px);
	background-size: cover;
	transform: scale(1.2);
	transition: .3s ease;
}

#photo .categoryList li img{
	width: 100%;
	background: no-repeat center;
	background-size: contain;
}
.nodata{ width:100% !important; float: none; text-align: center; }

/* PHOTO */
#photo .contentsList li {
	width: 49%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 2% 5px 0;
	margin:0 2% 2vw 0;
}
#photo .contentsList li:nth-child(even){ margin-right:0; }
.detail .contentsList a { display:block; }
#photo .contentsList .thumb{ line-height: 0; }
#photo .contentsList img { width:100%; background-size:cover; -webkit-background-size:cover; }
#photo .contentsList li .tit {
	/* display: none; */
	margin-bottom: 15px;
}
/*
#photo #swipebox-caption {
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
}
#photo #swipebox-action #swipebox-prev,#photo #swipebox-action #swipebox-next { display: none!important;}
*/
#photo #swipebox-slider .slide-loading {
 background-image: none !important
}

#photo #swipebox-slider .slide img {
 max-height: 80%
}

#photo #swipebox-overlay {
 background: rgba(21, 20, 16, 0.8)
}

#photo #swipebox-prev.disabled, #photo #swipebox-next.disabled {
 opacity: 0.2
}

#photo #swipebox-action #swipebox-close {
 top: 60px;
 right: 70px;
 background: none
}
#photo .modal-open .drawer__btn {
  pointer-events: none
}

#photo #swipebox-action #swipebox-close {
	top: 30px;
	right: 2%
}
#photo #swipebox-action #swipebox-close::before,
#photo #swipebox-action #swipebox-close::after {
 content: "";
 width: 40px;
 height: 2px;
 background: #fff;
 position: absolute;
 top: 20px;
 transition: all 0.6s ease-out 0s;
 -webkit-transition: all 0.6s ease-out 0s
}

#photo #swipebox-action #swipebox-close::before {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg)
}

#photo #swipebox-action #swipebox-close::after {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg)
}

#photo #swipebox-action #swipebox-prev, #photo #swipebox-action #swipebox-next {
 background: none;
 color: #fff;
 position: fixed;
 top: 50%;
 transform: translateY(-50%)
}

#photo #swipebox-action #swipebox-prev {
 left: 3%
}

#photo #swipebox-action #swipebox-prev::after {
 content: "";
 display: inline-block;
 width: 1.75em;
 height: 1.75em;
 border: 1px solid;
 border-top: none;
 border-right: none;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 vertical-align: middle;
 pointer-events: none;
 margin-top: -0.25em;
 margin-right: 0.25em;
 margin-left: 1em;
 margin-top: 1em
}

#photo #swipebox-action #swipebox-next {
 right: 3%
}

#photo #swipebox-action #swipebox-next::after {
 content: "";
 display: inline-block;
 width: 1.75em;
 height: 1.75em;
 border: 1px solid;
 border-top: none;
 border-right: none;
 -webkit-transform: rotate(-135deg);
 transform: rotate(-135deg);
 vertical-align: middle;
 pointer-events: none;
 margin-top: -0.25em;
 margin-right: 0.25em;
 margin-top: 1em
}

#photo #swipebox-caption {
 width: 100%;
 max-width: 800px;
 padding: 0 8%;
 text-align: center;
 position: absolute;
 bottom: 5%;
 left: 50%;
 color: #fff;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%)
}

/* MOVIE */
#movie .contentsList{ box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 7%; }
#movie .contentsList li { margin: 0 auto 30px; text-align: left;}
#movie .contentsList li:last-child{ margin-bottom: 0; }
#movie .contentsList li .thumb img{ width: 100%; }
#main_box{ text-align: center; }

#movie .categoryList{ box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 7%; }
#movie .categoryList li { margin: 0 auto 30px; text-align: left;}
#movie .categoryList li:last-child{ margin-bottom: 0; }
#movie .categoryList li .thumb img{ width: 100%; }

#movie .movieList { padding:0 10%; }
#movie .movieList li { margin:0 0 35px; }
#movie .contentsList a,
#movie .movieList { padding-left:0; padding-right:0; }
#movie .contentsList .thumb { float:none; line-height: 0 ; margin:0 0 10px; }
#movie .movieList .thumb { margin:0 0 10px; }
#movie .movieList .thumb img { width:100%; background-size:cover; }
#movie .movieList .tit { color:#333; font-size: 11px; text-align:center; line-height: 14px; padding:0 10%; }

/* MOVIE detail */
#movie .detail .tit,
#movie .detail .date { color:#333; font-size:11px; text-align:center; line-height: 14px; }
video{ width:100%; height:50%; }

#movie.detail ul{ margin-bottom: 30px; }
#movie.detail .andList li { margin-bottom: 10px; }
#movie.detail andList li a{ display: block; text-decoration: none; color: #000; }

#movie.detail .txt { margin-bottom: 30px; }
#movie.detail .stepbox{
	background: #f0f0f0;
	padding: 20px;
	margin-bottom: 20px;
}
#movie.detail .stepbox a{ width: 100%;}
#movie.detail .stepbox span{ display: block; font-weight: bold; margin-bottom: 10px; }
#movie.detail .txtArea img{ margin: 0 auto 30px; }
#movie.detail .ph{ text-align: center; }


.page--movie.new-movie.page-movie-detail #wrap .section--detail .block--player {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;
    margin-bottom: 30px;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info {
    width: 100%;
    margin: 0 auto;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .titArea .date {
    font-family: 'komika_titleregular', sans-serif;
}

.page--movie.new-movie.page-movie-detail #wrap .backLink a {
    color: #fff;
    border-color: #fff;
}


.page--movie.new-movie.page-movie-detail #wrap .section--detail .block--player *:focus {
  outline: none;
}


.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-play-control {
    width: 14.5vw;
    height: 14.5vw;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 5vw;
    transform: translateY(-171%) translateX(-50%);
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
}

.page--movie.new-movie.page-movie-detail #wrap .section--list .contentsList {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.page--movie.new-movie.page-movie-detail #wrap .section--list .contentsList .new {
    width: 48%;
    float: none;
    margin: 0 4% 0 0;
    margin-bottom: 20px;
}


.page--movie.new-movie.page-movie-detail #wrap .section--list .contentsList .new:nth-child(even) {
    margin-right: 0;
}

.page--movie.new-movie.page-movie-detail #wrap .section--list .backLink {
    display: none;
}
.page--movie.new-movie.page-movie-detail .section--detail{
        padding-top: 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .subTxt {
    font-size: 14px;
    margin-bottom: 25px;
}

.page--movie.new-movie.page-movie-detail .section--detail .subTxt a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid;
    font-size: 13px;
}




.page--movie.new-movie.page-movie-detail #wrap .section--detail .backLink {
    margin: 100px 0 0;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-control-bar{
        bottom: 15px;
}

  .page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-control{
  width: 3.5em;
    height: 3.5em;
  }


.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-progress-control{
    position: absolute;
    bottom: -1rem;
    left: 0;
 width:100%;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .vjs-picture-in-picture-control.vjs-control{
        position: absolute;
        right: 5vw;
        top: 0.5vw;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .vjs-http-source-selector.vjs-menu-button {
    position: absolute;
    right: 20vw;
    bottom: 10px;
}


.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-fullscreen-control {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-time-control{
    position: absolute;
    bottom: 0;
    left: 10vw;
    width:auto;
}


.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-volume-panel.vjs-control.vjs-volume-panel-horizontal {
        position: absolute;
        left: 0;
        top: 6px;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-subs-caps-button{
    position: absolute;
    bottom: 1vw !important;
    left: 7vw !important;
    display: none !important;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-play-control{
        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.page-movie-detail .area--movie .video-js .vjs-play-control.vjs-playing > .vjs-icon-placeholder:before {
        line-height: 1.8 !important;
    }
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button,
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-play-control.vjs-paused {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin: 0;
        background: rgba(0, 0, 0, 0.2);
        width: 70px;
        height: 70px;
        border-radius: 999px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--movie .vjs-big-play-centered .vjs-big-play-button::before,
.page--movie.new-movie.page-movie-detail .area--movie .video-js .vjs-play-control.vjs-paused span::before  {
        content: "";
        background: #ffffff!important;
        height: 30px;
        width: 25px;
        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.page-movie-detail #wrap .section--detail .area--movie .vjs-volume-control.vjs-control.vjs-volume-horizontal{
    position: absolute;
    right: 7vw !important;
}


.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies {
    padding: 0;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .more_movies_title {
    display: none;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main > div.current {
    background: none;
    border-color: #ffffff59;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a {
    text-decoration: none;
    color: #fff;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
    border-color: #ffffff59;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab #tab--movie.current::after, .page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab #tab--comment.current::after {
    display: none;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .category {
    margin-bottom: 0px;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li {
        display: none;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(1),
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(2),
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(3),
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(4),
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(5),
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li:nth-child(6) {
        display: block;
}
.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 0 20px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #d3d3d3;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab > div {
    width: 100%;
    display: block;
    padding: 0;
    position: relative;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post {
        margin: 0 auto 30px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab {
        width: 100%;
        margin: 0 auto 15px;
        position: relative;
        font-size: 13px;
        border-bottom: 1px solid #000;
        padding: 0 0 10px 0;
    }
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=text] {
        padding: 15px;
        box-sizing: border-box;
        font-size: 11px;
        border-bottom: 1px solid #d4d4d4;
        outline: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .block--post input[type=submit]{
    outline: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .attentionList{
    padding: 20px;
    background: rgba(0, 0, 0, 0.05);
    margin: 0 auto 30px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .attentionList li{
    font-weight: normal;
    font-size: 11px;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments div[id^=contents_comment_wrapper] {
        border: 1px solid #ededed;
} 
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt {
        box-sizing: border-box;
} 
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .txt{
    font-size: 12px;
    margin: 0 0 5px 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li:nth-last-child(2){
    border-bottom: none;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment {
    border-top: none;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .titArea {
	margin-bottom: 0;
	width: 70%;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .titArea .tit{
        color: #000;
        font-size: 15px;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .titArea .date {
        font-size: 11px;
    }
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--more_movies .list--contents li a .thumb {
    margin: 0 15px 0 0;
}

.page--movie.new-movie.movie-category-list #wrap #next .loading{
        text-indent: -9999px;
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 10px;
        margin: 0 auto;
}
.page--movie.new-movie.movie-category-list #wrap #next .loading:before {
	content: "";
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow:
	0px 20px 0 0 rgba(255,136,204,1),
	14px 14px 0 0 rgba(255,136,204,0.85),
	20px 0px 0 0 rgba(255,136,204,0.6),
	14px -14px 0 0 rgba(255,136,204,0.45),
	0px -20px 0 0 rgba(255,136,204,0.3),
	-14px -14px 0 0 rgba(255,136,204,0.15);
	-webkit-animation: load-icon-anim 1s steps(8) 0s infinite normal;
}


.page--movie.new-movie.movie-category-list #wrap #next .loading:after {
        width: 100%;
        content: "Loading";
        text-align: center;
        color: #fff;
        font-size: 10px;
        position: absolute;
        bottom: 5px;
}
.page--movie.new-movie.movie-category-list #wrap #next a{
        height: 0;
}
.page--movie.new-movie.movie-category-list #wrap #next a:before,
.page--movie.new-movie.movie-category-list #wrap #next a:after {
    display: none;
}

.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js .vjs-play-control{
        transform: translateX(-50%) !important;
        top: -18vw !important;
}
.page--movie.new-movie.page-movie-detail #wrap .section--detail .area--movie .video-js.vjs-fullscreen .vjs-play-control {
	top: 50% !important;
        transform: translate(-50%, -50%) !important;
        position: fixed;
}

.page--movie.new-movie.page-movie-detail .list--comment li .reportIcon{
        display: inline-block;
        position: absolute;
        right: 10px;
        line-height: 1em;
        top: 15px;
        font-size: 16px;
        width: 30px;
        text-align: center;
}
.page--movie.new-movie.page-movie-detail .list--comment li .reportBlock{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}
.page--movie.new-movie.page-movie-detail .list--comment li .reportList{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #FFF;
		transition: 0.3s ease 1s;
        transform: translateY(110%);
        padding-bottom: 40px;
}
.page--movie.new-movie.page-movie-detail .list--comment li .open .reportList{
		transition: 0.3s ease 0.3s;
        transform: translateY(0);
}
.page--movie.new-movie.page-movie-detail .list--comment li .reportList dd{
        border-bottom: 1px solid #DDD;
}
.page--movie.new-movie.page-movie-detail .list--comment li .reportList dd:last-child{
    border-bottom: none;
}
.page--movie.new-movie.page-movie-detail .list--comment li .reportList dd a{
        text-decoration: none;
        color: #000;
        padding: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: 1em;
}
.page--movie.new-movie.page-movie-detail .list--comment li .reportList dd a img{
        width: 1.2em;
        margin: 0 15px 0 0;
}
.page--movie.new-movie.page-movie-detail .section--detail .area--more-info .block--tab__main .block--comments .list--comment li .list__txt .report-btn {
        width: 20px;
        position: absolute;
        top: 13px;
        right: 45px;
}


/* WALLPAPER */
#wallpaper .contentsList{ box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 7%; }
#wallpaper .contentsList li{
	width: 49%;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin:0 2% 5px 0;
	margin:0 2% 2vw 0;
}
#wallpaper .contentsList li:nth-child(even){ margin-right:0; }
#wallpaper .contentsList .thumb{ margin-bottom: 10px; }

#wallpaper .noteBox{
	border: 1px solid #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 13px;
	padding: 10px;
	margin: 0 7% 20px;
}
#wallpaper .noteBox .tit{ font-weight: bold; }


/* loading */
#next .loading{ width: 15%; margin: 0 auto; }
#next .loading img{ display : none !important; }
#next a {
	display:block;
	text-indent:-9999px;
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 10px;
	margin:0 auto;
}
#next a:before {
	content: "";
	position: absolute;
	top: 28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	box-shadow: 0px 20px 0 0 rgba(255,136,204,1), 14px 14px 0 0 rgba(255,136,204,0.85), 20px 0px 0 0 rgba(255,136,204,0.6), 14px -14px 0 0 rgba(255,136,204,0.45), 0px -20px 0 0 rgba(255,136,204,0.3), -14px -14px 0 0 rgba(255,136,204,0.15);
	-webkit-animation: load-icon-anim 1s steps(8) 0s infinite normal;
}
@-webkit-keyframes load-icon-anim { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(360deg);} }
#next a:after {
	position: absolute;
	content: "Loading";
	width: 100%;
	bottom: 5px;
	text-align: center;
	color: #fff;
	font-size: 10px;
}


/* support
--------------------------------------- */
#support{ padding: 0 7%; }
#support .supportList li{ margin-bottom: 5px; }
#support .supportList dt{ font-weight: bold; border-bottom: 1px solid #000; padding-bottom: 0; margin-bottom: 10px; }
#support .supportList dd{ margin-bottom: 20px; }


/* FAQ
--------------------------------------- */
#qaList{ padding: 0 7%; }
#qaList .search{
	border: 1px solid #ccc;
 	margin-bottom: 30px;
}
#qaList .search input[type="text"]{
	width: 88%;
	float: none;
	border-radius: 2px;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	padding: 10px;
}
.search input[type="submit"].sp{
		display: inline-block !important;
    -webkit-appearance: none;
    font-family: FontAwesome;
    width: 10%;
    background-color: #fff;
    color: #ddd;
    font-size: 17px;
    border: none;
    padding: 0;
    position: relative;
    top: 1px;
}

#qaList .newsList li{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
#faq.inner.faqDetail{
	padding: 40px 7% 0;
}
#faq #qaList li a { display: block; color: #000; text-decoration: none; }
#faq #qaList.qaDetail dd a{ color: #ff5fa2; text-decoration: underline; }
#faq #qaList h3 {
	font-size: 16px;
	line-height: 160%;
	word-break: break-all;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#faq #qaList .newsList{ border: none; padding-bottom:0; margin-bottom: 30px; }
#faq #qaList .newsList a {
	display: block;
	color: #000;
	line-height: 170%;
	word-break: break-all;
	padding: 0 0 0 2.4em;
	margin-bottom: 0;
	text-indent: -2.4em;
}
#faq #qaList .newsList a span{
	font-weight: normal;
	padding-right: .5em;
}
#faq #qaList .inner { padding: 20px 3%; }
#faq #qaList .inner dt { font-size: 14px; margin-bottom: 15px; }
#faq #qaList .inner dd { line-height: 160%; border: medium none; }
#faq #qaList .qalist li a::before { content: ""!important; }
#faq #qaList.qaDetail{ padding:  0; }

#qaList .titCat{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}
#qaList dl {
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 30px;
}
#qaList dt{
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	text-indent: 0;
	position: relative;
}
#qaList dt .tit{
	display: block;
	line-height: 140%;
	text-align: left;
	padding-left: 2.5em;
	padding-bottom: 10px;
	margin: 0 0 5px;
}
#qaList dt .tit span.ico,
#qaList dd .tit span.ico{
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #333;
	color: #fff;
	font-size: 13px;
	text-indent: 0;
	text-align: center;
	border-radius: 20px;
}
#qaList dt .tit span.ico{
	margin-right: .5em;
	position: absolute;
	left: 0;
	top: 0;
}
#qaList dd{
	line-height: 1.7;
	text-indent: 0;
	font-size: 14px;
	position: relative;
	padding-top: 1px;
	padding-left: 36px;
}
#qaList dd .tit span.ico{
	background: #ff5fa2;
	font-weight: normal;
	position: absolute;
	left: -36px;
	top: 0;
}
#qaList dd .tit{
	position: relative;
}

#faq #qaList .lead { font-weight: normal; text-align: left ;margin: 20px auto; }
#faq #qaList .addBox{ margin-bottom: 30px;}
#faq #qaList .addBox .main{ width: 90%;}

#qaList .list--tag {
	margin-bottom: 30px;
}

#qaList .list--tag li {
	border: 1px solid;
	border-radius: 30px;
	text-align: right;
	cursor: pointer;
	transition: 0.3s;
	display: inline-block;
	margin: 6px 0;
}
#qaList .list--tag li a {
	display: block;
	padding: 6px 6px;
	font-size: 13px;
	text-decoration: none;
}

#qaList h3.title {
	display: block;
	padding-top: 80px;
	margin-top: -80px;
}


/* report
----------------------------------- */
#report .contentsList li,
#diary .contentsList li{ margin-bottom: 15px; }
#report .contentsList li .thumb,
#diary .contentsList li .thumb{ width: 40%; float: left; margin-right: 5%; }
#report .contentsList li .txtArea,
#diary .contentsList li .txtArea{ overflow: hidden; }


/* entry
----------------------------------- */
#entry #entrySVG{ display: none; }
#entry section{ padding: 0 7%; position: relative;}
#entry section .inner{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}
#entry h3{
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	position: relative;
}
#entry h3::after{
	display: block;
	content: '';
	width: 1.4em;
	height: 1px;
	background: #000;
	margin-left: -0.7em;
	position: absolute;
	bottom: -10px;
	left: 50%;
}
#entry .subTxt{ display: block; font-size: 14px; }

/* heroImg */
#entry #heroImg{ padding: 0; margin-bottom: 30px;}
#entry #heroImg .ph{ background: #ffe0ee; padding: 40px 7%; margin: 0 auto; }
#entry #heroImg h2{ color:#ff5fa2 ; font-size: 26px; text-align: center; }

/* benefit */
#entry #benefit { margin-bottom: 50px; }
#entry #benefit .inner{ background: none; padding: 0; }
#entry #benefit li{
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin: 0 0 30px;
}
#entry #benefit li:last-child{ border-bottom: none; margin-bottom:0; }
#entry #benefit li.card{ width: 100%; float: none; }
#entry #benefit li .tit{ font-size: 16px; padding-left: 1.6em; text-indent: -1.6em; margin-bottom: 10px; }
#entry #benefit li .tit svg{
	display: inline-block;
	width: 20px;
	height: 20px;
	fill: #000;
	vertical-align: -3px;
	margin-right: 7px;
}
#entry .tit .subTxt{ display: inline-block; font-size: 12px; vertical-align: 3px; padding-left: 2.2em; }
#entry #benefit li .ph{ text-align: center; }
#entry #benefit li .ph + .txt{ margin-top: 20px; }
#entry #benefit li .txt{ font-size: 13px; line-height: 170%; text-align: justify; word-break: break-all; }

/* 入会方法 */
#entry #entryStep .price	{ text-align: center; background: #e5e5e5; padding: 10px; margin-bottom: 20px; }
#entry #entryStep .price li { display: inline-block; font-size: 16px; }
#entry #entryStep .price .subTxt{ display: block; font-size: 12px;}
#entry #entryStep .subTit{ font-size: 14px; border-bottom: 1px solid #000; padding-bottom: 2px; margin-bottom: 20px; }

#entry #entryStep .howto	{ text-align: center; }
#entry #entryStep .howto li{
	margin-bottom: 10px;
	border: 1px solid #000;
	padding: 12px 6% 10px;
	box-sizing: border-box;
}
#entry #entryStep .howto li:last-child{ margin: 0; }
#entry #entryStep .howto li a{
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
}
#entry #entryStep .howto li .ph{
	width: 50%;
	margin: 0 auto 4px;
}
#entry #entryStep .howto li:first-child .ph{ width: 50%; }
#entry #entryStep .howto li:last-of-type .ph{ width: 40%; }

#entry #entryStep .howto li .txt{ text-align: center;}
/*
#entry #entryStep .howto li a::after{
	content: "\f105";
	font-family: 'FontAwesome';
	z-index: 10;
	color: #000;
	font-size: 18px;
	vertical-align: 0;
	line-height: 0;
	margin-top: -2px;
	position: absolute;
	right: 0;
	top: 50%;
}
*/
#entry #entryStep .howto li .ph img{ display: block; background: no-repeat 12px center; background-size: cover; -webkit-background-size: cover; }
#entry.loppi .lead{ background: #ff5fa2; color: #fff; text-align: center; padding: 15px 0; }
#entry .text{ margin-bottom: 20px; }
#entry.loppi #entryStep li{ margin-bottom: 40px; }
#entry.loppi #entryStep h4{ font-size: 16px; margin-bottom: 10px;}
#entry .alertBox {  border-radius: 0; padding: 15px; margin: 0;}
.alertBox {
	background: #f5f5f5;
	line-height: 180%;
	font-size: 13px;
	border-radius: 0;
	padding: 15px;
}


/* bingo
--------------------------------------- */
#contentsArea { background:transparent; }
#contentsArea .pageTit { display: block; font-family: "megeometricsans"; font-size: 20px; padding: 30px 0 0; }

/* QA */
.qaList .qa,
.qaList dt { border-color:#f8c; }
.qaList dt a::after { color:#F8C; right:0; }
.qaList dd { padding:10px 0 20px; }
#contentsAreaSection a,
#contentsAreaSection a:hover { color:#F8C; padding:15px 20px 15px 0; }

.searchBox { padding-top:0; }
.searchBox .bdSolid { border:none; background:none; text-align:center; }
.searchBox .bSubTtl .color11 { font-size:11px; font-weight:normal; text-align:center; margin:0 0 7px; }
.searchBox select,
.searchBox #fword {
	-webkit-appearance: none;
	display:block;
	width:100% !important;
	background:#fff;
	font-size:15px;
	line-height:20px;
	border:1px solid #F8C;
	padding:8px;
	box-sizing:border-box;
	box-shadow: none;
	border-radius: 30px;
}
.searchBox select {
	background: #fff url(/static/original/fanclub-sp/images/cmn/ico_arrow_down.png) no-repeat 98% center;
	-moz-background-size:20px;
	-webkit-background-size:20px;
	background-size:20px;
}
.searchBox select::after { content: '\f3c7'; font-family: 'WebHostingHub-Glyphs'; }
.searchBox button {
	-webkit-appearance: none;
	display:block;
	width:64%;
	background:#f8c;
	color:#fff;
	font-size:14px;
	border:none;
	border-radius: 30px;
	padding:10px 0;
	margin:25px auto 0
}
.btn a, .btn input[type="submit"], .btn input[type="button"] { font-size:14px; text-shadow:none; }
#contentsAreaSection .btn .main,
.btn .main,
.btn .btnMain,
.btn input[type="submit"].main,
.btn input[type="submit"].btnMain { color:#fff; text-shadow:none; }

/* form */
.extMdlFormGnrtrSP select {
	width: 90%;
	height: 37px;
	color: #333;
	font-size: 15px;
	border:none;
	background:none;
	overflow: hidden;
	-webkit-appearance:none;
}
.extMdlFormGnrtrSP select:after { content: '\f48b'; }
img { -webkit-user-select: none; }
.bnrArea{  margin:0 auto 20px; }

#bingo_page_survey #wrap{ background: none !important; }
#bingo_page_survey #container{ box-sizing: border-box; -webkit-box-sizing: border-box; padding: 80px 5% 46px; }

#bingo_page_survey .messageArea{ color: #ff5fa2; }

#bingo_page_survey .extMdlFormGnrtrSP li{ line-height:180%; background: none; padding: 0;}
#bingo_page_survey .extMdlFormGnrtrSP ul {
	display: block;
	background: #fff;
	line-height: 0;
	border-radius: 2px;
	border: 1px solid #ccc;
	padding-top: 0;
	margin-bottom: 30px;
}
#bingo_page_survey .extMdlFormGnrtrSP textarea,
.extMdlFormGnrtrSP input[type="text"],
.extMdlFormGnrtrSP input[type="tel"],
.extMdlFormGnrtrSP input[type="mail"]{
	width: 100% !important;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	padding: 8px;
}
#bingo_page_survey .subTxt.note{ color: #c00; font-size:11px;}
#bingo_page_survey .extMdlFormGnrtrSP select{ width: 100%; }
#bingo_page_survey .alertBox{ margin-bottom: 20px; }

/* confirm */
#bingo_page_survey .extMdlFormGnrtrSP .confirm{ border: none; padding-top: 10px; }

#bingo_page_contact #wrap{ background: none; }
#bingo_page_contact .pageTit{padding: 0 7%;}
.pageTit i.star{ display: none; }

#container-4,
#container-5,
#container-6,
#container-261,
#container-262,
#container-263{
	padding: 0 7%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#container-4 .extMdlFormGnrtrSP li,
#container-5 .extMdlFormGnrtrSP li,
#container-6 .extMdlFormGnrtrSP li,
#container-261 .extMdlFormGnrtrSP li,
#container-262 .extMdlFormGnrtrSP li,
#container-263 .extMdlFormGnrtrSP li{ padding:0; }

.formTit .note{ color: #f00; }

.btn .main input,
.btn .btnMain input{ padding: 15px 40px; }


/* faq / contact
--------------------------------------- */
.formArea .formTit { font-size: 12px; border-bottom: 1px solid #555; padding-bottom: 3px; margin: 0 0 10px; }
#bingo_page_contact .txt { font-size:12px; line-height: 1.5em; }
#bingo_page_contact .formList { border: none; margin: 0 0 30px;}
#bingo_page_contact .formList li { background: transparent!important; }
#bingo_page_contact .extMdlFormGnrtrSP input[type="text"],
#bingo_page_contact .formList textarea,
#bingo_page_contact .extMdlFormGnrtrSP select { width: 100%; -webkit-appearance:none; background: #fff; border: 1px solid #999; box-shadow: none; }
#bingo_page_contact .extMdlFormGnrtrSP input[type="submit"] { width: 100%; border: none; box-shadow: none; padding: 15px 40px; }

.imgGuardGif,
.detail .txtArea img.imgGuardGif{ margin:0 auto; }

/*topバナー*/
.bnrBox { margin:10px auto 5px; text-align:center; padding:0px 10%; }
.bnrBox a { display:block; }

#qaList .search .main{
display: block;
border-radius: 20px;
}
#faq{ padding: 0;}


/* android
================================= */

.andOS #headerNavWrap #headerNav { padding: 0 0 0 8%; }
.andOS #headerNavWrap .globalNav{ margin-top: -40px; }


/* tablet
================================= */
@media screen and (min-width:600px) and ( max-width:960px) {

	/* base
	---------------------------- */
	body { font-size: 16px; font-size: 2.1vw; }


	/* layout
	---------------------------- */
	#container { padding: 70px 0 90px; }

	/* header
	---------------------------- */
#headerNavWrap #headerNav{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	min-height: 100%;
	height: auto;
	background: #fff;
	padding: 0 0 0 8%;
}

	#header h1.logo { width: 30%; }
	#header h1.logo a { position: relative; top: 4px; }
	#navBtn { width: 30px; top: 28px; right: 3%; }
	#headerNavWrap #headerNav{ padding-left: 10%; }
	#headerNavWrap #headerNav .globalNav a { font-size: 30px; font-size: 3vw; }
	#headerNavWrap #headerNav .globalNav li.logo { width: 120px; width: 15vw; }


	/* footer
	---------------------------- */
	#footer { padding: 60px 0 10px; }
	#footer h2.logo { width: 24%; }
	#footer .loginList li a { font-size: 24px; font-size: 3vw; }
	#footer .supportNav { margin-bottom: 50px; }
	#footer .supportNav li { margin-bottom: 10px; }
	#footer a { font-size: 13px; font-size: 1.7vw; }
	#footer .bnrList { padding: 0 12%; margin-bottom: 40px; }
	#footer .bnrList li { margin-bottom: 10px; margin-bottom: 0.5vw; }
	#footer .officialLogo a{ display: block; width: 20%; font-size: 11px; font-size: 1.5vw; margin: 0 auto 15px;}


	/* layout
	---------------------------- */
	#wrap{ font-size: 16px; font-size: 2vw; }

	/* list style */
	.infoList li:not(:last-child) { margin-bottom: 30px; }
	.date{ font-size: 13px; font-size: 1.5vw; line-height: 100%; }

	/* more, pageBack */
	.more a,.pageBack a{ font-size: 15px; font-size: 1.8vw; }
	.more a::after ,.pageBack a::after{ vertical-align: 0px; margin-left: 4px; }
	.pageBack { margin: 80px 0 30px;}


	/* top
	---------------------------- */
	/* common */
	#top section { margin-bottom: 180px; }
	#top section h2.sectionTit { line-height: 50px; font-size: 32px; font-size: 4.4vw;margin-bottom: 50px; }
	#top section:not(:first-of-type)::before { width: 49px; height: 28px; margin-left: -24.5px; top: -100px;}
	#top .infoList { margin-bottom: 40px; }

	/* firstView */
	#top #firstView { margin-bottom: 60px; }

	/* loginArea */
	#loginArea .mypage a, #loginArea .join a { width: 40%; font-size: 18px; border-radius: 30px; -webkit-border-radius: 30px; padding: 19px 0 16px; }
	#loginArea .login a { width: 40%; font-size: 16px; padding: 19px 3px; }

	/* latest */
	#top .contentsList .date { padding-left: 2.3em;}


	/* detail
	---------------------------- */
	/* header */
	.detail #header h1.logo { width: 30%; padding-top: 0;}

	/* common */
	.sectionTit { font-size: 32px; font-size: 4.4vw; margin: 50px auto; }

	/* layout */
	.detail .titArea .tit{ font-size: 24px; font-size: 2.8vw; margin-bottom: 10px;}



	/* live report, diary */
	#report .contentsList li .thumb, #diary .contentsList li .thumb { width: 30%; }

	/* movie */
	#movie .contentsList li { margin: 0 auto 50px; }
	#movie .contentsList .thumb{ margin-bottom: 20px; }


}


/* アンケートページ(sslQuestioneer)
-------------------------------- */
#question .titArea{ text-align: center; padding-top:0; }
#question h2.sectionTit{ font-size: 20px; margin: 0 0 30px; font-family: -apple-system, sans-serif; }
#question .formList{ border-radius: 0; background: none; margin: 30px auto; }
#question .formArea .formTit { color: #000; font-size: 12px; font-weight: bold; margin: 0 0 3px; }
#question .formList{ margin-bottom: 30px; border: none; }
#question .formList textarea{ min-height: 100px; line-height: 140%;}
#question .formList textarea,
#question .formList input{
	width: 100%;
	-webkit-appearance: none;
	border-radius: 2px;
	background: #fff;
	font-size:14px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px 5px;
}
#question .formList dt{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
#question .formList dd{ margin-bottom: 25px; }
#question .formList.confirm{ background: #f5f5f5; color: #000; padding: 10px; margin: 15px auto 30px; }
#question .formList.confirm input{ -webkit-appearance: none; color: #000; background:none; font-size: 14px; padding: 0; }
#question .formList.confirm dt{ font-weight: normal; font-size: 11px; color: #9c9c9c; line-height: 120%; margin-bottom: 0; }

#question .confirm .txtArea{ background: #222; padding: 10px 10px 0;}
#question .confirm .txtArea:last-of-type{ padding: 10px;}
#question .confirm .txtArea .txt{ margin: 0;}
#question .confirm .txtArea + .btn{ margin-top: 30px; }
#question.detail .titArea .tit{
	font-size: 18px;
	line-height: 130%;
	font-weight: bold;
	text-align: center;
	word-break: break-all;
	padding-top: 20px;
	margin-bottom: 5px;
}

/* pulldownBox */
.pulldownBox{ border:none; position: relative; margin: 0 0 35px; }
.pulldownBox select {
	-webkit-appearance: none;
	-moz-appearance: button;
	width: 100%;
	height: 45px;
	background: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 24px;
	padding: 0 10px;
	position: relative;
	border: none;
}
.pulldownBox:before {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 10;
	color: #000;
	line-height: 0;
	font-size: 20px;
}
#question .formList .pulldownBox{
	width: 100%;
	border: 1px solid #ccc;
	padding: 4px 0;
	margin-bottom: 0;
}
#question .formList .pulldownBox select{ width: 100%; height: 30px; font-size: 12px; font-family: -apple-system, sans-serif; }

#question .formList .choiceArea.year .pulldownBox{ display:inline-block;width: 65px; margin-right: 5px; margin-bottom: 0;}
#question .formList .choiceArea.year .pulldownBox:not(:first-child){ margin-left: 8px; }
#question .formList .choiceArea.year .pulldownBox::before{right: 8px;}
#question .formList .radioBtn label{
	font-size: 14px;
	display: block;
	float: left;
	line-height: 1.5em;
	margin: 2px 25px 10px 5px;
}
#question .formList .radioBtn input[type="radio"] { float: left; -webkit-appearance: radio; width: auto; }
#question .formList  .radioBtn input[type="radio"] {
	content: "";
	width: 18px;
	height: 18px;
	-webkit-appearance: button;
	appearance: button;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	vertical-align: middle;
	clear: both;
	padding: 0;
	position: relative;
}
#question .formList .radioBtn input[type="radio"]:checked:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #000 ;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 2px;
}
#question .formList input[type="checkbox"] {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	background: rgba(255,255,255,0.3);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0;
}
#question .formList input[type="checkbox"]:checked:after {
	position: absolute;
	content: "";
	top: -3px;
	left: 3px;
	width: 8px;
	height: 14px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#question .formList .check {margin: 0 0 20px;}
#question .formList .check label {display: block;margin: 0 0 10px;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: #000 !important; background-image: none; color: #fff !important; }
#question .center{ text-align: center; }
.icoMust::before {
	content: '必須';
	display: inline-block;
	background: #ef2323;
	color: #fff;
	font-size: 9px;
	letter-spacing: 0.3em;
	text-align: center;
	line-height: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px 2px 2px 6px;
	margin-left: 4px;
	position: relative;
	top: -2px;
}
.detail#questionnaire .questionCnfirm{ margin-bottom: 30px; }
.detail#questionnaire .questionCnfirm .icoMust{ display:none; }

#question .btnTxt{ margin-bottom: 40px; }
#question .errorList{
	background: #f30f42;
	color: #fff;
	padding: 10px;
	margin: 20px auto;
}
#question .questionCnfirm,
#question .questionCnfirm tbody,
#question .questionCnfirm tr,
#question .questionCnfirm th,
#question .questionCnfirm td {display: block; width: 100%;}
#question .btnTxt { margin: 0 0 30px; }
#question .questionCnfirm { margin: 0 0 50px; }
#question .questionCnfirm th {
	font-size: 14px;
	text-align: left;
	margin-bottom: 10px;
}
#question .questionCnfirm td{
	font-size: 16px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#question .txt.guidance{ margin-bottom: 30px; }
#question .questionLogo{ 	width: 50%; margin: 0 auto 30px; }
#question .complete{ font-weight: bold;color: #ff5fa2; margin-top: 60px;}

#question .txt.notice{ margin-bottom: 30px;}




/* app
-------------------------------- */
.device--app #container{ padding-top: 20px;}
.device--app .pageBack a::before{
	content: "\f104";
	font-family: 'FontAwesome';
	z-index: 10;
	font-size: 16px;
	vertical-align: -1px;
	line-height: 0;
	margin-right: 4px;
}
.body--app__android .search{
	position: relative;
}
.body--app__android .search::before{
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: no-repeat url(/static/bullettrain/app/icon--search.png) center;
  background-size: 20px;
  pointer-events: none;
  z-index: 1;
  position: absolute;
  right: 5px;
  top:5px;
}
.body--app__android .search input[type="submit"].sp{
  opacity: 0;
}
.body--app__android .btnTxt a{
	display: inline-block;
	position: relative;
	padding-right: .7em;
}
.body--app__android .btnTxt a::after{
	content: '';
	display: block;
	width: .4em;
	height: .4em;
	border-top: 1px solid #ff5fa2;
	border-right: 1px solid #ff5fa2;
	transform: rotate(45deg);
	position: absolute;
	right: 0;
	top: .5em;
}

/*  5.1 app notice
------------------------------ */
.page--notice .list--info li {
  border-bottom: 0.5px solid #ccc;
}
.page--notice .list--info li a {
  display: block;
  color: #000;
  padding: 18px 4%;
  letter-spacing: 0.12em;
  font-weight: bold;
  line-height: 1.5;
  font-size: 14px;
}
.page--notice .list--info li .date {
  margin: 0 0 5px;
  font-size: 14px;
}

/*  4.3 カレンダー
------------------------------ */
.page--calendar .wrapper {
  padding: 0;
  overflow: hidden;
}
.page--calendar #header,
.page--calendar footer {
  display: none;
}
.page--calendar .block--refine {
  width: 100%;
  background: #000;
  overflow: hidden;
}
.page--calendar .block--refine ul {
  width: 100%;
  padding: 0 3% 15px;
  white-space: nowrap;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.page--calendar .block--refine li {
  display: inline-block;
  margin-right: 2px;
}
.page--calendar .block--refine input[type="checkbox"] {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.page--calendar .block--refine label p {
  font-size: 10px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.06em;
  display: block;
  min-width: 70px;
  text-align: center;
  padding: 0.5em 1em;
  position: relative;
  cursor: pointer;
  color: #999;
  border-radius: 20px;
  transition: all .3s ease;
  background: rgba(255, 255, 255, 0.2);
}
.page--calendar .block--refine input[type="checkbox"]:checked + p {
  background: #fff;
  color: #000;
}
.page--calendar .block--month {
  background: #000;
  color: #fff;
}
.page--calendar .block--month p {
  position: relative;
  float: left;
  height: 55px;
  line-height: 55px;
  font-size: 12px;
  font-weight: bold;
}
.page--calendar .block--month a {
  display: block;
  color: #fff;
}
.page--calendar .block--month .tit {
  width: 60%;
  text-align: center;
}
.page--calendar .block--month .tit span {
  padding: 0 10px;
  font-size: 24px;
  vertical-align: -4px;
}
.page--calendar .block--month .prev {
  width: 20%;
  text-align: left;
}
.page--calendar .block--month .prev a {
  padding-left: 20px;
}
.page--calendar .block--month .prev::after {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: auto;
  left: 10px;
  margin: -0.27em 0 0;
  border-color: #fff;
}
.page--calendar .block--month .next {
  width: 20%;
  text-align: right;
}
.page--calendar .block--month .next a {
  padding-right: 20px;
}
.page--calendar .block--month .next::before {
  content: '';
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #000;
  border-top: none;
  border-right: none;
  margin: -0.5em 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -0.27em 0 0;
  border-color: #fff;
}
.page--calendar .block--week ul {
  color: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #999;
  background: #fff;
  border-bottom: 0.5px solid rgba(150, 150, 150, 0.5);
  padding: 5px 0 3px;
}
.page--calendar .block--week ul li {
  width: 100%;
  text-align: center;
}
.page--calendar .block--week ul li:nth-child(6) {
  color: #4cafff;
}
.page--calendar .block--week ul li:nth-child(7) {
  color: #ff6d6f;
}
.page--calendar .block--day ul {
  color: inherit;
  font-size: 10px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background: #fff;
  border-bottom: 0.5px solid rgba(150, 150, 150, 0.5);
}
.page--calendar .block--day ul li {
  position: relative;
  width: 14.28571429%;
  min-height: 65px;
  padding-bottom: 5px;
}
.page--calendar .block--day ul li:nth-child(6) .day {
  color: #0098ff;
}
.page--calendar .block--day ul li:nth-child(7) .day {
  color: #ff4346;
}
.page--calendar .block--day ul a {
  display: block;
}
.page--calendar .block--day ul a + a {
  margin-top: 5px;
}
.page--calendar .block--day ul span {
  display: block;
  padding: 0 2px;
  word-break: break-all;
}
.page--calendar .block--day ul span span {
  display: inline;
  font-weight: bold;
}
.page--calendar .block--day ul .box {
  padding-top: 20px;
  width: 100%;
  line-height: 1.2;
}
.page--calendar .block--day ul .category {
  display: inline-block;
  margin: 0 0 5px;
  background: #000;
  color: #fff;
}
.page--calendar .block--day ul .day {
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}


#top.scrolling #app-bnr{
	opacity: 0;
	pointer-events: none;
}
#top.no-appbnr #app-bnr {
	display: none !important;
}
#top #app-bnr {
	display: none;
	position: absolute;
	z-index: 999;
	padding: 0;
	width: 90%;
	top: 70vh;
	left: 5%;
	transition: .3s;
}
#top #app-bnr a {
	display: block;
	background: #fbfaf9;
	color: inherit;
	padding: 10px 6% 10px 30px;
	position: relative;
	z-index: 150;
	font-size: 0;
	border-radius: 7px;
	color: #222;
	display: flex;
	display: webkit-flex;
	text-decoration: none;
	align-items: center;
	letter-spacing: 0;
	box-shadow: 0 32px 20px -30px rgba(0, 22, 27, 0.88);
}
#top #app-bnr a:before {
		content: "\f105";
		color: #bbb;
		font-family: FontAwesome;
		font-size: 20px;
		font-weight: normal;
		line-height: 0;
		position: absolute;
		top: 50%;
		right: 3%;
}
#top #app-bnr .icon {
	width: 16%;
	float: left;
	line-height: 0;
	margin: 0 3.5% 0 0;
}
#top #app-bnr .icon img{
		background: url(/static/bullettrain/app/app_icon.png) no-repeat center;
		background-size: cover;
		-webkit-background-size: cover;
		width: 100%;
		height: 100%;
		border-radius: 8px;
}
#top #app-bnr .txt {
	overflow: hidden;
	-webkit-flex: 1;
	flex: 1;
}
#top #app-bnr .txt span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
#top #app-bnr .txt span .txt--sub{
	font-size: 11px;
}
#top #app-bnr .close {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#top #app-bnr .close:before,
#top #app-bnr .close:after {
	content: '';
	width: 12px;
	height: 2px;
	background: #bbb;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 9px;
	margin-top: -2px;
}
#top #app-bnr .close:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
#top #app-bnr .close:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
}


/* AOP BLOG
----------------------------------- */

.aop_blog.aop_blog_list .pagingBox{
        padding: 40px 0 0;
}
.aop_blog.aop_blog_list  .pagingBox ul{
        display: flex;
}
.aop_blog.aop_blog_list  .pagingBox li{

}
.aop_blog.aop_blog_list  .pagingBox li.current span{
        border: 1px solid #000;
        display: flex;
        align-items: baseline;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        background: #000;
        color: #FFF;
        line-height: 25px;
        box-sizing: border-box;
}
.aop_blog.aop_blog_list .pagingBox li a{
        border: 1px solid;
        display: flex;
        align-items: baseline;
        justify-content: center;
        width: 25px;
        height: 25px;
        border-radius: 100px;
        text-decoration: none;
        transition: 0.3s ease;
        color: #000;
        line-height: 25px;
        box-sizing: border-box;
}
.aop_blog.detail .contentsList li{
    margin-bottom: 15px;
}
.aop_blog.detail .contentsList li a{
    display: flex;
}
.aop_blog.detail .contentsList li a .thumb{
	width: 40%;
	margin-right: 5%;
	margin-bottom: 0;
}
.aop_blog.detail .contentsList li a .thumb {
        background: #ffffff;
}
.aop_blog.detail .contentsList li a .thumb img.not_loggedin{
        filter: blur(15px);
        transform: scale(1.2);
}
.aop_blog.detail .detailBox .icon--like {
        display: inline-block;
        line-height: 1em;
        padding: 7px 14px 5px;
        border-radius: 100px;
        background: #eeeeee;
        position: relative;
        overflow: hidden;
}
.aop_blog.detail .detailBox .icon--like i{
		font-size: 115%;
		vertical-align: 1px;
		margin: 0 5px 0 0;
		color: #ff7373;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #ff7373;
        cursor: pointer;
		transition: 0.3s ease;

}
.aop_blog.detail .detailBox .icon--like i.clicked{
	background-color: #ffe4e4;
}
.aop_blog.detail .detailBox .icon--like i:before{
		display: block;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0, -48%);
        font-size: 90%;
		transition: 0.3s ease;
		color: #ffbebe;
}
.aop_blog.detail .detailBox .icon--like i.clicked:before{
        color: #ff7373;
}
.aop_blog.detail .detailBox .icon--like span{
        font-family: 'Varela Round', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
        font-weight: 600;
        font-size: 13px;
        vertical-align: 2px;
        margin-left: 20px;
        position: relative;
}
.aop_blog.detail .detailBox .titArea{

}
.aop_blog.detail .detailBox .titArea .tit{
        margin-bottom: 10px;
}
.aop_blog.detail .detailBox .txtArea .block--player.mov{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}

.aop_blog.detail .detailBox .txtArea {
    margin-bottom: 50px;
}
.aop_blog.detail .txtArea > * {
	margin-bottom: 5px;
}
.aop_blog.detail .detailBox .txtArea .block--player.mov{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
.aop_blog.detail .detailBox .txtArea .block--player video{

}

.aop_blog.detail .detailBox .table_box{
        border-top: 1px solid;
        padding: 50px 0 20px;
        margin-top: 50px;
}
.aop_blog.detail .detailBox .table_box dt{
        font-size: 16px;
        margin: 0 0 20px;
}
.aop_blog.detail .detailBox .table_box dd{

}
.aop_blog.detail .detailBox .table_box dd textarea{
        width: 100%;
        box-sizing: border-box;
        height: 10em;
        border-radius: 10px;
        border: 1px solid #000;
        padding: 10px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5em;
        letter-spacing: 0.05em;
}
.aop_blog.detail .detailBox .table_box + #block_box{

}
.aop_blog.detail .detailBox .table_box + #block_box .btn{
        line-height: 0;
        text-align: left;
}
.aop_blog.detail .detailBox .table_box + #block_box .btn span{
		display: inline-block;
        font-size: 16px;
}
.aop_blog.detail .detailBox .table_box + #block_box .btn span input{

}
.aop_blog.detail .archiveBtn{
        text-align: center;
        padding: 40px 0 0;
}
.aop_blog.detail .archiveBtn a{
        text-decoration: none;
        text-align: center;
        display: inline-block;
        width: 70%;
        max-width: 240px;
        background: #ff5fa2;
        color: #FFF;
        padding: 15px 15px 14px;
        font-size: 18px;
        border-radius: 100px;
}
.aop_blog.detail .ancPoint{
	position: relative;
}
.aop_blog.detail .ancPoint #anc{
	position: absolute;
	top:-50px;
}
.aop_blog.detail .commentList{
        margin-top: 60px;
        margin-bottom: 60px;
        border-top: 1px solid;
		padding: 20px 0 0;
}
.aop_blog.detail .commentList li{
        border-bottom: 1px solid;
        padding: 0 0 20px;
        margin-bottom: 20px;
		position: relative;
}
.aop_blog.detail .commentList li:first-child{

}
.aop_blog.detail .commentList li:last-child{
        margin-bottom: 0;
}
.aop_blog.detail .commentList li .name-wrap{
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        align-items: center;
}
.aop_blog.detail .commentList li .name-wrap .name{
        font-size: 16px;
        font-weight: 600;
}
.aop_blog.detail .commentList li .name-wrap .date{
        margin: 0;
        font-size: 12px;
}
.aop_blog.detail .commentList li.appComment .name-wrap .date{
        padding-right: 40px;
}
.aop_blog.detail .commentList li .text{
        letter-spacing: 0.05em;
}
.aop_blog.detail .commentList li .reportIcon{
        display: inline-block;
        position: absolute;
        right: 0;
        line-height: 1em;
        top: 6px;
        font-size: 16px;
}
.aop_blog.detail .commentList li .reportBlock{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		z-index: 999;
	}
.aop_blog.detail .commentList li .reportList{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #FFF;
		transition: 0.3s ease 1s;
        transform: translateY(110%);
        padding-bottom: 40px;
}
.aop_blog.detail .commentList li .open .reportList{
		transition: 0.3s ease 0.3s;
        transform: translateY(0);
}
.aop_blog.detail .commentList li .reportList dd{
        border-bottom: 1px solid #DDD;
}
.aop_blog.detail .commentList li .reportList dd:last-child{
    border-bottom: none;
}
.aop_blog.detail .commentList li .reportList dd a{
        text-decoration: none;
        color: #000;
        padding: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        line-height: 1em;
}
.aop_blog.detail .commentList li .reportList dd a img{
        width: 1.2em;
        margin: 0 15px 0 0;
}



.aop_blog.detail .block--pager{
		display: flex;
        justify-content: center;
        position: relative;
}
.aop_blog.detail .block--pager li{
        margin: 5px;
}
.aop_blog.detail .block--pager li.pager__item--newer{
        position: relative;
        height: 25px;
        width: 25px;
}
.aop_blog.detail .block--pager li.pager__item--newer a{
		display: block;
        border: 1px solid;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        box-sizing: border-box;
}
.aop_blog.detail .block--pager li.pager__item--newer a:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 5px;
        height: 5px;
        transform: translate(-30%, -50%) rotate(-135deg);
}
.aop_blog.detail .block--pager li.pager__item--newer:not(:has(a)){
        height: 25px;
        width: 25px;
        border: 1px solid;
        border-radius: 100px;
        opacity: 0.4;
        box-sizing: border-box;
}
.aop_blog.detail .block--pager li.pager__item--newer:not(:has(a)):before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 5px;
        height: 5px;
        transform: translate(-30%, -50%) rotate(-135deg);
}
.aop_blog.detail .block--pager li.pager__item--older{
        position: relative;
        height: 25px;
        width: 25px;
}
.aop_blog.detail .block--pager li.pager__item--older a{
		display: block;
        border: 1px solid;
        width: 100%;
        height: 100%;
        border-radius: 100px;
        box-sizing: border-box;
		color: #000;
}
.aop_blog.detail .block--pager li.pager__item--older a:before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 5px;
        height: 5px;
        transform: translate(-70%, -50%) rotate(45deg);
}
.aop_blog.detail .block--pager li.pager__item--older:not(:has(a)){
        height: 25px;
        width: 25px;
        border: 1px solid;
        border-radius: 100px;
        opacity: 0.4;
        box-sizing: border-box;
}
.aop_blog.detail .block--pager li.pager__item--older:not(:has(a)):before{
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-top: 1px solid;
        border-right: 1px solid;
        width: 5px;
        height: 5px;
        transform: translate(-70%, -50%) rotate(45deg);
}
.aop_blog.detail .block--pager li.pager__item--current{
        border: 1px solid #000;
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 25px;
        width: 25px;
        border-radius: 100px;
        background: #000;
        color: #FFF;
        font-size: 10px;
        box-sizing: border-box;
        line-height: 25px;
}
.aop_blog.detail .block--pager li.pager__item--other{

}
.aop_blog.detail .block--pager li.pager__item--other a{
        border: 1px solid;
        display: flex;
        align-items: baseline;
        justify-content: center;
        height: 25px;
        width: 25px;
        border-radius: 100px;
        text-decoration: none;
        transition: 0.3s ease;
        box-sizing: border-box;
        font-size: 10px;
        line-height: 25px;
	    color: #000;
}
.aop_blog.detail .block--pager li.pager__item--other a:hover{
		background: #FF5FA2;
        color: #FFF;
        border: 1px solid #FF5FA2;	
}
.aop_blog.detail .pageBack.archiveLink{
        margin: 26px 0 0;
}
.aop_blog.aop_blog_list .pageBack.archiveLink{
        margin: 46px 0 0;
}

.aop_blog.aop_blog_confirm #container{
        max-width: 800px;
        padding: 100px 0 40px;
}
.aop_blog.aop_blog_confirm .detailBox{
        padding: 0;
}
.aop_blog.aop_blog_confirm .detailBox .titArea{
        border-bottom: 1px solid;
        padding: 0 0 20px;
        margin-bottom: 20px;
}
.aop_blog.aop_blog_confirm .detailBox .titArea .tit{
        font-size: 18px;
        margin-bottom: 0;
}
.aop_blog.aop_blog_confirm .detailBox #comment_form{

}
.aop_blog.aop_blog_confirm .detailBox #comment_form dl{
		border-bottom: 1px solid;
        padding: 0 0 20px;
        margin-bottom: 40px;
}
.aop_blog.aop_blog_confirm .detailBox #comment_form dt{
        font-size: 12px;
        color: #999;
        margin: 0 0 10px;
        line-height: 1em;
}
.aop_blog.aop_blog_confirm .detailBox #comment_form dd{
        margin-bottom: 30px;
        font-size: 16px;
}
.aop_blog.aop_blog_confirm .detailBox #comment_form dd:last-child{
        margin-bottom: 0;
}
.aop_blog.aop_blog_confirm .btn{
        line-height: 0;
        text-align: center;
}
.aop_blog.aop_blog_confirm .btn .main.inputBtn{
        line-height: 0;
        text-align: center;
        display: inline-block;
}
.aop_blog.aop_blog_confirm .btn #submit_button{
		font-size: 16px;
        letter-spacing: 0.05em;
        display: inline-block;
        width: auto;
}
.aop_blog.aop_blog_confirm .compTit{
        text-align: center;
        font-size: 17px;
        line-height: 1.6em;
        margin-bottom: 30px;
        padding-top: 40px;
}
.aop_blog.aop_blog_confirm .compTit + .btn{
        margin-bottom: 40px;
}
.aop_blog.aop_blog_confirm .compTit + .btn a{
        margin: 0 auto;
        padding: 10px 40px;
        display: inline-block;
        width: auto;
        min-width: auto;
        font-size: 14px;
        line-height: 1.5em;
        letter-spacing: 0.05em;
}


.page--guide .langBar {
	width: 100px;
	padding-left: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	top: .7em;
	right: 70px;
	font-size: 12px;
	transition: 0.3s;
	font-weight: normal;
	z-index: 1000;
}
.page--guide .langBar .langSelector .easy-select-box:nth-of-type(2) {
  display: none;
}
.page--guide .langBar .esb-item {
  padding: 0.2em 1em .2em 0;
  cursor: pointer;
  text-align: right;
  color:#ff5fa2;
}
.page--guide .langBar .esb-displayer {
  padding: 0.3em 1em;
  border-bottom: solid 1px #ff5fa280;
  text-align: right;
  cursor: pointer;
  color:#ff5fa2;
}
.page--guide .langBar .esb-dropdown {
  padding: 0 0.5em;
  background: #fff;
  color: #000;
  line-height: 1.8em;
}
.page--guide .langBar select {
  padding: 1em;
  border-right: solid 1px #555;
  background: none;
  color: #fff;
  font-family: din-2014, sans-serif;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.page--guide .langBar select option {
  color: #000;
}

.fixed .langBar {
  right: 30px;
}

.page--guide #header h1.logo{
	width: 40%;
	margin: 0 auto 0 5%;
}