/*///// common setting /////*/
#contents .onlySP { display:none; }

/*///// SakuraMain /////*/
#contents #SakuraMain {
	width:960px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#contents #SakuraMain h1 {
	width:505px;
	margin:0;
	padding:0;
	float:left;
}
#contents #SakuraMain p:nth-child(2) {
	width:445px;
	margin:0;
	padding:0;
	float:right;
}
#contents #SakuraMain p:nth-child(3) {
	clear:both;
	padding-top:20px;
}
#contents #SakuraMain p:nth-child(4) {
	display:table;
	width:158px;
	height:158px;
	position:absolute;
	bottom:20px;
	right:25px;
}
#contents #SakuraMain p:nth-child(4) a {
	display:table-cell;
	width:158px;
	height:158px;
	background:#fff;
	text-align:center;
	vertical-align:middle;
	border:solid 3px #fff;
	border-radius:80px;
	transition:0.3s;
}
#contents #SakuraMain p:nth-child(4) a img {
	transition:0.3s;
}
#contents #SakuraMain p:nth-child(4) a:hover {
	border:solid 3px #001c8c;
}
#contents #SakuraMain p:nth-child(4) a:hover img {
	opacity:0.5;
}



/*///// SakuraSNS01 /////*/
#contents #SakuraSNS01 {
	padding-top:30px;
	width:960px;
	margin:0 auto;
	text-align:center;
}
#contents #SakuraSNS01 ul {
	width:360px;
	height:47px;
	margin:0 auto;
}
#contents #SakuraSNS01 ul li:nth-child(1) {
	float:left;
}
#contents #SakuraSNS01 ul li:nth-child(2) {
	float:right;
}
#contents #SakuraSNS01 a {
	transition:0.7s;
}
#contents #SakuraSNS01 a:hover {
	opacity:0.5;
}



/*///// SakuraSpecial /////*/
#contents #SakuraSpecial {
	padding-top:90px;
	width:960px;
	margin:0 auto 80px;
	text-align:center;
}
#contents #SakuraSpecial h2 {
	height:37px;
}
#contents #SakuraSpecial p {
	font-size:0.9375rem;
	height:45px;
}
#contents #SakuraSpecial p:last-child {
	height:auto;
}
#contents #SakuraSpecial p a:hover {
	opacity:0.5;
	transition:0.7s;
}



/*///// SakuraMovie /////*/
#contents #SakuraMovie {
	width:960px;
	margin:0 auto 105px;
	text-align:center;
}
#contents #SakuraMovie h2 {
	height:37px;
}
#contents #SakuraMovie p {
	font-size:0.9375rem;
	height:45px;
}
#contents #SakuraMovie p:last-child {
	font-size:0.875rem;
	padding-top:25px;
}



/*///// SakuraProfile /////*/
#contents #SakuraProfile {
	display:block;
	padding:45px 0 70px;
	width:960px;
	margin:0 auto 90px;
	text-align:left;
	background:#f5f3f0;
}
#contents #SakuraProfile h2 {
	height:45px;
	text-align:center;
}
#contents #SakuraProfile > p {
	font-size:0.875rem;
	color:#122289;
	height:60px;
	text-align:center;
}

#contents #SakuraProfile #SakuraProfileBox {
	width:455px;
	text-align:left;
	float:right;
	position:relative;
	right:60px;
}
#contents #SakuraProfile #SakuraProfileBox dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-bottom:30px;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(1) {
	width:280px;
	float:left;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(2) {
	width:155px;
	float:right;
}
#contents #SakuraProfile #SakuraProfileBox dl dt {
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:0.9375rem;
	color:#122289;
	border-bottom:solid 1px #001c8d;
}
#contents #SakuraProfile #SakuraProfileBox dl dd {
	display:block;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:0.9375rem;
	border-bottom:solid 1px #001c8d;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(1) dt {
	width:75px;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(1) dd {
	width:205px;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(2) dt {
	width:60px;
}
#contents #SakuraProfile #SakuraProfileBox dl:nth-child(2) dd {
	width:95px;
}
#contents #SakuraProfile #SakuraProfileBox h3 {
	clear:both;
	font-size:1.0rem;
	line-height:1.01;
	color:#122289;
	margin-bottom:18px;
	background:url("../images/sakura_bg_line.gif") center left repeat-x;
}
#contents #SakuraProfile #SakuraProfileBox h3 span {
	display:inline-block;
	padding-right:12px;
	background:#f5f3f0;
}
#contents #SakuraProfile #SakuraProfileBox p {
	font-size:0.875rem;
	line-height:2.0em;
	text-align:justify;
}
#contents #SakuraProfile #SakuraPhotoBox {
	position:relative;
	left:60px;
}





