@charset "UTF-8";



/* SP */
@media (max-width: 767px) {
}
/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
}
/* TB & PC */
@media (min-width: 768px) {
}
/* PC */
@media (min-width: 1280px) {
}







.pricelist__regular {
	padding: 0 0 104px 0;
}
.pricelist__limited {
	padding: 0 0 104px 0;
	border-top: 1px solid #dbdbdb;
}




/* SP */
@media (max-width: 767px) {
	.pricelist__sp {
		display: block;
		padding: 12px 0;
	}
	.pricelist__sp .btn {
		box-sizing: border-box;
		font-size: 1.6rem;
		padding: 0 8px;
		margin-bottom: 16px;
	}
	.pricelist__sp .btn > span {
		font-size: 1rem;
		margin: 0 0 0 8px;
	}
	.pricelist__sp .btn:after {
		position: absolute;
		right: 6px;
		top: 12px;
	}

	.carlineup-title,
	.pricelist__regular,
	.pricelist__limited {
		display: none;
	}

	/* 202001 */
	.price-tab {
		display: flex;
	}

	.price-tab > li {
		width: 50%;
	}

	.price-tab > li:last-child {
		border-left: 1px solid #dbdbdb;
	}

	.price-tab__btn {
		display: flex;
		text-align: center;
		height: 40px;
		justify-content: center;
		align-items: center;
		border-bottom: 4px solid transparent;
		font-size: 1.2rem;
		color: #3E3F40;
		font-weight: bold;
		text-decoration: none;
	}

	.price-tab__btn.is_current {
		border-bottom-color: #EFDF00;
	}

	.price-head {
		height: 180px;
		margin-bottom: 12px;
	}

	.price-slider {
		margin-bottom: 0;
		position: relative;
	}

	.price-slider__prev,
	.price-slider__next {
		background-color: rgba(65, 75, 79, .6);
		display: block;
		height: 24px;
		width: 24px;
		position: absolute;
		top: 46px;
		z-index: 1;
	}

	.price-slider__prev {
		left: 0;
	}

	.price-slider__next {
		right: 0;
	}

	.price-slider__prev--icon {
		background-image: url(../common2016/img/icon.png);
		background-size: 225px 225px;
		background-position: 0 -60px;
		left: 50%;
		margin-left: -12px;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 24px;
		height: 24px;
		display: block;
	}

	.price-slider__next--icon {
		background-image: url(../common2016/img/icon.png);
		background-size: 225px 225px;
		background-position: -30px -60px;
		left: 50%;
		margin-left: -12px;
		margin-top: -12px;
		position: absolute;
		top: 50%;
		width: 24px;
		height: 24px;
		display: block;
	}

	.price-slider__slide {
		width: 222px;
		display: block;
		color: #3E3F40;
		text-decoration: none;
	}

	.price-slider__slide.slick-current .price-slider__name {
		opacity: 1;
	}

	.price-slider__slide:focus {
		outline: none;
	}

	.price-slider__img {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

	.price-slider__name {
		text-align: center;
		line-height: 1.2;
		opacity: 0;
		transition: opacity .25s;
		margin: 0 -50px;
		font-weight: bold;
	}

	.price-slider__name--en {
		font-size: 2rem;
	}

	.price-slider__name--en::after {
		content: '';
		display: inline-block;
		background-image: url(../../common2016/img/arrows.svg);
		background-position: -22px -44px;
		background-repeat: no-repeat;
		background-size: 44px 132px;
		height: 22px;
		width: 22px;
		vertical-align: top;
		margin-left: 5px;
	}

	.price-slider__name--jp {
		font-size: 1rem;
	}

	.price-slider2__slide:focus {
		outline: none;
	}

	.price-body {
		padding: 0 16px;
	}

	.price-grade {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}

	.price-grade > li {
		border-right: 1px solid #dbdbdb;
		line-height: 1;
	}

	.price-grade > li:first-child {
		border-left: 1px solid #dbdbdb;
	}

	.price-grade__btn {
		color: #3E3F40;
		text-decoration: none;
		padding: 0 12px 16px;
		display: block;
		position: relative;
		font-size: 1.4rem;
		height: 100%;
		box-sizing: border-box;
	}

	.price-grade__btn::after {
		content: '';
		display: block;
		background-image: url(../../common2016/img/arrows.svg);
		background-position: 0 -36px;
		background-repeat: no-repeat;
		background-size: 24px 72px;
		height: 12px;
		width: 12px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.price-table {
		width: 100%;
		border-collapse: collapse;
	}

	.price-table + .price-table {
		margin-top: 33px;
	}

	.price-table thead tr {
		height: 50px;
		border-top: 1px solid #3E3F40;
		border-bottom: 1px solid #3E3F40;
	}

	.price-table thead th {
		height: 50px;
		border-top: 1px solid #3E3F40;
		border-bottom: 1px solid #3E3F40;
	}

	.price-table tbody tr {
		border-bottom: 1px solid #dbdbdb;
	}

	.price-table tbody th,
	.price-table tbody td {
		font-size: 1rem;
		font-weight: normal;
		padding: 5px 0;
	}	

	.price-table__grade {
		display: flex;
		align-items: center;
	}

	.price-table__grade--img {
		height: 40px;
	}

	.price-table__grade--name {
		text-align: left;
		line-height: 1.2;
	}

	.price-table__head {
		text-align: left;
	}

	.price-table__detail {
		text-align: right;
	}

	.price-table__notice {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.price_e-tech{
		width: 35%;
		height: auto;
		margin: auto;
		padding-top: 12px;
	}
	.price_e-tech_arkana{
		width: 35%;
		height: auto;
		margin: auto;
		padding-top: 4px;
	}
	.price_arkana_mild{
		width: 25%;
		height: auto;
		margin: auto;
		padding-top: 4px;
	}
	.price_susp_ord{
		width: 35%;  
		height: auto;
		margin: auto;
		padding-top: 12px;
	}
	.list_e-tech_arkana{
		width: 43.5%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_e-tech_arkana2{
		width: 58%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_e-tech_arkana_ea{
		width: 46.5%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_arkana_mild{
		width: 32%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_arkana_mild2{
		width: 52%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_e-tech_long{
		width: 46.5%;
		height: auto;
		margin: 5px 5px 5px 0;
	}
	.list_e-tech{
		width: 58%;
		height: auto;
		padding-top: 5px;
	}
	.list_susp_ord{
		width: 58%; 
		height: auto;
		padding-top: 5px;
	}
	.list_susp_ord_long{
		width: 43.5%; 
		height: auto;
		padding-top: 0px;
	}
	.list_e-tech_fl{
		width: 43.5%;
		height: auto;
		margin: 5px 0px 5px 0;
		float: left
	}
	.list_e-tech_long_fl{
		width: 43.5%;
		height: auto;
		margin: 5px 0px 5px 0;
		float: left
	}
	.list_susp_ord_fl{
		width: 43.5%; 
		height: auto;
		margin: 5px 0px 5px 4px;
		float: left
	}
	.list_susp_ord_long_fl{
		width: 43.5%; 
		height: auto;
		margin: 5px 0px 5px 4px;
		float: left
	}
}

/* TB */
@media (min-width: 768px) and (max-width: 1279px) {
	.price-table {
		margin: 32px 0 0 0;
		padding: 0 32px;
	}
	.price-table col:nth-child(1) { width: 18.4%; }
	.price-table col:nth-child(2) { width: 24%; }
	.price-table col:nth-child(3) { width: 14.4%; }
	.price-table col:nth-child(4) { width: 6.4%; }
	.price-table col:nth-child(5) { width: 7.8%; }
	.price-table col:nth-child(6) { width: 7.8%; }
	.price-table col:nth-child(7) { width: 15%; }
	.price-table col:nth-child(8) { width: 5.8%; }
	.price-table th,
	.price-table td {
		font-size: 1rem;
	}
	.price-table td {
		padding: 0 8px;
	}
	.price-table th {
		padding: 8px;
	}
	.price-table__img {
		height: 58px;
	}
	.price-table__name--en {
		font-size: 1.4rem;
	}
}
/* TB & PC */
@media (min-width: 768px) {
	.pricelist__sp {
		display: none;
	}
	.price-table__body {
		border-collapse: collapse;
	}
	.price-table th {
		border: 1px solid #dcdcdc;
		background-color: #fbfbfb;
		font-weight: normal;
	}
	.price-table td:first-child,
	.price-table td:nth-child(2) {
		text-align: left;
		padding: 0;
	}
	.price-table__name.arrow:after {
		background-position: -1em -2em;
		font-size: 12px;
		margin-top: -6px;
		position: absolute;
		right: 8px;
		top: 50%;
	}
	.price-table__name--en {
		font-weight: bold;
		line-height: 1.25;
	}
	.price-table__name--jp {
		resize: 1rem;
		line-height: 1.4;
		margin-top: 4px;
	}
	.price_e-tech,
	.price_e-tech_arkana{
		width: 58%;
		height: auto;
		margin-top: 12px;
	}
	.price_arkana_mild{
		width: 42%;
		height: auto;
		margin-top: 12px;
	}
	.price_susp_ord{
		width: 58%;
		height: auto;
		margin-top: 12px;
	}
	.price_e-tech_susp_ord{
		width: 58%;
		height: auto;
		margin-top: 4px;
	}
	.price-table__name {
		box-sizing: border-box;
		color: #3E3F40;
		display: inline-block;
		padding: 16px 16px 16px 0;
		text-align: left;
		text-decoration: none;
		width: 100%;
	}
	.price-table td {
		text-align: center;
	}
	.price-table tr {
		border-bottom: 1px solid #dcdcdc;
	}
	.price-table tr:first-child {
		height: 24px;
	}
	.price-table tr:nth-child(2) {
		border-top: 1px solid #dcdcdc;
	}
	.price-table td {
		position: relative;
		border-right: 1px solid #dcdcdc;
	}
	.price-table td:first-child,
	.price-table td:last-child {
		border-right: 0;
	}
	.price-table__notice {
		font-size: 1.2rem;
		margin: 40px 0 0 0;
	}
}
/* PC */
@media (min-width: 1280px) {
	.price-table {
		margin: 32px auto 0 auto;
		width: 1024px;
	}
	.price-table col:nth-child(1) { width: 160px; }
	.price-table col:nth-child(2) { width: 218px; }
	.price-table col:nth-child(3) { width: 128px; }
	.price-table col:nth-child(4) { width: 72px; }
	.price-table col:nth-child(5) { width: 88px; }
	.price-table col:nth-child(6) { width: 112px; }
	.price-table col:nth-child(7) { width: 172px; }
	.price-table col:nth-child(8) { width: 68px; }
	.price-table th,
	.price-table td {
		font-size: 1.2rem;
	}
	.price-table td {
		padding: 0 16px;
	}
	.price-table th {
		padding: 16px 0;
	}
	.price-table__img {
		height: 72px;
	}
	.price-table__name--en {
		font-size: 1.6rem;
	}
}

.price-table__price {
	font-size: 1.2rem;
}
.price-table__price,
.price-table__price .price-unit {
	font-weight: bold;
}
.price-table__price .price-unit {
	font-size: 0.75em;
	margin: 0 0 0 0.1em;
}
