@charset "utf-8";

@media screen and (min-width:768px) {
	
	
	
	#pickup-banner {
		margin: 30px 0 0;
	}
	#pickup-banner ul:after {
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	#pickup-banner li {
		float: left;
		width: 475px;
	}
	#pickup-banner li:nth-child(2n) {
		float: right;
	}
	#pickup-banner li span {
		display: block;
		min-height: 60px;
		margin: 6px 0 0;
		color: #555;
	}
	#pickup-banner li a:hover {
		text-decoration: none;
	}
	#pickup-banner li a:hover span {
		color: #999;
	}
	
	
	
	#pickup-entry {
		margin: 20px 0 0;
		padding: 0 0 30px;
	}
	#pickup-entry:after {
		clear: both;
		content: "";
		display: block;
		visibility: hidden;
	}
	#pickup-entry article {
		float: left;
		width: 312px;
	}
	#pickup-entry article + article {
		margin-left: 12px;
	}
	#pickup-entry article figure {
		float: none !important;
		width: 100% !important;
		padding: 50px 0 0;
	}
	#pickup-entry article figcaption {
		padding-bottom: 10px;
	}
	#pickup-entry article .note {
		width: 100% !important;
		float: none !important;
	}
	
	
	#pickup-entry article .head {
		min-height: 55px;
	}
	#pickup-entry article .entry-body {
		height: 110px;
	}
	#pickup-entry article .entry-body .more {
		display: inline-block;
		margin-top: 5px;
	}
	
	#pickup-entry article time {
		font-size: 12px !important;
	}
	
	
	
	#pickup-entry > h2 {
		position: relative;
		top: 45px;
		line-height: 18px;
		font-size: 16px;
		font-weight: bold;
		margin-left: -11px;
		background: url(../images/common/ttl_slash.gif) no-repeat;
		padding: 2px 0 0 11px;
	}
	
	#pickup-entry .archive {
		width: 100%;
	}
	#pickup-entry .archive a {
		display: block;
		width: 100%;
		height: 28px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	#pickup-entry .archive.type-01 a {
		background: url(/images/common/menu_01.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-02 a {
		background: url(/images/common/menu_02.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-03 a {
		background: url(/images/common/menu_03_books.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-04 a {
		background: url(/images/common/menu_04.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-05 a {
		background: url(/images/common/menu_05_bunkamura.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-06 a {
		background: url(/images/common/menu_06.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-07 a {
		background: url(/images/common/menu_07.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-08 a {
		background: url(/images/common/menu_08.gif) 0 0 no-repeat;
	}
	
	#pickup-entry .archive.type-Report a {
		background: url(/images/common/menu_report3.gif) 0 0 no-repeat;
	}
	
	
	
	
	
	
	#top-slide {
		position: relative;
		width: 100%;
		height: 625px;
		margin: 0 !important;
	}
	#top-slide .slide-wrap {
		position: absolute;
		width: 100vw;
		height: 580px;
		left: 50%;
		margin-left: -50vw;
		border: 0 solid #ccc;
		border-width: 1px 0;
	}
	
	
	#top-slide .slide-item {
		width: 960px;
		height: 580px;
	}
	#top-slide .slide-item span {
		display: none;
	}
	#top-slide .slide-item iframe {
		vertical-align: bottom;
	}
	#top-slide .slide-item article {
		position: relative;
		width: 960px;
		height: 39px;
		line-height: 40px;
		border-top: 1px solid #ccc;
	}
	#top-slide .slide-item article dt {
		float: left;
		box-sizing: border-box;
		width: 180px;
		height: 39px;
		padding: 0 0 0 15px;
		border-left: 1px solid #ccc;
	}
	#top-slide .slide-item article dd {
		position: relative;
		float: left;
		width: 780px;
		color: #444;
		font-weight: bold;
		-webkit-font-smoothing: antialiased;
	}
	#top-slide .slide-item article dd a {
		position: absolute;
		box-sizing: border-box;
		display: block;
		height: 28px;
		right: 6px;
		top: 6px;
		padding: 0 6px;
		line-height: 28px;
		font-size: 13px;
		font-weight: normal;
		border: 1px solid #000;
		color: #000;
	}
	#top-slide .slide-item article dd a:after {
		display: inline-block;
		position: relative;
		content: ">>";
		top: -1px;
		margin-left: 4px;
	}
	#top-slide .slide-item article dd a:hover {
	}
	
	
	#top-slide .slide-item article dt {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-position: 15px 50%;
		background-repeat: no-repeat;
		background-size: auto 24px;
	}
	
	#top-slide .slide-item article dt.type-9 {
		background-image: url(/images/top/icon/about.gif);
	}
	#top-slide .slide-item article dt.type-1 {
		background-image: url(/images/top/icon/1.gif);
	}
	#top-slide .slide-item article dt.type-2 {
		background-image: url(/images/top/icon/2.gif);
	}
	#top-slide .slide-item article dt.type-3 {
		background-image: url(/images/top/icon/3.gif);
	}
	#top-slide .slide-item article dt.type-4 {
		background-image: url(/images/top/icon/4.gif);
	}
	#top-slide .slide-item article dt.type-5 {
		background-image: url(/images/top/icon/5.gif);
	}
	#top-slide .slide-item article dt.type-6 {
		background-image: url(/images/top/icon/6.gif);
	}
	#top-slide .slide-item article dt.type-7 {
		background-image: url(/images/top/icon/7.gif);
	}
	#top-slide .slide-item article dt.type-8 {
		background-image: url(/images/top/icon/8.gif);
	}
	
	
	
	
	#top-slide .slide-item span.active {
	}
	#top-slide .slide-item.slide-image span.active {
	}
	
	.swiper-container {
		position: relative;
		width: 100%;
		height: 580px;
	}
	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.swiper-pagination span {
		position: relative;
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-top: 15px;
		background: none;
	}
	.swiper-pagination span:before {
		content: "";
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		left: 50%;
		top: 50%;
		margin: -5px 0 0 -5px;
		background: #333;
		border-radius: 5px;
	}
	
	
	.swiper-pagination {
		position: absolute;
		width: 960px;
		height: 45px;
		left: 50%;
		bottom: 0;
		z-index: 100;
		margin-left: -480px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 24px !important;
		height: 42px !important;
		top: 249px !important;
		z-index: 100;
		margin: 0 !important;
		background: none !important;
	}
	.swiper-button-prev {
		left: -14px !important;
	}
	.swiper-button-next {
		right: -14px !important;
	}
	.swiper-button-prev:before {
		content: "";
		position: absolute;
		display: block;
		width: 26px;
		height: 26px;
		left: 50%;
		top: 50%;
		margin: -15px 0 0 -8px;
		border: 0 solid #eb7431;
		border-width: 3px 3px 0 0;
		
		transform: rotate(-135deg);
	}
	.swiper-button-next:before {
		content: "";
		position: absolute;
		display: block;
		width: 26px;
		height: 26px;
		right: 50%;
		top: 50%;
		margin: -15px -8px 0 0;
		border: 0 solid #dcc027;
		border-width: 3px 3px 0 0;
		
		transform: rotate(45deg);
	}
}

