@charset "utf-8";

/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(14px + ((1vw - 3.2px) * 0.42));
  line-height: 1.5;
  color: #111;
}

* {
  margin: 0 auto;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
}

*{
min-width: 0;
min-height: 0;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  min-height: 40vw;
  background: #ccc;
}

header img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

body{
  background:#f3f3f3;
}

a{
  text-decoration: none;
}

.content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(24px + ((1vw - 3.2px) * 3.33)) calc(8px + ((1vw - 3.2px) * 1.67));
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}

.content-wrap > h2 {
  padding-bottom: 4px;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  text-align: center;
}

.content-wrap > h2 span {
  font-size: 50%;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

/*============= 【TOPICS】 ==============*/
#newTopics .content-wrap {
    max-width:1440px;
}

#newTopics .topics-wrap {
  margin: -9px;
  align-items: start;
}
#deals {
 overflow:hidden;
}

#deals .content-wrap {
 padding: calc(24px + ((1vw - 3.2px) * 3.33)) 0;
}

#deals h3 {
 padding-left:6%;
 margin-bottom: 15px;
}
   
#deals .topics-wrap {
  margin-bottom: 60px;
}

#newTopics .topics-wrap .article-outer {
  width:calc(100%/2);
  padding: 10px;
  /*filter: drop-shadow(2px 4px 12px #11111120);*/
  margin-bottom: 20px;
  border-radius:4px;
  overflow: hidden;
}
  
#newTopics .topics-wrap article {
background: #fff; 
  border-radius:4px;
  overflow: hidden;
min-height: 260px; 
}

#deals .topics-wrap .article-outer article {
      min-height: 357px; 
}

.topics-wrap article a {
  padding: 0px;
  display: block;
}

.slick-track {
  margin: 0!important;
}

.topics-img {
  background-size: cover;
  background-position: center center;
  padding-top: 56.25%;
  width: 100%;
  margin-bottom: 29px;
  position: relative;
}

.topics-cap-wrap {
  padding: 10px;
  font-size: 14px;
  background:#fff; 
  position: relative;
}

.topics-cap {
 overflow: hidden;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 font-weight: 900;
 margin-bottom: 30px;
 line-height: 1.8;
 }

.topics-tag-wrap  {
    position: absolute;
    bottom: -30px;
    left: 5px;
    width: 160px;
    z-index: 2;
}

.topics-tag {
  position: absolute;
  bottom: 5%;
  width: calc(100%/2);
  padding: 1px;
  text-align: center;
}

.topics-tag:before {
  display: inline-block;
  text-align: center;
  font-size: .5em;
  color: #fff;
  padding: 5px 15px 5px;
  border-radius: 15px;
  line-height: 1.2;
}

.topics-tag.sale:before {
  content: "SALE";
  background:#FFA200;
  padding: 5px 20px;
  }

.topics-tag.product:before {
 background:#003E8F;
 content: "PRODUCT";
}

.topics-tag.review:before {
 background:#003E8F;
 content: "REVIEW";
}

.topics-tag.npd:before {
 background:#003E8F;
 content: "新製品";
}

.topics-tag.rep:before {
 background:#E2007D;
   content: "REC・PA";
}

.topics-tag.dj:before {
 background: #82AC18;
 content: "DJ機器";
 padding: 5px 20px;
}

.topics-tag.dtm:before {
 background:#E2B500;
 content: "DTM・DAW";
}

.topics-tag.keb:before {
 background:#0098e1;
 content: "Key・Synth";
}

.topics-tag:nth-of-type(2) {
 right:10px;
}

.new-tag {
  background:#c00;
  padding:5px;
  width:50px;
  text-align:center;
  margin:0;
  color:#fff;
  font-size:8px;
  margin-bottom: 10px;
  z-index: 1;
  position: absolute;
  border-radius: 4px;
  bottom: 35px;
}

.date-border {
 position:relative;
 width:100%;
}

.date-border:before{
 position: absolute;
 content:"";
 width:100%;
 height: 1px;
 background: #99999950;
 bottom: 21px;
 z-index: 0;
 bottom: 0;
}

.topics-date {
  letter-spacing:1px;
  margin-top: 55px;
}

