.wrapper {
	width:100%;
	max-width: 640px;
	margin:0 auto;
	text-align: left;
}
.castlist {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	-webkit-flex-wrap:wrap; /* Safari */
	flex-wrap:wrap;
}
.castlist .cast {
	padding: 10px 0;
    text-align: center;
box-sizing: border-box;
border-bottom: 1px dashed #666;
border-right: 1px dashed #666;
width: calc(100% / 2);
}

.castlist li a {
	color: #6b6b6b;
}

.castlist li a img {
	width: 90%;
	height: auto;
}
.castlist_icon {
	width: 90%;
	margin: 0 auto;
	display: flex;
	-webkit-flex-wrap:wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.castlist_icon li {
    margin-left: 5px;
    margin-top: 5px;
	padding:0px 8px;
	color: #fff;
	font-size:0.7em;
	background-color: #9a822e;
}

.castlist_title {}

.castlist p {
	margin: 0;
	padding: 0;
}
.castlist_name {
	font-size: 1.6em;
}
.castlist_name_r {
	font-size: 1.1em;
}
.castlist_age{
	font-size: 0.5em;
}
.castlist_size{
	font-size: 0.6em;
}

.castlist_date {
	margin: 0;
	padding: 0;
}

.marquee {
	width: 90%;
	margin: 0 auto;
  overflow: hidden; 
  position: relative;
}
.marquee::after {
  content: "";
  white-space: nowrap;
  display: inline-block;
}
.marquee > p {
	color: #FFFDDB;
	margin: 0;
	padding: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
#companion_area,#schedule_cast {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.thumb-box,.sche-box {
	width: 49%;
	height: auto;
	font-size: 100%;
	float: none;
}
.companion-thumb a img {
	width: 98%;
	height: auto;
}

.banner {
	width: 100%;
	max-width: 640px;
	height: auto;
	margin: 10px auto;
	display: block;
}

.text_red_large {
	color: #fff;
	background-color: #ff0000;
	outline: 1px solid #fff;
	outline-offset: -3px;
	padding: 5px;
}
.crown {
    position: relative;
    padding: 0px 0px 0px 2.5em;
    color: #003366;
    margin:10px 0 0 0;
    text-align: left;
}
.crown::before,
.crown::after {
    position: absolute;
    left: 0px;
    width: 0px;
    height: 0px;
    content: "";
}
.crown::before {
    top: -1.25em;
    border: 1em solid transparent;
    border-bottom: 1.5em solid currentColor;
}
.crown::after {
    top: 0.25em;
    border: 0.5em solid transparent;
    border-left: 1em solid currentColor;
    border-right: 1em solid currentColor;
}
.no1 {
    color: #dbb400;
}
.no2 {
    color: #9fa0a0;
}
.no3 {
    color: #c47022;
}
.no4 {
    color: #975110;
}
.no5 {
    color: #971610;
}

.text_banner {
    margin: 10px auto;
    padding: 10px;
    display: flex;
  justify-content: center;
  align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 640px;
    height: 100px;
    box-sizing: border-box;
    background: url("../images/sp_newface_ranking.jpg") no-repeat;
	font-size: 1.2em;
	line-height: 1.4em;
	font-style: italic;
	font-weight: bold;
    text-align: center;
    color: #ff6db6;
    text-shadow: -2px -2px 6px #fff, 2px -2px 6px #fff, 2px 2px 6px #fff, -2px 2px 6px #fff;
    font-feature-settings: "palt";
}
.text_banner_l {
    font-size: 1.6em;
    line-height: 1em;
}
.text_banner a {
    display: block;
    color: #ff6db6;
}





