@import url("/front/freecss/2023_tascam.css");

/*機能一覧の個別対応用*/
#block-functional-list ul {
	margin: 0px 15px;
	border: 1px solid #eeeeee;
}
#block-functional-list ul li:nth-of-type(odd) {
	background-color: #f5f5f5;
}
.block-future-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	border: 1px solid #f5f5f5
}
.block-future-list ul li {
	background: #fff;
	padding: 10px 15px
}
.block-future-list ul li:nth-of-type(odd), .table-list ul li:nth-of-type(odd) {
	background-color: #f9f9f9
}
.block-future-list p strong {
	padding-top: 30px;
	text-align: center;
	display: block;
	font-size: 22px;
	width: 100%;
	color: #333;
	margin: 0
}
/* 基本部分 */
#productTitleSect .product-lead {
    padding-bottom: 15px;
}
#subProductTitleSect .product-subtitle{
    font-size: 14px;
}
.showmorebtn {
	background: #f5f5f5;
	border-bottom: 4px solid #eeeeee;
}
.right, .right-md, .right-sm {
	float: left;
}
.right-xs {
	float: right;
}
.font-header {
	font-size: 30px
}
.font-xxl {
	font-size: 160%
}
.font-xl {
	font-size: 140%
}
.font-l {
	font-size: 120%
}
.font-s {
	font-size: 80%
}
.font-l small {
	font-size: 80% !important;
}
p.font-xxl + p.font-xxl, p.font-xl + p.font-xl, p.font-l + p.font-l {
	margin-top: 25px;
}
.anchor_link {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
.row-md, .row-sm {
	margin-left: -0px;
	margin-right: -0px;
}
a#favorite {
    display: none;
}
#res-review .label-review {
    display: none!important;
}
@media (min-width: 768px) {
	.right, .right-sm {
		float: right;
	}
	.hide_sm {
		display: none!important;
	}
	.row-sm {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 767px) {
	.show_sm {
		display: none!important;
	}
	.font-header {
		font-size: 20px;
	}
	.clear-both_xs {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.font-header {
		font-size: 24px;
	}
	.font-xxl {
		font-size: 140% !important;
	}
	.font-xl {
		font-size: 120% !important;
	}
	.font-l {
		font-size: 100% !important;
	}
	.font-s {
		font-size: 80% !important;
	}
	p.font-xxl + p.font-xxl, p.font-xl + p.font-xl, p.font-l + p.font-l {
		margin-top: 20px !important;
	}
}
@media (min-width: 992px) {
	.right-md {
		float: right;
	}
	.hide_md {
		display: none!important;
	}
	.row-md {
		margin-left: -15px;
		margin-right: -15px;
	}
}
@media (max-width: 991px) {
	.show_md {
		display: none!important;
	}
	.clear-both_sm {
		clear: both;
	}
}
/* 製品ページTOPのメイン部分調整 */
#productTitleSect .product-lead {
	font-size: 16px;
}
#productTitleSect div.container .product-intro {
	padding-top: 15px;
}
@media (min-width:768px) {
	#productTitleSect .product-lead {
		font-size: 20px;
	}
}
@media (max-width:767px) {
	#productTitleSect #productTitleBlock .logo-list {
		max-width: 96% !important
	}
	#productTitleSect #productTitleBlock .logo-list li img {
		height: 20px !important;
	}
}
/* 製品説明用 */
.future_description {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 60px;
	display: block;
	clear: both;
	overflow: hidden;
}
.future_description .block-title {
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	padding: 10px 0px 15px 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd !important;
	color: #7c878e !important;
}
.future_description .block-detail {
	padding-left: 15px;
	padding-right: 15px;
}
.future_description .block-detail p {
	padding-left: 0px;
	padding-right: 0px;
}
.future_description .btn-block {
	border: 2px solid #cccccc;
	margin-top: 15px;
}
.future_description .btn.showmorebtn.expended {
	border: 2px solid #cccccc;
}
.future_description .sub-block {
	display: table;
}
@media (max-width: 767px) {
	.future_description {
		margin-top: 5px;
		margin-bottom: 30px;
	}
	.future_description .block-title {
		border-top: none !important;
		border-left: none !important;
		border-right: none !important;
		padding: 5px;
		margin-bottom: 5px;
		font-size: 20px;
	}
	.future_description [class^="col"] {
		padding-bottom: 5px;
	}
}
/* DR-05などシリーズ価格まとめ用 */
.price-block {
	padding: 30px;
}
.series-price {
	display: table;
	margin: 0 auto;
}
.series-price div {
	display: table-cell;
	vertical-align: text-top;
}
.series-price div ul {
	margin: 0px;
	padding: 0px;
}
.series-price div ul li {
	display: inline-block;
	padding-left: 20px;
}
/* liを横並びなどブロックとして使用したいとき用 */
ul.list-block {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.list-block li {
	display: inline-block;
	vertical-align: top;
}
/*機能一覧の個別対応用*/
.block-future-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	font-size: 16px;
	border: 1px solid #f5f5f5
}
.block-future-list ul li {
	background: #fff;
	padding: 10px 15px
}
.block-future-list ul li:nth-of-type(odd), .table-list ul li:nth-of-type(odd) {
	background-color: #f9f9f9
}
.block-future-list p strong {
	padding-top: 30px;
	text-align: center;
	display: block;
	font-size: 22px;
	width: 100%;
	color: #333;
	margin: 0
}
/* オプション表示用　*/
.option_list {
	display: block;
	margin: 1%;
	text-align: center;
}
.option_list li {
	display: inline-block;
	margin: 1%;
	width: 47%;
	padding: 5px;
	border: 2px solid #f5f5f5;
	vertical-align: top;
}
.option_list li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.option_list li a:hover .title, .option_list li .title a:hover {
	color: #066fff;
	border: 2px solid #CCCCCC;
}
.option_list *.title {
	font-size: 130%;
	color: #9b9b9b;
}
.option_list_noborder li {
	border: none;
}
.option_list-2 a:hover *.title, .option_list-3 a:hover *.title, .option_list-4 a:hover *.title {
	color: #333333;
}
.option_list_detail a {
	display: block;
}
.option_list_detail a:hover {
	text-decoration: none;
}
ul.option_list-4, ul.option_list-3, ul.option_list-2 {
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
}
.option_list-4 li, .option_list-3 li, .option_list-2 li {
	float: left;
	width: 50%;
	padding: 10px;
}
.option_list_detail {
	border: 2px solid #CCCCCC;
	padding: 8px;
}
.option_list-2 *.title {
	font-size: 130%;
	color: #9b9b9b;
}
.option_list-3 *.title {
	font-size: 130%;
	color: #9b9b9b;
}
.option_list-4 *.title {
	font-size: 110%;
	color: #9b9b9b;
}
.option_list_detail a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
@media (min-width:768px) {
	.option_list li {
		margin: 1%;
		width: 30.666666666%;
	}
	.option_list *.title {
		font-size: 150%;
	}
	.option_list-4 li, .option_list-3 li {
		width: 33.33333333%;
	}
	.option_list-2 li {
		float: left;
		width: 50%;
		padding: 10px;
	}
	.option_list-3 *.title, .option_list-2 *.title {
		font-size: 150%;
		color: #9b9b9b;
	}
	.option_list-4 *.title {
		font-size: 120%;
		color: #9b9b9b;
	}
}
@media (min-width:992px) {
	.option_list-4 li {
		width: 25%;
	}
}
/* 製品リンク用の箱 */
.store-box-half-half {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 15px;
}
.store-box-half .container .row {
	border: 1px solid #f5f5f5;
	display: block;
	margin: 15px;
	padding: 15px;
	min-height: 220px;
}
.store-box-half .btn-default {
	color: #333333 !important;
	background-color: #f5f5f5 !important;
	border-color: #cccccc !important;
}
.store-box-half .btn-default:hover {
	color: #333333 !important;
	background-color: #cccccc !important;
	border-color: #999999 !important
}
.store-box-half a img:hover {
	opacity: 0.5
}
.store-box-half h4 {
	padding: 0px;
	margin: 0px
}
.store-box-half .img-box {
	min-height: 140px;
	margin-left: -15px;
	margin-right: -15px;
}
.store-box-half .col-md-6, .store-box-half .col-md-12 {
	margin: 0px !important;
	padding: 0px !important;
}
.store-box-half .col-md-10 {
	padding-bottom: 0px;
}
.store-box-half a.btn {
	margin: 0px !important;
}
.store-box-half .cart-button {
	margin-top: 15px !important;
}
.store-box-half .product-name {
	padding-left: 15px !important;
}
/* Youtube用 */
.Youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 30px 0;
}
.Youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 背景用 */
.background_size_100-auto {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
.background_size_auto-100 {
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
.background_top_left {
	background-position: top left !important
}
.background_top_right {
	background-position: top right !important
}
.background_center_left {
	background-position: center left!important
}
.background_center_righ {
	background-position: center right !important
}
.background_bottom_left {
	background-position: bottom left !important
}
.background_bottom_right {
	background-position: bottom right !important
}
.background_top {
	background-position: top !important
}
.background_center {
	background-position: center !important
}
.background_bottom {
	background-position: bottom !important
}
.show_background_md, .show_background_sm {
	background-repeat: no-repeat;
}
@media (min-width:1800px) {
	.show_background_md, .show_background_sm {
		min-height: 1000px!important;
	}
}
@media screen and (max-width:1799px) {
	.show_background_md, .show_background_sm {
		min-height: 675px;
	}
}
@media (max-width:1199px) {
	.show_background_md, .show_background_sm {
		min-height: 550px;
	}
}
@media (min-width:992px) {
	.bg_white_md {
		background-color: hsla(0, 0%, 100%, 0.80)
	}
	.bg_gray_md {
		background-color: hsla(0, 0%, 50%, 0.80)
	}
	.bg_black_md {
		background-color: hsla(0, 0%, 0%, 0.80)
	}
	.text_white_md {
		color: #ffffff;
	}
	.text_black_md {
		color: #000000;
	}
}
@media (max-width:991px) {
	.show_background_md {
		background-image: none !important;
		min-height: 0 !important;
	}
	.bg_white_md-xs {
		background-color: #ffffff
	}
	.bg_gray_md-xs {
		background-color: #808080
	}
	.bg_black_md-xs {
		background-color: #000000
	}
	.text_white_md-xs {
		color: #ffffff;
	}
	.text_black_md-xs {
		color: #000000;
	}
	.show_background_sm {
		min-height: 420px;
	}
}
@media (min-width:768px) {
	.bg_white_sm {
		background-color: hsla(0, 0%, 100%, 0.70)
	}
	.bg_gray_sm {
		background-color: hsla(0, 0%, 50%, 0.70)
	}
	.bg_black_sm {
		background-color: hsla(0, 0%, 0%, 0.70)
	}
	.text_white_sm {
		color: #ffffff;
	}
	.text_black_sm {
		color: #000000;
	}
}
@media (max-width:767px) {
	.show_background_sm {
		background-image: none !important;
		min-height: 0 !important;
	}
	.bg_white_sm-xs {
		background-color: #ffffff
	}
	.bg_gray_sm-xs {
		background-color: #808080
	}
	.bg_black_sm-xs {
		background-color: #000000
	}
	.text_white_sm-xs {
		color: #ffffff;
	}
	.text_black_sm-xs {
		color: #000000;
	}
}
/* 1920x1080背景用 XELENTO WIRELESS JP参照 */
.show_bg_md, .show_bg_sm {
	position: relative;
	width: 100%;
	display: block;
}
@media (min-width:992px) {
	.show_bg_md .container {
		position: relative;
		height: 100%;
	}
	.show_bg_md:before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	.show_bg_md .bg_pc {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
	.show_bg_md .bg_white {
		background-color: hsla(0, 0%, 100%, 0.50)
	}
	.show_bg_md .bg_gray {
		background-color: hsla(0, 0%, 50%, 0.80)
	}
	.show_bg_md .bg_black {
		background-color: hsla(0, 0%, 0%, 0.80)
	}
	.text_white {
		color: #ffffff;
	}
	.show_bg_md .pc_text_black {
		color: #000000;
	}
	.show_bg_md .pc_text_center {
		text-align: center;
	}
	.show_bg_md .pc_text_left {
		text-align: right;
	}
	.show_bg_md .pc_text_left {
		text-align: left;
	}
	.show_bg_md .pc_text_shadow_white {
		text-shadow: 2px 2px 2px #ffffff;
	}
	.show_bg_md .pc_text_shadow_gray {
		text-shadow: 2px 2px 2px #999999;
	}
	.show_bg_md .pc_text_shadow_black {
		text-shadow: 2px 2px 2px #000000;
	}
	.show_bg_md .box-top-center {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateY(-5%) translateX(-50%);
		-webkit- transform: translateY(-5%) translateX(-50%);
	}
	.show_bg_md .box-top-right {
		position: absolute;
		top: 0%;
		left: 100%;
		transform: translateY(-5%) translateX(-100%);
		-webkit- transform: translateY(-5%) translateX(-50%);
	}
	.show_bg_md .box-top-left {
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translateY(-5%) translateX(0%);
		-webkit- transform: translateY(-5%) translateX(0%);
	}
	.show_bg_md .box-center-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.show_bg_md .box-center-right {
		position: absolute;
		top: 50%;
		left: 100%;
		transform: translateY(-50%) translateX(-100%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.show_bg_md .box-center-left {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%) translateX(0%);
		-webkit- transform: translateY(-50%) translateX(0%);
	}
	.show_bg_md .box-bottom-center {
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateY(-95%) translateX(-50%);
		-webkit- transform: translateY(-95%) translateX(-50%);
	}
	.show_bg_md .box-bottom-right {
		position: absolute;
		top: 100%;
		left: 100%;
		transform: translateY(-95%) translateX(-100%);
		-webkit- transform: translateY(-95%) translateX(-50%);
	}
	.show_bg_md .box-bottom-left {
		position: absolute;
		top: 100%;
		left: 0%;
		transform: translateY(-95%) translateX(0%);
		-webkit- transform: translateY(-95%) translateX(0%);
	}
	.show_bg_md .bg_black, .show_bg_md .bg_gray, .show_bg_md .bg_white {
		padding: 30px;
	}
}
@media (max-width:991px) {
	.show_bg_md .bg_pc {
		background-image: none !important;
		min-height: 0 !important;
	}
}
@media (min-width:768px) {
	.show_bg_sm .container {
		position: relative;
		height: 100%;
	}
	.show_bg_sm:before {
		content: "";
		display: block;
		padding-top: 56.25%;
	}
	.show_bg_sm .bg_pc {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		-moz-background-size: 100% auto;
		background-size: 100% auto;
	}
	.show_bg_sm .bg_black, .show_bg_sm .bg_gray, .show_bg_sm .bg_white {
		padding: 30px;
	}
	.show_bg_sm .box-top-center {
		position: absolute;
		top: 5%;
		left: 50%;
		transform: translateY(-5%) translateX(-50%);
		-webkit- transform: translateY(-5%) translateX(-50%);
	}
	.show_bg_sm .box-top-right {
		position: absolute;
		top: 5%;
		left: 100%;
		transform: translateY(-5%) translateX(-100%);
		-webkit- transform: translateY(-5%) translateX(-50%);
	}
	.show_bg_sm .box-top-left {
		position: absolute;
		top: 5%;
		left: 0%;
		transform: translateY(-5%) translateX(0%);
		-webkit- transform: translateY(-5%) translateX(0%);
	}
	.show_bg_sm .box-center-center {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.show_bg_sm .box-center-right {
		position: absolute;
		top: 50%;
		left: 100%;
		transform: translateY(-50%) translateX(-100%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.show_bg_sm .box-center-left {
		position: absolute;
		top: 50%;
		left: 0%;
		transform: translateY(-50%) translateX(0%);
		-webkit- transform: translateY(-50%) translateX(0%);
	}
	.show_bg_sm .box-bottom-center {
		position: absolute;
		top: 95%;
		left: 50%;
		transform: translateY(-95%) translateX(-50%);
		-webkit- transform: translateY(-95%) translateX(-50%);
	}
	.show_bg_sm .box-bottom-right {
		position: absolute;
		top: 95%;
		left: 100%;
		transform: translateY(-95%) translateX(-100%);
		-webkit- transform: translateY(-95%) translateX(-50%);
	}
	.show_bg_sm .box-bottom-left {
		position: absolute;
		top: 95%;
		left: 0%;
		transform: translateY(-95%) translateX(0%);
		-webkit- transform: translateY(-95%) translateX(0%);
	}
	.show_bg_sm .bg_white {
		background-color: hsla(0, 0%, 100%, 0.50)
	}
	.show_bg_sm .bg_gray {
		background-color: hsla(0, 0%, 50%, 0.70)
	}
	.show_bg_sm .bg_black {
		background-color: hsla(0, 0%, 0%, 0.70)
	}
	.show_bg_sm .text_white {
		color: #ffffff;
	}
	.show_bg_sm .text_black {
		color: #000000;
	}
	.show_bg_sm .pc_text_center {
		text-align: center;
	}
	.show_bg_sm .pc_text_right {
		text-align: right;
	}
	.show_bg_sm .pc_text_left {
		text-align: left;
	}
	.show_bg_sm .pc_text_shadow_white {
		text-shadow: 2px 2px 2px #ffffff;
	}
	.show_bg_sm .pc_text_shadow_gray {
		text-shadow: 2px 2px 2px #999999;
	}
	.show_bg_sm .pc_text_shadow_black {
		text-shadow: 2px 2px 2px #000000;
	}
}
@media (max-width:767px) {
	.show_bg_sm .bg_pc {
		background-image: none !important;
		min-height: 0 !important;
	}
	.show_bg_sm .bg_pc .container {
		min-height: auto!important;
	}
}
/* flex-box_md_list // */
ul.flex-box_md_list_2, ul.flex-box_md_list_3, ul.flex-box_md_list_4, ul.flex-box_sm_list_2, ul.flex-box_sm_list_3, ul.flex-box_sm_list_4, ul.flex-box_xs_list_2, ul.flex-box_xs_list_3, ul.flex-box_xs_list_4 {
  margin-right:-1%;
  margin-left: -1%;
  overflow: hidden;
  padding: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: flex-start;
  align-items: stretch;
  list-style: none;
  flex-wrap: wrap;
}
.flex-box_border_1px li {border: 1px solid #cccccc;}
.flex-box_2px li {border: 2px solid #cccccc;}
ul.flex-box_md_list_2 li, ul.flex-box_md_list_3 li, ul.flex-box_md_list_4 li, ul.flex-box_sm_list_2 li, ul.flex-box_sm_list_3 li, ul.flex-box_sm_list_4 li {
  flex-basis: 98%;
  margin: 15px 1% 50px;
}
ul.flex-box_xs_list_2 li {
  flex-basis: 48%;
  margin: 15px 1% 50px;
}
ul.flex-box_xs_list_3 li {
  flex-basis: 31.33333%;
  margin: 15px 1% 50px;
}
ul.flex-box_xs_list_4 li {
  flex-basis: 23%;
  margin: 15px 1% 50px;
}
@media (min-width: 768px) {
  ul.flex-box_sm_list_2 li {
    flex-basis: 48%;
    margin: 15px 1% 50px;
  }
  ul.flex-box_sm_list_3 li {
    flex-basis: 31.33333%;
    margin: 15px 1% 50px;
  }
  ul.flex-box_sm_list_4 li {
    flex-basis: 23%;
    margin: 15px 1% 50px;
  }
}
@media (min-width: 992px) {
  ul.flex-box_md_list_2 li {
    flex-basis: 48%;
    margin: 15px 1% 50px;
  }
  ul.flex-box_md_list_3 li {
    flex-basis: 31.33333%;
    margin: 15px 1% 50px;
  }
  ul.flex-box_md_list_4 li {
    flex-basis: 23%;
    margin: 15px 1% 50px;
  }
}
/* // flex-box_md_list */

/* レインボー // */
.rainbow_bg, .rainbow_font {
  padding: 10px;
  background: linear-gradient(to right, #fe2525 0%, #fe2525 2%, #91fe25 25%, #25fefe 50%, #9125fe 75%, #fe2525 98%, #fe2525 100%) 0% center / 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 300% 100%;
  -webkit-animation: rainbowscroll 5s linear infinite;
  animation: rainbowscroll 5s linear infinite;
}
@-webkit-keyframes rainbowscroll {
  0% {
    background-position: 150% 0;
  }
}
@keyframes rainbowscroll {
  0% {
    background-position: 150% 0;
  }
}
.rainbow_bg {
  background-clip: initial;
}
.rainbow_font {
  color: transparent;
}
/* // レインボー */

/* ストアロゴ // */
.logo-list li {
  height: auto;
}
#productTitleSect #productTitleBlock .logo-list li img#store_banner, #productTitleSect #productTitleBlock .logo-list li img#store_banner_sp {
  height: auto !important;
  width: 100%;
}
#productTitleSect #productTitleBlock .logo-list li img.store_beyer_banner {
  height: 32px !important;
}
@media (min-width: 768px) {
  #store_banner_sp {
    display: none;
  }
  #productTitleSect #productTitleBlock .logo-list li img.store_beyer_banner {
    height: 45px !important;
  }
}
@media (max-width: 767px) {
  #store_banner {
    display: none;
  }
}
/* // ストアロゴ */

/* 印刷設定　最後に記述 // */
@media print {
  *, html, body {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; !important;
  }
        body {
        width: 1140px !important;
    }
}
/* // 印刷設定　最後に記述 */
