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 !important;}
@media (max-width: 767px) {
   #container:not(.topPage) {margin-top: 10px !important;}
}

.hbody {font-size: 0;opacity: 0;}

.conceptE__text p {letter-spacing: 2px;}
.conceptD__text p {letter-spacing: 1px;}
@media (min-width: 992px) {
  .hdrInfo strong {font-size: 18px;}
}
@media (max-width: 767px) {
 .conceptE__text p {letter-spacing: 1px;}
  .conceptE__bg img {width: 780px !important;}
}

a[name]{
  display: block;
  margin-top: -60px;
  padding-top:60px;
}

.downMenu--long ul {
  column-count: 3;
}
.gNav .downMenu.downMenu--long ul a {
  line-height: 40px;
  padding: 0 10px;
}

.hdrInfo strong {
  color: #9b0000 !important;
}
.iconNav__cart .cartAmount {
  background: #9b0000 !important;
}
.fNav--typeA .fNav__list li a:hover {
  color: #4b4b4b !important;
}
.mainSlider .slick-prev,
.mainSlider .slick-next {
  border: #060606 1px solid;
  border-radius: 50%;
  background: #fff !important;
  transform: none !important;
  color: #000;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.mainSlider .slick-prev:after {
  content: "<";
  color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.mainSlider .slick-next:after {
  content: ">";
  color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
#hdr.hdr--typeE .hdrMiddle__middle {
  padding: 0 15px !important;
  align-items: flex-end;
}
#hdr.hdr--typeE .hdrMiddle__middle * {
  font-size: 14px;
  line-height: 24px;
}
#hdr.hdr--typeE .hdrMiddle__middle * strong {
  font-size: 16px;
}
#hdr.hdr--typeE .hdrMiddle__middle * i {
  font-size: 24px;
}
#hdr.hdr--typeE .hdrMiddle__middle .hdrInfo {
  line-height:
}
#hdr.hdr--typeE .hdrMiddle__middle .hdrInfo span {
  display: inline-block;
}
#hdr.hdr--typeE .hdrMiddle__middle .telAndTime > div {
  line-height: 20px;
}
.hdr--typeE .hdrBottom .hdrInner .gNav ul > li > ul,
.hdr--typeE .hdrBottom .hdrInner .gNav ul > li > .megaMenu {
  background: #aaa !important;
}
.hdr--typeE .hdrBottom.hdrBottom--bgPrimary .gNav ul li > ul a:hover {
  opacity: 1;
  color: #000 !important;
}
.exNav.exNav--typeA ul li a {
  display: flex;
  align-items: center;
}
.exNav.exNav--typeA ul li a i {
  font-size: 20px;
}
.sub_category_area{
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_category{
  -webkit-box-flex:0;
      -ms-flex:0 0 25%;
          flex:0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub_category a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px 8px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #FFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #231815;
    border-radius: 60px;
    line-height: 1.2;
    -webkit-transition: 0.25s;
    font-size: 12px;
    border: 2px solid #d2d2d2;
    font-weight: bold;
    width: 100%;
    position: relative;
}
.sub_category a:after {
    content: "";
    top: 50%;
    right: 10px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.sub_category a span:first-child {
    max-width: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
  margin-right: 10px;
}
.sub_category a span:last-child {
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
            flex: 0 0 calc(100% - 40px);
  color: #000;
}
.hdr--typeE .hdrBottom.hdrBottom--bgPrimary .gNav ul li.sub_category > a::after {
  border-color: #000 !important;
}
/*年齢確認画面カスタマイズ*/
#main_i {
border: none;
padding-top: 0;
}
#main_i form {
background: url(https://img02.shop-pro.jp/PA01130/072/etc/%C7%AF%CE%F0%C7%A7%BE%DA.png?cmsp_timestamp=20220426154059) no-repeat center top;
padding-top: 180px;
}
#main_i form img {
display: none;
}
#validation_select_yes,
#validation_select_no {
margin: 20px;
}
#validation_select_yes a,
#validation_select_no a {
color: #fff;
text-decoration: none;
padding: 20px 40px;
background: #E47911;
border-radius: 8px;
}
#validation_select_no a {
background: #ccc;
}

#validation_select_yes a:hover,
#validation_select_no a:hover {
text-decoration: none;
opacity: 0.9;
}
#validation_txt_sub_i {
margin-bottom: 30px;
}
#logo_i a {
text-decoration: none;
}
table.table--basic tr th, table.table--basic tr td {
  border: 1px solid #dfdfdf;
  padding: 0.5em;
  text-align: center;
}
table.table--basic tr.division th {
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .userGuide .hasChildren--clickSP > .mb30:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .mb0--sp {
    margin-bottom: 0 !important;
  }
  .userGuide .hasChildren--clickSP > div {
    display: none;
  }
  .userGuide .hasChildren--clickSP > h2 {
    position: relative;
    cursor: pointer;
  }
  .userGuide .hasChildren--clickSP > h2:before, .userGuide .hasChildren--clickSP > h2:after {
    width: 10px;
    height: 2px;
    transform: translateY(-50%);
    border: 0;
    right: 13px;
    background: #1b1b1b;
    display: block;
    position: absolute;
    transition: 0.15s;
    top: 50%;
  }
  .userGuide .hasChildren--clickSP > h2:after {
    content: "";
  }
  .userGuide .hasChildren--clickSP > h2:before {
    content: "";
    display: block;
    position: absolute;
    transition: 0.15s;
    top: 50%;
    transform: rotate(90deg) translateY(-50%);
    transform-origin: top center;
  }
  .userGuide .hasChildren--clickSP > h2.open:before {
    opacity: 0;
    transform: translateY(-50%);
  }
  .userGuide .hasChildren--clickSP > h2:hover:before, .userGuide .hasChildren--clickSP > h2:hover:after {
    background: #108A65;
    right: 13px !important;
  }
}

