@charset "UTF-8";
article {
	padding-top: 0;
}
#lineup .prod-info {
	color: black;
}
/* ====================================
	製品トップ共通スタイル
 ==================================== */
.has-arrow-left .fa-angle-right {
	margin-right: 0.25em;
}

.products-sub-title {
	font-weight: 300;
}

.sub-section .ttl {
	font-weight: 500;
}

.sub-title {
	background: #e6e6e6;
}


/* 一覧を見るボタン */
.has-btn-show-list {
	display: flex;
}

ul.list-btn-show-list {
	display: flex;
}

ul.list-btn-show-list li {
	display: flex;
	align-items: center;
}

/* メインビジュアル：スライドショー */
.main-visual-button-next, .main-visual-button-prev {
	position: absolute;
	top: 50%;
	width: 6%;
	height: 12%;
	margin-top: -6%;
	z-index: 2;
	cursor: pointer;
	background-color: rgba(255,255,255,0.6);
	background-size: 40% auto;
	background-position: center;
	background-repeat: no-repeat;
}

.main-visual-button-prev {
	background-image: url(/products/common/images/arrow-prev-b.svg);
	left: 0;
	right: auto
}

.main-visual-button-next {
	background-image: url(/products/common/images/arrow-next-b.svg);
	right: 0;
	left: auto
}

.main-img .swiper-pagination {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	position: relative;
}

.main-img .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	margin: 0 5px;
	background: #aaa;
	border-radius: 0;
}

.main-img .swiper-pagination-bullet-active {
	background: #878787;
}

/* 製品ラインアップ */
#lineup .prod-name {
	font-weight: 700;
}

#lineup .icon-new {
	color: #e6000d;
}

#lineup .prod-colors .pcolor {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	margin-right: 0.5rem;
	background: #fff;
	border: solid 1px #a2a2a2;
	border-radius: 50%;
}

#lineup .prod-colors .pcolor.black {
	background: #000;
}

#lineup .prod-colors .pcolor.red {
	background: #e6000d;
}

#lineup .prod-colors .pcolor.silver {
	background: #b4b4b4;
}

#lineup .prod-text {
	font-weight: 500;
	border-top: dashed 1px #a0a0a0;
}

/* 発売予定 */
.yotei {
	font-size: 0.9em;
	color: #e6000d;
}

.flex-container.column4 .category {
	color: #a0a0a0;
}

.flex-container.column4 .flex-item .img {
	border: solid 1px #d9d9d9;
}

/* 新着情報 */
#news a {
	text-decoration: underline;
}

