.gNav.gNav--typeB > ul > li .megaMenu__title a {
  font-size: 18px;
}
.fNav--typeA h3 > a {
 display:block; 
}
.dispTop {
display:none; 
}
@media (min-width: 992px) {
.fNav--typeC .snsNav {
    padding: 0 !important;
}
}

#container:not(.topPage) {
 margin:40px auto 0 !important;
}
.drawer__account .drawer__accountNav li a {
padding:13px 10px !important;  
}
table.tbl_calendar {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
table.tbl_calendar caption{
  font-weight: bold;
  margin: 10px auto;
}

      .product__fav-item {
          margin-top: 10px;
        }

        .product__fav-item button {
          padding: 0;
          cursor: pointer;
          transition: .2s;
          color: #999;
          border: 0;
          outline: none;
          background: transparent;
        }

        .product__fav-item .fav-items {
          color: #ff7373;
        }

        .product__fav-item svg {
          width: 20px;
          height: 20px;
          vertical-align: -.35em;
          fill: currentColor;
        }


.fav-item{
  position: absolute;
  right: 25px;
  top: 10px;
}
@media (max-width: 767px) {
  #container:not(.topPage) {
 margin:0px auto 0 !important;
}
  .js-contents--wp li:nth-child(n+4){
   display:none; 
  }
  .conceptD__text h2,
   .conceptD__text h2 small {
   text-align:center !important;  
  }
  
  .fav-item{
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .itemList-sp--3 .fav-item {
    right: 10px;
    top: 5px;
  }
}
.fav-item button {
    animation: none;
    border: none;
    background: none;
    padding: 0;
    color: rgba(0,0,0, 0.5);
   cursor: pointer;
}
.fav-item button.is-added {
    color: rgba(255, 115, 115, 0.5);
}
.add_sns_icon {
    width: 30px;
}

.side__cateNav .sideTitle {
    //background: #FFDDBD;
    //background: #F7941D; 
  	background: #FFFDF5;
}
.side__cateNav .sideTitle a {
    background: #FFDDBD;
}
.side__cateNav .sideTitle_bg {
    background: #FFDDBD;
    padding: 10px 10px!important;
}

.side__cateNav .sideTitle a {
 	background: #FFFDF5;
}

.sideTitle .iconButton:hover {
  	background: #FFFDF5 !important;
}

h4.add-sideTitle {
  	background: #FFFDF5 !important;
  	//border-radius: 100px;
}

//.add-sideTitleWrap {
//	background:  #F7941D !important;
//}

.add-sideTitleWrap + ul {
  	margin-bottom: 40px;
}



.memox{
position:relative;
background:#fffde7;
width:85%;
margin:2em auto;
padding:1.5em 1em;

box-shadow:1px 1px 4px rgba(0,0,0,0.2);
color:#795548;
}
.memox::before{
content:'こんな方におすすめ';
position:relative;
display:inline-block;
border-bottom:3px solid #795548;
border-radius: 0 0 40% 5% / 0 0 15% 20%;
padding:0 1em 0.1em 0.2em;
font-size:110%;
font-weight:bold;
transform: rotate(-5deg);
}
.memox::after{
content:'';
position:absolute;
left:50%;
top:-15px;
margin-left:-75px;
width:150px;
height:30px;
background:rgba(245,245,245,0.7);
box-shadow:1px 1px 4px rgba(0,0,0,0.2);
transform: rotate(-4deg);
}
.memox ul{
margin:1em 0.5em 0 2em;
padding:0 0 0 0;
}
.memox ul li{
margin-bottom:0.5em;
}

/*スタッフレビュー*/

.voiceBox{
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #f2f2f2;
  border-radius: 10px;
}
.voiceBox__img{
  max-width: 140px;
  flex: 0 0 140px;
  margin-right: 15px;
  text-align: center;
}
.voiceBox__text p{
margin-bottom: 15px;
font-size: 12px;
}
.voiceBox__text p:last-child{
margin-bottom: 0;
}
.voiceBox__user{
  border-top: 1px solid #1b1b1b;
  padding-top: 15px;
}

/*山田さんレビュー*/
.comment{
    padding: 0px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f2f2f2;/*背景色*/
    border-radius: 10px;/*角の丸み*/
}
.comment p {
　　margin: 5px;
    padding:  0px;
}
.comment img{
  margin: 10px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .voiceBox__img{
    max-width: 100%;
    margin-bottom: 15px;
  }
  .voiceBox{
    display: block;
    padding: 15px;
    background: #f2f2f2;
    border-radius: 10px;
  }
  .voiceBox__user{
    text-align: right;
  }
