*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: "Noto Sans JP";
}
a:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
	text-decoration: none; 
}
body {
	width: 100%;
	background-color: #000;
	overflow-x: hidden;
}
#wrapper {
	width: 100%;
	text-align: center;
}
.gotop{
	position: fixed;
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
/*ヘッダー部*/
.top {
	background: url("https://www.share-style.co.jp/sale/sale_bgn/pc_bgn_main.webp") no-repeat;
	height: 36.5vw;
    width: auto;
    background-size: contain;
}
.data {
	background-color: #000000;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
	margin-top: -10px;
}
.data p {
/*	color:#000;*/
	font-size:25px;
}
.data span {
	font-size:17px;
}
.marker {
  background-image: linear-gradient(90deg, #ec008c,#f3c600 100%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.attention {
	background-color: #ff3d38;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
}
.attention p,.data p {
	color: #fff;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	@media screen and (max-width: 1024px) {
	margin-bottom: 10vw;
	}
}
/*ここからコンテンツ*/
main {
	text-align: center;
}
section {
	max-width: 1200px;
	padding: 50px 100px;
	box-sizing: border-box;
	display: inline-block;
	.item_co {
		display: flex;
		flex-wrap: wrap;
	}
	}
.sec_title {
	font-size: 50px;
	color: #fff;
	font-weight: 900;
	margin: 0 0 30px 0; 
	& span{
		font-size: 12px;
		font-weight: 100;
		display: block;
	}
}
.item {
	background-color: #fff;
	width: 185px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 7px;
	position: relative;
}
/* .item:nth-child(4n) {
		display: none;
	} */
.item p:not(.s_price):not(.n_price) {
/*	color: #000;*/
	margin: 5px;
	font-size: 15px;
	white-space: pre-line;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.n_price {
	padding: 10px;
	text-decoration: line-through;
	font-size: 12px;
	white-space: pre-line;
	vertical-align: middle;
}
.s_price {
	font-size: 20pt;
	white-space: pre-line;
	color: #ff3d38;
	font-weight: 800;
	line-height: 35px;
}
.s_price span {
	font-size: 20px;
}
.item img:not(.batch10){
	width: 100%;
}
.batch10 {
	position: absolute;
	width: 35%;
  top: -15px;
  left: -10px;
  z-index: 9999;
}
.example3{
    display: flex;
    padding: 0;
    /*コレ*/border-right: 1px solid #fff;
	& a{
		color: #fff;
		text-decoration: none; 
	}
}
.example3>li{
    /*コレ*/border: 1px solid #fff;
    /*コレ*/border-right: none;
    width: 1200px;
    padding: 25px;
    margin: 0;
    list-style: none;
    text-align: center;
	color: #fff;
}
/* アイコン */
.dli-chevron-down {
	display: inline-block;
	vertical-align: middle;
	color: #cbcbcb333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-left:1vw;
  }
  /* ボタン */
.button_line007 a {
	text-decoration: none; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 50%;
	@media screen and (max-width: 1024px) {
		max-width: 90%;
	}
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #232323;
}
.button_line007 a:hover {
    background: #636363;
    color: #000000;
}
.button_line007 a:before, .button_line007 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line007 a:before {
  top: 0;
  left: 0;
}
.button_line007 a:after {
  bottom: 0;
  right: 0;
}
.button_line007 a:hover:before, .button_line007 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line007 a:hover:before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
}
.button_line007 a:hover:after {
  border-bottom-color: #ffffff;
  border-left-color: #ffffff;
  transition: border-color 0s ease-out 0.2s, width 0.15s ease-out 0.2s, height 0.15s ease-out 0.3s;
}
/* ボタン */
.cars {
	.item:nth-child(6n){
		display: none;
	}
}
.syasyu{
	position: relative;
	margin-top: 100px;
	& img {
		display: inline-block;
	}
	& p{
		color: #fff;
		font-size: 30px;
		font-weight: 800;
		position: absolute;
		top: 40%;
		left: 50%;
		translate: -50%;
		& span {
			font-size: 20px;
		}
	}
}
/*フッター*/
#footer p {
	color: #fff;
    font-size: 13px;
    line-height: 0px;
    padding: 10px;
    box-sizing: border-box;
}
#footer p:nth-child(2n) {
	padding-bottom: 50px;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
	img {
		width: 100%;
	}
	.item {
	    width: 47.5%;
	    padding: 15px;
	    margin: 0 0 30px 30px;
	}
	.car_link {
		width: 45%;
	}
 }
@media screen and (max-width: 1024px) {
	img {
		width: 100%;
	}
	.top {
		background: url("https://www.share-style.co.jp/sale/sale_bgn/sp_bgn_main.webp") no-repeat;
	    height: 127vw;
	    width: auto;
	    background-size: contain;
	}
	.data {
		margin-top: -3px;
	}
	.data p {
	/*	color:#000;*/
		font-size:19px;
	}
	.data span {
		font-size:13px;
	}
	main {
		display: inline-block;
		max-width: 95%;
		margin: 0;
	}
	.sec_title {
	font-size: 28pt;
	color: #fff;
	font-weight: 900;
	margin: 0 0 30px 0; 
	}
	.sec_title span{
		font-size: 12pt;
		font-weight: 100;
		display: block;
	}
	.batch10 {
		display: none;
	}
	.item {
		background-color: #fff;
		width: 45vw;
		text-align: center;
		padding: 0px;
		box-sizing: border-box;
		margin: 3.5vw 1.2vw;
		position: relative;
	}
	.item img:not(.batch10) {
		width: 100%;
	}
	.item p:not(.s_price):not(.n_price) {
		margin: 5px;
		font-size: 10pt;
	}
	.n_price {
		display: none;
	}
	.s_price {
		font-size: 15pt;
		white-space: pre-line;
		color: #ff3d38;
		font-weight: 800;
		line-height: 20pt;
	}
	.s_price span {
		font-size: 10pt;
	}
	/* アイコン */
	.dli-chevron-down {
	display: inlene-block;
	margin-top: 2vw;
	vertical-align: middle;
	color: #cbcbcb333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
	margin-left:1vw;
  }
	section {
		max-width: 100%;
		padding: 0px 0px;
		box-sizing: border-box;
		display: inline-block;
		margin: 10vw 0 0vw 0;
		}
		.item_co {
			display: flex; 
			flex-wrap: wrap;
		}
	.example3{
		display: flex;
		padding: 0;
		/*コレ*/border-right: 1px solid #fff;
	}
	.example3 a{
		color: #fff;
		text-decoration: none; 
	}
	.example3 p {
		font-size: 10pt;
	}
	.example3>li{
		border: 1px solid #fff;
    border-right: none;
     padding: 10px;
    box-sizing: border-box;
    margin: 0;
    list-style: none;
    text-align: center;
	}
	.cars {
		.item:nth-child(6n){
			display: block;
		}
	}
	.syasyu img {
		display: none;
	}
	.syasyu{
		margin-top: 20vw;
	}
		.syasyu img {
			display: none;
		}
		.syasyu p{
			color: #fff;
			font-size: 25pt;
			font-weight: 800;
			top: 0;
			left: 0;
			translate: 0;
			position: relative;
	}
	.syasyu span {
				font-size: 13pt;
				display: block;
			}
	.button_line007 a {
	max-width: 90%;
	}
	#footer {
		margin-top: 20vw;
 }
 #footer p {
		font-size: 11px;
		}

@media screen and (max-width: 480px) {
	img {
		width: 100%;
	}
	main {
		display: inline-block;
		max-width: 95%;
	}

 }