#news a:hover {
	text-decoration: none;
}
/* 製品ラインアップ NEW */
.flex-item.new .prod-name::after {
	content: 'NEW';
	color: #e6000d;
	font-size: 80%;
	font-weight: bold;
	padding-left: 0.5em;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 2rem;
	}

	/* サブセクション */
	.other-section,
	.sub-section {
		padding-top: 4rem;
		padding-bottom: 4rem;
		border-top: solid 1px #d9d9d9;
	}
	.products-sub-title {
		flex-shrink: 0;
		font-size: 2.2rem;
	}
	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
	}
	.sub-title {
		margin-top: 6rem;
		margin-bottom: 2rem;
		padding: 0.25em 0;
		font-size: 1.8rem;
		text-align: center;
	}
	.sub-section .base-width > .sub-title:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container>.flex-item {
		width: 100%;
		margin-top: 3rem;
	}
	.flex-container>.flex-item:first-of-type {
		margin-top: 0;
	}

	/* フレックスコンテナ：スマホ2列 */
	.flex-container.sp-column2 {
		font-size: 1.5rem;
	}
	.flex-container.sp-column2 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.sp-column2 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.sp-column2 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.sp-column2>.flex-item {
		width: 48%;
	}
	.flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* 製品ラインアップ */
	#lineup {
		border-top: none;
	}
	#lineup .img-container {
		padding: 0 2%;
	}
	#lineup .flex-item .text-container {
		padding-top: 10px;
	}
	#lineup .prod-name {
		font-size: 1.7rem;
	}
	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.4rem;
		line-height: 1;
		position: relative;
		top: -0.1em;
	}
	#lineup .prod-text {
		margin-top: 1em;
		padding-top: 0.6em;
		font-size: 1.5rem;
	}
	#lineup .flex-item .prod-info {
		margin-top: 0.4em;
		font-size: 1.3rem;
		padding-top: 0.4em;
	}
	.flex-container.half > .flex-item:last-of-type .sub-title {
		margin-top: 0;
	}
	
	/* 新着情報 */
	ul.list-news li {
		margin-top: 1em;
		padding-top: 1em;
		border-top: dashed 1px #a0a0a0;
		display: none;
	}
	ul.list-news li:first-child {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li .text {
		margin-top: 0.2em;
	}

	ul.list-news li .date {
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		font-size: 1.4rem;
	}
	
	.saigai-info {
		margin: 1rem 22px 0rem;
		font-size: 1.2rem;
	}
	#news.sub-section {
		padding-bottom: 0;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {
	/* 一覧を見るボタン */
	.has-btn-show-list ul.list-btn-show-list {
		margin-left: 3rem;
	}

	/* サブセクション */
	.sub-section {
		padding-top: 6rem;
	}
	.products-sub-title {
		padding-top: 5rem;
		font-size: 2.8rem;
		border-top: solid 1px #d9d9d9;
	}
	.sub-section:first-of-type .products-sub-title {
		padding-top: 0;
		border-top: none;
	}
	.sub-title {
		margin-top: 6rem;
		margin-bottom: 3rem;
		padding: 0.2em 0;
		font-size:1.8rem;
		text-align: center;
	}
	.sub-section .base-width > .sub-title:first-of-type {
		margin-top: 4rem;
	}

	/* その他エリア */
	.other-section {
		padding-top: 6rem;
	}
	.other-section .base-width {
		padding-top: 5rem;
		position: relative;
	}
	.other-section .base-width::before {
		content: '';
		display: block;
		width: 100%;
		border-top: solid 1px #d9d9d9;
		position: absolute;
		top: 0;
		left: 0;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
	}

	/* フレックスコンテナ：ハーフ */
	.flex-container.half {
		justify-content: space-between;
	}
	.flex-container.half>.flex-item {
		width: 48%;
		margin-top: 4rem;
	}
	.flex-container.half>.flex-item:nth-of-type(-n+2) {
		margin-top: 0;
	}

	/* フレックスコンテナ：イメージテキスト */
	.flex-container.img-text {
		justify-content: space-between;
	}
	.flex-container.img-text>.img-container, .flex-container.img-text>.text-container
		{
		width: 48%;
	}

	/* フレックスコンテナ：3列 */
	.products-sub-title + .flex-container.column3 {
		margin-top: 5rem;
	}
	.flex-container.column3 {
		font-size: 1.5rem;
	}
	.flex-container.column3 .ttl {
		font-size: 1.8rem;
	}
	.flex-container.column3>.flex-item {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 2rem;
	}
	.flex-container.column3>.flex-item:nth-of-type(3n-2) {
		margin-left: 0;
	}
	.flex-container.column3>.flex-item:nth-of-type(-n+3) {
		margin-top: 0;
	}

	/* フレックスコンテナ：4列 */
	.flex-container.column4 {
		margin-top: 5rem;
	}
	.flex-container.column4 {
		font-size: 1.5rem;
	}
	.flex-container.column4 .ttl {
		margin-top: 0.5em;
		font-size: 1.6rem;
	}
	.flex-container.column4 .text {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	.flex-container.column4 .category {
		margin-top: 0.5em;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	.flex-container.column4>.flex-item {
		width: 23.5%;
		margin-left: 2%;
		margin-top: 2rem;
	}
	.flex-container.column4>.flex-item:nth-of-type(4n-3) {
		margin-left: 0;
	}
	.flex-container.column4>.flex-item:nth-of-type(-n+4) {
		margin-top: 0;
	}

/* メインビジュアル：スライドショー */
	.main-visual-button-next, .main-visual-button-prev {
		position: absolute;
		top: 50%;
		width: 30px;
		height: 80px;
		margin-top: -40px;
	}

	/* 製品ラインアップ */
	#lineup .icon-new {
		display: inline-block;
		margin-left: 0.5em;
		font-size: 1.6rem;
		line-height: 1;
		position: relative;
		top: -0.2em;
	}
	#lineup .img-container {
		padding: 0 6.8%;
	}
	#lineup .flex-item .text-container {
		padding-top: 10px;
	}
	#lineup .prod-name {
		font-size: 2.3rem;
	}
	#lineup .prod-text {
		margin-top: 2rem;
		padding-top: 1rem;
	}
	#lineup .flex-item .prod-info {
		margin-top: 0.5em;
		font-size: 1.4rem;
	}
	
	/* 新着情報 */
	ul.list-news {
		margin-top: 4rem;
	}
	ul.list-news li {
		padding-top: 1em;
		display: none;
	}
	ul.list-news li:first-child {
		padding-top: 0;
	}
	ul.list-news li:nth-child(-n + 12) {
		display: inherit;
	}
	ul.list-news li .date {
		display: table-cell;
		width: 8em;
		font-size: 1.4rem;
	}
	ul.list-news li .text {
		display: table-cell;
		padding-left: 2em;
		font-size: 1.4rem;
	}
	
	.saigai-info {
		margin: 2rem 17px 0rem;
		font-size: 1.4rem;
	}
	
}

