
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
}
#slidemm {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

#slidemm .slide00 {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}

#slidemm .slide00 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
#slidemm, #slidemm div, #slidemm div picture {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}
*/




/* Recommend Cars */
.recomm {
  width:100%;
  height: auto;
  display:block;
  padding:100px 0 10%;
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.recotitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-recommend_stock.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.recotitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.recotitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.recoslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.reco_slide {
  padding-bottom: 43px;
}
.reco_slide li.rsslide {
  margin:0 0.2% 25px!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.recoslider .slide-dots_pic {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.recoslider .slide-dots_pic li {
  display: inline-block;
  margin: 0 0px;
}
.recoslider .slide-dots_pic li button {
  position: relative;
  text-indent: -9999px;
}
.recoslider .slide-dots_pic li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.recoslider .slide-dots_pic li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac.webp);
}
.recoslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}
.recoslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.recoslider .slide-arrow:hover {
  opacity: 0.5;
}
.recoslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.recoslider .next-arrow {
  right:2%;
  cursor: pointer;
}

/* News */
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.nwbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 0 60px;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-news.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.nwtitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.nwtitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.nwslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.nw_slidecontents {
  width:100%;
  height: auto;
  display: flex;
  padding-bottom: 43px;
}
.nw_slidecontents li.nwslide {
  margin:1em 0.2% 2em!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.nwslider .slide-dots_nw {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.nwslider .slide-dots_nw li {
  display: inline-block;
  margin: 0 0px;
}
.nwslider .slide-dots_nw li button {
  position: relative;
  text-indent: -9999px;
}
.nwslider .slide-dots_nw li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.nwslider .slide-dots_nw li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac_w.webp);
}
.nwslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}
.nwslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.nwslider .slide-arrow:hover {
  opacity: 0.5;
}
.nwslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.nwslider .next-arrow {
  right:2%;
  cursor: pointer;
}


/* Banners */
.bannermm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.bannercc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:15% 5% 100px;
}
.bannermm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.bannermm ul li {
  width:21%;
  height: auto;
  display: block;
  margin:0 2% 50px;
  box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}
.bannermm ul li a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.bannermm ul li a:hover {
  opacity: 0.6;
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}
#slidemm {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

#slidemm .slide00 {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}

#slidemm .slide00 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}



/*
#slidemm, #slidemm div, #slidemm div picture {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}

*/


/* Recommend Cars */
.recomm {
  width:100%;
  height: auto;
  display:block;
  padding:100px 0 10%;
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.recotitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-recommend_stock.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.recotitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.recotitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.recoslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.reco_slide {
  padding-bottom: 43px;
}
.reco_slide li.rsslide {
  margin:0 0.2% 25px!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.recoslider .slide-dots_pic {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.recoslider .slide-dots_pic li {
  display: inline-block;
  margin: 0 0px;
}
.recoslider .slide-dots_pic li button {
  position: relative;
  text-indent: -9999px;
}
.recoslider .slide-dots_pic li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.recoslider .slide-dots_pic li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac.webp);
}
.recoslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}
.recoslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.recoslider .slide-arrow:hover {
  opacity: 0.5;
}
.recoslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.recoslider .next-arrow {
  right:2%;
  cursor: pointer;
}

/* News */
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.nwbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 0 60px;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-news.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.nwtitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.nwtitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.nwslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.nw_slidecontents {
  width:100%;
  height: auto;
  display: flex;
  padding-bottom: 43px;
}
.nw_slidecontents li.nwslide {
  margin:1em 0.2% 2em!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.nwslider .slide-dots_nw {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.nwslider .slide-dots_nw li {
  display: inline-block;
  margin: 0 0px;
}
.nwslider .slide-dots_nw li button {
  position: relative;
  text-indent: -9999px;
}
.nwslider .slide-dots_nw li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.nwslider .slide-dots_nw li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac_w.webp);
}
.nwslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 20px;
}
.nwslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.nwslider .slide-arrow:hover {
  opacity: 0.5;
}
.nwslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.nwslider .next-arrow {
  right:2%;
  cursor: pointer;
}