/*///// SakuraRecord /////*/
#contents #SakuraRecord {
	display:block;
	width:530px;
	margin:0 auto 130px;
	text-align:left;
}
#contents #SakuraRecord h2 {
	height:45px;
	text-align:center;
}
#contents #SakuraRecord > p {
	font-size:0.875rem;
	color:#122289;
	height:60px;
	text-align:center;
}
#contents #SakuraRecord dl {
	margin-bottom:100px;
}
#contents #SakuraRecord dl dt {
	font-size:1.05rem;
	font-weight:bold;
	color:#122289;
	padding-bottom:24px;
	border-bottom:solid 1px #122289;
	margin-top:65px;
	margin-bottom:24px;
}
#contents #SakuraRecord dl dt:first-child {
	margin-top:0;
}
#contents #SakuraRecord dl dd.yyyy:nth-child(2) {
	margin-top:0;
}
#contents #SakuraRecord dl dd {
	font-size:0.9375rem;
	margin-bottom:15px;
}
#contents #SakuraRecord dl dd.yyyy {
	font-weight:bold;
	margin-top:30px;
}
#contents #SakuraRecord dl dd.yyyy:first-child {
	margin-top:0;
}
#contents #SakuraRecord dl dt:nth-child(n+21),
#contents #SakuraRecord dl dd:nth-child(n+21) {
	display:none;
}
#contents #SakuraRecord.open dl dt:nth-child(n+21),
#contents #SakuraRecord.open dl dd:nth-child(n+21) {
	display:block;
}
#contents #SakuraRecord dl dt strong,
#contents #SakuraRecord dl dd strong {
	color:#c40018;
}
#contents #SakuraRecord div p:last-child {
	text-align:center;
}
#contents #SakuraRecord div p:last-child span {
	display:inline-block;
	width:200px;
	padding:20px 0;
	border:solid 1px #122289;
	cursor:pointer;
	position:relative;
	transition:0.7s;
}
#contents #SakuraRecord div p:last-child span img:nth-child(2) {
	display:none;
}
#contents #SakuraRecord.open div p:last-child span img:nth-child(1) {
	display:none;
}
#contents #SakuraRecord.open div p:last-child span img:nth-child(2) {
	display:inline-block;
}
#contents #SakuraRecord div p:last-child span:hover {
	opacity:0.5;
}
#contents #SakuraRecord div p:last-child span:after {
	content:"";
	display:block;
	width:20px;
	height:20px;
	background:url("../images/sakura_icon_plus.svg") center center no-repeat;
	background-size:contain;
	position:absolute;
	top:50%;
	right:20px;
	margin-top:-10px;
}
#contents #SakuraRecord.open div p:last-child span:after {
	background:url("../images/sakura_icon_minus.svg") center center no-repeat;
}



/*///// SakuraSNS02 /////*/
#contents #SakuraSNS02 {
	width:960px;
	margin:0 auto;
	text-align:center;
}
#contents #SakuraSNS02 ul {
	width:360px;
	height:47px;
	margin:0 auto;
}
#contents #SakuraSNS02 ul li:nth-child(1) {
	float:left;
}
#contents #SakuraSNS02 ul li:nth-child(2) {
	float:right;
}
#contents #SakuraSNS02 a {
	transition:0.7s;
}
#contents #SakuraSNS02 a:hover {
	opacity:0.5;
}



/*///// スポンサーシップリンク /////*/
.sponsor_link a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    border: 1px solid #eee;
    font-size: 172%;
    color: #333;
    font-weight: bold;
    max-width: 450px;
    width: 100%;
    margin: 50px auto 0;
}
#contents .sponsor_link a img{
    margin-right: 24px;
    width: auto;
}
.sponsor_link a:hover{
    opacity: 0.7;
    text-decoration: none;
}
