@charset "utf-8";

/*
	/newspicks/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2021-12-21
	-----------------------------------
	[Updated]
	v1.0		2021-12-21
	-----------------------------------

基本設定
ヘッダー
フッター
コンテンツ
カラー設定


*/

/* ***********************************************************

		基本設定

*********************************************************** */

.newspicks {
	background: #fbbadd;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
@media print, screen and (min-width: 768px) {
	.newspicks {
		min-width: 1170px;
	}
}
/*画像の横幅*/
.newspicks img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
	padding: 0;
	margin: 0;
}

/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 767px) {
	.newspicks .hide-sp {
		display: none !important;
	}
}

@media print, screen and (min-width: 768px) {
	.newspicks .hide-pc {
		display: none !important;
	}
}
.newspicks .hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}



/* ***********************************************************

	コンテンツ

*********************************************************** */
.newspicks .newspicks-content {
	background: #fbbadd;
}
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-content {
		padding: 0 0 14vw;
	}
}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-content {
		padding: 0 0 120px;
	}
}



/*newspicks-main-box*/
.newspicks .newspicks-main-box {
	background: #fbd2e8;
}
.newspicks .newspicks-main-title {
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-main-box {
		margin: 0 0 8.4vw;
		padding: 0 0 4vw;
	}
}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-main-box {
		width: 1170px;
		margin: 0 auto 70px;
		padding: 0 10px 43px;
		box-sizing: border-box;
	}
	.newspicks .newspicks-main-title {
		width: 1040px;
	}
}
.newspicks .newspicks-main-date {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}


/*newspicks-cast-box SP */
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-cast-box {
		padding: 8vw 0 0;
		background-color: #fcbbdd;
	}

	.newspicks .newspicks-cast-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 28px;
		font-weight: 700;
		line-height: 43px;
		text-align: center;
		width: 250px;
		height: 43px;
		margin: 0 auto 8vw;
	}
	.newspicks .newspicks-cast {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 auto 1.6vw;
		padding: 0;
	}
	.newspicks .newspicks-cast-item {
		flex-basis: 33.33333333333333vw;
		text-align: center;
		margin: 0 0 4.4vw;
	}
	.newspicks .newspicks-cast-item img {
		width: 25.2vw;
		margin: 0 0 1.6vw;
	}
	.newspicks .newspicks-cast-item figcaption {
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
	}
	.newspicks .newspicks-cast-item figcaption span {
		font-size: 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-cast-box {
		width: 1040px;
		padding: 73px 10px 0 10px;
		margin: auto;
	}
	.newspicks .newspicks-cast-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 48px;
		font-weight: 700;
		line-height: 73px;
		text-align: center;
		width: 428px;
		height: 73px;
		margin: 0 auto 50px;
	}
	.newspicks .newspicks-cast {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 840px;
		margin: 0 auto 20px;
		padding: 0;
	}
	.newspicks .newspicks-cast-item {
		flex-basis: 280px;
		text-align: center;
		margin: 0 0 40px;
	}
	.newspicks .newspicks-cast-item img {
		width: 220px;
		margin: 0 0 12px;
		box-sizing: border-box;
		padding: 15px;
		background-color: #fcbbdd;
	}
	.newspicks .newspicks-cast-item figcaption {
		font-size: 36px;
		font-weight: 700;
		line-height: 40px;
	}
	.newspicks .newspicks-cast-item figcaption span {
		font-size: 24px;
	}
}

/*newspicks-p-content-box*/
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-p-content-box {
	}
	.newspicks .newspicks-p-content-box-inner {
		background: #fff;
		padding: 10.8vw 0 0;
	}
	.newspicks .newspicks-p-content-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 28px;
		font-weight: 700;
		line-height: 43px;
		text-align: center;
		width: 250px;
		height: 43px;
		margin: 0 auto 8vw;
	}
	.newspicks .newspicks-p-content-title2 {
		color: #f00000;
		font-size: 28px;
		font-weight: 700;
		line-height: 39px;
		margin: 0 auto 4vw;
		padding: 0 0 0 85px;
		box-sizing: border-box;
		position: relative;
	}
	.newspicks .newspicks-p-content-title2::before {
		content: '';
		background: url(../images/heart.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 57px;
		height: 47px;
		position: absolute;
		top: 50%;
		left: 17px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.newspicks-p-content-l-text {
		font-size: 21px;
		font-weight: 700;
		line-height: 36px;
		width: 87.2vw;
		margin: 0 auto 5.6vw;
	}
	.newspicks-p-content-n-text {
		font-size: 15px;
		font-weight: 700;
		line-height: 29px;
		width: 87.2vw;
		margin: 0 auto 6.4vw;
	}

}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-p-content-box {
		width: 1040px;
		padding: 0 10px;
		margin: auto;
	}
	.newspicks .newspicks-p-content-box-inner {
		background: #fff;
		padding: 73px 0 0;
	}
	.newspicks .newspicks-p-content-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 48px;
		font-weight: 700;
		line-height: 73px;
		text-align: center;
		width: 428px;
		height: 73px;
		margin: 0 auto 60px;
	}
	.newspicks .newspicks-p-content-title2 {
		color: #f00000;
		font-size: 70px;
		font-weight: 700;
		line-height: 90px;
		margin: 0 0 30px;
		padding: 0 0 0 280px;
		position: relative;
	}
	.newspicks .newspicks-p-content-title2::before {
		content: '';
		background: url(../images/heart.png) no-repeat 0 0;
		width: 170px;
		height: 138px;
		position: absolute;
		top: 50%;
		left: 75px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.newspicks-p-content-l-text {
		font-size: 34px;
		font-weight: 700;
		line-height: 56px;
		width: 890px;
		margin: 0 auto 30px;
	}
	.newspicks-p-content-n-text {
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		width: 890px;
		margin: 0 auto 40px;
	}
}



