@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?dlnjoj");
  src: url("fonts/icomoon.eot?dlnjoj#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?dlnjoj") format("truetype"), url("fonts/icomoon.woff?dlnjoj") format("woff"), url("fonts/icomoon.svg?dlnjoj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bottomNav {
  position: relative;
}

.ordersheetAddCartComplete {
  overflow: hidden;
  display: block;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 1px 0;
  opacity: 0;
  background: #ef857d;
  font-size: 14px;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  z-index: 1020;
}

.android .ordersheetAddCartComplete {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .ordersheetAddCartComplete {
    position: fixed;
    top: 50%;
    left: 0;
  }
}

.ordersheetAddCartComplete__area {
  display: inline-block;
  padding: 11px 0;
  text-decoration: none;
  font-family: "open sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  color: #fff;
  width: 100%;
}

.android .ordersheetAddCartComplete__area {
  font-weight: 700;
}

.ordersheetAddCartComplete__area:hover {
  text-decoration: none;
  opacity: 1;
}

.ordersheetError {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  z-index: 10;
}

.ordersheetError.is-show {
  opacity: 1;
}

.ordersheetError__close {
  position: absolute;
  top: 3px;
  right: 10px;
  color: #D70014;
  text-decoration: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  cursor: pointer;
}

.ordersheetError__close:hover {
  opacity: 0.65;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .ordersheetError__close:hover {
    opacity: 1;
  }
}

.ordersheetError__close:hover span {
  text-decoration: none;
}

.ordersheetError__close span {
  text-decoration: none;
}

.ordersheetError__close::before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-size: 24px;
  line-height: 1;
  vertical-align: -5px;
}

span:hover .ordersheetError__close::before {
  text-decoration: none;
}

.orderSheetTable .formUnit {
  margin-bottom: 0;
}
