@charset "shift_jis";
/*********************************************/
/*　　　　　　　特集ページ用CSS　　　　　　　*/
/*********************************************/
html {
	background-color: #000;
}
body {
	background-color: transparent;
	color: #CCC;
}
img {
    height: auto;
}
.iPhoneBody {
	background-color: transparent;
}
.iPhoneBody:before{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-image: url('https://cms-assets.nilto.com/spaces/211853270/media/959149958/_/bakemonogatari_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
/*.iPhoneBody:before{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
    width: 100%;
    height: 100vh;
	background-image: url(img/bg45.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}
.iPhoneBody:after{
    display: block;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
}
.panel {
	display: none;
	position: absolute;
	width: 100%;
}
.active {
	display: block;
}*/
.content {
	background-color: transparent;
}
/*** ページタイトル ***/
.iPhoneListTitle {
	background-color: #e60012;
	color: #FFF;
}
.originalColor {
	background-color: #666;
	color: #FFF;
}
/*** ショートカットボタン ***/
.menuButton1,
.menuButton2,
.menuButton3 {
	background-color: #e60012;
	border-bottom: none;
}
/*** TOPリンクリスト ***/
.iPhoneULIndex li {
	border-bottom: solid 1px #ac000d;
	background-color: transparent;
}
.iPhoneULIndex a {
	padding: 15px 10px 15px 0;
	background: none;
	position: relative;
}
.iPhoneULIndex a:after {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #ffff00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.iPhoneULIndex a:visited::after {
    border-color: #bb77ff;
}
.moviebotan a::after {
	content: none;
}
/*** リンク ***/
.iPhoneULIndex a,
center > a[href*="sammy_slot_221.php"]:link {
	color: #ffff00;
}
.iPhoneULIndex a:visited,
center > a[href*="sammy_slot_221.php"]:visited {
	color: #bb77ff;
}
/*** 見出し ***/
.sectionTitle,
.sectionTitleTop {
	padding: 0;
	background-color: transparent;
	border-bottom: solid 1px #ac000d;
}
/*** 小見出し ***/
.topsec {
	padding: 8px 0;
	background-color: #730009;
	font-size: 14px;
	line-height: 1.0;
	color: #FFF;
	border-bottom: solid 1px #ac000d;
}
/*** コピーライト ***/
.crtext {
	color: #999;
}

/*** newアイコン ***/

.icon.NEW {
    color: #fff;
    border-color: #f00;
}

.icon {
    display: inline-block;
    margin: 0 0 0.2rem 0.5rem
6.09375px
;
    padding: 0 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #f00;
    border: 0.1rem solid;
}
