/* bxSlider関連 */
.container-section {
  opacity: 0; 
  transition: opacity .3s linear;
}
.bx-wrapper {
  margin: 0 !important;

}

div.product-image-main {

}

ul.bxslider {
    margin-left: 0px !important;

}

ul.bxslider > li {
    width: 100%;
    

}

ul.bxslider > li > img {
    width: 100%;

}

.bx-viewport {
    max-height: 100%;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}

.custom-thumb li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
  padding: 5px 5px 5px 0;
}

.custom-thumb li a:hover {
  opacity: 0.7;
}

/* サムネイルactive時の枠を付ける */
.custom-thumb a {
  display: inline-block;
}

a.active {
  border: 1px solid #333;
}

/* 価格など表示ブロック */
table.product-spec-table th {
    background-color: #dddddd;
    border: 1px solid #b2b2b2;
}

table.product-spec-table td {
    border: 1px solid #b2b2b2;
}

/* 販売価格の文字強調 */
.product_sales {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.2em;
}

/* 数量入力欄 */
input.product-cart-init-num {
  float: left;  
  -webkit-appearance: none;
  border: 1px solid #ccc;
  height: 20px;
  width: 20%;
}

/* 商品単位 */
.product-unit {
  float: left;
  padding: 5px;
}

/* 名入れ入力欄 */
.product-order-form input[type="text"] {
  width: calc(100% - 14px);
}

/* カートボタン下マージン */
.product_cart_area {
  margin-bottom: 20px;
}

/* ********* カートボタンのデザイン ******** */
.btn-addcart {
	display: block;
	text-align: center;
	/*vertical-align: middle;*/
	text-decoration: none;
	padding: 18px;
    margin-bottom:1rem;
	font-size: 18px;
	border: 2px solid #27acd9;
	background: #27acd9;
	color: #fff;
	transition: 0.5s;
}
.btn-addcart:hover {
	color: #27acd9;
	background: #fff;
}

.btn-block {
    margin-bottom:1rem;
}

.btn-name {
    display: inline-block;
}

button.btn-addcart {
    display:flex;
    justify-content: space-around;
    align-items: center;
}

button.btn-addcart i {  
    font-size: 30px;
    display: inline-block;
    margin-right: 16px;
}
/* ****************************** */



/* いいねボタンのズレ修正 */
.fb_adjust {
  position: relative;
  top: 1px;
}

/* スペックテーブル */
table.spec-table {
    border: 1px solid #b2b2b2;
    margin-top: 1rem;
}

table.spec-table caption {
    background-color: #7b7b7b;   
    color: #fff;
    padding: 5px 0;
}

table.spec-table tr td:first-child {
    background-color: #dddddd;
    border: 1px solid #b2b2b2;
}

table.spec-table tr td[colspan="2"] {
    background-color: #adadad !important;  
    color: #fff !important;
}

/* 商品説明 */
div.product-order-exp {
    /*background-color: #ededed;*/
}



/* -------------------------- LCAから Start ------------------------------ */

.item-spec.main-desc p.desc-title {
    width: 100%;
    font-style: italic;
    font-weight: 700;
    word-spacing: 0.25rem;
    font-size: 1.35rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.item-spec.main-desc p.desc-title::after {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(146deg, rgba(131,151,251,1) 0%, rgba(255,135,160,1) 100%);
}

.item-spec.sub-desc {
    margin-bottom: 3rem;
}

.item-spec.sub-desc img {
    width:100%;
    margin-bottom: 1rem;
}

.item-spec.sub-desc p {
    font-size: 1rem;
    margin: 0.5rem 0 0 0;
    padding: 0 0.5rem 0.5rem;
    word-wrap: break-word;
    word-break : break-word;
}
    
.item-spec.sub-desc h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.2rem;
    margin: 0;
    word-break: keep-all;
}

.item-spec.sub-desc > div.h3-outer {
    width: auto;
    padding: 4px;
    margin: 1.2rem 0 1rem;
    border-radius: 8px;
    background: rgb(131,151,251);
    background: linear-gradient(-146deg, rgba(131,151,251,1) 0%, rgb(28, 60, 149) 100%);
}


ul.category-list {
    margin-top: 1.5rem;
}

ul.category-list >li {
    /*padding: 0.3rem 0.5rem;*/
    /*background-color: #aad3e0;*/
    /*border-radius: 10px;*/
    color: #000;
    font-size: 0.75rem;
    font-weight: 700;
    /*margin: 1rem 1rem 0 0;*/
}


.category-list-outer {
    /*background-color: #ccc;*/
    border: solid 1px #ccc;
    border-radius: 0.5rem;
    padding: 0.5rem;
    position: relative;
    margin-top: 2rem;
}


.category-list-outer span {
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 1.5rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
    top: -0.7rem;
    left: 1rem;
}

li.catName a img {
    width:85%;
    /*border-radius: 50%;*/
}



/* 2024サマーセール violectric デモ機に関する注意 */
div.demo-item-notice {
    border-top:1px solid #000 !important;
    border-bottom:1px solid #000 !important;
}
div.demo-item-notice > p:nth-child(2){
    color:#000 !important;
}
  


/* KSA カテゴリートップページ用 */


div.ksa-cat-top.naeco  > div.ksa-intro-desc {
    color: #000000 !important;

}

div.ksa-cat-top.naeco  > div.ksa-hitsuzen h3 {
    color: #a77c08 !important;
}

div.ksa-cat-top.naeco  > div.ksa-hitsuzen h3:before {
    top: 0rem !important;
}

div.ksa-cat-top.naeco  > div.ksa-hitsuzen h3:after {
    bottom: -2.5rem !important;
}

p.ksa-philo-cap.naeco,
p.ksa-philo-desc.naeco {
    color: #ffffff !important;
}

p.ksa-philo-desc.naeco {
    font-size:1rem !important;
}
    

div.ksa-philo-right.ksa-philo-design > div > p {
    font-size: 1rem;
}

div.ksa-hitsuzen h3 {
    font-size: 1.35rem !important;
}

@media (max-width: 768px) {
    div.ksa-hitsuzen h3 {
        font-size: 1.1rem !important;
    }
}
    
    

/* -------------------------- LCAから End ------------------------------ */



@media (max-width: 768px) {
    div.product-image-thumb {
        margin-bottom: 10px;   
    }
}


/* IE11だけで適用されるスタイルシート */
@media all and (-ms-high-contrast:none) {

  *::-ms-backdrop,
  .custom-thumb img {
    width: 100%; //IE11のmax-width崩れ
  }
}
