.head {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.head__title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #212121;
}

.head__description {
  font-size: 1.3rem;
  line-height: 19px;
  color: #212121;
}

.head__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #757575;
}

.head__navigation .navigation__item {
  font-size: 1.3rem;
}

.head__navigation .navigation__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #00838f;
  text-decoration: none;
}

.head__navigation .navigation__item a > i {
  font-size: 24px;
  line-height: 1;
  color: #757575;
}

.head--level2 {
  padding-bottom: 0;
  margin-bottom: 16px;
}

.head--level2 .head__title {
  font-size: 1.3rem;
}

.head--noMargin .head__title {
  margin-bottom: 0;
}

.head--noBorder {
  border-bottom: none;
}

.annotation {
  margin: 16px;
  font-size: 1.2rem;
  line-height: 18px;
  color: #757575;
}

.textlink {
  display: block;
  font-size: 1.3rem;
  line-height: 19px;
  color: #00838f;
  cursor: pointer;
}

.textlink:hover,
.textlink:link,
.textlink:visited,
.textlink:active {
  color: #00838f;
}

#container {
  background-color: #fff;
}

.button {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 20px;
  color: #00bcd4;
  text-align: center;
  background-color: transparent;
  border: none;
  border-radius: 4px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button::-webkit-search-decoration {
  display: none;
}

.button:focus {
  outline-offset: -2px;
}

.button i {
  position: relative;
  top: -1px;
  margin-right: 4px;
  font-size: 2rem;
  line-height: 2rem;
}

.button--proof {
  font-weight: bold;
  color: #333 !important;
  background-color: #f5f5f6 !important;
  border: solid 1px #dfdfdf;
  margin-top: 5px;
}

.button--primary {
  font-weight: bold;
  color: #fff !important;
  background-color: #ff5722 !important;
}

.button--primary:link,
.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  color: #fff !important;
}

.button--secondary {
  color: #212121 !important;
  background-color: #fff !important;
}

.button--secondary:link,
.button--secondary:hover,
.button--secondary:active,
.button--secondary:focus {
  color: #212121 !important;
}

.button--secondary i {
  color: #757575;
}

.button:disabled,
.button.disabled {
  color: #9e9e9e !important;
  background-color: #eee !important;
}

button.button {
  display: block;
}

button.button .button__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.itemCard__premiumLabel {
  display: inline-block;
  padding: 2px 4px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  white-space: nowrap;
  background-color: #a98c00;
  border-radius: 2px;
}

.itemCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 16px 16px 8px;
  color: #212121;
  border-bottom: 1px solid #eee;
}

.itemCard__thumb {
  width: 96px;
}

.itemCard__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 96px;
  height: 96px;
}

.itemCard__image img {
  max-width: 100%;
  max-height: 100%;
}

.itemCard__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 12px;
}

.itemCard__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
  line-height: 1;
}

.itemCard__row:last-child {
  margin-bottom: 0;
}

.itemCard__name {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.38;
  color: #212121;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.itemCard__name a:link,
.itemCard__name a:visited,
.itemCard__name a:hover,
.itemCard__name a:active {
  color: #212121;
}

.itemCard__saleLabel {
  padding: 3px 5px;
  margin-right: 6px;
  font-size: 9px;
  font-weight: bold;
  line-height: 10px;
  color: #fff;
  background-color: #f44336;
  border-radius: 2px;
}

.itemCard__usualPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 6px;
  font-size: 9px;
  color: #616161;
}

.itemCard__currentPrice {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: 6px;
  color: #212121;
}

.itemCard__currentPrice--sale {
  color: #f44336;
}

.itemCard__currentPrice .currentPrice__price {
  font-size: 1.8rem;
  font-weight: bold;
}

.itemCard__currentPrice .currentPrice__yen {
  font-size: 1.1rem;
}

.itemCard__postage {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-right: 6px;
  font-size: 9px;
}

.itemCard__postage .postage__free {
  font-weight: bold;
  color: #f44336;
}

.itemCard__point {
  font-size: 1.2rem;
  color: #757575;
}

.itemCard__point strong {
  font-weight: normal;
  color: #ff6f00;
}

.itemCard__shopName {
  display: -webkit-box;
  width: 100%;
  margin-bottom: 4px;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.38;
  color: #757575;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.itemCard__shopName i {
  margin-right: 4px;
  font-size: 1.2rem;
}

.itemCard__review .review__star {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 60px;
  font-size: 1rem;
  color: #ffc107;
  letter-spacing: 2px;
  white-space: nowrap;
}

.itemCard__review .review__star::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #e0e0e0;
  content: "\2605\2605\2605\2605\2605";
}

.itemCard__review .review__average {
  font-size: 1rem;
  color: #757575;
}

.itemCard__cartBtn,
.itemCard__favoriteBtn {
  width: 100%;
}

.itemCard__favoriteBtn .js-active a {
  pointer-events: none;
}

.itemCard__favoriteBtn .js-active i {
  color: #f44336;
}

.itemCard--vertical {
  display: block;
  padding: 0;
  border: none;
}

.itemCard--vertical .itemCard__link {
  display: block;
}

.itemCard--vertical .itemCard__thumb {
  width: 100%;
  margin-bottom: 8px;
}

.itemCard--vertical .itemCard__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.itemCard--vertical .itemCard__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.itemCard--vertical .itemCard__info {
  padding: 0;
}

.itemCard--vertical .itemCard__name {
  font-size: 1rem;
}

.itemCard--vertical .itemCard__postage {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.itemCard--vertical .currentPrice__price {
  font-size: 1.1rem;
  font-weight: bold;
}

.itemCard--vertical .currentPrice__yen {
  font-size: 1rem;
}

.pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  background-color: #fafafa;
  border-bottom: 1px solid #e0e0e0;
}