/* Banners */
.bannermm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.bannercc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:15% 5% 100px;
}
.bannermm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.bannermm ul li {
  width:21%;
  height: auto;
  display: block;
  margin:0 2% 50px;
  box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}
.bannermm ul li a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.bannermm ul li a:hover {
  opacity: 0.6;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* TopSection
----------------------------------------------------------------*/
.topsection {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}
#slidemm {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 8;
  overflow: hidden;
}

#slidemm .slide00 {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s linear;
}

#slidemm .slide00 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*
#slidemm, #slidemm div, #slidemm div picture {
  width:100%;
  height: auto;
  display: block;
  overflow: hidden;
}
*/






/* Recommend Cars */
.recomm {
  width:100%;
  height: auto;
  display:block;
  padding:100px 0 10%;
  background-image: url(../img/index/border01.webp);
  background-repeat: no-repeat;
  background-position: 0 100.1%;
  background-size: 100% auto;
}
.recotitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-recommend_stock.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.recotitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.recotitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.recoslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.reco_slide {
  padding-bottom: 43px;
}
.reco_slide li.rsslide {
  margin:0 0.2% 25px!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.recoslider .slide-dots_pic {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.recoslider .slide-dots_pic li {
  display: inline-block;
  margin: 0 0px;
}
.recoslider .slide-dots_pic li button {
  position: relative;
  text-indent: -9999px;
}
.recoslider .slide-dots_pic li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.recoslider .slide-dots_pic li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac.webp);
}
.recoslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}
.recoslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.recoslider .slide-arrow:hover {
  opacity: 0.5;
}
.recoslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.recoslider .next-arrow {
  right:2%;
  cursor: pointer;
}

/* News */
.newsmm {
  width:100%;
  height: auto;
  display: block;
  background-color: var(--color-f5);
}
.nwbody {
  width:100%;
  height: auto;
  display: block;
  padding:80px 0 60px;
}
.nwtitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 40px;
  background-image: url(../img/header/ic-news.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 50px;
  padding-top:58px;
}
.nwtitle h2 {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-1st);
  order:2;
}
.nwtitle p {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 300;
  line-height: 1em;
  color:var(--color-black);
  order:1;
  margin-bottom: 10px;
}

/* Slider */
.nwslider {
  width:100%;
  height: auto;
  display:block;
  position: relative;
}
.nw_slidecontents {
  width:100%;
  height: auto;
  display: flex;
  padding-bottom: 43px;
}
.nw_slidecontents li.nwslide {
  margin:1em 0.2% 2em!important;
background: #F5F5F5;
background: linear-gradient(180deg, rgba(245, 245, 245, 1) 75%, rgba(255, 255, 255, 1) 100%);
box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
}
.nwslider .slide-dots_nw {
  margin: 0 auto 0 auto;
  padding: 0;
  text-align: center;
}
.nwslider .slide-dots_nw li {
  display: inline-block;
  margin: 0 0px;
}
.nwslider .slide-dots_nw li button {
  position: relative;
  text-indent: -9999px;
}
.nwslider .slide-dots_nw li button::before {
  background-image: url(../img/header/ic-slider_dot_nac.webp);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
}
.nwslider .slide-dots_nw li.slick-active button::before {
  background-image: url(../img/header/ic-slider_dot_ac.webp);
}
.nwslider button {
  background: none;
  border: none;
  outline: none;
  padding: 0 10px;
}
.nwslider .slide-arrow {
width:40px;
height: auto;
display: block;
position: absolute;
bottom: 0;
z-index:1200;
}
.nwslider .slide-arrow:hover {
  opacity: 0.5;
}
.nwslider .prev-arrow {
  left:2%;
  cursor: pointer;
}
.nwslider .next-arrow {
  right:2%;
  cursor: pointer;
}


