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) {
  .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);
}
#container:not(.topPage) {
    margin-top: 30px;
}
.pagerListNav {
    margin-bottom: 120px;
}
.searchForm.searchFormB .searchForm__inner input::placeholder {
    color: #000;
}

.drawer_list_icon .drawer_list_icon a img {
    width: 44px;
    margin-left: -6px;
}

.drawer__nav li a{
    height: 50px;
}

#drawer .a-voice{
    width: 44px;
    margin-left: -9px;
    margin-right: 3px;
}

#drawer .a-faq{
    width: 40px;
    margin-left: -7px;
    margin-right: 5px;
}

* {-webkit-appearance: none;/*webkit系ブラウザのデフォルトスタイル*/}

.cartjs_cart_in::after{
  content:""!important;
}

 /* ************************************************ 
 *	お客様の声　　　add by N.Asada 2022.06.23
 * ************************************************ */	
#voice2 {
  line-height: 1.8;
  font-size: 14px;
  padding-top: 30px;
}
.tab_container {
	padding-bottom: 1em;
	background-color: #fff;
	border: 1px solid #FF6600;
	margin: 0 auto;
    margin-bottom:20px;
}
.tab_item {
	width: calc(100%/2);    /*100%/4を100%/2に変更*/
	padding: 15px 0;
	border-bottom: 3px solid #FF6600;
	background-color: #ececec;
	text-align: center;
	color: #FF6600;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
  font-size:18px;
}
.tab_item:hover {
	opacity: 0.75;
}
input[name="tab_item"] {
	display: none;
}
.tab_content {
	display: none;
	padding: 1em 1em 0;
	clear: both;
	overflow: hidden;
}
#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content {  /*, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_contentを削除*/
	display: block;
}
.tab_container input:checked + .tab_item {
	background-color: #FF6600;
	color: #fff;
}
.voice {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
    border-bottom: solid 2px #ffc06e;
}
.voice p {
    margin: 0; 
    padding: 0;
    font-size:14px;
    line-height:160%;
}
#voice2 h2 {
  position: relative;
  padding: 0.6em;
  background: #CAE9CA;
  font-size:20px;
}

#voice2 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #CAE9CA;
  width: 0;
  height: 0;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

.balloon1 p {
  font-size:13px;
  margin: 0;
  padding: 0;
}
a.overwhite{
    background-color:#ffffff;
    display:block;
}

a.overwhite:hover img{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}
 .fr{
   float:right;
  }
.TCK_ml20{margin-left:20px;}
.w20p{ width:20%;}
.w30p{ width:30%;}
.w40p{ width:40%;}
.img_hover {
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}
.img_hover:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1);
}
.highlight_yellow {
    background: linear-gradient(transparent 50%, #ffff66 0%);
    line-height: 1.3em;
}
#heart .h2A::after{
    display: none;
}
#voice2 .h2A::after{
    display: none;
}
.TCK_button {
  display: block;
  background: #ff6347;
  width: 20rem;
  padding: 1rem;
  border-radius: .6rem;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  letter-spacing: .1rem;
  transition: .5s;
}

.TCK_button:hover {
  transform: scale(1.1,1.1);
}
.TCK_imagebox{
  width:50%; display:flex; margin:20px;
}
@media (max-width: 767px) {
  .TCK_imagebox{  width:90%; }
}
.clear_float{clear:both;}

#free h2 {
  font-size:200%; 
  line-height:150%;
  position: relative;
  padding: 0.25em 0;
  margin-top:30px;
  margin-bottom:30px;
}
#free h2:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
