/* カスタマイズ用CSS */
.p-top__main-visual-catch-label {
    color: #fff;
}

.p-top__main-visual-catch-text {
    color: #fff;
}

.p-top__main-visual-category-link {
    color: rgba(255,255,255,.8);
}

.p-top__main-visual-dots button:before {
    background-color: #fff;
}

.p-top__main-visual-arrow--next, .p-top__main-visual-arrow--prev {
    color: #fff;
}

.c-button--unelevated.is-secondary {
    background-color: #B39673;
}
.c-button--unelevated.is-secondary:disabled{
    background-color: #B39673;
}

.c-button--outlined.is-secondary {
    border-color: #B39673;
    color: #B39673;
}


.b-topic__heading {
    display: block;
    align-items: baseline;
    transform: translateY(-28%);
}

.b-topic__title {
    display: block;
    align-items: center;
}

h2.b-topic__title--main {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

p.b-topic__title--sub{
    text-align: center;
}

@media screen and (min-width: 768px){
.br-sp {display: none; }
}
@media screen and (max-width: 767px){
.br-pc {display: none; }
}

@media screen and (max-width: 767px){
    .b-header__logo-link {
    width: 40px;
    }
}


h2.b-topic__title--main{
    margin-top: 0;
    margin-bottom: 0;
}

/* コンセプトブロック */
.b-topic__item-image {
    border: none;
    border-radius: 30px 30px 0 0;
}

.b-topic__item-contents{
    border: none;
    border-radius: 0 0 30px 30px
}

p.b-topic__item-name{
    font-size: 1.8rem;
}
@media screen and (max-width: 767px){
 p.b-topic__item-name{
    font-size: 1.4rem;
}
}

/* こだわりブロック */
.flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-child{
  padding: 15px;
  width: 30%;
}
@media screen and (max-width: 767px){
 .flex-child{
     width: 100%;
 }
}

.flex .b-eyecatch__product-name {
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.flex .b-eyecatch__product-text {
	  text-align: center;
    font-size: .875em;
    color: rgba(51,51,51,.8);
}

.flex-child img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	margin: 20px auto;
	border: none;
	border-radius: 20px;
}


.b-cart__menu-badge {
    background: #B39673;
}

.b-topic {
    background: #EEE7DE;
}

.b-footer__bottom {
    background: #B39673;
}

/* キービジュアル */
.p-top__main-visual-body {
    justify-content: center;
}

img.logo {
    display: block;
    width: 80%;
    margin: 20px auto;
}
@media screen and (max-width: 767px){
    img.logo {
    width: 65%;
    margin: 20px auto 50px;
    }
}


/* ピックアップブロック */
.b-eyecatch__list-item {
    width: 33%;
}
@media screen and (max-width: 767px){
 .b-eyecatch__list-item{
     width: 100%;
 }
}


/* モニターブロック */
.monitor{
    margin-top: 100px;
}
@media screen and (max-width: 767px){
    .monitor{
        margin-top: 50px;
    }
}
.ashiato{
	background-repeat: no-repeat;
	background-size: contain;
}

.customer-voice{
	background: #EEE7DE;
	width: 80%;
	max-width: 700px;
	border: none;
	border-radius: 30px;
	padding: 30px;
	margin: 30px auto;
}
@media screen and (max-width: 767px){
    .customer-voice{
        padding: 15px;
    }
}

.customer-voice video{
  width: 100%;
  border: none;
  border-radius: 20px;
}

img.img-ryu{
 display: block;
 width: 100px;
 margin: 30px auto;
 border: solid 5px #fff;
 border-radius: 60px;
}
@media screen and (max-width: 767px){
   img.img-ryu{
       width: 70px;
       margin: 15px auto;
   } 
}

.customer-voice .b-eyecatch__product-name{
    text-align: center;
}

/* 星評価 */
.beige{
    background: #EEE7DE;
    padding: 50px 0;
    margin-top: 80px;
}

.width-80{
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 767px){
    .width-80{
    width: 95%;
    }
}

img.star-rate-img {
    display: block;
    width: 350px;
    max-width: 95%;
    margin: 0 auto 60px;
    border: solid 5px #fff;
    border-radius: 20px;
}

.voice{
    background: #fff;
    padding: 1em 2em;
    margin: 1.5em auto;
    border: none;
    border-radius: 20px;
}
.voice p.b-eyecatch__product-text{
    margin-bottom: 0.5em;
}

.voice p.star{
    margin-top: 0;
}

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */



/* 棒グラフ */

.wrapper{
  width: 90%;
  margin-top: 15px;
}

.wrapper .bar{
  position: relative;
  width: 100%;
  height: 48px;
  background: #eee;
  margin-bottom: 1.5rem;
  border-radius: 30px;
}

.wrapper .bar .bar-info{
  border-radius: 30px;
  padding: 0.75rem 1.5em;
  background: #B39673;
  color: white;
  width: 30%;
  position: relative;
  height: 24px;
  transition: width 3.3s ease-in-out;
}
@media screen and (max-width: 767px){
   .wrapper .bar .bar-info{
  padding: 1rem 1.5em 0.75em;
  font-size: 0.7em;
} 
}

.wrapper .bar .bar-info .percent{
  float: right;
}

.lookmore_btn{
    width: fit-content;
    margin: 50px auto 0;
}

.lookmore_btn_item a {
    background: #fff;
    color: #B39673;
    border: solid 1px #B39673;
    border-radius: 30px;
    display: block;
    padding: 0.5em 2em;
    text-decoration: none;
}
.lookmore_btn_item a:hover{
    background: #B39673;
    color: #fff;
}

/* 商品一覧ページ */
.list-top-title-image{
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-image:url('/html/user_data/assets/img/add/AdobeStock_275817643.jpeg');
    background-repeat: no-repeat;
}

.list-top-title-image h2{
    padding-top: 80px;
    text-align: center;
    color: #fff;
    filter: drop-shadow(0 0 3px rgba(0,0,0,.2));
}
.list-top-title-image p{
    text-align: center;
    color: #fff;
    filter: drop-shadow(0 0 3px rgba(0,0,0,.2));
}
@media screen and (max-width: 767px){
    .list-top-title-image{
    height: 200px;
    }
    .list-top-title-image h2{
    padding-top: 50px;
    }
}

img.credit-card{
 display: block;
 margin-top: 1em;
 margin-bottom: 1em;
}

/*よくある質問ブロック*/

/* アコーディオン*/
.accordion {
  width: 100%;
  max-width: 900px;
  margin: 30px auto 20px;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
 }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #222;
  font-size: 14px;
  border-bottom: 1px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px){
    .accordion .link {
        padding: 15px 30px 15px 15px;
        font-size: 12px;
    }
}

