/* ------------------------------------- */
/* First View */
/* ------------------------------------- */
body#top_page main #first_view {
}
body#top_page main #first_view .item {
	width: 100%;
}
/* ------------------------------------- */
/* First View:ITEM */
/* ------------------------------------- */
body#top_page main #first_view .item img {
	width: 100%;
}
/* ------------------------------------- */
/* First View:ITEM(個別) */
/* ------------------------------------- */
body#top_page main #first_view .item.num01 {
	height: 600px;
	overflow: hidden;
	position: relative;
}
body#top_page main #first_view .item.num01 .sub_item {
	width:  200%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: -50%;
}
body#top_page main #first_view .item.num01 .sub_item img {
	display: inline-block;
	width:   50%;
	min-width: 1554px;
}
body#top_page main #first_view .item.num02 {
	display: inline-block;
	margin-top: 5px;
	letter-spacing: -.40em;
}
@media (max-width: 768px) {
	body#top_page main #first_view .item.num02 {
		margin-top: 0;
	}
}
/* ------------------------------------- */
/* First View:ITEM(個別):SPスライド化用 */
/* ------------------------------------- */
body#top_page main #first_view .item.num02 #sp_slide_wrapper {
	display: table;
	width: 100%;
	position: relative;
}
body#top_page main #first_view .item.num02 #sp_slide_wrapper li {
	display: table-cell;
	width: 25%;
}
@media (max-width: 768px) {
	body#top_page main #first_view .item.num02 #sp_slide_wrapper {
		display: block;
		width: auto;
	}
	body#top_page main #first_view .item.num02 #sp_slide_wrapper li {
		display: inline-block !important;
		width: auto;
	}
	/*スライド数のドットの色を変える*/
	.CarouselDots {
		width: 100%;
		height: 11vw;
		line-height: 11vw;
		list-style: none;
		text-align: center;
	}
	.CarouselDots li {
		display: inline-block;
		width:  3vw;
		height: 3vw;
		margin: 0 1vw;
		padding: 0;
		cursor: pointer;
		padding: 0vw 0;
		vertical-align: middle;
	}
	.CarouselDots li button {
		font-size: 0;
		line-height: 0;
		display: block;
		width:  3vw;
		height: 3vw;
		cursor: pointer;
		padding: 0;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		background:#c6c6c6;
		border-radius: 3vw;
	}
	.CarouselDots li.slick-active button {
		font-size: 0;
		line-height: 0;
		display: block;
		width:  3vw;
		height: 3vw;
		cursor: pointer;
		padding: 0;
		color: transparent;
		border: none;
		outline: none;
		background: transparent;
		background:#1f2a66;
		border-radius: 3vw;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0px !important;
	}
}
/* ------------------------------------- */
/* TOPICS */
/* ------------------------------------- */
body#top_page main #topics {
	margin-top: 7px;
	padding: 75px 0px 40px;
	background: #f0f0f0;
}
body#top_page main #topics .inner {
	width: 980px;
	margin: 0 auto;
	letter-spacing: -.40em;
}
body#top_page main #topics .inner h2 {
	display: block;
	margin-bottom: 7px;
	text-align: center;
}
body#top_page main #topics .inner .latest_posts {
}
body#top_page main #topics .inner .link_area {
	margin-top: 30px;
	text-align: center;
}
@media (max-width: 768px) {
	body#top_page main #topics {
		margin-top: 0;
		padding: 6vw 0vw 6vw;
	}
	body#top_page main #topics .inner {
		width: 86vw;
	}
	body#top_page main #topics .inner h2 {
		display: block;
		margin-bottom: 3vw;
		text-align: center;
	}
	body#top_page main #topics .inner h2 img {
		width: 23vw;
	}
	body#top_page main #topics .inner .latest_posts {
	}
	body#top_page main #topics .inner .link_area {
		margin-top: 5vw;
	}
	body#top_page main #topics .inner .link_area img {
		width: 86vw;
	}
}
/* ------------------------------------- */
/* TOPICS:最新記事:ITEM */
/* ------------------------------------- */
body#top_page main #topics .inner .latest_posts .item {
	padding: 15px 0px;
	border-top: 1px solid #c7c7c7;
}
body#top_page main #topics .inner .latest_posts .item:last-child {
	border-bottom: 1px solid #c7c7c7;
}
body#top_page main #topics .inner .latest_posts .item .for_sp_wrapper {
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 768px) {
	body#top_page main #topics .inner .latest_posts .item {
		padding: 5vw 0vw;
		border-top: 1px solid #c7c7c7;
	}
	body#top_page main #topics .inner .latest_posts .item:last-child {
		border-bottom: 1px solid #c7c7c7;
	}
	body#top_page main #topics .inner .latest_posts .item .for_sp_wrapper {
		width: 67vw;
	}
}
/* ------------------------------------- */
/* TOPICS:最新記事:ITEM:SUB_ITEM */
/* ------------------------------------- */
body#top_page main #topics .inner .latest_posts .item .sub_item {
	display: inline-block;
	vertical-align: middle;
}
body#top_page main #topics .inner .latest_posts .item .sub_item a {
	color: inherit;
}
body#top_page main #topics .inner .latest_posts .item .sub_item a:hover {
	text-decoration: underline;
}
/* ------------------------------------- */
/* TOPICS:最新記事:ITEM:SUB_ITEM(詳細) */
/* ------------------------------------- */
body#top_page main #topics .inner .latest_posts .item .sub_item.type_image {
	width: 88px;
}
body#top_page main #topics .inner .latest_posts .item .sub_item.type_image img {
	width: 60px;
}
body#top_page main #topics .inner .latest_posts .item .sub_item.type_date {
	width: 125px;
	border-left:  1px solid #333333;
	border-right: 1px solid #333333;
	text-align: center;
	color:     #a21f24;
	font-size: 15px;
	line-height: 36px;
	letter-spacing: normal;
}
body#top_page main #topics .inner .latest_posts .item .sub_item.type_title {
	width: 745px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: normal;
}
@media (max-width: 768px) {
	body#top_page main #topics .inner .latest_posts .item .sub_item.type_image {
		width: 19vw;
	}
	body#top_page main #topics .inner .latest_posts .item .sub_item.type_image img {
		width: 16.5vw;
	}
	body#top_page main #topics .inner .latest_posts .item .sub_item.type_date {
		display: block;
		width: auto;
		border: none;
		text-align: left;
		font-size: 3.5vw;
		line-height: 1.6;
	}
	body#top_page main #topics .inner .latest_posts .item .sub_item.type_title {
		display: block;
		width: auto;
		padding-left: 0;
		font-size: 3.5vw;
		letter-spacing: normal;
	}
}
/* ------------------------------------- */
/* SNS窓 */
/* ------------------------------------- */
body#top_page main #shares_window {
}
body#top_page main #shares_window .inner {
	width: 980px;
	margin: 0 auto;
	padding: 50px 0px 45px;
	letter-spacing: -.40em;
}
body#top_page main #shares_window .inner .item {
	display: inline-block;
	width: 465px;
	margin-right: 50px;
	vertical-align: top;
}
body#top_page main #shares_window .inner .item:last-child {
	margin-right: 0px;
}
@media (max-width: 768px) {
	body#top_page main #shares_window {
	}
	body#top_page main #shares_window .inner {
		width: 86vw;
		padding: 0vw 0vw 10vw;
		text-align: center;
	}
	body#top_page main #shares_window .inner .item {
		display: block;
		width: auto;
		margin-top: 10vw;
		margin-right: 0;
	}
	body#top_page main #shares_window .inner .item:last-child {
	}
}
/* ------------------------------------- */
/* SNS窓:ITEM */
/* ------------------------------------- */
body#top_page main #shares_window .inner .item .sub_item {
}
body#top_page main #shares_window .inner .item .sub_item.type_title {
	padding-bottom: 10px;
	border-bottom: 1px solid #1f2a66;
	text-align: center;
}
body#top_page main #shares_window .inner .item .sub_item.type_window {
	margin-top: 15px;
}
@media (max-width: 768px) {
	body#top_page main #shares_window .inner .item .sub_item {
	}
	body#top_page main #shares_window .inner .item .sub_item.type_title {
		padding-bottom: 4vw;
		border-bottom: 1px solid #1f2a66;
	}
	body#top_page main #shares_window .inner .item .sub_item.type_window {
		margin-top: 4vw
	}
}
/* ------------------------------------- */
/* MEMBER LOGIN */
/* ------------------------------------- */
body#top_page main #member_login {
	padding: 28px 0px;
	background: #020118;
}
body#top_page main #member_login .inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
@media (max-width: 768px) {
	body#top_page main #member_login {
		padding: 5vw 0;
	}
	body#top_page main #member_login .inner {
		width: auto;
	}
	body#top_page main #member_login .inner img {
		width: 86vw;
	}
}
