.supersoco_spec main {
	margin-top: 74px;
}

.supersoco_spec .pagetitle {
	padding: 50px 0;
	background-color: rgb(44, 44, 44);
}

.supersoco_spec.supersoco_tcmax_spec .pagetitle {
	background-color: #212121;
}

.supersoco_spec .pagetitle h1 {
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.supersoco_spec .color {
	padding: 50px 0;
	background-color: rgb(44, 44, 44);
}

.supersoco_spec.supersoco_tcmax_spec .color {
	padding: 50px 0;
	background: linear-gradient(to bottom, #212121, #404040);
}

.supersoco_spec.supersoco_tcmax_spec .color .inner {
	max-width: 1480px;
}

.supersoco_spec .color .swiper-slide {
	text-align: center;
}

.supersoco_spec.supersoco_tcmax_spec .color .swiper-slide {
	background: linear-gradient(to bottom, #212121, #404040)
}

.supersoco_spec .color .swiper-slide p {
	color: transparent;
	text-align: center;
}

.supersoco_spec .color .swiper-slide-active p {
	margin-top: 1em;
	color: #fff;
}

.supersoco_spec .color .swiper-pagination {
	position: static;
	margin-top: 20px;
}

.supersoco_spec .sectiontitle {
	text-align: center;
}

.supersoco_spec .sectiontitle h2 {
	font-size: 1.6em;
	font-weight: bold;
}

.supersoco_spec .section {
	padding: 60px 0;
}

.supersoco_spec .spec dl {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.supersoco_spec .spec dl dt,
.supersoco_spec .spec dl dd {
	padding: 1em;
	border-bottom: 1px solid #aaa;
}

.supersoco_spec .spec dl dt {
	width: 20%;
	font-weight: bold;
}

.supersoco_spec .spec dl dd {
	width: 30%;
}

.supersoco_spec .spec .sup_txt {
	margin-top: 20px;
}

.supersoco_spec .spec .sup_txt p {
	color: #666;
	font-size: .8em;
}

.supersoco_spec .spec .sup_txt p + p {
	margin-top: 1em;
}

.supersoco_spec .price dl {
	display: flex;
	flex-wrap: wrap;
	/* align-items: flex-end; */
	margin-top: 50px;
	border-bottom: 1px solid #aaa;
}

.supersoco_spec .price dl dt,
.supersoco_spec .price dl dd {
	padding: 1rem;
	/* border-bottom: 1px solid #aaa; */
}

.supersoco_spec .price dl dt {
	width: 50%;
}

.supersoco_spec .price dl dd {
	width: 50%;
	font-size: 2.2em;
	font-weight: bold;
	text-align: right;
}

.supersoco_spec .price dl dd p {
	font-size: .6em;
    margin-right: 1.4em;
  }

.supersoco_spec .price dl dd::before {
	content: '¥';
	font-size: .8em;
}

.supersoco_spec .price dl dd::after {
	content: '(税込)';
	padding-right: .4em;
	font-size: .4em;
}


.supersoco_spec .buyarea ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.supersoco_spec .buyarea ul li {
	flex: 1;
	padding: 0 2%;
}

.supersoco_spec .buyarea ul .top {
}

.supersoco_spec .buyarea ul .buybtn {
}

.supersoco_spec .buyarea ul li a {
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
	border: 1px solid transparent;
}

.supersoco_spec .buyarea ul .top a {
	background-color: rgba(44, 44, 44);
}

.supersoco_spec .buyarea ul .top a:hover {
	color: rgba(44, 44, 44);
	background-color: transparent;
	border-color: rgba(44, 44, 44);
}

.supersoco_spec .buyarea ul .buybtn a {
	background-color: #ea1e28;
}

.supersoco_spec .buyarea ul .buybtn a:hover {
	color: #ea1e28;
	background-color: transparent;
	border-color: #ea1e28;
}

section.price.option_list {
	padding: 60px 0;
}

.manual_link {
	display: block;
	padding: 1em;
	margin-top: 30px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background-color: #dc2624;
	border: 1px solid transparent;
}

.manual_link:hover {
	color: #dc2624;
	background-color: transparent;
	border-color: #666;
}

.supersoco_stocklist table {
	width: 100%;
	margin-top: 50px;
}

.supersoco_stocklist table th,
.supersoco_stocklist table td {
	padding: 1em;
	border: 1px solid #ccc;
}

.supersoco_stocklist table thead th {
	color: #fff;
	background-color: #0e2b67;
}

.supersoco_stocklist table tbody th::before {
	display: inline-block;
	content: '\f111';
	padding-right: .6em;
	font-weight: 600;
	font-family: "Font Awesome 5 Free";
}

.supersoco_tc_spec .supersoco_stocklist table tbody .ky::before  { color: #948d7c }
.supersoco_tc_spec .supersoco_stocklist table tbody .dsb::before { color: #324d62 }
.supersoco_tc_spec .supersoco_stocklist table tbody .db::before  { color: #101010 }
.supersoco_tc_spec .supersoco_stocklist table tbody .vg::before  { color: #3b4f44 }

.supersoco_stocklist table td {
	vertical-align: baseline;
}

.supersoco_stocklist table td:not([class]) {
	text-align: center;
	background-color: #eee;
}

span.font {
	font-size: 14px;
}

.supersoco_stocklist table a {
	color: #1aabc1;
	text-decoration: underline;
}

.supersoco_stocklist table .instock {
	text-align: right;
}

.supersoco_stocklist table .instock::before {
	content: '入荷予定 ';
}

.supersoco_stocklist table .instock::after {
	content: '台';
}

.supersoco_stocklist table .outstock {
	text-align: right;
}

.supersoco_stocklist table .outstock::before {
	content: '';
}

.supersoco_stocklist table .outstock::after {
	content: '';
}

.supersoco_stocklist table .soldout {
	text-align: center;
	background-color: #eee;
}

.stockcaution {
	margin-top: 20px;
	text-align: center;
}

.stockcaution small {
	color: #aaa;
}

.stockcaution strong {
	display: inherit;
	padding: .4em 1em;
	color: #fff;
	font-size: 1.2em;
	background-color: #b71540
}

.supersoco_index .footer_xeam {
	margin-top: 0;
}

.default_font_preset {
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	word-break: break-all;
	color: #333;
}

.formal_agency {
  position: sticky;
  bottom: 0;
  text-align: center;
  background-color: #dfc221;
  z-index: 10;
}

.formal_agency p {
  padding: .4em;
  font-size: 1.1em;
}

.iframe_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.iframe_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p.mt-5{
	padding: 20px;
	text-align: center;
	background-color: #ea1e28;
	color: #fff;
  }

  .catalog{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	border: 1px solid transparent;
  }

  .catalog:hover{
	  background-color: #fff;
	  color:#333;
	  border:1px solid #333;
  }

  .catalog a{
	  display: block;
	  padding: 10px;
	}

	section.youtube {
		margin: 50px 0;
		text-align: center;
	  }
	  
	  .youtube iframe{
		width: 1000px;
		height: 570px;
		margin-top: 20px;
	  }

	  section.youtube-tcmax {
		padding: 70px 0;
		text-align: center;
		background-color: #404040;
		border-top: solid 1px #777777;
	  }
	  
	  .youtube-tcmax iframe{
		width: 1000px;
		height: 570px;
		margin-top: 20px;
	  }

	  section.youtube-tcmax h2{
		  color: #fff;
	  }

		.price dd.finish::before{
			content: none !important;
		}

		.price dd.finish::after{
			content: none !important;
		}
	  

@media screen and (max-width: 959px) {
	  
	.supersoco_spec main {
		margin-top: 60px;
	}

	.supersoco_spec .buyarea ul {
		display: block;
	}

	.supersoco_spec .buyarea ul li + li {
		margin-top: 20px;
	}

	.supersoco_spec .buyarea ul .top,
	.supersoco_spec .buyarea ul .buybtn {
		width: 100%;
	}

	.supersoco_spec .buyarea ul .top a {
		margin: 0 2em;
		font-size: inherit;
	}

	.supersoco_spec .spec dl dt {
		width: 40%;
	}

	.supersoco_spec .spec dl dd {
		width: 60%;
	}

	.supersoco_stocklist table {
		font-size: .9em;
	}

	.supersoco_stocklist table th,
	.supersoco_stocklist table td {
		padding: .8em;
	}
}

@media screen and (min-width: 768px) {
	.supersoco_stocklist table tbody th {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.formal_agency p {
		padding: .4em .2em;
		font-size: .7em;
	}
}

@media screen and (max-width: 559px) {
	.supersoco_spec .spec dl {
		font-size: .9em;
	}

	.supersoco_spec .spec dl dt {
		width: 45%;
	}

	.supersoco_spec .spec dl dd {
		width: 55%;
	}

	.supersoco_spec .price dl {
		display: block;
	}

	.supersoco_spec .price dl dt,
	.supersoco_spec .price dl dd {
		width: 100%;
		padding: 0;
	}

	.supersoco_spec .price dl dt {
		padding-bottom: .4em;
	}

	.supersoco_spec .price dl dd + dt {
		margin-top: 40px;
	}

	.supersoco_spec .price dl dd {
		border: none;
	}

	.supersoco_stocklist table thead {
		display: none;
	}

	.supersoco_stocklist table tr {
		display: block;
		border: 1px solid #ccc;
	}

	.supersoco_stocklist table tr + tr {
		margin-top: 1em;
	}

	.supersoco_stocklist table th,
	.supersoco_stocklist table td {
		display: block;
		/* border: none; */
	}

	.supersoco_stocklist table th {
		background-color: #eee;
	}

	.supersoco_stocklist table td {
		padding: .4em;
	}

	.supersoco_stocklist table td::before {
		content: attr(data-label)" : ";
	}

	/* .supersoco_stocklist table td:not([class]) {
		display: none;
	} */

	.supersoco_stocklist table .instock {
		text-align: center;
	}

	.supersoco_stocklist table .instock::before {
		content: attr(label)' 入荷予定 ';
	}

	.acce_list.sectiontitle p{
		font-size: 12px;
	}

	.optionBox {
		display: flex;
		justify-content: space-between;
		padding: 10px 0;
		border-bottom: solid 1px #2d2e2e;
	}

	.optionBox-image {
		width: 18%;
	}

	.optionBox img{
		max-width: 80%;
	}

	.optionBox-txt {
		width: 80%;
		/* align-items: space-between; */
		flex-wrap: wrap;
	}

	.optionBox-txt .bottom {
		width: 100%;
		align-content: flex-end;
		align-items: flex-end;
	}

	.optionBox-txt .ttl {
		color: #52bec9;
		font-weight: 300;
		width: 100%;
		font-size: 16px;
	}

	.optionBox-txt .num {
		font-size: 11px;
	}

	.price.option_list{
		padding: 10px 0;
	}

	.price.option_list .optionsTtl.text-center{
		font-size: 18px;
	}

	.optionBox-txt .upper{
		margin-top: 5px;
	}

	.optionBox-txt .upper .ttl{
		font-size: 14px;
		margin-bottom: 0px;
	}

	.optionBox-txt .upper .num{
		font-size: 10px;
	}

	.optionPrice{
		text-align: right;
		font-size: 20px;
		margin-bottom: 0px;
	}


}

@media screen and (max-width: 480px) {
	.w366 .detail_section_parameter_title{
		font-size: 20px;
		line-height: 56px;
		font-weight: 900;
		text-align: center;
		color: #2D2D2D;
	}
	  
	  .detail_parameter .table {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-end;
		align-items: flex-end;
		width: 100%;
		margin: 0 auto;
		}
	  
	  .detail_parameter .table dt {
		width: 40%;
		padding: 20px 15px 10px 0;
		color: #2d2e2e;
		font-size: 12px;
		text-align: right;
		border-bottom: 1px solid #aaa;
		}
		
	  .detail_parameter .table dd {
		width: 60%;
		padding: 20px 15px 10px 0;
		color: #2d2e2e;
		font-size: 12px;
		border-bottom: 1px solid #aaa;
		}

		section.youtube{
		margin: 30px 0;
	}
	
	.youtube iframe{
		width: 100%;
		height: 200px;
	}

	section.youtube-tcmax{
		padding: 50px 20px;
	}

	.youtube-tcmax iframe{
		width: 100%;
		height: 200px;
	}



}

.supersoco_spec .price .priceCaution{
	font-size: 1rem;
}
@media screen and (max-width: 959px){
	.priceHorizon{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .priceHorizon-name{
    height: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
  }

  .priceHorizon-other{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px){
  .priceHorizon-other{
    flex-wrap: wrap;
    justify-content: center;
    height: fit-content;
  }


  .priceHorizon-num{
    height: 100%;
    width: fit-content;
    padding-top: 10px;
    padding-right: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
  .priceHorizon-zei{
    width: fit-content;
    padding-top: 10px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 10px;
  }

  .priceHorizon-caution{
    width: 100%;
    justify-content: center;
  }
}

.priceHorizon{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.priceHorizon-other{
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  width: 65%
}

.priceHorizon-name{
  height: 100%;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
}

.priceHorizon-num{
  height: 100%;
  width: 45%;
  padding-right: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.priceHorizon-zei{
  width: 10%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 10px;
}

.priceHorizon-caution{
  height: 100%;
  width: 45%;
  display: flex;
  align-items: center;
  font-size: 1.1em;
}