.k-dlg {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.23);
  box-sizing: border-box;
  background: #FFF;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #CCC;
  padding: 8px 10px;
  margin: 0;
  text-align: center;
}
.k-dlg::before,
.k-dlg::after {
  bottom: 100%;
  left: 60%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.k-dlg::before {
  border-bottom-color: #CCC;
  border-width: 11px;
  margin-left: -11px;
}
.k-dlg::after {
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}
.k-dlg-close {
  cursor: pointer;
}
.k-dlg-close:hover {
  opacity: .7;
}
.k-dlg-close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

#cartin-dlg {
  font-size: 12px;
  border-radius: 6px;
  border: 1px solid #FC3;
  padding: 8px 10px;
  margin: 0;
}
#cartin-dlg::before {
  border-bottom-color: #FC3;
}
.cartin-dlg-h {
  font-size: 15px;
  border-bottom: 1px dotted #FC3;
  margin: 0;
  padding-bottom: 3px;
}
.cartin-dlg-h,
.cartin-dlg-continue,
.cartin-dlg-gocart-btn {
  font-weight: bold;
}
.cartin-dlg-continue {
  text-align: center;
  line-height: 2;
  padding: .5em 0;
  text-decoration: underline;
  /*font-weight: normal;*/
  font-size: 13px;
}
.cartin-dlg-gocart-btn a {
  font-size: 15px;
  margin-top: 3px;
  text-align: center;
  padding: 10px 0;
  border-radius: 3px;
  display: block;
  color: #333;
  background-color: #FC3;
  background-image: url(/images/mobile/cart_arrow_white.png),
  url(/images/common/cart36.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 95% center, 5% center;
  background-size: auto, 25px; 
}
.cartin-dlg-gocart-btn a:hover {
  text-decoration: none;
  opacity: .7;
}

#checkout-alert {
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #D00;
  padding: 10px;
  margin: 0;
  background: #FFF;
  text-align: left;
}
#checkout-alert.k-dlg::before {
  border-bottom-color: #D00;
}
.checkout-alert-ttl {
  color: #D00;
  font-weight: bold;
  margin: .5em 0 .75em;
}
.checkout-alert-detail {
  font-size: 80%;
  padding: .5em;
  background: #FFE8E8;
  margin: 0 0 .75em;
}
.checkout-alert-pr_name:not(:last-child) {
    border-bottom: 1px solid #e4c7c7;
    padding-bottom: 5px;
}
.checkout-alert-msg {
  font-weight: bold;
  margin: 0 0 .75em;
}
#favorit-dlg{
  border: 1px solid #b75f5a;
}
#favorit-dlg.k-dlg::before {
/*  border-bottom-color: #b75f5a;*/
  border-bottom-color: #b75f5a; 
     border-width: 11px; 
     margin-left: -11px; 
}
              

/*
 *
.headNaviDetail
 *
 */
.headNaviDetail {
  display: none;
  position: absolute;
  background: #FFF;
  width: 200px;
  z-index: 100;
  border: 1px solid #CCC;
}


/* ------------------------------------------------
 */

.functional-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  display: none;
  z-index: 99;
}

.ghm-menu-drawer {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  box-shadow: .1em .1em .1em rgba(0,0,0,.15);
  z-index: 100;
  max-width: 15em;
  max-height: 100%;
  overflow-y: scroll;
  border-radius: 0 0 10px 0;
  display: none;
}
.ghm-menu-drawer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.ghm-menu-drawer li {
  padding: 5px 0;
  margin: 0 15px 5px;
  font-size: 15px;
}
.ghm-menu-login {
  padding: 5px 15px;
  margin: 5px 0 5px;
  font-size: 14px;
}
.ghm-menu-login-name {
  font-weight: bold;
}
.ghm-menu-drawer li a,
.ghm-menu-drawer li > span {
  background-image: url(/images/common/rdelta.png);
  background-repeat: no-repeat;
  background-position: .5em center;
  background-size: .75em;
  padding-left: 1.5em;
}
.ghm-menu-drawer .share-button {
  display: none;
}
/* ------------------------------------------------
#pageNaviControls
 *
 */
.pageNaviControls {
  position: fixed;
  bottom: 56px;
  right: 0;
  width: 165px;
  z-index: 11;
}
@media screen and (max-width: 979px) {
  .pageNaviControls {
    bottom: 0/*20px*/;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.pnc-item a {
  display: block;
  border-radius: 3px 0 0 3px;
  color: #333;
  padding-left: 42px;
  height: 54px;
  font-size: 15px;
  box-shadow: -1px 1px 3px #a2a2a2; /* Google認定ショップバッヂに合わせる */
  margin-bottom: 8px;
  box-sizing: border-box;
  opacity: .9;
}
.pnc-item a:hover {
  text-decoration: none;
  opacity: 1;
}
.pnc-kago,
.pnc-coupon,
.pnc-checkout {
  display: none;
}
.has-kago .pnc-kago {
  display: initial;
}
.has-coupon .pnc-coupon {
  display: initial;
}
.pnc-checkout a,
.pnc-coupon a,
.pnc-pagetop a,
.pnc-kago a {
  background-repeat: no-repeat;
  background-position: 5px center;
}
.pnc-coupon a,
.pnc-pagetop a,
.pnc-kago a {
  background-size: 30px;
}
.pnc-checkout a {
  background-image: url(/images/common/cart36.png);
  background-size: 32px;
  padding-left: 42px;
}
.pnc-pagetop a {
  background-image: url(/images/common/uarr.png);
  background-color: #AAA;
}
.pnc-coupon a,
.pnc-kago a {
  background-image: url(/images/common/barr.png);
}
.pnc-checkout a,
.pnc-coupon a,
.pnc-kago a {
  background-color: #FC3;
}
.pnc-coupon.viewport-below a,
.pnc-kago.viewport-below a {
  background-image: url(/images/common/uarr.png);
}
@media screen and (min-width: 980px) {
  .pnc-checkout a {
    padding-top: 8px;
    line-height: 1.3;
  }
  .pnc-coupon a,
  .pnc-pagetop a {
    line-height: 54px;
  }
  .pnc-kago a {
    line-height: 22px; /* (54px / 2) - 5px */
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 979px) {
  .pnc-item a {
    border-radius: 3px; /* mobile */
    padding-right: .5em;
    margin-left: 5px; /* mobile */
    margin-right: 5px; /* mobile */
    line-height: 54px; /* mobile */
  }
  .pnc-item a {
    opacity: .8;
  }
  .pnc-kago a {
    min-width: 11em; /* mobile */
  }
  .pnc-checkout a {
    min-width: 300px;
    text-align: center;
  }  
  .pnc-pagetop a {
    min-width: 4em;  /* mobile */
  }
}

/* google translate */
#google_translate_element div {
  display: block !important;
}
