@charset "utf-8";

/* ***************************************************
ＨＵＧっと！プリキュア
------------------------------------------------------
ティザー用ニュース(INFORMATION) ※本サイト用はnews.css参照
------------------------------------------------------
・640pxまでをスマホとする
・641pxからタブレット／PCととする
・1000pxはPC専用とする
*************************************************** */

/* インフォメーション 共通
---------------------------------------- */
/* インフォメーションをポップアップで表示する時必要 */
.pop{
	background-color: #FFF;
}
/* H1 */
.information_title{
	width: 94%;
	padding: 12% 0 8%;
	margin: 3% auto 4%;
	position:relative;
}
.information_title:before{
	display: block;
	content: "";
	background: url("../img/common/information/deco_info_top.png") no-repeat top center;
	background-size: 100%;
	width: 100%;
	height: 50%;
	position: absolute;
	top:3%;
	left:0;
}
.information_title:after{
	display: block;
	content: "";
	background: url("../img/common/information/deco_info_bottom.png") no-repeat bottom center;
	background-size: 100%;
	width: 100%;
	height: 23%;
	position: absolute;
	bottom:0;
	left:0;
}
/* H2 */
.information_subtitle{
	width: 94%;
	padding: 0 0 6%;
	margin: 3% auto;
	position:relative;
}
.information_subtitle:after{
	display: block;
	content: "";
	background: url("../img/common/information/deco_info_subttl.png") no-repeat bottom center;
	background-size: 100%;
	width: 100%;
	height: 40%;
	position: absolute;
	bottom:0;
	left:0;
}
.information_catch{
	text-align: left;
	padding: 0 5% 3%;
	color:#891085;
}
.information_box{
	padding: 3% 5%;
}
.information .btn{
	margin: 3% 5%;
	text-align: left;
}
.information .btn a{
	padding: 3% 8% 3% 3%;
	line-height: 1.7;
	text-align: left;
}
.information .image{
	padding: 3% 5%;
}
.information .attention{
	color:#995c67;
	text-align: left;
	margin: 3% 5%;
	line-height: 1.8;
}
.information .attention li{
	position: relative;
}
.information .important{
	background: url(../img/common/bg_strypup.png);
	padding: 3%;
} 
@media screen and (min-width:641px) {
	.pop{
		margin: 0 auto;
		max-width: 640px;
	}	
	.information .btn a{
		width: 100%;
		max-width:500px; 
	}
}
/* -----------------------------------------
※個々のページ
※共通クラスを変更したい場合は、bodyのクラス名をつけて上書きしていく
---------------------------------------- */
/* 
.bodyにつけたクラス名 .information_title{
	width: ●●%;
}
*/

/* 20180106 キャスト
---------------------------------------- */
/* H1 */
.cast .information_title img{
	width: 60%;
}
.cast .information_box{
	padding: 3% 0;
}
.cast .inner{
	padding: 0 5%;
}
.cast .image{
	padding: 0 0 1%;
}
@media screen and (min-width:641px) {
	.cast .information_title{
		width: 640px;
		padding: 76px 0 46px;
		margin: 30px auto;
	}
	.cast .information_subtitle{
		width: 600px;
		padding: 0 0 40px;
		margin: 30px auto;
	}
	.cast .image{
		width: 49%;
		padding-right: 1%;
		float: left;
	}

	.cast .information_title img{
		width: 50%;
	}
}
@media screen and (min-width:1000px) {
	.cast .contents{
		width: 1000px;
		margin: 0 auto;
	}
	.cast .txt{
		float: right;
		width: 48%;
	}
}

/* 20171227 DVDキャンペーン
---------------------------------------- */
.dvd .information_title{
	padding-top: 14%;
}
.information_box.ribbon{
	background: url("../img/common/bg_strypup.png");
	border-top:10px solid #c21025;
	border-bottom:10px solid #c21025;
	position: relative;
	padding: 8% 5% 3%;
}
.information_box.ribbon:before{
	display: block;
	content: "";
	background: url("../img/common/information/deco_info_ribbon.png") no-repeat top center;
	background-size: 26%;
	width: 100%;
	height: 9%;
	position: absolute;
	top:-3%;
	left:0;
}
.dvd_title{
	width: 84%;
	margin: 0 auto 4%;
}
.txt .place{
	display: inline-block;
	color:#891085;
	font-weight: bold;
	padding: 10px 0;
}