@media screen and (max-width:767px) {
	
	#pickup-banner {
		padding: 10px 0;
	}
	#pickup-banner a {
		display: block;
	}
	#pickup-banner li + li {
		margin-top: 10px;
	}
	#pickup-banner img {
		width: 100%;
		height: auto;
	}
	
	#pickup-banner li span {
		display: block;
		margin: 6px 10px 0;
		color: #555;
	}
	#pickup-banner li a:hover {
		text-decoration: none;
	}
	
	
	
	#pickup-entry article {
		padding-top: 15px;
	}
	
	#pickup-entry > h2 {
		position: static;
		top: auto;
		margin-left: 4px;
		background: url(../images/common/ttl_slash.gif) no-repeat;
		background-size: 8px auto;
		margin-top: 20px;
		padding: 2px 0 12px 11px;
	}
	
	
	#pickup-entry .archive {
		width: 100%;
	}
	#pickup-entry .archive a {
		display: block;
		width: 100%;
		height: 24px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-size: auto 24px !important;
	}
	
	#pickup-entry .archive.type-01 a {
		background: url(/images/common/menu_01.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-02 a {
		background: url(/images/common/menu_02.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-03 a {
		background: url(/images/common/menu_03_books.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-04 a {
		background: url(/images/common/menu_04.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-05 a {
		background: url(/images/common/menu_05_bunkamura.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-06 a {
		background: url(/images/common/menu_06.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-07 a {
		background: url(/images/common/menu_07.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-08 a {
		background: url(/images/common/menu_08.gif) 0 0 no-repeat;
	}
	#pickup-entry .archive.type-Report a {
		background: url(/images/common/menu_report3.gif) 0 0 no-repeat;
	}
	
	
	
	
	
	
	
	
	
	
	
	#top-slide {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 !important;
	}
	#top-slide .slide-wrap {
		position: relative;
		width: 100%;
		height: 100%;
		height: calc(56.25vw + 150px);
		left: 0;
		top: 0;
		border: 0 solid #ccc;
		border-width: 1px 0;
	}
	
	
	#top-slide .slide-item {
		width: 100%;
		height: 56.25vw;
	}
	#top-slide .slide-item span {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		height: calc(56.25vw);
		left: 0;
		top: 0;
	}
	#top-slide .slide-item img,
	#top-slide .slide-item iframe {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		vertical-align: bottom;
	}
	
	#top-slide .slide-item article {
		position: absolute;
		width: 100%;
		height: 100px;
		top: 56.25vw;
		border-top: 1px solid #ccc;
	}
	#top-slide .slide-item article dt {
		height: 20px;
		margin: 10px 0 8px;
		padding: 0 0 0 10px;
	}
	#top-slide .slide-item article dd {
		padding: 0 10px;
		color: #444;
		font-size: 12px;
		font-weight: bold;
	}
	#top-slide .slide-item article dd a {
		width: 100px;
		display: block;
		margin: 10px 0 0;
		padding: 6px 6px 4px;
		line-height: 1;
		border: 1px solid #000;
		color: #000;
		text-align: center;
	}
	#top-slide .slide-item article dd a:after {
		display: inline-block;
		position: relative;
		content: ">>";
		top: -1px;
		margin-left: 4px;
	}
	#top-slide .slide-item article dd a:hover {
	}
	
	
	#top-slide .slide-item article dt {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		background-size: auto 20px;
	}
	
	#top-slide .slide-item article dt.type-9 {
		background-image: url(/images/top/icon/about.gif);
	}
	#top-slide .slide-item article dt.type-1 {
		background-image: url(/images/top/icon/1.gif);
	}
	#top-slide .slide-item article dt.type-2 {
		background-image: url(/images/top/icon/2.gif);
	}
	#top-slide .slide-item article dt.type-3 {
		background-image: url(/images/top/icon/3.gif?2);
	}
	#top-slide .slide-item article dt.type-4 {
		background-image: url(/images/top/icon/4.gif);
	}
	#top-slide .slide-item article dt.type-5 {
		background-image: url(/images/top/icon/5.gif);
	}
	#top-slide .slide-item article dt.type-6 {
		background-image: url(/images/top/icon/6.gif);
	}
	#top-slide .slide-item article dt.type-7 {
		background-image: url(/images/top/icon/7.gif);
	}
	#top-slide .slide-item article dt.type-8 {
		background-image: url(/images/top/icon/8.gif);
	}
	
	
	
	
	#top-slide .slide-item span.active {
	}
	
	.swiper-container {
		position: absolute !important;
		width: 100%;
		height: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.swiper-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.swiper-pagination span {
		position: relative;
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-top: 15px;
		background: none;
	}
	.swiper-pagination span:before {
		content: "";
		position: absolute;
		display: block;
		width: 8px;
		height: 8px;
		left: 50%;
		top: 50%;
		margin: -5px 0 0 -5px;
		background: #333;
		border-radius: 5px;
	}
	
	
	.swiper-pagination {
		position: absolute;
		width: 100%;
		height: 40px;
		left: 0;
		bottom: 0;
		z-index: 100;
	}
	.swiper-button-prev,
	.swiper-button-next {
		display: none !important;
	}
	
}


