/* Custom Adjusting For Developer */
.btn--usa {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  background-image: url(../images/sprite/btn--usa.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.btn--usa:after {
  content: 'USA';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 80%;
}
@media (max-width: 991.9px) {
  .btn--usa:after {
    content: '';
  }
}
.yummy--tkkkgt {
  width: 80px;
  height: 80px;
  position: relative;
  display: inline-block;
  background-image: url(../images/sprite/yummy__tkkkgt.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tt--tkkkgt {
  width: 93px;
  height: 28px;
  position: relative;
  display: inline-block;
  background-image: url(../images/sprite/tt--tkkkgt.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.tt--tkk {
  width: 33px;
  height: 21px;
  position: relative;
  display: inline-block;
  background-image: url(../images/sprite/tt--tkk.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.title--caption .col {
  text-align: left;
}
.title--caption h2.textBlack {
  padding-left: 0;
}
.title--caption small {
  display: block;
  font-size: 14px;
  padding-top: 0.3rem;
}
.section--access .familyBrand--form select {
  width: 100%;
  text-align: center;
  text-align-last: center;
}
.row--search--buttons .col.in-taiwan,
.row--search--buttons .col.in-overseas {
  display: none;
}
.row--search--buttons .col.in-taiwan.is-active,
.row--search--buttons .col.in-overseas.is-active {
  display: block;
}
.title--caption h1 {
  font-size: 562.5%
}
select::-ms-expand {
  display: none;
}
@media (min-width: 767px) {
  .comboProduct--wrapper #combo--prev {
    left: -30px
  }
  .comboProduct--wrapper #combo--next {
    right: -30px
  }
}



.btn--jp {
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}
.btn--jp span {
  width: 25px;
  height: 25px;
  position: relative;
  display: block;
  border-radius: 50%;
  background-color: #D8222A;
}
.btn--jp:after {
  content: 'JAPAN';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 80%;
}
.btn--jp {
  order: 2;
}
.btn--usa {
  order: 3
}
.btn-toggle-menu {
  order: 1
}
@media (max-width: 991.9px) {
  header .header .kv--logo {
    width: 30%;
  }
  header .header .menu {
    width: 70%;
  }
  header .header .menu {
    max-width: 150px;
  }
  header .header .menu > * {
    transform: scale(0.75)
  }
  .btn--jp {
    order: 2;
    margin-bottom: 0;
  }
  .btn--jp:after {
    display: none;
  }
  .btn--usa {
    order: 1
  }
  .btn-toggle-menu {
    order: 3
  }
}
.deliveryService--caption p {
  margin-bottom: 1rem;
}
.deliveryService--caption h5 {
  margin-bottom: .5rem;
  color: #ffdb00
}