*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	font-family: "Noto Sans JP";
}
.h-xsmall{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 11pt;
	font-weight: 300;
	color: #292929;
	@media screen and (max-width: 1024px) {
	font-size: 2.5vw;
	}
}
.h-small{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16pt;
	font-weight: 600;
	color: #292929;
}
.h-mid{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 26pt;
	font-weight: 600;
	color: #292929;
}
.h-large{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 36pt;
	font-weight: 600;
	color: #292929;
}
.h-large_wh{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 36pt;
	font-weight: 600;
	color: #FFF;
}
a:hover {
	opacity: 0.8;
	transition: all 0.3s ease 0s;
	text-decoration: none; 
}
body {
	width: 100%;
	background-color: #267297;
	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/260407ssk/img/260407_ssk_pc.webp") no-repeat;
	height: 36.5vw;
    width: auto;
    background-size: contain;
}
.greeting {
	margin: 15px 0 50px 0;
	@media screen and (max-width: 1024px) {
	margin: 2vw 0 7vw 0;

	}
}
.greeting p {
	color: #292929;
    font-size: 21px;
    font-weight: bold;
    margin: 0.5vw;
	@media screen and (max-width: 1024px) {
	font-size: 3vw;
	}
}
.coupon5 {
	margin: 30px 0 15px 0;
}
.coupon5 p {
	color: #292929;
    font-size: 23px;
    font-weight: bold;
    margin: 0.5vw;
	@media screen and (max-width: 1024px) {
	font-size: 4vw;
	}
}
.couponsun {
	margin: 30px 0 15px 0;
}
.couponsun p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 30px;
	font-weight: 600;
	color: #fde945;
	@media screen and (max-width: 1024px) {
	font-size: 4vw;
	}
}
.couponsun_sp {
	margin: 4vw 0 5.5vw 0;
}
.couponsun_sp p {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 30px;
	font-weight: 600;
	color: #fde945;
	@media screen and (max-width: 1024px) {
	font-size: 4vw;
	}
}
.data {
	background-color: #ff003c;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
	@media screen and (max-width: 1024px) {
	margin-top: -0.5vw;
	}
}
.data p {
/*	color:#000;*/
	font-size:25px;
}
.data span {
	font-size:25px;
}
.data2 {
	background-color: #000000;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
	margin-bottom: 30px;
}
.data2 p {
	color:#FFF;
	font-size:25px;
}
.data2 span {
	font-size:35px;
}
.c_code_bg {
	background-color: #f0af33;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.c_code_bg {
		background-color: #f0af33;
		width: 95%;
		margin: -2vw auto;
		text-align: center;
	}
}
.c_code_bg p {
/*	color:#000;*/
	font-size:20px;
}
/*.marker {
  background-image: linear-gradient(90deg, #6c521c,#deae42,#6c521c 100%);
  display: inline;*/

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.marker2 {
  background-image: linear-gradient(90deg, #ff2d2e,#ff2d2e 100%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker2.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
.attention {
	background-color: #900400;
    background-size: 100%;
	width: 100%;
	height:auto;
	text-align: center;
}
.attention p,.data p {
	color: #fff;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	}

/*ここからコンテンツ*/
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: #000;
	font-weight: 900;
	margin: 0 0 30px 0; 
	& span{
		font-size: 30px;
		font-weight: 900;
		display: block;
	}
}
.item {
	background-color: #fff;
	width: 185px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 7px;
	position: relative;
}
.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;
}
.item2 {
	background-color: #fff;
	width: 185px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	margin: 20px 7px;
	position: relative;
}
.item2 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%;
}
.item2 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;
}
/* ボタン */
span.marker {
    background: linear-gradient(transparent 60%, #fbfc01 60%);
}

.image-row {
  display: flex;
  gap: 10px; /* 画像の間隔 */
}

.image-row img {
  width: 100%; /* サイズ調整 */
  height: auto;

}
 /* ボタン2 */
.button_line008 a {
	text-decoration: none; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #232323;
}
@media screen and (max-width: 1024px) {
	.button_line008 {
		max-width: 95%;
		margin: 0 auto;
		
	}
}
.button_line008 a:hover {
    background: #636363;
    color: #000000;
}
.button_line008 a:before, .button_line008 a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.button_line008 a:before {
  top: 0;
  left: 0;
}
.button_line008 a:after {
  bottom: 0;
  right: 0;
}
.button_line008 a:hover:before, .button_line008 a:hover:after {
  width: 100%;
  height: 100%;
}
.button_line008 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_line008 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;
}
/* ボタン2 */


.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;
		}
	}
}

.item_smn4:hover {
	transform: scale(1.1, 1.1);
}
#maker{
	width:1015px;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
	padding-bottom:40px;
	margin-top: 20px;
	margin-bottom:40px;
}
.list_maker {
	background-color:white;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
	padding-top: 40px;
	padding-bottom: 40px;
}

