@charset "UTF-8";

.motion-news{
	opacity: 0;
	transform: translateY(40px);	
}
.motion-news.on{
	opacity: 1;
	transform: translateX(0);
	transition: transform 1000ms ease,opacity 1000ms ease;
}


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


	.sj-news .sj-main{
		position: relative;
		padding: 0 0 170px;
	}
	.sj-news .sj-main:after {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		margin: 0 0 0 230px;
		display: block;
		width: 100vw;
		height: 100%;
		background: url(/shared/img/texture_pink.jpg) 0 0 repeat;
		z-index: 10;
	}

	/* News
	======================================================*/
	#news{
		background: #fff;
	}
	#news .sj-sec-col{
		position: relative;
		padding: 40px 0 0;
	}

	/* News pager
	======================================================*/

	#news .sj-news-pager{
		margin:70px 0 0;
	}
	#news .sj-news-pager ul{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#news .sj-news-pager ul li{
		cursor: pointer;
	}
	#news .sj-news-pager ul li a,
	#news .sj-news-pager ul li span{
		font-size: 18px;
	}
	#news .sj-news-pager ul li a,
	#news .sj-news-pager ul li span{
		position: relative;
		display: block;
		width: 20px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #aa999d;
	}
	#news .sj-news-pager ul li a:after,
	#news .sj-news-pager ul li span:after{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 2px;
		background: #aa999d;
		opacity: 0;
		transition: opacity 400ms ease;
	}

	#news .sj-news-pager ul li span:after,
	#news .sj-news-pager ul li a:hover:after{
		opacity: 1;
	}
	#news .sj-news-pager ul li + li{
		margin-left: 15px;
	}
	#news .sj-news-pager ul .prev{
		margin: 0 30px 0 0;
	}
	#news .sj-news-pager ul .next{
		margin: 0 0 0 30px;
	}
	#news .sj-news-pager ul .prev{
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_l.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#news .sj-news-pager ul .next{
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#news .sj-news-pager ul .prev:hover,
	#news .sj-news-pager ul .next:hover{
		opacity: 0.7;
		transition: opacity 400ms ease;
	}
	#news .sj-news-pager ul .prev:hover:after,
	#news .sj-news-pager ul .next:hover:after{
		display: none;
	}

	/* News article
	======================================================*/

	#news .sj-news-entry{
		position: relative;
		margin: auto;
		max-width: 800px;
		z-index: 50;
	}
	#news .sj-news-hedaer{
		margin: 0 0 30px;
	}
	#news .sj-news-hedaer h2{
		font-size: 36px;
		line-height: 1.8;
	}
	#news .sj-news-mainimg figure{
		overflow: hidden;
		border-radius: 50px 0 50px 0;
	}
	#news .sj-news-mainimg figure.no-rad{
		border-radius: 0;
	}
	#news .sj-news-lead{
		margin: 20px auto 0;
		max-width: 720px;
	}

	/* 本文書式 */
	#news .sj-news-lead h2{
		font-size: 24px;
		line-height: 1.8;
	}
	#news .sj-news-lead h3{
		font-size: 22px;
		line-height: 1.8;
	}
	#news .sj-news-lead h4{
		font-size: 20px;
		line-height: 1.8;
	}
	#news .sj-news-lead h4{
		font-size: 20px;
		line-height: 1.8;
	}
	#news .sj-news-lead p,
	#news .sj-news-lead em{
		font-size: 18px;
		line-height: 1.8;
	}
	#news .sj-news-lead p + p{
		margin-top: 20px;
	}
	#news .sj-news-lead *{
		margin-top: 20px;
	}
	#news .sj-news-lead li{
		font-size: 18px;
	}
	#news .sj-news-lead ul li:before{
		content: "・";
	}
	#news .sj-news-lead  li + li{
		margin-top: 10px;
	}
	#news .sj-news-lead ol{
		counter-reset: item 0;
	}
	#news .sj-news-lead ol li:before {
	  counter-increment: item;
	  content: counter(item)'.';
	  padding-right: .5em;
	}
	#news .sj-news-lead img{
		display: block;
		max-width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		border-radius: 50px 0 50px 0;
	}
	#news .sj-news-lead img.no-rad{
		border-radius: 0;
	}
	#news .sj-news-lead p a{
		text-decoration: underline;
	}
	#news .sj-news-lead p a:hover{
		text-decoration: none;
	}
	/* /本文書式 */

	#news .sj-news-detail{
		margin: 40px auto 0;
		padding: 40px 0 50px;
		max-width: 720px;
		border-top: 2px solid #aa999d;
	}
	#news .sj-news-info dt{
		font-size: 24px;
	}
	#news .sj-news-info dd{
		margin: 20px 0 0;
		font-size: 18px;
		line-height: 1.8;
	}
	#news .sj-news-info .btn-link{
		margin: 30px 0 0;
		display: block;
		width: 250px;
		height: 60px;
	}
	#news .sj-news-info p{
		margin: 20px 0 0;
		font-size: 18px;
		line-height: 1.8;
		color: #aa999d;
	}



	#news .sj-news-info .btn-link a{
		display: block;
		line-height: 60px;
		text-align: center;
		font-size: 18px;
		color: #aa999d;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
		border-radius: 0 0 30px 0;
	}
	#news .sj-news-info .btn-link a:hover{
		opacity: 0.7;
		transition: opacity 400ms ease;
	}
	#news .sj-news-info .btn-link a span{
		position: relative;
		display: inline-block;
		padding: 0 50px 0 0;
	}
	#news .sj-news-info .btn-link a span:after{
		content: "";
		position: absolute;
		display: block;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		width: 22px;
		height: 22px;
		background: url(/shared/img/icon_blank_l.png) 0 0 repeat;
		background-size: 100% 100%;
	}
	#news .sj-news-thumb{
		margin: 50px 0 0;
	}
	#news .sj-news-thumb .sj-thumb-box1 figure{
		border-radius: 50px 0 50px 0;
		overflow: hidden;
	}
	#news .sj-news-thumb .sj-thumb-box2{
		display: flex;
		justify-content: space-between;
	}
	#news .sj-news-thumb .sj-thumb-box + .sj-thumb-box{
		margin-top: 20px;
	}
	#news .sj-news-thumb .sj-thumb-box2 figure{
		width: calc(50% - 10px);
		border-radius: 30px 0 30px 0;
		overflow: hidden;
	}
	#news .sj-news-thumb .sj-thumb-box1 figure.no-rad,
	#news .sj-news-thumb .sj-thumb-box2 figure.no-rad{
		border-radius: 0;
	}
	#news .sj-news-date{
		padding: 20px 0 0;
		margin: 0 auto;
		max-width: 720px;
		text-align: right;
		font-size: 16px;
		color: #aa999d;
		border-top: 2px solid #aa999d;
	}
	#news .btn-link-back{
		margin: 80px 0 0;
		text-align: center;
	}
	#news .btn-link-back a{
		display: inline-block;
		padding: 0 0 0 30px;
		position: relative;
		font-size: 18px;
		color: #aa999d;
	}
	#news .btn-link-back a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_l.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#news .btn-link-back a:hover{
		opacity: 0.7;
		transition: opacity 400ms ease;
	}


}


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


	.sj-news .sj-main{
		position: relative;
		padding: 0 0 135px;
	}
	.sj-news .sj-main:after {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		margin: 0 0 0 90px;
		display: block;
		width: 100vw;
		height: 100%;
		background: url(/shared/img/texture_pink.jpg) 0 0 repeat;
		z-index: 10;
	}
	/* News
	======================================================*/
	#news{
		background: #fff;
	}
	#news .sj-sec-col{
		position: relative;
		padding: 40px 0 0;
	}

	/* News pager
	======================================================*/
	
	#news .sj-news-pager{
		margin:60px 0 0;
	}
	#news .sj-news-pager ul{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#news .sj-news-pager ul li a,
	#news .sj-news-pager ul li span{
		font-size: 16px;
	}
	#news .sj-news-pager ul li a,
	#news .sj-news-pager ul li span{
		position: relative;
		display: block;
		width: 20px;
		height: 28px;
		text-align: center;
		line-height: 28px;
		color: #aa999d;
	}
	#news .sj-news-pager ul li a:after,
	#news .sj-news-pager ul li span:after{
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 100%;
		height: 2px;
		background: #aa999d;
		opacity: 0;
		transition: opacity 400ms ease;
	}

	#news .sj-news-pager ul li span:after,
	#news .sj-news-pager ul li a:hover:after{
		opacity: 1;
	}
	#news .sj-news-pager ul li + li{
		margin-left: 10px;
	}
	#news .sj-news-pager ul .prev{
		margin: 0 20px 0 0;
	}
	#news .sj-news-pager ul .next{
		margin: 0 0 0 20px;
	}
	#news .sj-news-pager ul .prev{
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_l.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}
	#news .sj-news-pager ul .next{
		display: block;
		text-indent: -9999px;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_r.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}

	/* News article
	======================================================*/

	#news .sj-news-entry{
		position: relative;
		margin: 0 20px;
		z-index: 50;
	}
	#news .sj-news-hedaer{
		margin: 0 0 25px;
	}
	#news .sj-news-hedaer h2{
		font-size: 20px;
		line-height: 1.8;
	}
	#news .sj-news-hedaer h2 br{
		display: none;
	}
	#news .sj-news-mainimg{
		margin: 0 -10px;
	}
	#news .sj-news-mainimg figure{
		overflow: hidden;
		border-radius: 30px 0 30px 0;
	}
	#news .sj-news-mainimg figure.no-rad{
		border-radius: 0;
	}
	#news .sj-news-lead{
		margin: 30px auto 0;
	}
	#news .sj-news-lead p{
		font-size: 16px;
		line-height: 1.8;
	}
	#news .sj-news-lead p br{
		display: none;
	}
	#news .sj-news-lead p + p{
		margin-top: 15px;
	}

	/* 本文書式 */
	#news .sj-news-lead h2{
		font-size: 22px;
		line-height: 1.8;
	}
	#news .sj-news-lead h3{
		font-size: 20px;
		line-height: 1.8;
	}
	#news .sj-news-lead h4{
		font-size: 18px;
		line-height: 1.8;
	}
	#news .sj-news-lead p,
	#news .sj-news-lead em{
		font-size: 16px;
		line-height: 1.8;
	}
	#news .sj-news-lead p + p{
		margin-top: 15px;
	}
	#news .sj-news-lead *{
		margin-top: 15px;
	}
	#news .sj-news-lead li{
		font-size: 16px;
	}
	#news .sj-news-lead ul li:before{
		content: "・";
	}
	#news .sj-news-lead  li + li{
		margin-top: 5px;
	}
	#news .sj-news-lead ol{
		counter-reset: item 0;
	}
	#news .sj-news-lead ol li:before {
	  counter-increment: item;
	  content: counter(item)'.';
	}
	#news .sj-news-lead img{
		display: block;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		border-radius: 30px 0 30px 0;
	}
	#news .sj-news-lead img.no-rad{
		border-radius: 0;
	}
	#news .sj-news-lead p a{
		text-decoration: underline;
	}
	/* /本文書式 */





	#news .sj-news-detail{
		margin: 25px auto 0;
		padding: 25px 0 40px;
		max-width: 720px;
		border-top: 2px solid #aa999d;
	}
	#news .sj-news-info dt{
		font-size: 20px;
		line-height: 1.5;
	}
	#news .sj-news-info dd{
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 1.8;
	}
	#news .sj-news-info .btn-link{
		margin: 20px 0 0;
		display: block;
		width: 220px;
		height: 60px;
	}
	#news .sj-news-info p{
		margin: 20px 0 0;
		font-size: 16px;
		line-height: 1.8;
		color: #aa999d;
	}
	#news .sj-news-info .btn-link a{
		display: block;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
		color: #aa999d;
		box-shadow: 0 0 20px 0 rgba(170,153,157,0.2);
		border-radius: 0 0 20px 0;
	}
	#news .sj-news-info .btn-link a span{
		position: relative;
		display: inline-block;
		padding: 0 40px 0 0;
	}
	#news .sj-news-info .btn-link a span:after{
		content: "";
		position: absolute;
		display: block;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		width: 18px;
		height: 18px;
		background: url(/shared/img/icon_blank_l.png) 0 0 repeat;
		background-size: 100% 100%;
	}
	#news .sj-news-thumb{
		margin: 40px 0 0;
	}
	#news .sj-news-thumb .sj-thumb-box1 figure{
		border-radius: 30px 0 30px 0;
		overflow: hidden;
	}
	#news .sj-news-thumb .sj-thumb-box + .sj-thumb-box{
		margin-top: 20px;
	}
	#news .sj-news-thumb .sj-thumb-box2 figure{
		border-radius: 30px 0 30px 0;
		overflow: hidden;
	}
	#news .sj-news-thumb .sj-thumb-box2 figure + figure{
		margin-top: 20px;
	}
	#news .sj-news-thumb .sj-thumb-box1 figure.no-rad,
	#news .sj-news-thumb .sj-thumb-box2 figure.no-rad{
		border-radius: 0;
	}
	#news .sj-news-date{
		padding: 15px 0 0;
		margin: 0 auto;
		text-align: right;
		font-size: 16px;
		color: #aa999d;
		border-top: 2px solid #aa999d;
	}
	#news .btn-link-back{
		margin: 80px 0 0;
		text-align: center;
	}
	#news .btn-link-back a{
		display: inline-block;
		padding: 0 0 0 25px;
		position: relative;
		font-size: 16px;
		color: #aa999d;
	}
	#news .btn-link-back a:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: 0;
		bottom: 0;
		display: block;
		width: 10px;
		height: 20px;
		background: url(/shared/img/arrow_l.png) 0 0 no-repeat;
		background-size: 100% 100%;
	}


}






