@charset "utf-8";

/* ----------
　　リセット
 ----------- */
body {
    background-color: transparent;
    background: transparent;

}
.ec-layoutRole,.ec-layoutRole__header,.ec-layoutRole__contents{
        background-color: transparent;
    background: transparent;
    
}

.pc {
  display: block;
}

.row.no-padding {
    margin: 0;
}

@media (max-width: 768px) {
  .pc {
    display: none ;
  }
  .ukomi_top_starRating {
    border: 1.5px solid #766525 !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
}
#header {
    background: none;
}
#contents {
    background: none;
}
#footer {
    background: none;
}

.ec-layoutRole .ec-layoutRole__contents{
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 100vw;
    display: block ;
    flex-wrap: nowrap;
    
}
.ec-sliderRole {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 24px;
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #EFEEE9;
}

.ec-blockBtn--action{
    background-color: orange;
    border-color: orange;
}
.ec-blockBtn--action:hover{
    background-color: #ed9a0b;
    border-color: #ed9a0b;
    
}
.ec-shelfGrid{
    justify-content: space-around;
}
.ec-headerNaviRole{
    padding-bottom: 0px;
}
@media (max-width: 1200px) {
    .ec-headerNaviRole .ec-headerNaviRole__right{
        justify-content: flex-start;
    }
    .ec-headerNaviRole{
        margin-left: 0px;
        justify-content: flex-start;
    }
}
@media (max-width: 600px) {
  .ec-shelfGrid {
      justify-content: flex-start;
  }
}
.ec-newItemRole__listItemTitle,.price02-default{
    color:black;
}

.ec-newItemRole .ec-newItemRole__list {
    flex-direction:row-reverse;
}

@media (max-width: 600px) {
    .graf_pc{
        display: none;
    }
    
}
@media (min-width: 601px) {
    .graf_sp{
        display: none;
    }
}

.graf_sp th {
    display: revert !important;
    width: 180px;
}
.sp_result {
    display: revert !important;
}

.review-mes {
    padding: 0 1em 1em;
}

/* 会員登録画面 */
.gift-notice {
    color: orange;
    font-weight: bold;
    margin-top: 1em;
    border: 3px dotted;
    border-radius: 8px;
    padding: 0.5em;
}
.hyphen {
    color: #009688;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 0.5em;
}

/* SBPSクレジットカード番号入力画面 */
#sbps_card_no {
    display: flex;
    align-items: center;
}

#credit_api_expiration_date {
    display: flex;
}
#sbps_expiration_date {
    width: 50%;
}
#sbps_security_code {
    width: 50%;
}
.s_code {
    background-color: #eeeeee;
    padding: 1.5em 1em;
    border-radius: 6px;
    margin-top: 1em;
}
.s_code img {
    width: 100%;
}


.ec-borderedDefs .white {
    display: none;
}

/* 関連カテゴリ表記 非表示 */
.ec-productRole__category {
    display: none;
}

/* 商品一覧ページ */
.table {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /*background-color: #f5f5f5;*/
    background-color: #c8bfac;
    width: 93%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 3em 1em;
}
.table .item {
    width: 280px;
    height: 280px;
    text-align: center;
    /* border: 1px solid #e7e7e7; */
    border-radius: 10px;
    margin: 4px;
    padding: 5px;
    font-weight: bold;
    /*padding-top: 0.2em;*/
    background-color: white;
    box-shadow: 0px 0px 6px #e7e7e7;
}
.table .name {
	font-size: 1.3em;
}
.table .form-group {
    margin: 0;
    height: 38px;
}
.input-group{
    width: 46%;
    margin: auto;
}
.input-group-prepend .btn.btn-primary.bootstrap-touchspin-down {
    background-color: white;
    color: gray;
    border: 2px solid lightgray;
    border-radius: 50%;
    padding: 2px 7px;
    /*margin: 1px;*/
    font-size: 14px;
	margin-right: 1.2em;
}
.input-group input{
    border: none;
    box-shadow: none;
    text-align: center;
}
.input-group-append .btn.btn-primary.bootstrap-touchspin-up {
    background-color: black;
    color: white;
    border-radius: 50%;
    padding: 2px 7px;
    /*margin: 1px;*/
    font-size: 14px;
	margin-left: 1.2em;
}

.form-control {
    padding: 6px 4px;
}
.goto_cart {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 100%;
    /*border-top: 1px solid;*/
    /*text-align: center;*/
    padding: 2em 18em;
    z-index: 999;
}
.goto_cart table{
    margin: auto;
}
.goto_cart table td,th{
    text-align: left;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}