#hotitem_20{
	background-image:
      url("../img/sakura_03.png");
    background-repeat:
	  no-repeat;
	background-color:
	  #ffe0e7;
    overflow: 
	  hidden;
    background-position:
	  0% 0%;
	/*background-size:
	  100%;*/
	width:100%;
}
#hotitem_ssb_out{
  background: linear-gradient(0deg, #a1bf7d 0%, #ffe0e7 50%);
  overflow: hidden;
}
.cherry-blossom {
  position: relative;
  height: auto; 
  width: 100%;
  overflow: hidden; 
}

.petal {
  position: absolute;
  background-color: #ffc0cb; 
  border-radius: 150% 0 150% 0;
  animation: animate-petal 10s linear;
}

.petal::after {
  content: "";
  position: absolute;
  top: -14%;
  left: -10%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffc0cb;
  border-radius: 150% 0 150% 0;
  transform: rotate(15deg);
}

@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(3000deg);
  }
}

.h-out{
	font-size: 2em; 
	font-weight: 600; 
	color: black; 
	margin-top: 3vw;
}
.img_outdoor {
    width: auto;
	padding: 1vw;
    cursor: pointer;
	transition: all 0.3s ease 0s;
}
.img_outdoor:hover {
	transform: scale(1.05, 1.05);
}
.img_coupon {
    width: auto;
	*padding: 1vw;
    cursor: pointer;
	transition: all 0.3s ease 0s;
}
.img_coupon:hover {
	transform: scale(1.05, 1.05);
}
@keyframes bggradient{
	0%{
	 background-position:
	  110% 1%,
	  120% 2%,
	  -40% 7%,
	  -30% 5%,
	  130% 30%,
	  120% 27%,
	  0% 0%;
	}
	50%{
	 background-position: 
	  100% 1%,
	  97% 2%,
	  3% 7%,
	  -16% 5%,
	  95% 30%,
	  100% 27%,
	  0% 0%;
	}
	100%{
	 background-position:
	  90% 1%,
	  97% 2%,
	  5% 7%,
	  3% 5%,
	  95% 30%,
	  100% 27%,
	  0% 0%;
	}
}


/*フッター*/
#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) {

	#maker{
	width:95%;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
	padding-bottom:60px;
}
	.list_maker {
    background-color: white;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 20px 0px;
  }
    .item_smn4 {
    width: 90%;
	margin: 30px;
}
	img {
		width: 100%;
	}
	.top {
		background: url("https://www.share-style.co.jp/sale/260407ssk/img/260407_ssk_sp.webp") no-repeat;
	    height: 127vw;
	    width: auto;
	    background-size: contain;
	}
	.data p {
	/*	color:#000;*/
		font-size:19px;
	}
	.data span {
		font-size:18px;
	}
	main {
		display: inline-block;
		max-width: 95%;
		margin: 0;
	}
	.sec_title {
	font-size: 28pt;
	color: #000;
	font-weight: 900;
	margin: 0 0 30px 0; 
	}
	.sec_title span{
		font-size: 15pt;
		font-weight: 100;
		display: block;
		margin-top: 2vw;
	}
	.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: 96%;
		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: 22pt;
			font-weight: 900;
			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: 1024px) {

#maker{
	width:100%;
	display: inline-flex;
    flex-wrap: wrap;
    justify-content:center;
	margin-bottom:-4vw;
}
.list_maker {
	background-color:white;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 95%;
	padding: 20px 0px;
}
.item_smn4 {
    width: 120px;
	margin: 10px;
}
	
.img_outdoor {
    width: 80vw;
	padding: 1vw;
    cursor: pointer;
	transition: all 0.3s ease 0s;
}
.img_outdoor:hover {
	transform: scale(1.05, 1.05);
}
	
	img {
		width: 100%;
	}
	main {
		display: inline-block;
		max-width: 100%;
	}
h1 {
	text-align: center;
    color: #fff;
    font-family: sans-serif;
	font-size: 2em;
	padding-top: 50px;
	margin-top: 10vw;
	margin-bottom: -5vw;
}	
	.h-small{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 12pt;
	font-weight: 600;
	color: #000;
}
.h-mid{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 15pt;
	font-weight: 600;
	color: #000;
}
.h-large{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20pt;
	font-weight: 600;
	color: #000;
}	
.h-largewh{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 24pt;
	font-weight: 600;
	color: #FFFFFF;
}	
	.h-out{
	font-size: 1.2em; 
	font-weight: 600; 
	color: black; 
	padding: 1vw;
	margin-top: 3vw;
	margin-bottom: 1vw;
}	
}