/*newspicks-topic-box*/
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-topic-box {
		width: 86.8vw;
		margin: auto;
		padding-bottom: 8vw;
	}
	.newspicks .newspicks-topic-item {
		background: #ffe400;
		margin: 0 0 4vw;
	}
	.newspicks .newspicks-topic-title {
		background: #000;
		color: #f00000;
		font-size: 26px;
		font-weight: 700;
		line-height: 52px;
		text-align: center;
		height: 52px;
		margin: 0 0 5.6vw;
	}
	.newspicks .newspicks-topic-title span {
		color: #fff;
	}
	.newspicks-topic-text {
		font-size: 17px;
		font-weight: 700;
		line-height: 30px;
		width: 72vw;
		margin: 0 auto 5.2vw;
	}


}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-topic-box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 890px;
		margin: auto;
	}
	.newspicks .newspicks-topic-item {
		flex-basis: 430px;
		background: #ffe400;
		margin: 0 0 30px;
	}
	.newspicks .newspicks-topic-title {
		background: #000;
		color: #f00000;
		font-size: 34px;
		font-weight: 700;
		line-height: 70px;
		text-align: center;
		height: 70px;
		margin: 0 0 25px;
	}
	.newspicks .newspicks-topic-title span {
		color: #fff;
	}
	.newspicks-topic-text {
		font-size: 24px;
		font-weight: 700;
		line-height: 40px;
		width: 374px;
		margin: 0 auto 30px;
	}
}






/*ページアップ*/
.newspicks .newspicks-pageup {
	margin: 0;
}
.newspicks .newspicks-pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 767px) {
	.newspicks .newspicks-pageup a {
		width: 11.2vw;
		height: 11.2vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 768px) {
	.newspicks .newspicks-pageup a {
		width: 84px;
		height: 84px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.newspicks .newspicks-pageup a:hover {
		opacity: 0.7;
	}
}




/*xxx*/
@media only screen and (max-width: 767px) {
	.newspicks .xxx {
	}
}
@media print, screen and (min-width: 768px) {
	.newspicks .xxx {
	}
}



/*-------------------------------------------*/
/*newspicks-event-box*/


.newspicks-event-box a	{
	color: #000;
}
.newspicks-event-box a:hover	{
	opacity: 0.5;
}


@media only screen and (max-width: 767px) {

	.sp_only	{
		display: none;
	}

	.newspicks .newspicks-event-box {
		margin: 0 0 8.4vw;
		padding: 0 0 4vw;
	}
	.newspicks .newspicks-event-box-inner {
		background: #fff;
		padding: 10.8vw 0 5.6vw;
	}
	.newspicks .newspicks-p-event-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 28px;
		font-weight: 700;
		line-height: 43px;
		text-align: center;
		width: 250px;
		height: 43px;
		margin: 0 auto 8vw;
	}
	.newspicks .newspicks-p-event-title2 {
		color: #f00000;
		font-size: 28px;
		font-weight: 700;
		line-height: 39px;
		margin: 0 auto 4vw;
		text-align: center;
		box-sizing: border-box;

	}
	.newspicks-p-event-l-text {
		font-size: 21px;
		font-weight: 700;
		line-height: 36px;
		width: 87.2vw;
		margin: 0 auto 5.6vw;
	}
	.newspicks-p-event-n-text {
		font-size: 15px;
		font-weight: 700;
		line-height: 29px;
		width: 87.2vw;
		margin: 0 auto 6.4vw;
	}

}
@media print, screen and (min-width: 768px) {

	.newspicks .newspicks-event-box {
		width: 1040px;
		padding: 0 10px;
		margin: 0 auto 73px auto;
	}
	.newspicks .newspicks-event-box-inner {
		background: #fff;
		padding: 40px 0;
	}
	.newspicks .newspicks-p-event-title {
		background: url(../images/title-bg.png) no-repeat 0 0;
		background-size: cover;
		font-size: 48px;
		font-weight: 700;
		line-height: 73px;
		text-align: center;
		width: 428px;
		height: 73px;
		margin: 0 auto 60px;
	}
	.newspicks .newspicks-p-event-title2 {
		color: #f00000;
		font-size: 70px;
		font-weight: 700;
		line-height: 90px;
		margin: 0 0 30px;
		text-align:center;
	}

	.newspicks-p-event-l-text {
		font-size: 34px;
		font-weight: 700;
		line-height: 56px;
		width: 890px;
		margin: 0 auto 30px;
		text-align: center;
	}
	.newspicks-p-event-n-text {
		font-size: 20px;
		font-weight: 700;
		line-height: 40px;
		width: 890px;
		margin: 0 auto 40px;
		text-align: center;
	}
}

.newspicks-event-img img	{
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}