/*============= 【search】 ==============*/
.search-icon {
 filter: drop-shadow(1px 1px 6px #5a5a5a15);
}

/*============= 【deals】 ==============*/
#deals .topics-wrap .article-outer {
 padding: 10px;
 filter: drop-shadow(2px 2px 8px #11111120);
 border-radius:4px;
 overflow: hidden;
 min-height: 400px;
}

#deals .topics-wrap .article-outer article {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

/*============= 【store】 ==============*/
.search-icon-wrap {
  margin:-5px;
    display: grid;
  column-gap: 10px;
  row-gap: 1em;
  grid-template-columns: repeat(auto-fit, minmax(140px,1fr));
}


/*------ 【sns】 ------*/
.sns-wrap {
  max-width: 900px;
  align-items: flex-start;
}

.sns-btn-outer {
  width: calc(100%/3);
  padding: 20px;
  margin: 0;
  filter: drop-shadow(1px 1px 6px #5a5a5a15);
}

.sns-btn {align-items: flex-start;margin: 0;}

.sns-text {
  font-size: 9px;
  margin-left: 0;
}

.sns-icon {
  width: 55px;
  margin: 0 0 10px 0;
}


.sns-btn {
  cursor: pointer;
}

.sns-btn:hover {
  transform: scale(0.98);
  transition: 0.5s;
  opacity: .5;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: flex-start;
  margin: -4px;
}

.store,
.store-txt {
  padding: 4px;
}

.store {
  width: 50%;
  margin: 0;
  filter: drop-shadow(2px 4px 12px #11111120);
}

.store-img {
  border-radius: 4px;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.store-info {
  display: inline-block;
  position: relative;
  float: right; 
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}

/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #000;
}

.footer-logo,
.footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%,-50%);
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #c70012;
}

/*============= 【action】 ==============*/
.store:hover .store-info:after {
  transition: .3s ease-in-out;
  width: 100%;
}

.store:hover .store-img,
.sns-icon:hover {
  transition: .3s ease-in-out;
  filter: brightness(.7);
}

/*============= 【media query】 ==============*/
@media (min-width:450px) {
  #newTopics .topics-wrap article {
      min-height: 300px; 
}
    .sns-btn {
    align-items: center;
    border: 1px solid #393939;
    padding: 10px 10px -10px 10px;
    border-radius: 13em;
    position: relative;
    height: 70px;
  }

  .sns-text {
    width: 50%;
    font-size: 12px;
    margin: 0px 5px 0px 0;
  }

  .sns-toggle span:first-of-type, .sns-toggle span:last-of-type {
    content: "";
    background: #000;
    height: 2px;
    width: 12px;
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    translate: 0%;
  }

  .sns-toggle span:first-of-type {
    transform: rotate(45deg);
    top: 43%;
  }

  .sns-toggle span:last-of-type {
    transform: rotate(-45deg);
    top: 55%;
  }

  .sns-icon {
    width: 25%;
    margin: auto auto auto 20px;
    max-width: 45px;
  }

  .sns-btn-outer {
    width: calc(100%/2);
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media (min-width:640px) {
  #newTopics .topics-wrap article {
  min-height: 330px;
}

  #deals .topics-wrap .article-outer article {
    min-height: 250px;
}
  .topics-tag-wrap {
    width: 180px;
  }
.sns-btn-outer {
    width: calc(100%/3);
    padding: 10px;
}
    
.search-icon:hover {
transform: scale(0.98);
transition: 0.5s;
opacity: .5;
  }
}

@media (min-width:800px) {
  #deals .topics-wrap .article-outer article {
     min-height: 280px;
  }
}

@media (min-width:960px) {
 #newTopics .topics-wrap .article-outer {
  width:calc(100%/3);
  margin: 0 0 25px 0;
  padding: 10px;
 }
  
  #newTopics .topics-wrap {
    margin: 0;
  }
 #deals .topics-wrap .article-outer {
  min-width:unset;
  padding: 5px;
 }
 #deals .topics-wrap {
  overflow-x: unset;
  width: 94%;
 }
  #deals .topics-wrap .article-outer article {
     min-height: 332px;
  }
  .store-wrap {
    margin: -8px;
  }

  .store,
  .store-txt {
    padding: 8px;
  }
  
  .store {
    width: calc(100%/3);
  }
}

@media (min-width:1280px) {
  body {
    font-size: 18px;
  }
  
  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;
  }

  #newTopics .topics-wrap .article-outer, .sns-btn-outer {
   width:calc(100%/4);
  }

  #deals .topics-wrap .article-outer article {
    min-height: 335px;
    min-width:unset;
  }  
  
#deals .topics-wrap {
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
 #deals .topics-wrap.d-flex {
 display: block;
}
 /*Google Chrome、Safariへの対応*/
 #deals .topics-wrap::-webkit-scrollbar{
  display: none;
 }

 #search .content-wrap {
  max-width:1024px;
 }

 .sns-wrap {
  max-width:1280px;
 }

}
@media (min-width:1920px) {
#deals .content-wrap {
 max-width:1440px;
}
}