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

h1#logo_i img {
    max-width: 100%;
}

#validation_select_yes a, #validation_select_no a {
    font-size: 12px;
    padding: 12px 25px;
}

#validation_select_yes, #validation_select_no{
  margin:0;
}

#main_i,#header_i,#footer_i{
  margin:0;
  font-size:14px;
}

.validation_txt {
    font-size: 14px;
}
#main_i {
    padding: 20px;
}

.itemSec {background: transparent !important;}
.h2A em {
      font-family: 'Abril Fatface', cursive;
  font-style: normal;
}
[class*="iconButton"] span:nth-child(2), a[class*="iconButton"] span:nth-child(2) {text-align: center;}


.mainVisual .mv-slide .mainVisual__inner img {
  position: relative !important;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .mainVisual.mainVisual--hero {
    max-height: calc(100vh - 13px) !important;
    height: 47.6vw !important;
  }
  .mainVisual .mv-slide .mainVisual__inner img {
    max-width: 100%;
  }
  .mv-slide.slick-active .mainVisual__copy img {
    width: 30%;
    max-width: 572px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .mv-slide .mainVisual__inner img {width: 100%;}
}
@media screen and (max-width: 750px) {
 .mainVisual.mainVisual--hero .mv-slide .mainVisual__inner img {
  position: relative;
 }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv-slide .mainVisual__copy img {opacity: 0;}
.mv-slide.slick-active .mainVisual__copy img {
  -webkit-animation: fade-in 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s forwards;
	        animation: fade-in 2.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.7s forwards;
 
}

.secEl::after, .newsSec::after {
 background: url(https://img21.shop-pro.jp/PA01487/309/etc/sec6_bnr01.png) no-repeat top center !important;
}
@media (max-width: 991px) {
 .secEl::after, .newsSec .col-sp-12.bnrBlock::after{
  background: url(https://img21.shop-pro.jp/PA01487/309/etc/sec6_bnr01_sp.png) no-repeat top center !important;
 background-size: 100% !important;
 }
}