.dvd_title_txt{
	background:url(../img/common/bg_oblpi2.png);
	background-size: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color:#e5005e;
	font-weight: bold;
	font-size:1.125rem;
	padding: 2% 2% 1% 2%;
	margin: 0 2% 2%;
	line-height: 1.6;
}
.dvd_list{
	margin: 0 2% 2%;
}
.dvd_list li{
	display: inline-block;
	width: 46%;
	margin: 0 1% 2%;
}
.dvd_list li img{
	margin-bottom:4%;
}
@media screen and (min-width:600px) {
	.dvd .onlyPC_info{
		display: block;
	}
}
@media screen and (max-width:425px) {
	.dvd .onlyPC_info{
		display: none;
	}
}

/* 20180106 テーマソング
---------------------------------------- */
.song .information_title{
	padding-top: 12%;
}
.song .information_title img{
	width: 60%;
}
.song .information_subtitle img{
	width: 70%;
	margin-top: 20px;
}
.song_catch{
	color:#891085;
	font-size: 1.25rem; /* 18px */
	line-height: 1.4;
	font-weight: bold;
}
/* 赤文字の主題歌名 */
.song_ttl{
	font-size: 1.125rem; /* 18px */
	font-weight: bold;
	color: #e5005e;
	line-height: 1.2;
	margin-bottom: 2%;
}
.song .information_box{
	padding-top: 0;
}
.song_txt{
	font-size: 0.875rem; /* 14px */
	color: #000;
	text-align: left;
	margin:0 auto;
}
.song_place{
	color:#891085;
	font-weight: bold;
	padding: 0;
	font-size: 1rem;
}
.song_place:after{
	content: "";
	display: block;
	clear: both;
}
.song_place dt{
	float: left;
	line-height: 1.8;
}
.song_place dd{
	float: left;
	line-height: 1.8;
	margin-left:0; 
}
.song_about{
	background-color:#ffe8fd;
	padding:4%;
	text-align: left;
	line-height: 1.8;
	width:80%;
	margin:0 auto 20px;
	font-size: 0.875rem; /* 14px */
}
.song .image{
	float: right;
	width: 45%;
	padding: 0 0 0 1%;
}
.song .onlyPC_info{
	display: none;
}

@media screen and (min-width:600px) {
	/* 文字調整 */
	.song_catch{
		font-size: 2rem; /* 32px */
	}	
	.song_ttl{
		font-size: 1.75rem;
	}
	.song_txt{
		font-size: 1rem;
		max-width: 80%;
	}
	.song_place{
		font-size: 1.25rem;
		max-width: 80%;
	}
	.song_place.list{
		padding-left: 10%;
	}
	.song_about{
		font-size: 1rem;
	}
	.song .information_title img{
		width: 54%;
	}
	.song .information_subtitle img{
		width: 60%;
	}
	.song .onlyPC_info{
		display: block;
	}
}

/* 20180122 お披露目
---------------------------------------- */
.ohirome dl,
.ohirome dt,
.ohirome dd{
	margin: 0;
	padding: 0;
}
.ohirome .pict{
	float: right;
	width: 40%;
}
.ohirome p{
	text-align: left;
}
.ohirome .information_title{
	padding-top: 14%;
	margin-bottom: 0;
}
.ohirome .information_title img{
	width: 86%;
}
.ohirome h2{
	color:#e5005e;
	font-weight: bold;
	font-size:1.25rem; /* 20pt */
	margin: 1em 0 2%;
}
.option_box{
	background: url("../img/common/bg_strypup.png");
	padding: 8% 5% 3%;
	margin-bottom: 2%;
	text-align: left;
	line-height: 1.6;
}
.option_box dt{
	color: #891085;
	font-weight: bold;
}
.option_box dd{
	margin-bottom: 1.5em;
}
.option_box dd:last-of-type{
	margin-bottom: 0;
}