/* ====================================
	IE印刷専用スタイル
===================================== */
@media print and (-ms-high-contrast: none) {
	.flex-container.half {
		display: block;
	}
	.flex-container.half .flex-item {
		margin-left: 3.5%;
		display: inline-block;
		vertical-align: top;
	}
	.flex-container.half .flex-item:nth-child(odd) {
		margin-left: 0;
	}
}




/* ====================================
	+Cassius
 ==================================== */
.none {
	display: none;
}

.has-arrow-left {
	padding: 0 0 0 1em;
	background-image: url(/products/common/images/chevron-right-solid.svg);
	background-repeat: no-repeat;
	background-position: left 0 top .4em;
	background-size: auto .8em;
}
 
ul.img-icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

ul.img-icons li {
	margin-top: 0.5em;
}


	/* サイズ＋機種名 */
	
.prod-size-name {
	width: 100%;
	max-width: 270px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin-top: 7px;
}
.prod-size-name > div {
	width: 50%;
	min-width: 120px;
	display: flex;
}

.prod-size-name .size-area {
	text-align: center;
	color: #FFF;
	background-color: #707271;
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	font-size:77%;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0.5px;
	padding-bottom: 0.5px;
}

.prod-size-name .name-area {
	font-size: 85%;
	margin-top: auto;
	margin-bottom: auto;
	vertical-align: middle;
	display: flex;
	align-items: center;
	padding-top: 2.5px;
}



#lineup .prod-colors, #related .prod-colors {
	margin-top: 8px;
}

.lineup_link_under {
	padding-top: 20px;	
}

.icon-txt {
	background-color: #ddd;
	padding-right: 3px;
	padding-left: 3px;
	border: 4px solid #ddd;
	border-radius: 7px;
	color: #333;
	font-size: 90%;
}


@media only screen and (max-width: 767px) {
	
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	ul.img-icons {
		font-size:77%;
		color:#666464;
		font-weight:500;
		margin-top:5px;
	}
	ul.img-icons .icon-8k, ul.img-icons .icon-4k {
		width: 34px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k2 {
		width: 43px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k4ktuner {
		width: 84px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4ktuner, ul.img-icons .icon-oled {
		width: 54.5px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4kel {
		width: 108px;
		margin-right: 12px;
	}
	ul.img-icons .icon-portable {
		width: 128px;
		margin-right: 12px;
	}
	ul.img-icons .icon-txt {
		font-size: 85%;
		margin-right: 12px;
	}
	.font-s {
		font-size:93%;
	}
}
@media print, screen and (min-width: 768px) {
	#lineup .img-container, #related .img-container {
		padding: 0 3%;
	}
	
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	
	 .btn-arrow-left.upper {
	 display: none;
	}
	
	ul.img-icons {
		font-size:77%;
		color:#666464;
		font-weight:500;
		margin-top:5px;
	}
	ul.img-icons .icon-8k, ul.img-icons .icon-4k {
		width: 42px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k2 {
		width: 53px;
		margin-right: 12px;
	}
	ul.img-icons .icon-8k4ktuner {
		width: 105px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4ktuner, ul.img-icons .icon-oled {
		width: 68px;
		margin-right: 12px;
	}
	ul.img-icons .icon-4kel {
		width: 136px;
		margin-right: 12px;
	}
	ul.img-icons .icon-portable {
		width: 160px;
		margin-right: 12px;
	}
	ul.img-icons .icon-txt {
		margin-right: 12px;
	}
	.font-s {
		font-size:85%;
	}
}

	ul.img-icons li:last-child {
		margin-right: 0px;
	}
	
	
@media print, screen and (min-width: 768px) {
	/* その他エリア */
	.other-section {
		padding-top: 2rem;
		padding-bottom: 6rem;
	}
	
	/* 種類・サイズ・機能で選ぶ */
	.lineup_link_under {
		display: flex;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		justify-content: center;
	}
	.lineup_link_under > div {
		margin-right: 5px;
		margin-left: 5px;
	}
}
	
/* メインビジュアルTVCMを見るボタン */
 .btn-cm {
	position: absolute;
	bottom: 35px;
	left: 35px;
	transition: all .6s ease .6s;
}

.swiper-slide:not(.swiper-slide-active) .btn-cm {
	bottom: 0;
	opacity: 0;
}

.btn-cm a {
	display: inline-block;
	height: 100%;
	padding: 0.7em 1.5em 0.7em 2.5em;
	font-size: inherit;
	line-height: inherit;
	background-color: #535353;
	background-image: url(/products/common/images/chevron-right-solid-w.svg);
	background-repeat: no-repeat;
	background-position: left 0.7em center;
	background-size: auto 1em;
	color: #fff;
	text-decoration: none;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.3);
}

.btn-cm a.hovering {
	opacity: 1;
	background-color: #878787;
}