.secBg {
  margin-bottom: 80px !important;
  padding: 80px 0;
}
.conceptD2 {
  margin-bottom: 80px !important;
}
.side__cateNav {
  margin-bottom: 30px !important;
}
.side__shopInfo {
  margin-bottom: 20px;
}
.side__shopInfo .shop_img {
  margin-bottom: 15px;
}
.side__shopInfo .shop_info p {
  margin-bottom: 10px;
}
.side__shopInfo .shop_info p.fbold {
  font-weight: bold;
  margin-bottom: 0;
}
.side_snsNav {
  margin-bottom: 20px;
}
.side_snsNav .snsNav {
  margin-bottom: 20px;
}
.side_snsNav .snsNav li a i {
  font-size: 40px;
}
.side_snsNav .pdf_download,
.side_snsNav .payment_img {
  margin-bottom: 20px;
}
.conceptD2 .conceptD__img img {
  height: calc(100% - 54px);
}
.conceptD2 .conceptD__text {
  padding: 30px 60px;
}
.bnrList .relative {
  position: relative;
}
.bnrList .relative img {
  width: 100%;
}
.bnrList .relative .alinkBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: fit-content;
  padding: 10px 20px;
  background: rgba(84,84,84,0.8);
}
.bnrList .relative .alinkBox a {
  margin: 15px 0;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  color: #fff;
}
.bnrList .relative .alinkBox a:hover {
  color: #dadfff;
}
.bnrList .relative .alinkBox a:after {
  content: "▼";
  position: absolute;
  top: 50%;
  left: 5px;
  font-size: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.preventionSec .prevention_content {
  position: relative;
}
.preventionSec .prevention_content img {
  width: 100%;
}
.preventionSec .prevention_content p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
#hdr .hdrTop .hdrInner .hdrInfo {
  letter-spacing: 0px;
}
#hdr .hdrTop .hdrInner .hdrInfo.mw40 {
  color: #9b0000 !important
}
#hdr .hdrTop .hdrInner .hdrInfo strong {
  font-size: 14px;
}
#hdr .hdrTop .hdrInner .hdrInfo strong i {
  font-size: 18px;
}
#hdr.hdr--typeE .hdrMiddle__middle .telAndTime > div:nth-child(1) {
  margin-bottom: 5px;
  font-size: 12px;
}
.hdr--typeE .hdrBottom .hdrInner .gNav ul > li > ul,
.hdr--typeE .hdrBottom .hdrInner .gNav ul > li > .megaMenu {
  background: #545454 !important;
}
.hdr--typeE .hdrTop {
  border-bottom: 1px solid #dfdfdf;
}
.bnrList.row {
  justify-content: left;
}
.bnrBox img {
  width: 100% !important;
}
.articleList__wrap .articleList__img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}
.iconNav--text > ul > li small {
  font-size: 11px;
  font-weight: 500;
}
#hdr .iconNav--text > ul > li:not(:last-child)[class*="hasChildren"],
#hdr .iconNav--text > ul > li:not(:last-child) {
  margin-right: 18px;
}
@media (min-width: 1200px) {
  #hdr .hdrTop .hdrInner .hdrInfo.mw25 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  #hdr .hdrTop .hdrInner .hdrInfo.mw40 {
    max-width: 40%;
    flex: 0 0 40%;
  }
  #hdr .hdrTop .hdrInner .hdrInfo.mw27 {
    max-width: 27%;
    flex: 0 0 27%;
  }
}
@media (max-width: 767px) {
  .secBg {
    margin-bottom: 60px !important;
  }
  .conceptD2 {
    margin-bottom: 60px !important;
  }
  .articleList__content {
    display: block !important;
  }
  .tabSwitch.scrollX {
    justify-content: center !important;
  }
  #drawer .side__shopInfo {
    padding: 0 7.5px;
  }
  .iconNav--text > ul > li:not(:last-child) {
    margin-right: 10px !important;
  }
  #drawer .hdrInfo {
    padding: 0 5px;
    margin-top: 10px;
  }
  #drawer .drawer__bnr {
    padding: 0 7.5px;
    margin-bottom: 20px;
  }
  #drawer .drawer__bnr img {
    width: 100%;
  }
  .side_section.side_section_cal {
    padding: 0 7.5px;
  }
  .drawer__account .drawer__accountNav li img {
    margin-right: 10px;
  }
}
.iconNav [class*="hasChildren"] > ul li a:hover {
  opacity: 1;
  color: #fff !important;
  background: #000;
}
.userGuide__card li.d_flex {
  display: flex;
  align-items: center;
}
.userGuide__card li.d_flex {
  max-width: 103px;
}
.itemList .itemList__unit img {
  width: 100%;
}

.shoppingGuide h3{
  color:#9b0000!important;
}


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