/*共通CSS*/

@media only screen and (min-width: 641px){

  .wapper-kanshasai2023_lp {
    padding: 0 25%;
  }

}

@media only screen and (min-width: 750px){

  .wapper-kanshasai2023_lp {
    padding: 0 30%;
  }

}

.upper {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.-flex {
  display: flex;
}

.top-img img {
  margin-bottom: 10%;
}




/*見出し*/

h2.tabimg {
  font-weight: bold;
  margin-top: 10%;
  text-align: center;
  font-size: 17px;
}

.contents-box h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 6%;
  text-align: center;
  font-style: italic;
  color: rgba(224,110,29,0.8);
}

.contents-box h2.kw-tit {
  font-size: 12px;
  margin-bottom: -1%;
  text-align: left;
}

.catch-copy {
  font-size: 13px;
  text-align: center;
  margin-bottom: -2%;
}

@media only screen and (min-width: 641px){

  .catch-copy {
    font-size: 13px;
    text-align: center;
    margin-bottom: 0%;
  }

}

.bub {
  font-size: 12px;
  color: #FF0000;
}

.bub {
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}







/*タブ切り替え*/

.tabbed-content {
  position: relative;
  margin: 32px 0;
  overflow: hidden;
  /*font-family: arial, "sans-serif";*/
  color: #525252;
}

/*
.tabbed-content {
  box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 20%);
}
*/

.tab-link.current {
  background: #CCCCCC;
  color: #5B5B5B;
}

.tab-link.current.-jam {
  color: #fff;
  background: #c9ab63;
  /*text-shadow: 1px 2px 0px #874517;*/
}

.tab-link.-ec.current {
  background: #387480;
  color: #fff;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  line-height: normal;
  display: flex;
  width: 100%;
}

.tab-link {
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  display: block;
  padding: 2% 1.8%;
  background: #c3c3c3;
  cursor: pointer;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 0;
  font-weight: bold;
  text-shadow: 1px 2px 0px #605c5c;
  width: 50%;
  text-align: center;
}






/*タブコンテンツ*/


.tabs-wrapper {
  float: left;
  margin-bottom: 10%;
}

.tab-content {
  display: none;
  margin: 0;
  float: left;
  -webkit-border-radius: 0 10px 10px 10px;
  -moz-border-radius: 0 10px 10px 10px;
  border-radius: 0;
  min-height: 231px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  -moz-box-sizing: border-box;
}

.tab-content.current {
  display: inherit;
}

.tab-content.-jam {
  border: 15px solid #c9ab63;
}

.tab-content.-ec {
  border: 15px solid #387480;
}





/*セクションコンテンツ*/

section .contents-box {
  /*padding: 7%;*/
  background: #FFF;
  /*border-radius: 10px;*/
  width: 100%;
}

.contents-box.-new {
  margin-bottom: 0%;
}

.contents-box.-kw {
  margin-bottom: 20%;
}

.contents-box.-brand {
  margin-bottom: 18%;
}

.contents-box.-item {
  margin-bottom: 15%;
}

.contents-box.-styling {
  margin-bottom: 5%;
}





/*キーワード*/

ul.clearfix.catemain-itemlist.-kw {
  margin: 10px 0;
  width: 100%;
  padding: 8px;
}

ul.clearfix.catemain-itemlist.-kw li {
  max-width: 57%;
}











/*アイテムCSS*/

.item-list ul {
  margin-top: 5%;
}

.item-list li {
  float: left;
  width: 32%;
}

.item-list li p {
  text-align: center;
  font-weight: bold;
  font-size: 10.5px;
}

.item-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.item-list li:nth-child(-n+15) {
  margin-bottom: 9%;
}

.item-list.-brand li:nth-child(-n+15) {
  margin-bottom: 5%;
}

.styling li {
  float: left;
  width: 48%;
  margin-bottom: 3%;
}

.styling li:nth-child(odd) {
  margin-right: 3%;
}









/*ボタンCSS*/

a.c-btn01.mt10.-bk {
  background: #000;
  border: 1px solid #000;
  margin-top: 10px;

}

a.c-btn01.-jam {
  background: #2f79c5;
  border: 1px solid #2f79c5;
}


div.wapper-contents {
  margin: 7% 4% !important;
}



a.top {
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #e06e1d;
  text-align: center;
  line-height: 80px;
  margin-bottom: 10%;
}










