@charset "utf-8";
/*
CSS Information
 File name:      movie.css
 Author:         Administrator
 Style Info:     /sp/movie.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */
.mov_change p a {
	display: block;
	padding: 10px 5px;
	margin: 10px;
	text-align: center;
	background-color: #ccc;
	color: #fff;
}

#content ul li {
	border-bottom: solid 1px #000099;
}

#content ul li:last-of-type {
	border-bottom: none;
}

.movie_list li a {
	display: flex;
	margin: 0 auto;
	padding: 10px;
	font-size: 85%;
	color: #000000;
}

.movie_list .photo {
	width: 35%;
	margin-right: 10px;
	height: 80px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #000;
}
.movie_list-info {
	flex: 1;
}
.movie_list li img {
	width: 100%;
	height: 100%;
	max-width: inherit;
	max-height: inherit;
	object-fit: cover;
}

.movie_list li h2 {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 116%;
}

#content ul li div em {
	display: block;
	margin-bottom: 7px;
	text-decoration: none;
	font-style: normal;
	color: #000066;
}


section .mov_change2 {
	text-align: center;
	padding-bottom: 5px;
}
section .mov_change2 p {
	display: inline-block;
	margin: 0px;
	width: 23%;
	font-size:0;
}
section .mov_change2 p a,
section .mov_change2 p span {
	display: block;
	margin: 0 auto;
	padding: 7px 0;
	color: #666666;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #efefef;
	border-radius: 5px;
	text-align: center;
	font-size: 2vw;
}
.color01 {
	background-color: #ee0558 !important;
	color: #fff !important;
}
.color02 {
	background-color: #e5c94b !important;
	color: #fff !important;
}
.color03 {
	background-color: #05ae21 !important;
	color: #fff !important;
}
section .mov_change2 p a.color01:hover {
color:#ee0558 !important;
background-color:#fff !important;
border:1px solid #ee0558;
}
section .mov_change2 p a.color02:hover {
color:#e5c94b !important;
background-color:#fff !important;
border:1px solid #e5c94b;
}
section .mov_change2 p a.color03:hover {
color:#05ae21 !important;
background-color:#fff !important;
border:1px solid #05ae21;
}

span.photo {
position:relative;
}
.box_ttl {
	position: absolute;
	top: 3px;
	right: 3px;
	text-align: center;
	padding: 3px 5px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 97;
	border-radius: 4px;
	font-size: 2vw;
	font-weight: bold;
	width: auto !important;
	margin: 0 !important;
}
.color_01 {
	border: 2px solid #ee0558;
	color: #ee0558;
}
.color_02 {
	border: 2px solid #e4c84a;
	color: #e4c84a;
}
.color_03 {
	border: 2px solid #05ae21;
	color: #05ae21;
}
.f_col01 {
	color: #ee0558;
}
.f_col02 {
	color: #e4c84a;
}
.f_col03 {
	color: #05ae21;
}
.numbering {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 97;
	width: auto !important;
	margin: 0 !important;
	font-size: 3vw;
	font-weight: bold;
	font-style: italic;
	text-shadow: 
    white 1px 0px,  white -1px 0px,
    white 0px -1px, white 0px 1px,
    white 1px 1px , white -1px 1px,
    white 1px -1px, white -1px -1px,
    white 1px 1px,  white -1px 1px,
    white 1px -1px, white -1px -1px,
    white 1px 1px,  white -1px 1px,
    white 1px -1px, white -1px -1px;
}
p.time {
padding-left: 12px;
}

.mov_change.mov_change3 {
	display: flex;
	gap: 0 10px;
	padding: 10px 10px;
}
.mov_change2-item {
	flex: 1;
}
.mov_change.mov_change3 .mov_change2-item-link {
	width: 100%;
	margin: 0;
	padding: ;
	box-sizing: border-box;
	background: #000;
}
/*------------------------------お題動画タグ---------------------------*/
.ladymovie-tabs {
	margin-bottom: 20px;
}
.ladymovie-tabs-box {
	text-align: left;
	overflow-x: scroll;
	display: flex;
	gap: 0 5px;
	padding: 0 0 0 10px;
}
.ladymovie-tabs-item {
	flex-shrink: 0;
}
.ladymovie-tabs-item a {
	padding: 5px 10px;
	border: 1px solid #999;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	display: block;
	color: #666;
	background: #fff;
}
.ladymovie-tabs-item.current a{
	border: 1px solid #c80037;
	background:#c80037;
	color:#fff;
}
#content .ladymovie-tabs li {
	border-bottom: none;
}