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: 0.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: -0.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;
}

.footstamp {
  margin-top: 15px;
}

.sec06 .childrenImg--radius {
  justify-content: center;
}

nav.hrd_keywordWrap .hrd_keyword.keyList li a {
  padding: 5px;
  border-radius: 50px;
  background: #F5F5F5;
  color: #333333;
  margin: 0 !important;
  min-height: auto;
  font-size: 12px;
}

nav.hrd_keywordWrap .hrd_keyword.keyList li a img {
  margin-right: 0;
  width: 20px;
}

.hdr--typeE .hdrBottom .hdrInner .gNav .downMenu ul {
  background: #fff !important;
}

.hdr--typeE .hdrBottom .hdrInner .gNav .downMenu ul li a {
  color: #333;
}

.ftrLogoArea .max860 .snsLink a img {
  margin-right: 10px;
}

@media (max-width: 768px) {
  nav.hrd_keywordWrap .hrd_keyword.keyList {
    gap: 10px 0;
    flex-wrap: wrap;
  }
  nav.hrd_keywordWrap .hrd_keyword.keyList li {
    margin-right: 10px;
  }
  .drawer__itemList {
    border-bottom: 1px solid #000;
  }
  #drawer .drawer__nav li ul.color_bg {
    background: #F2F2F2;
    padding: 15px 0;
  }
  #drawer .drawer__nav li ul.color_bg li a {
    border-bottom: none;
    color: #000;
  }
  #drawer .drawer__nav li ul.color_bg li a:after {
    content: none;
  }
  #drawer .drawer__nav li ul.dList_c2 {
    display: flex;
    flex-wrap: wrap;
  }
  #drawer .drawer__nav li ul.dList_c2 li {
    max-width: 50%;
    flex: 0 0 50%;
  }
  #drawer .drawer__nav li ul.dList_c2 li a {
    padding: 5px;
  }
  #drawer .drawer__nav li ul.dList_c2 li a.drawerIcon .drawerIcon__img {
    max-width: 30px;
    flex: 0 0 30px;
  }
  #drawer .drawer__nav li ul.dList_c2 li a.drawerIcon .drawerIcon__text {
    max-width: calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    padding-left: 5px;
  }
  #drawer .drawer__close {
    background: #000;
  }
}
#fixedBnr {
  position: fixed;
  z-index: 995;
  bottom: 30px;
  left: 30px;
}

#fixedBnr a {
  display: block;
  width: 100px;
  height: 100px;
}

/*.sec08 .galleryBg {
background: none !important;
}*/
.ancor {
  margin-top: -202px;
  padding-top: 202px;
}

@media (max-width: 991px) {
  .ancor {
    margin-top: -121px;
    padding-top: 121px;
  }
}
@media (min-width: 768px) {
  .hdrFixed--pc .hdrMiddle .hdrInner {
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .hdrFixed--pc #hdrLogo img {
    width: 235px;
  }
}
@media (min-width: 768px) {
  .hdrFixed--pc div:nth-child(1) .searchForm .searchForm__inner {
    background: #f5f5f5;
    border: none;
  }
}
.hdrFixed--pc div:nth-child(1) .searchFormB {
  margin-right: 30px;
}
.hdrFixed--pc div:nth-child(2) {
  height: 61px;
  transition: all 0.3s ease-in-out;
}
.hdrFixed--pc div:nth-child(2) .hdrMiddle__right {
  display: flex;
}

@media (min-width: 768px) {
  .hdrFixed--pc.add-hdrFixed .hdrMiddle .hdrInner {
    height: 56px;
  }
}
.hdrFixed--pc.add-hdrFixed #hdrLogo img {
  width: 188px;
}
.hdrFixed--pc.add-hdrFixed div:nth-child(2) {
  height: 0;
  border: none;
}

#fixedBnr .bnrClose {
  width: auto;
  height: auto;
  inset: -30px 0 auto auto;
}
#fixedBnr .bnrClose i {
  color: #F08300;
}