@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/405880458/_/vvv2_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 #008000;
	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: #ff0000;
}
.moviebotan a::after {
	content: none;
}
/*** リンク ***/
.iPhoneULIndex a,
center > a[href*="sankyo_slot_66.php"]:link {
	color: #ffff00;
}
.iPhoneULIndex a:visited,
center > a[href*="sankyo_slot_66.php"]:visited {
	color: #ff0000;
}
/*** 見出し ***/
.sectionTitle,
.sectionTitleTop {
	padding: 0;
	background-color: transparent;
	border-bottom: solid 1px #008000;
}
/*** 小見出し ***/
.topsec {
	padding: 8px 0;
	background-color: #004c00;
	font-size: 14px;
	line-height: 1.0;
	color: #FFF;
	border-bottom: solid 1px #008000;
}
/*** コピーライト ***/
.crtext {
	color: #999;
}
/*** newアイコン ***/
.icon {
    display: inline-block;
    margin: 0 0 0.2rem 0.5rem;
    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;
}
.icon.NEW {
    color: #fff;
    border-color: #f00;
}

.icon.VIDEO {
    color: #fff;
    border-color: #00bfff;
    background-color: #00bfff;
    border-radius: 0;
    position: relative;
}
.icon.VIDEO > span {
    display: inline-block;
    transform: rotate(90deg);
    margin: 0 0.2rem;
}
.icon.VIDEO > span:first-of-type,
.icon.VIDEO > span:last-of-type {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(0);
}
.icon.VIDEO > span:first-of-type {
    left: 0.1rem;
}
.icon.VIDEO > span:last-of-type {
    right: 0.1rem;
}
.icon.VIDEO > span:first-of-type:before,
.icon.VIDEO > span:first-of-type:after,
.icon.VIDEO > span:last-of-type:before,
.icon.VIDEO > span:last-of-type:after {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #fff;
    content: '';
    position: absolute;
}
.icon.VIDEO > span:first-of-type:before {
    left: 0;
    top: -0.4rem;
}
.icon.VIDEO > span:first-of-type:after {
    left: 0;
    bottom: -0.4rem;
}
.icon.VIDEO > span:last-of-type:before {
    right: 0;
    top: -0.4rem;
}
.icon.VIDEO > span:last-of-type:after {
    right: 0;
    bottom: -0.4rem;
}
