@charset "UTF-8";
/* CSS Document */



/****************************************************************************************************
contents
****************************************************************************************************/
#contents .inner {
	width: 950px;
	margin: auto;
	padding: 100px 0 100px 0;
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
}
#suumo-contents {
	padding-bottom: 20px;
	background: #C5D5DC;
	text-align: left;
}

#suumo-main {
}
#suumo-main figcaption {
	padding: 0.6em 20px 1em 20px;
	color: #333;
	font-size: 0.666rem;
	line-height: 1.4;
}
.premiumdetail-nav {
	padding: 0 20px 40px 20px;
	font-size: 1.0rem;
	line-height: 1.6;
}
.premiumdetail-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.premiumdetail-nav ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.premiumdetail_nav-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em;
	border-radius: 5px 0 0 5px;
	font-weight: bold;
}
.premiumdetail_nav-body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5em;
	padding: 1em;
	border-radius: 0 5px 5px 0;
}

.premiumdetail {
	padding: 40px 0 40px 0;
}
.premiumdetail-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.333rem;
	line-height: 1.6;
}
.premiumdetail-header-nav {
	padding: 0.7em 1em;
	font-weight: bold;
}
.premiumdetail-header-title {
	flex: 1;
	padding: 0.7em 1em;
	font-weight: bold;
}
.premiumdetail-body {
	padding: 20px;
}

.cassette_read-title {
	color: #1a323e;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.6;
}
.flex-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}
.flex-block.vertical {
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	gap: 20px;
}
.flex-box {
	width: 445px;
}
.flex-box.large {
	width: 600px;
}
.flex-box.small {
	width: 290px;
}
.suumo-img figcaption {
	margin-top: 0.8em;
	color: #333;
	font-size: 0.666rem;
	line-height: 1.6;
}
.suumo-img a {
	position: relative;
	display: block;
}
.suumo-img a::after {
	content: "";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	right: 5px;
	 bottom: 5px;
	background: url(../img/asset-value/zoom.png) no-repeat center center;
}
#contents h4.suumo-midashi {
	color: #1a323e;
	font-size: 1.133rem;
	line-height: 1.8;
}
#contents p.suumo-text {
	color: #333;
	font-size: 1.0rem;
	line-height: 1.8;
}
#contents h4.suumo-midashi + p.suumo-text {
	margin-top: 0.6em;
}
.suumo-name {
	margin-top: 1.0em;
	color: #333;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 1.6;
}
.suumo-note {
	margin-top: 0.5em;
	color: #333;
	font-size: 0.866rem;
	line-height: 1.6;
}
sup {
	display: inline-block;
	font-size: 50%;
	vertical-align: text-top;
	line-height: 1.0;
}
#sliderW {
	position: relative;
}
.bx-prev {
	position: absolute;
	left: 20px;
	top: calc(50% - 1.0rem);
	transform: translate(0, -50%);
	z-index: 1001;
	color: #FFF;
	font-size: 1.333rem;
	font-weight: bolder;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}
.bx-next {
	position: absolute;
	right: 20px;
	top: calc(50% - 1.0rem);
	transform: translate(0, -50%);
	z-index: 1001;
	color: #FFF;
	font-size: 1.333rem;
	font-weight: bolder;
	text-shadow: 0 0 10px rgba(0,0,0,1);
}



@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#contents .inner {
		width: 100%;
		margin: auto;
		padding: 0;
	}
	#suumo-contents {
		padding-bottom: 6vw;
	}
	
	#suumo-main {
	}
	#suumo-main figcaption {
		padding: 0.6em 4vw 1em 4vw;
		font-size: 0.533rem;
	}
	.premiumdetail-nav {
		padding: 0 4vw 4vw 4vw;
		font-size: 1.0rem;
	}
	.premiumdetail-nav ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2vw;
	}
	
	.premiumdetail {
		padding: 10vw 0 0 0;
	}
	.premiumdetail-header {
		font-size: 1.0rem;
	}
	.premiumdetail-body {
		padding: 4vw;
	}
	
	.cassette_read-title {
		font-size: 1.0rem;
	}
	.flex-block {
		gap: 4vw 2vw;
	}
	.flex-block.vertical {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2vw 2vw;
	}
	.flex-box {
		width: 100%;
	}
	.flex-box.large {
		width: 100%;
	}
	.flex-box.small.spLarge {
		width: 100%;
	}
	.flex-box.small {
		width: 45vw;
	}
	.suumo-img figcaption {
		font-size: 0.533rem;
	}
	.suumo-img a::after {
		width: 6vw;
		height: 6vw;
		right: 1vw;
		bottom: 1vw;
		background-size: cover
	};
	#contents h4.suumo-midashi {
		color: #1a323e;
		font-size: 1.133rem;
		line-height: 1.8;
	}
	#contents p.suumo-text {
		color: #333;
		font-size: 1.0rem;
		line-height: 1.8;
	}
	#contents h4.suumo-midashi + p.suumo-text {
		margin-top: 0.6em;
	}
	.suumo-name {
		margin-top: 1.0em;
		color: #333;
		font-size: 1.0rem;
		font-weight: bold;
		line-height: 1.6;
	}
	.suumo-note {
		margin-top: 0.5em;
		color: #333;
		font-size: 0.866rem;
		line-height: 1.6;
	}
	sup {
		display: inline-block;
		font-size: 50%;
		vertical-align: text-top;
		line-height: 1.0;
	}
	#sliderW {
		position: relative;
	}
	.bx-prev {
		position: absolute;
		left: 20px;
		top: calc(50% - 1.0rem);
		transform: translate(0, -50%);
		z-index: 1001;
		color: #FFF;
		font-size: 1.333rem;
		font-weight: bolder;
		text-shadow: 0 0 10px rgba(0,0,0,1);
	}
	.bx-next {
		position: absolute;
		right: 20px;
		top: calc(50% - 1.0rem);
		transform: translate(0, -50%);
		z-index: 1001;
		color: #FFF;
		font-size: 1.333rem;
		font-weight: bolder;
		text-shadow: 0 0 10px rgba(0,0,0,1);
	}
	
	.caption {
		width: 92vw;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 10vw;
	}
	
}

@media screen and (max-width: 960px) and (orientation: landscape) {
}