/*共通CSS*/
/*
@media only screen and (min-width: 641px){

  .wapper-kanshasai2023_lp {
    padding: 0 25%;
  }

}
*/
@media only screen and (max-width: 640px){

    .fs-c-breadcrumb {
      margin-top: 70px;
  }
}

@media only screen and (min-width: 750px){

  .wapper-kanshasai2023_lp {
    padding: 0 30%;
  }

  .fs-c-breadcrumb {
    margin-top: 30px;
  }

}



.upper {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.-flex {
  display: flex;
}

.top-img img {
  margin-bottom: -1%;
}

.header-nav__inner {
  display: none;
}

.campaign-banner-block img {
  display: none;
}

/*トップ*/

.main-text {
  padding: 0 5%;
  text-align: left;
  line-height: 1.55;
  font-weight: 400;
  font-size: 11px;
  margin-bottom: 15%;
}

.sample-box {
  float: left;
}

.sample-box1 {
  text-align: left;
  margin-bottom: 10%;
}

.sample-box2 {
  text-align: right;
  margin-bottom: 15%;
}

.sample-box1 img {
  width: 60%;
  border-radius: 0 10px 10px 0;
}

.sample-box2 img {
  width: 60%;
  border-radius: 10px 0 0 10px;
}

.sample-box1 p {
  float: right;
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: all;
  margin-right: 13%;
}

.sample-box1 p:first-child {
  margin-top: 3%;
  margin-right: 13%;
}

.sample-box1 p:last-child {
  margin-top: 5%;
  margin-right: 2%;
}

.sample-box2 p {
  float: left;
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: all;
  margin-left: 13%;
}

.sample-box2 p:first-child {
  margin-top: 3%;
  margin-left: 13%;
}

.sample-box2 p:last-child {
  margin-top: 8%;
  margin-left: 2%;
}

@media only screen and (min-width: 750px){

  .sample-box1 img {
    width: 60%;
    border-radius: 10px 10px 10px 10px;
  }
  
  .sample-box2 img {
    width: 60%;
    border-radius: 10px 10px 10px 10px;
  }

}


/*explanation*/
.wrapper > h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2%;
}

.txt {
  margin-bottom: 5%;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  padding: 0 10%;
}

.explanation {
  padding: 0% 5% 10%;
  background: #abb7ab;
}

.explanation .wrapper {
  padding: 3%;
  background-color: #abb7ab;
}

.explanation .inner-box {
  padding: 8% 8%;
  background: #FFF;
}

.explanation .inner-box h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5%;
}

.explanation .inner-box .box {
  text-align: left;
  margin-bottom: 5%;
}

.explanation .inner-box .box h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 2%;
}

.explanation .inner-box .box p {
  font-size: 12px;
    line-height: 1.85;
    letter-spacing: 0.04em;
}


/*見出し*/

h2.tabimg {
  font-weight: bold;
  margin-top: 10%;
  text-align: center;
  font-size: 17px;
}

.contents-box h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6%;
  text-align: center;
}

.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;
  overflow: hidden;
  /*font-family: arial, "sans-serif";*/
  color: #525252;
}

.tab-link.current {
  background: #8E8E8E;
  color: #000;
}

.tab-link.current.-jam {
  color: #333333;
  background: #fff;
}

.tab-link.-ec.current {
  background: #fff;
  color: #333333;
}

.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  line-height: normal;
  display: flex;
  width: 100%;
}

.tab-link {
  text-transform: uppercase;
  font-size: 18px;
  color: #666;
  display: block;
  padding: 5% 1.8%;
  background: #abb7ab;
  cursor: pointer;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 0;
  font-weight: bold;
  width: 50%;
  text-align: center;
  border-right: 1px solid #abb7ab;
  border-left: 1px solid #abb7ab;
}






/*タブコンテンツ*/


.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-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.tab-content.-ec {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}





/*セクションコンテンツ*/

section .contents-box {
  /*padding: 7%;*/
  background: #FFF;
  /*border-radius: 10px;*/
  width: 100%;
}

.contents-box.-new {
  margin-bottom: 0%;
}

.contents-box.-kw {
  margin-bottom: 10%;
}

.contents-box.-brand {
  margin-bottom: 18%;
}

.contents-box.-item {
  margin-bottom: 5%;
}

.contents-box.-styling {
  margin-bottom: 5%;
}



/*ポイント*/

.contents-box.-point {
  padding: 5%;
  margin-bottom: 15%;
  background-color: #F6F6F6;
  margin-top: 15%;
}

.contents-box.-point .wrapper {
  padding: 8%;
  /*border: 2px solid #E06E1D;*/
}

.contents-box.-point .wrapper h2 {
  font-size: 16px;
  font-weight: bold;
  color: #E06E1D;
  text-align: center;
  margin-bottom: 3%;
}

.contents-box.-point .wrapper p {
  font-size: 11px;
  font-weight: bold;
  color: #575757;
  text-align: left;
  line-height: 1.75;
}
.styling-img {
  margin-top: 3%;
}
.slider-img {
  float: left;
  width: 33%;
}


/*キーワード*/
ul.top-kw-tagList.clearfix {
  padding: 0 5%;
}
.contents-box h2.kw-tit {
  font-size: 18px;
  font-weight: bold;
  color: #e06e1d;
  margin-bottom: 4%;
  text-align: center;
}

ul.clearfix.catemain-itemlist {
  background-color: #FFF;
  border-radius: 0px;
}

ul.clearfix.catemain-itemlist.-kw {
  margin: 10px 0;
  width: 100%;
}

ul.clearfix.catemain-itemlist.-kw li {
  width: 30%;
  margin-right: 3%;
  margin-bottom: 5%;
  font-size: 12px;
  text-align: center;
  letter-spacing: -1.1px;
}

ul.clearfix.catemain-itemlist.-kw li.f10 {
  font-size: 10px;
}

.catemain-itemlist .f10 a {
  padding: 7px 5px;
}

.catemain-itemlist a {
  padding: 5px 5px;
  display: block;
  border-radius: 50px;
  box-shadow: 2px 1px 4px 2px rgb(0 0 0 / 13%);
}

.catemain-itemlist a span {
  color: #E06E1D;
}










/*アイテムCSS*/

.contents-box.-item h2 {
  font-size: 18px;
  font-weight: bold;
  color: #e06e1d;
  margin-bottom: 4%;
  text-align: center;
}

.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: 100%;
  margin-bottom: 10%;
}

.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: 10% 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%;
}