.faq-box{
    padding: 4em 1em;
    background: #EEE7DE;
    border: none;
    border-radius: 30px;
}


.faq-box ul {
    padding-inline-start: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.accordion li{
  list-style-type: none;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 28px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #B39673;
}

.accordion li.open i {
  color: #B39673;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}

.accordion div.link::before{
    content: '？';
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 16px;
    background-color: #B39673;
    background-size: 40px;
    border: none;
    border-radius: 20px; 
}
@media (max-width: 767px){
    .accordion div.link::before{
        font-size: 16px;
        padding: 3px 7px;
        margin-right: 10px;
        background-size: 30px;
        border-radius: 15px;
    }
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
  display: none;
  background: #B39673;
  font-size: 14px;
 } 

 .submenu p {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 12px;
  padding-left: 98px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: default;
  line-height: 200%;
  margin-top: 0;
  margin-bottom: 0;
 }
 .submenu a {
  color: #fff;
 }
@media (max-width: 767px){
    .submenu p {
        padding-left: 55px;
        font-size: 12px;
    }
}

/*カテゴリブロック*/
@media (max-width: 767px){
.b-category__item {
    width: 100%;
}
}

/*スマホメニュー修正*/
@media (max-width: 520px){
.l-drawer__heading {
    background: #B39673;
}
}
.l-drawer__button--close {
    background: #B39673;
}
.b-login-sp {
    background: #B39673;
}
.l-drawer__body {
    background: #B39673;
}

.small{
    font-size: 0.7em;
}

/*scroll to top修正*/
.c-scroll-to-top__contents:after, .c-scroll-to-top__contents:before {
    display: none;
}