@media all and (min-width: 768px) {
  body.character h1.lazy-done {
    background-image: url(../img/character_h1.png);
  }
  .low div.wrap {
    background-image: none;
    background-color: #fff;
  }
}
@media all and (max-width: 767px) {
  body.character h1.lazy-done {
    background-image: url(../img/character_h1_smp.png);
  }
}
.ph_cut span {
	background-color: #fff;
}
div.name {
	border-bottom: 1px solid #000;
}
div.name, p.kana, p.actor{
	letter-spacing: 0.15em;
}
p.actor {
	text-align: right;
}
p.actor span {
}
@media all and (min-width: 768px) {
  p.txt {
    font-size: 17px;
  }
	div.character {
		background-color: #faf7f0;
		box-shadow:3px 4px 12px -1px rgba(0,0,0,0.2);
		margin-bottom: 50px;
	}
	.chart div.character,
	.story div.character {
		/* border: 1px solid #000; */
		padding: 25px 45px 55px;
		background-color: white;
	}
	.ph_cut, .ph_cut span,.ph_cut span img {
		width: 250px;
		height: 300px;
		background-position: center top;
		float: left;
		border: 0;
		box-shadow: none;
		z-index: 1;
	}
	.ph_cut {
	margin: 0 30px 0 0;
	}
	div.data {
	padding: 20px 30px;
	}
	p.actor {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 30px;
	}
	div.name {
		font-size: 40px;
		padding-bottom: 19px;
		margin-bottom: 19px;
		margin-right: -30px;
		margin-left: 220px;
		position: relative;
	}
	div.name, p.kana, p.actor {
		letter-spacing: 0.15em;
	}
	p.actor > span {
		font-size: 30px;
		letter-spacing: 0.1em;
	}
	p.kana {
		font-size: 17px;
	}
}
@media all and (max-width: 767px) {
	div.character {
		padding: 1em;
		border-top: 5px solid #5c759a;
		background-color: #faf7f0;
		box-shadow: 3px 4px 12px -1px rgba(0,0,0,0.2);
		margin-bottom: 20px;
	}
	div.name {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
	}
	div.name, p.kana, p.actor {
		letter-spacing: 0.15em;
	}
	p.actor > span {
		font-size: 15px;
		border-radius: 5px;
		position: absolute;
		right: 0;
		bottom: 10px;
	}
	p.kana {
		font-size: 13px;
	}
	p.actor {
	}
	.ph_cut {
		width: 70%;
		margin: 0 auto 1em;
	}
	.ph_cut span {
		padding-top: 120%;
	}
}

div.end {
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 70px;
	margin: -60px auto 80px;
}
@media all and (max-width: 767px) {
	div.end {
		background-size: 100%;
		width: 170px;
		height: 40px;
		margin: 40px auto 40px;
	}
}
div.sanofam {
  background-color: #d0b27a;
  padding: 1em 0;
  margin-bottom: 50px;
  position: relative;
}
div.sanofam div.character:not(:last-child) {
  margin-bottom: 1em;
}
div.sanofam div.character:last-child {
  margin-bottom: 0;
}


  div.y2020 {
    background-image: url(../img/character/bg2020.png)!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

  }
@media all and (min-width: 768px) {
  div.y1989 {
    background-image: url(../img/character/bg1989.png)!important;
    background-repeat: no-repeat;
  }
}
