@charset "utf-8";
#ctl00_BodyHeaderMain_upUpdatePanel {
  height: 0;
}
#header {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 33;
  transform: translateY(0);
  transition: transform 0.25s ease, top 0.25s ease;
}
#header.hidden {
  transform: translateY(-100%);
}
#header > .inner {
  padding: 20px;
  text-align: center;
}
#Contents {
  padding-top: 0;
}
header * {
  box-sizing: border-box
}
header a {
  display: block
}
header .hd-inner {
  height: 50px;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
header .hd-inner.hd-ad {
  justify-content: space-between
}
header .hd-right, header .hd-left {
  width: calc((100% - 110px) / 2);
}
header .hd-left {
  padding-left: 0
}
header .hd-ad .hd-left {
  padding-left: 0
}
header .hd-icon {
  display: flex;
  align-items: center;
  width: 100%
}
header .hd-right .hd-icon {
  justify-content: flex-end;
}
header .hd-left .hd-icon {
  justify-content: flex-start;
}
header .hd-icon img {
  width: 20px;
  vertical-align: bottom
}
header .hd-icon li {
  padding: 5px 6px;
  line-height: 1;
}
header .hd-icon li.hd-cart {
  padding-right: 15px
}
header .hd-right .hd-cart-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #ed0038;
  border-radius: 50%;
  line-height: 18px;
  width: 18px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
header .hd-logo {
  width: 110px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center
}
header .hd-logo img {
  width: 110px;
  vertical-align: bottom
}
.hd-delivery-obi {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #eee;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.hd-delivery-obi.sale {
  background: #ff0
}
.hd-delivery-obi.event {
  background: #da81b2;
  color: #fff
}
.hd-delivery-obi img {
  width: auto;
  max-height: 30px;
  max-width: 94%;
  margin: 0 auto;
}
.hd-delivery-obi a {
  display: block
}
.hd-category {
  width: 100%;
  max-width: 640px;
  background: #eee;
  margin: 0 auto;
  display: flex;
  gap: 4px;
  padding: 6px 4px 6px;
  box-sizing: border-box
}
.hd-category div {
  flex: 1;
  text-align: center
}
.hd-category div a p {
  color: #000;
  font-size: 10px
}
.hd-category div a p.red {
  color: #ed293e;
}
.hd-category div a p.long {
  letter-spacing: -.2em
}
.hd-category-icon {
  fill: #000;
  width: 16px;
  height: 20px;
  vertical-align: top
}
.hd-category-icon.red {
  fill: #ed293e;
}
/**/
.hd-point .hd-mypage img{
  width: 11px;
  margin-right: 2px;
  height: auto;
}
.hd-point{
  margin 0;
}
.hd-point a{
  color: #ed0038;
  font-size: 13px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 600;
}
.hd-point span{
  font-weight: normal;
  color: #000;
  margin-bottom: 3px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
/**/
.drawer-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
#drawer-content {
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  padding-bottom: 90px;
  z-index: 55;
  width: 80vw;
  max-width: 640px;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-100%);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  will-change: transform;
}
#drawer-content * {
  box-sizing: border-box;
}
#drawer-content img {
  width: 100%;
  height: auto;
}
#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.5);
}
#drawer-checkbox {
  display: none;
}
#drawer-close {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
#drawer-checkbox:checked ~ #drawer-close {
  display: block;
}
#drawer-icon {
  cursor: pointer;
  display: block;
  height: 20px;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  z-index: 66;
  width: 20px;
}
#drawer-icon span {
  background: #000;
  display: block;
  height: 3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 8px;
  width: 20px;
  transition: background-color 0.3s ease-in-out;
}
#drawer-icon span::before, #drawer-icon span::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: rotate(0);
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#drawer-icon span::before {
  margin-top: -8px;
}
#drawer-icon span::after {
  margin-top: 8px;
}
.drawer-label {
  position: relative;
  margin: 0 auto;
  font-size: 10px;
  z-index: 100;
  display: block;
  width: 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
}
/**/
.drawer-search-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
#drawer-search-content {
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  padding-bottom: 50px;
  z-index: 55;
  width: 80vw;
  max-width: 640px;
  height: 100%;
  background: #fff;
  transition: transform 0.3s ease-in-out;
  transform: translateX(100%);
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  will-change: transform;
}
#drawer-search-content * {
  box-sizing: border-box;
}
#drawer-search-checkbox:checked ~ #drawer-search-content {
  transform: translateX(0);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.5);
}
#drawer-search-checkbox {
  display: none;
}
#drawer-search-close {
  display: none;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
#drawer-search-checkbox:checked ~ #drawer-search-close {
  display: block;
}