/* Banners */
.bannermm {
  width:100%;
  height: auto;
  display: block;
  background-image: url(../img/index/border02.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.bannercc {
  width:100%;
  max-width:1600px;
  height: auto;
  display: block;
  margin:0 auto;
  padding:15% 5% 100px;
}
.bannermm ul {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  margin:0 auto;
}
.bannermm ul li {
  width:44%;
  height: auto;
  display: block;
  margin:0 2% 50px;
  box-shadow:0px 10px 20px rgba(0,0,0,0.2);
}
.bannermm ul li a {
  width:100%;
  height: auto;
  display: block;
  transition: .4s all;
}
.bannermm ul li a:hover {
  opacity: 0.6;
}


}



/* Shop list */
.shoplistmm {
  width:100%;
  height: auto;
  display: block;
  padding:100px 5%;
  margin:0 auto;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  background: rgb(51,51,51);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(102,102,102,1) 100%);
}
.shoplisttitle {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
.shoplisttitle h2 {
  font-size:14px;
  font-weight: 400;
  line-height: 1em;
  color: #ff002a;
  margin-bottom: 15px;
  order:2;
}
.shoplisttitle h3 {
  font-size:24px;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0;
  color:var(--color-white);
  margin-bottom: 10px;
  order:1;
}
.shoplisttitle p {
  font-size:12px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-white);
  margin-bottom: 0px;
  order:3;
}
.shoplisttitle p a {
  color:var(--color-ccc);
  text-decoration: none;
}
.shoplisttitle p a:hover {
  color:var(--color-white);
}

ul.shoplist_list {
  width:100%;
  max-width: 1400px;
  height: auto;
  display:flex;
  flex-wrap: wrap;
  margin: 0 auto;

}
ul.shoplist_list li {
  width:32.33333333333%;
  height: auto;
  display:block;
  overflow: hidden;
  border-radius: 3px;



  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(68,68,68,1) 100%);
  box-shadow:0px 2px 7px rgba(0,0,0,0.3);
  margin:0 0.5% 10px;

/*
  background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(90,90,90,1) 0%, rgba(68,68,68,1) 100%);
  box-shadow:0px 2px 7px rgba(0,0,0,0.3);
  margin:0 0.5% 10px;

*/
}






ul.shoplist_list li a {
  width:100%;
  height: auto;
  display:flex;
  text-decoration: none;
  justify-content: space-between;
  align-items: center;
transition: .4s all;
background-image: url(../img/header/ic-slider_ar_next_w.webp);
background-repeat: no-repeat;
background-position: 97% center;
background-size: auto 14px;
}
ul.shoplist_list li a:hover {
  background-image: url(../img/header/ic-slider_ar_next_w.webp);
  background-position: 99% center;
background-color: rgba(255,255,255,0.1);
}
ul.shoplist_list li a .slist_img {
width:30%;
background-color: #ff002a;
}
ul.shoplist_list li a .slist_img img {
  transition: .4s all;
}
ul.shoplist_list li a:hover .slist_img img {
opacity: 0.6;
}
ul.shoplist_list li a .slist_cc {
width:65%;
}
ul.shoplist_list li a .slist_cc h3 {
  font-size:10px;
  font-weight: 400;
  line-height: 1em;
  color:var(--color-ccc);
  margin-bottom: 6px;
}
ul.shoplist_list li a .slist_cc h4 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  margin-bottom: 6px;
  transition: .4s all;
}
ul.shoplist_list li a:hover .slist_cc h4 {
  color: #ff002a;
}
ul.shoplist_list li a .slist_cc p {
  font-size:8px;
  font-weight: 400;
  line-height: 1.5em;
  color:var(--color-f0);
  margin-bottom: 0px;
}

.shop-url{
  text-align: center;
  margin-bottom: 30px;

}

.shop-url a{
text-decoration: none;
  color: #fff;
}

.shop-wrap{
  background: #111;

}


.shop-wrap .nwtitle h2{
  color: #ff002a;
}

.shop-wrap .nwtitle p{
  color: #fff;
}


@media screen and (max-width: 900px) {


ul.shoplist_list li {
  width:49%;

}





}



@media screen and (max-width: 640px) {

ul.shoplist_list li {
  width:100%;

}



}