@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #000;
  min-width: 1180px;
  font-size: 13px;
  margin: 0;
  background-color: #FFF;
}

a {
  color: #3F3397;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 26px;
  font-weight: 500;
}

h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 35px;
}

h3 {
  font-size: 14px;
  font-weight: 500;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.small-price {
  font-size: 11px;
  padding-left: 0.2rem;
}
.small-price.blank-label {
  padding-left: 3.4rem;
}
.small-price.blank-label-list {
  padding-left: 2.6rem;
}

input, select, button, textarea {
  outline: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

input::-ms-reveal {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #939393;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #939393;
}

::-moz-placeholder { /* Others */
  color: #939393;
}

::-ms-input-placeholder { /* Others */
  color: #939393;
}

::placeholder { /* Others */
  color: #939393;
}

.clear {
  clear: both;
}

.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

/*********
サブリンク
**********/
.sublink {
  float: right;
  padding-right: 20px;
  margin-top: 35px;
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: right 1px top 5px;
  background-size: auto;
}
.sublink a {
  color: #000;
}
.sublink.border {
  font-size: 13px;
  border-bottom: 1px solid #000;
  padding-bottom: 17px;
  background-position: right 1 top 5px;
}
.sublink.left-arrow {
  background-position: left 0 top 6px;
  background-image: url("/template/armabianca/assets/svg/arrow-left-b.svg");
  padding-left: 15px;
  display: inline-block;
  float: left;
  padding-right: 0;
}

/*********
サブリンク
**********/
.sublink-new {
  float: right;
  padding-right: 20px;
  margin-top: 35px;
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: right 1px top 5px;
  background-size: auto;
  border-bottom: 1px solid #000;
  height: 30px;
  line-height: 24px;
}
.sublink-new a {
  color: #000;
}
.sublink-new.left-arrow {
  background-position: left 0 top 6px;
  background-image: url("/template/armabianca/assets/svg/arrow-left-b.svg");
  padding-left: 15px;
  display: inline-block;
  float: left;
  padding-right: 0;
}

/*********
パンくず
**********/
.main-wrapper ul.breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-wrapper .breadcrumb {
  margin-bottom: 60px;
}
.main-wrapper .breadcrumb li {
  list-style: none;
  font-size: 12px;
  letter-spacing: -0.01em;
  display: inline;
  white-space: nowrap;
}
.main-wrapper .breadcrumb li a {
  text-decoration: underline;
  color: #000;
}
.main-wrapper .breadcrumb .greater {
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 20px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
}

/*********
コモンマージン
**********/
.common-margin {
  height: 15px;
}

.common-margin.small {
  height: 20px;
}

.common-margin.medium {
  height: 40px;
}

.common-margin.large {
  height: 100px;
}

/*********
ヘッダー
**********/
nav#notice-supervision {
  display: block;
  color: #FFF;
  font-size: 2.2vw;
  font-weight: bold;
  text-align: center;
  padding: 2vh 0;
  background: #007FFF;
}

/*********
ヘッダー
**********/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1180px;
  padding: 15px 0px;
  margin: 0 auto;
  position: relative;
}
header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-right .login {
  display: none;
  margin-right: 28px;
}
header .header-right .login.is-show {
  display: block;
}
header .header-right .mypage {
  display: none;
  margin-right: 28px;
}
header .header-right .mypage.is-show {
  display: block;
}
header .header-logo {
  margin-right: 16px;
}
header .header-logo img {
  width: auto;
  height: 19.688px;
}
header .header-sub {
  margin-right: 36px;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.04em;
}
header .search-by {
  margin-right: 20px;
  font-size: 13px;
  letter-spacing: -0.02em;
}
header .search-by:hover {
  cursor: pointer;
}
header .search-by:hover .header-search-menu {
  max-height: 9999px;
  opacity: 1;
  z-index: 100;
}
header .search-by .search-by-link {
  line-height: 60px;
}
header .search-by img {
  margin-left: 8px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .search-by:hover img {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .search-by .header-search-menu {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 1120px;
  padding: 35px 30px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
header .search-by .header-search-menu .header-search-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
header .search-by .header-search-menu .header-search-ttl h2 {
  margin-bottom: 0;
}
header .search-by .header-search-menu li {
  display: inline-block;
  padding: 10px 0;
  width: 350px;
  border-top: 1px solid #F0F0F0;
  margin-right: 30px;
  font-size: 12px;
  letter-spacing: -0.01em;
}
header .search-by .header-search-menu li a {
  color: #000;
  display: block;
}
header .search-by .header-search-menu li:nth-child(n+1):nth-child(-n+3) {
  border-top: none;
}
header .search-by .header-search-menu li:nth-child(3n) {
  margin-right: 0;
}
header .search-by .header-search-menu .end-green-bar {
  height: 4px;
  width: 1180px;
  margin-top: 50px;
  background-color: #8CB808;
  margin-left: -30px;
}
header .search-by .sublink {
  display: inline-block;
  float: none;
  margin-top: 0;
  padding-bottom: 10px;
}
header form.search-form {
  width: 238px;
  height: 38px;
  font-size: 0;
  vertical-align: baseline;
  margin: 0 34px 0 12px;
}
header form.search-form input[type=text] {
  width: 198px;
  height: 38px;
  line-height: 39px;
  border: 1px solid #000;
  vertical-align: middle;
  padding: 0;
  margin-top: 0;
  font-size: 13px;
  padding: 0 12px;
}
header form.search-form input[type=submit] {
  width: 28px;
  height: 38px;
  margin-top: 0;
  border: 1px solid #000;
  background-color: #000;
  background-image: url("/template/armabianca/assets/svg/icon-search-w.svg");
  background-repeat: no-repeat;
  background-position: top 10px left 5px;
  background-size: auto;
  overflow: visible;
  vertical-align: middle;
  padding: 0;
}
header form.search-form input[type=submit]:hover {
  cursor: pointer;
}
header .cart {
  margin-right: 28px;
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-menu:hover {
  cursor: pointer;
}
header .header-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-menu a img {
  width: 20px;
  height: 20px;
}
header .header-menu a span {
  color: #000;
  font-size: 10px;
  margin-top: 5px;
}
header .header-menu span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-menu span img {
  width: 20px;
  height: 20px;
}
header .header-menu span span {
  font-size: 10px;
  margin-top: 5px;
}
header .menu-popup {
  width: 320px;
  height: 100%;
  padding: 40px 40px 80px 40px;
  font-size: 14px;
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(400px);
          transform: translate(400px);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px rgba(67, 55, 154, 0.06);
          box-shadow: 0px 0px 25px rgba(67, 55, 154, 0.06);
}
header .menu-popup a {
  color: #000;
}
header .menu-popup a:hover {
  text-decoration: underline;
}
header .menu-popup .menu-top {
  color: #5C5C5C;
  font-size: 12px;
  padding-bottom: 35px;
  border-bottom: 1px solid #000;
  width: 100%;
}
header .menu-popup .menu-top .close-button {
  float: right;
  margin-top: 2px;
}
header .menu-popup .menu-top .close-button:hover {
  cursor: pointer;
}
header .menu-popup ul.upper {
  margin-top: 25px;
}
header .menu-popup ul.upper li {
  padding: 10px 0;
  font-size: 14px;
}
header .menu-popup ul.upper li a {
  color: #000;
}
header .menu-popup ul.lower li {
  padding: 6px 0;
  font-size: 13px;
}
header .menu-popup ul.lower li a {
  color: #242424;
}
header .menu-popup .menu-help {
  color: #5C5C5C;
  font-size: 14px;
  padding-top: 35px;
  margin-bottom: 15px;
}
header .menu-popup.open {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.header-border {
  background-color: #000;
  width: 100%;
  height: 4px;
}

/*********
メインコンテンツ
**********/
.main-wrapper {
  width: 730px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.main-wrapper h1 {
  font-size: 28px;
}
.main-wrapper h1.float {
  float: left;
}
.main-wrapper .sublink {
  margin-top: 25px;
  font-size: 14px;
}
.main-wrapper .error-message {
  width: 100%;
  border: 1px solid #FF0000;
  color: #FF0000;
  line-height: 1.7;
  padding: 20px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrapper form select {
  margin-top: 35px;
  width: 230px;
}
.main-wrapper form input.separate {
  width: 230px;
}
.main-wrapper form input.separate.first {
  margin-right: 38px;
}
.main-wrapper form .error-comment {
  margin-top: 10px;
  font-size: 12px;
  color: #FF0000;
  margin-left: 222px;
}
.main-wrapper form .border {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 35px 0;
}
.main-wrapper form .note {
  letter-spacing: -0.01em;
  line-height: 1.7;
}
.main-wrapper form .note a {
  color: #FF0000;
}
.main-wrapper form .button.left {
  float: left;
}
.main-wrapper form .button.right {
  float: right;
}
.main-wrapper .normal-text {
  margin: 60px 0 70px 0;
  letter-spacing: -0.01em;
}
.main-wrapper.multiple {
  width: 1180px !important;
  margin: 0 auto;
  margin-bottom: 60px;
  /*********
  左カラム
  **********/
  /*********
  メインコンテンツ
  **********/
  /*********
  右カラム
  **********/
}
.main-wrapper.multiple .left-column {
  width: 240px;
  float: left;
  margin-right: 50px;
}
.main-wrapper.multiple .left-column .search-by {
  font-size: 13px;
}
.main-wrapper.multiple .left-column .search-by h2 {
  margin-bottom: 26px;
}
.main-wrapper.multiple .left-column .search-by li {
  letter-spacing: -0.01em;
}
.main-wrapper.multiple .left-column .search-by li a {
  color: #2C2C2C;
  display: block;
}
.main-wrapper.multiple .left-column .search-by li a:hover {
  text-decoration: underline;
}
.main-wrapper.multiple .left-column .brand {
  margin-bottom: 70px;
}
.main-wrapper.multiple .left-column .brand li {
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0;
}
.main-wrapper.multiple .left-column .title {
  margin-bottom: 70px;
}
.main-wrapper.multiple .left-column .title li {
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0;
}
.main-wrapper.multiple .left-column .title .showmore-right-arrow {
  margin-top: 25px;
  color: #000;
}
.main-wrapper.multiple .left-column .category li {
  padding: 15px 0;
  border-bottom: 1px solid #F0F0F0;
  background-image: url("/template/armabianca/assets/svg/arrow-right-gray.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
.main-wrapper.multiple .main-content {
  width: 600px;
  float: left;
  /* for Microsoft Edge */
}
.main-wrapper.multiple .main-content .product-wrapper {
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}
.main-wrapper.multiple .main-content .product-wrapper.new.pc-only {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
  margin-bottom: 0;
}
.main-wrapper.multiple .main-content .product-wrapper.new.pc-only .product-box {
  margin-right: 0;
}
.main-wrapper.multiple .main-content .product-wrapper.new.pc-only .sublink {
  margin-top: 0;
}
.main-wrapper.multiple .main-content .product-wrapper h2 {
  font-size: 17px;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box {
  width: calc((100% - 60px) / 3);
  width: -webkit-calc((100% - 30px * 2) / 3);
  float: left;
  margin-right: 30px;
  margin-bottom: 10px;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box a {
  display: block;
  color: #000;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box:nth-child(1) a .product-photo .numbering {
  background: #dc000c;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box:nth-child(2) a .product-photo .numbering {
  background: #8cb808;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box:nth-child(3) a .product-photo .numbering {
  background: #0092e5;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box:nth-of-type(4n-1) {
  margin-right: 0;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box:hover .product-title {
  text-decoration: underline;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-photo {
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-photo:hover .product-title {
  text-decoration: overline;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-photo .numbering {
  width: 30px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-title {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: -0.01em;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price span {
  margin-left: 5px;
  font-size: 11px;
  color: #414141;
  font-weight: 500;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price .small-price {
  font-weight: 500;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price .small-price span {
  font-size: 9px;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price span.status {
  font-size: 11px;
  padding: 1px 2px;
  border-radius: 2px;
  border: 1px solid;
  margin-left: 0;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price span.status.active {
  color: blue;
  border-color: blue;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price span.status.inactive {
  color: gray;
  border-color: gray;
}
.main-wrapper.multiple .main-content .product-wrapper .product-box .product-price span.status.appeal {
  color: red;
  border-color: red;
}
.main-wrapper.multiple .main-content .status-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 14px;
  margin-bottom: 45px;
  height: 20px;
}
.main-wrapper.multiple .main-content .status-area .status-count {
  margin-right: 0px;
  width: 190px;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .sort-title {
  font-size: 13px;
  color: #4A4A4A;
  width: 80px;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown {
  width: 120px;
  color: #000;
  font-size: 14px;
  background-image: url("/template/armabianca/assets/svg/arrow-under-b.svg");
  background-size: 8px auto;
  background-position: right center;
  background-repeat: no-repeat;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-toggle {
  display: inline-block;
  width: 100%;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-toggle:hover {
  cursor: pointer;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-menu {
  width: 100px;
  position: absolute;
  z-index: 5;
  background-color: #FFF;
  padding: 6px 8px;
  margin-left: -8px;
  display: none;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-menu.show {
  display: block;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item {
  display: block;
  font-size: 13px;
  padding: 5px 0;
  color: #000;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item.active {
  color: #898989;
}
.main-wrapper.multiple .main-content .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}
.main-wrapper.multiple .main-content .status-area .custom-form {
  width: 100px;
  margin-left: 50px;
}
@supports (-ms-ime-align: auto) {
  .main-wrapper.multiple .main-content .status-area form.sort .parts::before {
    top: -1px;
    left: -2px;
  }
}
.main-wrapper.multiple .main-content .operation-area .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-wrapper.multiple .main-content .operation-area .pagination .omit-box {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  margin-left: -1px;
  font-size: 1.2rem;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  margin-left: -1px;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box a {
  display: block;
  color: #000;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box:hover a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box.current {
  background-color: #000;
}
.main-wrapper.multiple .main-content .operation-area .pagination .page-box.current a {
  color: #fff;
}
.main-wrapper.multiple .right-column {
  width: 240px;
  float: right;
}
.main-wrapper.multiple .right-column div.sidebar-banner {
  margin-bottom: 15px;
  text-align: center;
}
.main-wrapper.multiple .right-column h2 {
  margin-bottom: 26px;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small {
  margin-bottom: 40px;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small:hover .product-title {
  text-decoration: underline;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small:nth-child(1) a .product-photo .numbering {
  background: #dc000c;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small:nth-child(2) a .product-photo .numbering {
  background: #8cb808;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small:nth-child(3) a .product-photo .numbering {
  background: #0092e5;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-photo {
  position: relative;
  width: 28%;
  height: 100%;
  padding-top: 29.16%;
  margin-right: 15px;
  float: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-photo + div {
  width: calc(100% - (29.16% + 15px));
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-photo .numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #f38200;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-photo .numbering.gray {
  background-color: #EFEFEF;
  color: #000000;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-title {
  font-size: 13px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-title p {
  margin: 0;
  padding: 0;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-title p:first-child {
  margin: 0 0 5px;
  font-size: 11px;
  color: #414141;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-price {
  font-size: 15px;
  font-weight: 600;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-price p {
  margin: 0;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-price span {
  margin-left: 5px;
  font-size: 11px;
  color: #414141;
  font-weight: 500;
}
.main-wrapper.multiple .right-column .product-wrapper .product-box.small .product-price .small-price {
  font-weight: 500;
}
.main-wrapper.multiple .right-column .banner-wrapper {
  width: 100%;
}
.main-wrapper.multiple .right-column .banner-lists {
  width: 100%;
}
.main-wrapper.multiple .right-column .banner-list {
  width: 100%;
}
.main-wrapper.multiple .right-column .banner-list:not(:first-child) {
  margin-top: 20px;
}
.main-wrapper.multiple .right-column .banner-list a {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper.multiple .right-column .banner-list a img {
  width: 100%;
  height: auto;
}
.main-wrapper.multiple .right-column .banner-list a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper.multiple .right-column .twitter {
  margin-top: 70px;
}
.main-wrapper.multiple .row .col .box.document-wrap.privacy {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw div dl {
  margin-bottom: 30px;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw div dl dt {
  font-size: 14px;
  font-weight: bold;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw div dl dd {
  margin: 10px 0 10px 1em;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw div dl dd ul li {
  list-style: disc;
  margin-left: 1em;
}
.main-wrapper.multiple .row .col .box.document-wrap section {
  margin-bottom: 30px;
}
.main-wrapper.multiple .row .col .box.document-wrap section h2 {
  margin-bottom: 15px;
}
.main-wrapper.multiple .row .col .box.document-wrap section ul li {
  list-style: disc;
  margin-left: 2em;
}
.main-wrapper.multiple .row .col .box.document-wrap section dl dd {
  margin-left: 0;
}
.main-wrapper.small {
  width: 940px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 50px;
}
.main-wrapper.small .operation-area .pagination {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  float: right;
}
.main-wrapper.small .operation-area .pagination .omit-box {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  margin-left: -1px;
  font-size: 1.2rem;
}
.main-wrapper.small .operation-area .pagination .page-box {
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  text-align: center;
  line-height: 50px;
  margin-left: -1px;
}
.main-wrapper.small .operation-area .pagination .page-box a {
  display: block;
  color: #000;
}
.main-wrapper.small .operation-area .pagination .page-box:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-wrapper.small .operation-area .pagination .page-box:hover a {
  color: #fff;
}
.main-wrapper.small .operation-area .pagination .page-box.current {
  background-color: #000;
}
.main-wrapper.small .operation-area .pagination .page-box.current a {
  color: #fff;
}

/*********
ボタン類
**********/
.common-button {
  border: 0;
  background-color: inherit;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  width: 350px;
  height: 70px;
  line-height: 70px;
}
.common-button:hover {
  cursor: pointer;
  color: #FFF;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.common-arrow-button {
  background-repeat: no-repeat;
  background-size: 6px auto;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  border: 0;
  background-color: none;
}
.common-arrow-button.back {
  background-image: url("/template/armabianca/assets/svg/arrow-left-b.svg");
  background-position: left center;
  padding-left: 25px;
  text-align: left;
}
.common-arrow-button.go {
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  padding-right: 25px;
  background-position: right center;
  text-align: right;
}
.common-arrow-button:hover {
  cursor: pointer;
}
.common-arrow-button:hover span {
  text-decoration: underline;
}

.common-red-button {
  width: 100%;
  height: 70px;
  line-height: 70px;
  border: 2px solid red;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: red;
  background-color: #fff;
}
.common-red-button a {
  color: red;
}
.common-red-button:hover {
  cursor: pointer;
}
.common-red-button .icon {
  width: 20px;
  margin-right: 5px;
  margin-bottom: -2px;
}
.common-red-button.active:hover {
  cursor: pointer;
  color: #FFF;
  background-color: red;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.common-red-button.active:hover a {
  cursor: pointer;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button.common {
  border: 2px solid #000;
}
.button.common:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.common:hover input, .button.common:hover button {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.attention {
  border: 2px solid #FF0000;
}
.button.attention input, .button.attention button {
  color: #FF0000;
}
.button.attention:hover {
  background-color: #FF0000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.attention:hover input, .button.attention:hover button {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.attention.disable {
  border-color: #D6A5A5;
}
.button.attention.disable input, .button.attention.disable button {
  color: #D6A5A5;
}
.button.attention.disable:hover {
  background-color: #D6A5A5;
}
.button.attention.disable:hover input, .button.attention.disable:hover button {
  color: #fff;
  cursor: not-allowed;
}
.button.right {
  margin-right: 0;
}
.button input, .button button {
  width: 100%;
  font-size: 16px;
  background: transparent;
  border: none !important;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  line-height: 70px;
  margin-top: -2px;
}
.button input:hover, .button button:hover {
  cursor: pointer;
}

/*********
フォーム基本
**********/
/* for IE 11 or 10 */
@media all and (-ms-high-contrast: none) {
  form select {
    padding-left: 20px;
  }
}
/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  form select {
    padding-left: 20px;
  }
}
form {
  margin-top: 50px;
  margin-bottom: 120px;
}
form label {
  width: 226px;
  display: inline-block;
  letter-spacing: -0.01em;
}
form input {
  line-height: 70px;
  margin-top: 35px;
  border: 1px solid #000;
}
form input.top {
  margin-top: 0;
}
form input.title {
  width: 500px;
}
form select {
  background: transparent;
  border: 1px solid #000;
  border-radius: 0;
  background-image: url("/template/armabianca/assets/svg/arrow-under-b.svg");
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: right 20px top 32px;
  font-size: 14px;
  height: 70px;
}
form select.black {
  color: #000;
}
form label.checkbox,
form label.required {
  width: auto !important;
  margin-right: 45px;
  margin-top: 45px;
}
form label.checkbox input.checkbox,
form label.required input.checkbox {
  display: none;
}
form label.checkbox input.checkbox:checked + .parts::after,
form label.required input.checkbox:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 17px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
form label.checkbox input.checkbox:checked + .small::after,
form label.required input.checkbox:checked + .small::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 12px;
  width: 6px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
form label.checkbox input.checkbox:disabled + .parts::before,
form label.required input.checkbox:disabled + .parts::before {
  background: #e6e6e7;
}
form label.checkbox span.parts,
form label.required span.parts {
  position: relative;
  padding-left: 60px;
}
form label.checkbox span.parts::before,
form label.required span.parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border: 1px solid #000000;
}
form label.checkbox span.parts:hover,
form label.required span.parts:hover {
  cursor: pointer;
}
form label.checkbox span.parts.small,
form label.required span.parts.small {
  padding-left: 55px;
}
form label.checkbox span.parts.small::before,
form label.required span.parts.small::before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  top: -10px;
  left: 0px;
  width: 30px;
  background-color: #FFF;
  border: 1px solid #000000;
}
form.custom-form {
  margin: 0;
  padding: 0;
}
form.custom-form .checkbox-input {
  display: none;
}
form.custom-form .checkbox-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 0px;
  padding-top: 2px;
  color: #000;
}
form.custom-form .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #000;
  border-radius: 1px;
}
form.custom-form .checkbox-input:checked + .checkbox-parts {
  color: #000;
}
form.custom-form .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 3px;
  height: 8px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/*********
フッター
**********/
footer {
  width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-bar {
  height: 4px;
  width: 100%;
  background-color: #000;
  margin-bottom: 55px;
}
footer .footer-logo-wrapper .footer-sub {
  font-size: 11px;
  margin-top: 20px;
}
footer .twitter {
  margin-top: 15px;
  font-size: 20px;
}
footer .twitter a {
  color: #1DA1F2;
}
footer .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .search-by {
  width: 240px;
  margin-left: 60px;
}
footer .search-by a {
  color: #000;
}
footer .search-by a:hover {
  text-decoration: underline;
}
footer .search-by.title .title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .search-by.title .sublink {
  margin-top: 0;
}
footer .search-by.brand .logo-wrapper {
  margin-top: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .search-by.brand .logo-wrapper .brand-logo-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  outline: 1px solid #F5F5F5;
  margin-bottom: 17px;
  text-align: center;
  padding: 5px;
}
footer .search-by.brand .logo-wrapper .brand-logo-box img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
footer .search-by.brand .logo-wrapper .brand-logo-box:nth-child(2n) {
  margin-left: 16px;
}
footer .search-by.brand .sublink {
  margin-top: 0;
}
footer .search-by.category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .search-by.category .sublink {
  margin-top: 0;
}
footer .search-by ul {
  margin-top: 30px;
  margin-bottom: 40px;
}
footer .search-by ul.brand-list {
  margin-top: 13px;
}
footer .search-by ul li {
  padding: 10px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 12px;
  letter-spacing: -0.01em;
}
footer .search-by ul li a {
  color: #2C2C2C;
  display: block;
}
footer .footer-list {
  margin-top: 110px;
  padding-bottom: 50px;
}
footer .footer-list li {
  display: inline-block;
  margin-right: 30px;
  font-size: 12px;
}
footer .footer-list li a {
  color: #000;
}
footer .footer-list li a:hover {
  text-decoration: underline;
}
footer .copyright {
  margin-top: 110px;
  font-size: 11px;
}
footer .copyright + .clear {
  display: none;
}

/*********
News
**********/
div.contents-top {
  padding: 15px 0 25px;
}
div.contents-top ul li {
  display: inline;
  padding-bottom: 10px;
  border-bottom: 1px solid #F0F0F0;
}
div.contents-top ul li:not(:last-child) {
  margin-right: 20px;
}
div.contents-top ul li a {
  color: #2C2C2C;
}

/*********
Loader
**********/
.overlay {
  background-color: #000;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader {
  color: #ffffff;
  font-size: 20px;
  margin: 100px auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*# sourceMappingURL=base.css.map */