.goto_cart .sm{
    /*margin-left: 30px;*/
    font-size: 10px;
}
.goto_cart .btn-primary {
    background-color: #FFA501;
    border-color: transparent;
    font-size: 14px;
    border-radius: 25px;
    padding: 10px 14px;
    width: 30%;
    float: right;
}

.flex {
    display: flex;
    justify-content: flex-end;
}

.flex p {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 0;
}

.flex.m-right {
    margin-right: 2.7em;
}

h2.title {
    padding: 7.5px 0 0;
    text-align: center;
}

/* */
.five_all {
    font-size: 1.5em;
    line-height: 31px;
    width: 93%;
    margin: 0 auto -1em;
    text-align: center;
    font-weight: bold;
    /*border: 1px solid #aaa;*/
    border-radius: 8px;
    /*padding: 0.8em 0 0.8em;*/
    letter-spacing: 0.2em;
    color: #5a5a5a;
}
.five_all img{
    margin: 0 auto;
}
.five_all img.sp {
    width: 100%;
}

p.sendfree {
    margin-top: 0;
    font-weight: bold;
    font-size: 0.8em;
    /*margin-bottom: 1em;*/
    text-align: right;
    margin-right: 0.8em;
}

span.total {
    margin-left: 1em;
}

span.quantity {
    margin-left: 1em;
}

.table img {
    width: 66%;
}

.review-summary-container, .review-summary-container .starRating span {
    font-size: 1.5rem !important;
}
.starRating {
    padding: 0 !important;
}

span.orange {
    color: #FFA501;
}

.tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 93%;
    font-size: 2.5rem;
    margin: 0 auto -20px;
}
.tab {
    width: 50%;
    border-radius: 20px 20px 0 0;
    padding: 6px 0;
}
.tabs .selected{
    background-color: #c8bfac;
}
.tabs .noselected{
    background-color: #eeeae1;
}
.tab a{
    color: #333333;
}
.tab a:hover{
    text-decoration: none;
}
#category_extension_b_header_contents {
    text-align: center;
    color: #333333;
}
#category_extension_b_header_contents .sentense {
    padding: 30px 0 0;
    background-color: #c8bfac;
    margin: 0 auto;
    width: 93%;
    font-size: 2.3rem;
    letter-spacing: 0.2em;
    color: #827966;
}

@media (max-width:768px) {
    .table .item {
        width: 90%;
        height: 130px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .review-summary-container .starRating {
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }
    .review-summary-container, .review-summary-container .starRating span {
        font-size: 1.1rem !important;
    }
    .tab {
        font-size: 1.6rem;
    }
    .left_sp {
        flex-basis: 40%;
    }
    .left_sp img {
        width: 85%;
    }
    .right_sp {
        flex-basis: 60%;
    }
    .input-group-prepend .btn.btn-primary.bootstrap-touchspin-down, .input-group-append .btn.btn-primary.bootstrap-touchspin-up{
        padding: 3px 7px;
        font-size: 13px;
    }
    .table .name {
        font-size: 1em;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:1023px){
    .goto_cart {
        position: fixed;
        bottom: 0;
        background: #ffffff;
        width: 100%;
        /* border-top: 0.5px solid #e7e7e7; */
        /* text-align: center; */
        padding: 2em 18em;
        z-index: 999;
        padding: 1em;
        box-shadow: 0 0 8px #e7e7e7;
    }
    .goto_cart table{
        text-align: left;
        margin: 0;
    }
    .goto_cart .btn-primary{
        position: absolute;
        right: 0.8em;
        width: 46%;
        bottom: 1em;
    }
    .flex {
        justify-content: flex-start;
    }

    .flex.m-right {
        margin-right: 2.7em;
    }
    h2.title {
        margin: 0.5em 0 0 0.22em;
        background-color: #f5f5f5;
        width: 50%;
        border-radius: 5px 5px 0 0;
        padding: 7.5px 0 0;
        font-size: 1.2em;
        text-align: center;
    }
    .table {
        width: 96%;
        padding: 1em 0;
    }
    .five_all {
        font-size: 1em;
        line-height: 18px;
        width: 93%;
        margin: 0 auto -0.5em;
        text-align: center;
        font-weight: bold;
        /*border: 1px solid #aaa;*/
        border-radius: 8px;
        /*padding: 0.9em 0 1.2em;*/
    }
    .input-group{
        width: 85%;
    }
    p.sendfree {
        text-align: left;
    }
    .tabs {
        width: 96%;
    }
    #category_extension_b_header_contents .sentense {
        padding: 30px 0;
        width: 96%;
        font-size: 1.7rem;
    }
    #category_extension_b_header_contents p {
        margin-top: 10px;
    }
}