/* 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);
}
.text-titles-list__detail-text {
    width: calc(100% - 14px);
    word-break: break-all;
}


/*** Amazon Pay ***/
div.amazon_pay_banner,
img.amazon_pay_banner,
td.amazon_pay_banner{
    margin: 1rem 0;
    width: 100%;
}

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

/* ********* カートボタンのデザイン ******** */
.btn-addcart {
	display: block;
    width: 100%;
	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;
    /*word-break: keep-all;*/
}

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

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



/* いいねボタンのズレ修正 */
.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,
.item-spec.main-desc h3.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,
.item-spec.main-desc h3.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: normal;
    word-break: normal;
}
    
.item-spec.sub-desc h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 0.2rem;
    margin: 0;
    word-break:normal;
}

.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%);
}

/* ------- Violectric デモ機説明ブロック分 --------------- */
div.demo-setsumei {
       
}
.demo-setsumei {
    width: 90% !important;   
}
.demo-setsumei-up {
    padding: 0.5rem !important;
}
.demo-setsumei-btm {
    padding: 0.5rem !important;
}

/* ----------- 吹き出しコメントブロック -------------------*/
.fukidashi-comment {
    position: relative;
    /*display: inline-block;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /*flex-wrap: wrap;*/
    margin: 1.5rem 10% 2.5rem !important;
    padding: 7px 10px !important;
    min-width: 120px;
    max-width: 100%;
    background: #e0edff;
    border-radius: 15px;
    filter: drop-shadow(0px 8px 8px rgba(10,10,10,0.1));
    color: #f4d42a;
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: normal;
}
.fukidashi-comment::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    margin-top: -20px;
    border: 20px solid transparent;
    border-right: 20px solid #e0edff;
    background-color: transparent;

}
.fukidashi-comment > p {
    margin: 0;
    padding: 10px;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    word-break: normal;
}

.fukidashi-comment:last-child > p {
    
}

.fukidashi-comment > p > i {
    /*display: inline !important;*/
    color: #ffe200;
    background-color: #fff;
    font-size: 2rem !important;
    margin: 0 0.5rem !important;
    padding: 0.5rem !important;
    border-radius: 100% !important;
    vertical-align: 25%;
}

.fukidashi-comment > h3 {
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}



@media (max-width: 480px) {
    .fukidashi-comment {
        flex-direction: column;
        justify-content:center;
        flex-wrap: wrap;
        margin: 1.5rem 5% 2.5rem !important;
    }
}



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

/*
<i class="far fa-thumbs-up"></i>
<i class="fa-regular fa-lightbulb"></i>
*/


/* ----------- スタッフレビューコメントブロック -------------------*/
.staffreview-comment {
    position: relative;
    display: block;
    /*justify-content: flex-start;*/
    margin: 1.5rem 10% 2.5rem !important;
    padding: 7px 10px !important;
    min-width: 120px;
    max-width: 100%;
    background: #e0edff;
    border-radius: 15px;
    filter:drop-shadow(0px 8px 8px rgba(10,10,10,0.1));
}
.staffreview-comment > h3 {
    color: #000 !important;
    text-align: left !important;
    font-size: 1.35rem !important;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #4fb4bc;
    text-decoration-thickness: 0.7rem;
    text-underline-offset: -0.3rem;
    text-decoration-skip-ink: none;
}
.staffreview-comment > h4 {
    font-size: 1rem;
    font-weight: 700;
    margin: 0.2rem;
    border-bottom: 1px solid #000; 
}
.staffreview-comment > h5 {
    font-size: 1rem;
    font-weight: 700;
    background-color: #58749b;
    color: #fff;
    padding: 0.25rem !important;
    margin: 0.5rem 0 !important;
    border-radius: 5px;
}
.staffreview-comment > p {
    padding: 1rem;
    color: #000;
    font-size: 0.95rem !important;
    line-height: 1.5rem !important;
    font-weight: 400;
    word-break: normal;
}
.staffreview-profile {
    display: flex;
    align-items: center;
    margin: 0.5rem;
}
.staffreview-profile > img {
    width: 64px !important;
    height: 64px !important;
    z-index: 2;
}
.staffreview-profile > p {
    font-style: italic !important;
    font-size: 1rem;
    height: auto;
    font-weight: 700;
    background-color: #fff;
    margin-left: -32px !important;
    margin-top: -16px !important;
    padding: 5px 16px 5px 40px !important;
    z-index: 1;
}

.br_span{
    display: inline-block;
}

.se_only {
    display: none;
}

@media (max-width: 414px) {
    .se_only {
        display: block;
    }
}

@media (max-width: 1000px) {
    .staffreview-comment {
        margin: 1.5rem 1% 2.5rem !important;
    }
    
    
}

  
/* ------- Antelope 2024summer 分のみ --------------- */
div.antelope-2024summer-sale > h4 {
    border-bottom: 1px solid #000 !important;
}
div.antelope-2024summer-sale > div > div.row > div > div > p {
    color: #000 !important;
    font-size: 1.0rem !important;
}
div.antelope-2024summer-sale > div > div.row > div > p {
    color: #000 !important;
    font-size: 1.0rem !important;
}
div.summer-sale-2024-naeco {
    /*border: #555 solid 1px !important;*/
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.02) !important;;
    margin: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崩れ
  }
}