.pager__arrow {
  width: 24px;
  height: 24px;
  margin: 0 24px;
  font-size: 24px;
  line-height: 1;
}

.pager__link,
.pager__link > [class^="wowma-icon-"] {
  color: #757575;
}

.pager__link:link,
.pager__link:visited,
.pager__link:focus,
.pager__link:hover,
.pager__link:active,
.pager__link > [class^="wowma-icon-"]:link,
.pager__link > [class^="wowma-icon-"]:visited,
.pager__link > [class^="wowma-icon-"]:focus,
.pager__link > [class^="wowma-icon-"]:hover,
.pager__link > [class^="wowma-icon-"]:active {
  color: #757575;
  text-decoration: none;
}

.pager__current {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  font-size: 1.5rem;
  line-height: 22px;
  color: #757575;
  text-align: center;
}

.infoCard__row {
  margin: 16px 12px 12px 16px;
}

.infoCard .corp {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 4px;
  font-size: 1.3rem;
}

.infoCard .corp__icon {
  font-size: 20px;
  line-height: 1;
  color: #424242;
}

.infoCard .corp__label {
  font-weight: bold;
  line-height: -webkit-calc(20 / 13);
  line-height: calc(20 / 13);
  color: #212121;
}

.infoCard .corp__link {
  line-height: -webkit-calc(20 / 13);
  line-height: calc(20 / 13);
}

.infoCard .corp__link--text:link,
.infoCard .corp__link--text:visited,
.infoCard .corp__link--text:focus,
.infoCard .corp__link--text:hover,
.infoCard .corp__link--text:active {
  color: #00838f;
}

.infoCard .corp__link::after {
  margin: 0 4px;
  color: #757575;
  content: "|";
}

.infoCard .corp__link:last-child::after {
  margin: 0;
  content: "";
}

.infoCard .delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #eee;
}

.infoCard .delivery__label {
  margin-left: 4px;
  font-size: 1.3rem;
}

.infoCard .delivery__icon {
  color: #424242;
}

.infoCard .delivery__icon--truck {
  font-size: 20px;
  line-height: 1;
}

.head__title {
  margin-bottom: 8px;
}

.head__navigation {
  margin-bottom: 16px;
}

.head__navigation:last-child {
  margin-bottom: 0;
}

.uniBoughtList .itemCard {
  border-top: 1px solid #eee;
  border-bottom: none;
}

.uniBoughtList .itemCard:last-child {
  border-bottom: 1px solid #eee;
}

.uniBoughtList .itemCard .flexVertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uniBoughtList .itemCard .normalInfo,
.uniBoughtList .itemCard .boldInfo {
  margin-bottom: 2px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #757575;
}

.uniBoughtList .itemCard .boldInfo {
  font-weight: bold;
}

.uniBoughtList .itemCard .infoLink {
  margin-bottom: 2px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8rem;
  color: #00838f;
}

.infoCard {
  border-top: 1px solid #e0e0e0;
}

.infoCard:first-child {
  border-top: none;
}

.infoCard .order {
  font-size: 1.3rem;
  background-color: #f5f5f5;
}

.infoCard .order__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.infoCard .order__date {
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  flex-grow: 2;
  margin: 12px 0 12px 16px;
  font-weight: bold;
  line-height: -webkit-calc(20 / 13);
  line-height: calc(20 / 13);
  color: #212121;
}

.infoCard .order__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 8px;
  line-height: -webkit-calc(20 / 13);
  line-height: calc(20 / 13);
}

.infoCard .order__more:link,
.infoCard .order__more:visited,
.infoCard .order__more:focus,
.infoCard .order__more:hover,
.infoCard .order__more:active {
  color: #757575;
}

.infoCard .order__more i {
  font-size: 24px;
  line-height: 1;
}

.infoCard .order__cancel {
  padding: 9px 16px;
  margin: 0 0 16px 16px;
  font-size: 1.2rem;
  color: #212121;
  background-color: #fafafa;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
}

.annotation {
  font-size: 1.3rem;
}

.noteCard {
  margin: 0 16px 16px;
  font-size: 1.3rem;
  border-top: 1px solid #eee;
}

.noteCard__text,
.noteCard__text--caution {
  margin-top: 16px;
  line-height: 19px;
  color: #212121;
}

.noteCard__text--caution,
.noteCard__text--caution--caution {
  color: #f44336;
}

.noteCard__text--link,
.noteCard__text--caution--link {
  color: #00838f;
}

.noteCard__text--link:link,
.noteCard__text--link:visited,
.noteCard__text--link:focus,
.noteCard__text--link:hover,
.noteCard__text--link:active,
.noteCard__text--caution--link:link,
.noteCard__text--caution--link:visited,
.noteCard__text--caution--link:focus,
.noteCard__text--caution--link:hover,
.noteCard__text--caution--link:active {
  color: #00838f;
}

.noteCard__userPolicy {
  margin-bottom: 24px;
  color: #212121;
}

.noteCard__userPolicy--head {
  margin: 16px 0 8px;
  font-weight: bold;
}

.footerLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: 8px 16px;
}

.footerLink__text {
  font-size: 1.2rem;
  line-height: -webkit-calc(24 / 12);
  line-height: calc(24 / 12);
  color: #00838f;
}

.footerLink__text:link,
.footerLink__text:visited,
.footerLink__text:focus,
.footerLink__text:hover,
.footerLink__text:active {
  color: #00838f;
}

.footerLink i[class^="wowma-icon-"] {
  font-size: 24px;
  line-height: 1;
  color: #757575;
}
