@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;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  background-color: #FFF;
  padding-top: 103px;
}
body.is-fixed {
  padding-top: 0;
}
body.front_page .overall-ranking {
  display: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

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

h2 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

ul {
  margin: 0;
  padding: 0;
}

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

input, select, textarea {
  font-family: "Noto Sans Japanese", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  outline: none;
}

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

input[type=submit], input[type=submit]:active, button[type=submit], button[type=submit]:active, button[type=menu], button[type=menu]:active {
  color: black;
}

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

select {
  height: 50px;
  font-size: 14px;
  background: transparent;
  background-image: url("/template/armabianca/assets/svg/arrow-under-b.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 0px top 32px;
}

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: none !important;
}

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

.full-length-bar {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 15px;
}

.separate-bar {
  width: 100%;
  height: 1px;
  background-color: #CBCBCB;
  margin-bottom: 20px;
}
.separate-bar.gray {
  background-color: #B9B9B9;
}

/*********
サブリンク
**********/
.sublink {
  float: right;
  padding-right: 20px;
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  border-bottom: 1px solid #000;
  font-size: 12px;
}
.sublink.bold {
  font-size: 13px;
  font-weight: bold;
}
.sublink a {
  color: #000;
}

/*********
パンくず
**********/
ul.breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb {
  margin-bottom: 0px;
}
.breadcrumb li {
  list-style: none;
  font-size: 11px;
  letter-spacing: -0.01em;
  display: inline;
  white-space: nowrap;
}
.breadcrumb li a {
  color: #000;
  text-decoration: underline;
}
.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;
}

/*********
ページネーション
**********/
.operation-area {
  margin-top: 30px;
}
.operation-area .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.operation-area .pagination .omit-box {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
  margin-left: -1px;
  font-size: 1.2rem;
}
.operation-area .pagination .page-box {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  text-align: center;
  line-height: 40px;
  margin-left: -1px;
}
.operation-area .pagination .page-box a {
  display: block;
  color: #000;
}
.operation-area .pagination .page-box.current {
  background-color: #000;
}
.operation-area .pagination .page-box.current a {
  color: #fff !important;
}

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

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

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

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

/*********
アコーディオンメニュー
**********/
.search-category {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
}
.search-category .search-of-category {
  margin-top: 22px;
  margin-bottom: 25px;
}
.search-category .search-of-category li.parent {
  line-height: 50px;
  list-style: none;
  border-bottom: 1px solid #CBCBCB;
}
.search-category .search-of-category li.parent a {
  color: #000;
}
.search-category .search-of-category li.parent .toggle {
  position: relative;
}
.search-category .search-of-category li.parent .toggle img.icon {
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}
.search-category .search-of-category li.parent .toggle img.arrow {
  position: absolute;
  top: 24px;
  right: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.search-category .search-of-category li.parent .toggle img.arrow.active {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search-category .search-of-category li.parent .toggle span {
  font-size: 12px;
}
.search-category .search-of-category li.parent > ul {
  display: none;
}
.search-category .search-of-category li.parent > ul li {
  font-size: 12px;
  list-style: none;
  width: calc(100% - 35px - 20px);
  width: -webkit-calc(100% - 35px - 20px);
  margin-left: 50px;
  height: 40px;
  border-bottom: 1px dotted #CBCBCB;
  line-height: 40px;
}
.search-category .search-of-category li.parent > ul li:last-of-type {
  border: none;
}
.search-category .search-of-category li.parent > ul li a {
  color: #000;
}

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

/*********
ヘッダー
**********/
header {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  padding: 15px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
header.is-fixed {
  position: static;
}
header.is-fixed .search-block {
  display: none !important;
}
header .header-logo {
  display: inline-block;
  text-align: center;
}
header .header-logo img {
  height: 18px;
}
header .search-by {
  display: none;
}
header .search-button {
  position: absolute;
  top: 18px;
  right: 52px;
}
header .header-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-block .header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-block .header-buttons div 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-block .header-buttons div a span {
  color: #000;
  font-size: 10px;
  margin-top: 5px;
}
header .header-block .header-buttons div 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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-block .header-buttons div span img {
  width: 19px;
  height: 19px;
}
header .header-block .header-buttons div span span {
  color: #000;
  font-size: 10px;
  margin-top: 5px;
}
header .header-block .header-buttons .header-menu {
  margin-left: 25px;
}
header .login {
  display: none;
}
header .login img {
  height: 19px;
}
header .login.is-show {
  display: block;
}
header .mypage {
  display: none;
}
header .mypage img {
  height: 19px;
}
header .mypage.is-show {
  display: block;
}
header .cart {
  margin-left: 25px;
}
header .cart img {
  height: 19px;
}
header .menu-popup {
  width: 320px;
  height: 100%;
  font-size: 13px;
  position: fixed;
  z-index: 400;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate(320px);
          transform: translate(320px);
  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 .menu-inner {
  margin-top: 45px;
}
header .menu-popup .menu-inner .close-button {
  position: absolute;
  top: 27px;
  right: 25px;
}
header .menu-popup .menu-inner ul {
  width: 270px;
  margin: 0 auto;
  padding-top: 20px;
}
header .menu-popup .menu-inner ul.border {
  border-bottom: 1px dotted #D5D5D5;
  padding-bottom: 15px;
}
header .menu-popup .menu-inner ul li {
  list-style: none;
  padding: 8px 0;
}
header .menu-popup .menu-inner ul li a {
  color: #000;
}
header .menu-popup .menu-inner ul li.help {
  font-size: 14px;
  color: #5C5C5C;
}
header .menu-popup .menu-inner ul li.underline {
  text-decoration: underline;
  padding: 5px 0;
  color: #3B3B3B;
  font-size: 12px;
}
header .menu-popup.open {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.search-block {
  width: 100%;
}
.search-block form.search-form {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
  vertical-align: baseline;
  margin-top: 10px;
}
.search-block form.search-form input[type=text] {
  width: calc(100% - 40px);
  height: 35px;
  line-height: 39px;
  border: 1px solid #000;
  vertical-align: middle;
  padding: 0;
  margin-top: 0;
  font-size: 13px;
  padding: 0 12px;
  border-radius: 0;
}
.search-block form.search-form input[type=submit] {
  width: 40px;
  height: 35px;
  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: center;
  background-size: auto;
  overflow: visible;
  vertical-align: middle;
  padding: 0;
  border-radius: 0;
}
.search-block form.search-form input[type=submit]:hover {
  cursor: pointer;
}

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

/*********
メインコンテンツ
**********/
.main-wrapper {
  width: 100%;
  padding-bottom: 50px;
  /*********
  メイン下コンテンツ
  **********/
}
.main-wrapper > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-wrapper .row > * {
  max-width: 100%;
}
.main-wrapper main {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.main-wrapper .content-wrapper {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
}
.main-wrapper .content-wrapper h1 {
  margin-top: 30px;
}
.main-wrapper .content-wrapper h1.float {
  float: left;
}
.main-wrapper .content-wrapper .product-wrapper {
  margin-bottom: 80px;
  margin: 0 auto;
}
.main-wrapper .content-wrapper .product-wrapper h2.float {
  float: left;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
}
.main-wrapper .content-wrapper .product-wrapper .showmore-right-arrow {
  float: right;
}
.main-wrapper .content-wrapper .product-wrapper .product-box {
  width: calc((100% - 6px) / 3);
  width: -webkit-calc((100% - 3px * 2) / 3);
  float: left;
  margin-right: 3px;
  margin-bottom: 35px;
}
.main-wrapper .content-wrapper .product-wrapper .product-box a {
  color: #000;
}
.main-wrapper .content-wrapper .product-wrapper .product-box:nth-of-type(4n-1) {
  margin-right: 0;
}
.main-wrapper .content-wrapper .product-wrapper .product-box:nth-child(1) a .product-photo .numbering {
  background: #dc000c;
  color: #fff;
}
.main-wrapper .content-wrapper .product-wrapper .product-box:nth-child(2) a .product-photo .numbering {
  background: #8cb808;
  color: #fff;
}
.main-wrapper .content-wrapper .product-wrapper .product-box:nth-child(3) a .product-photo .numbering {
  background: #0092e5;
  color: #fff;
}
.main-wrapper .content-wrapper .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 .content-wrapper .product-wrapper .product-box .product-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-photo .numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #f38200;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-title {
  margin-top: 10px;
  font-size: 12px;
  width: 95%;
  font-weight: 400;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-title p {
  margin: 0;
  padding: 0;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-title p:first-child {
  margin: 0 0 5px;
  font-size: 11px;
  color: #414141;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-price {
  margin-top: 7px;
  font-size: 12px;
  word-break: keep-all;
  font-weight: 600;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-price p {
  margin: 0;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-price span {
  font-size: 10px;
  color: #414141;
  font-weight: 500;
}
.main-wrapper .content-wrapper .product-wrapper .product-box .product-price .small-price {
  font-size: 10px;
  font-weight: 500;
}
.main-wrapper .content-wrapper .product-wrapper .product-box span.status {
  padding: 1px 2px;
  border-radius: 2px;
  border: 1px solid;
  margin-left: 0;
}
.main-wrapper .content-wrapper .product-wrapper .product-box span.status.active {
  color: blue;
  border-color: blue;
}
.main-wrapper .content-wrapper .product-wrapper .product-box span.status.inactive {
  color: gray;
  border-color: gray;
}
.main-wrapper .content-wrapper .product-wrapper .product-box span.status.appeal {
  color: red;
  border-color: red;
}
.main-wrapper .content-wrapper .status-area {
  width: 100%;
  font-size: 13px;
  margin-bottom: 60px;
  height: 20px;
}
.main-wrapper .content-wrapper .status-area .status-count {
  margin-right: 0px;
  width: 100%;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper {
  display: inline-block;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .sort-title {
  display: none;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .dropdown {
  width: 100px;
  padding: 5px 20px 6px 7px;
  border: 1px solid #C6C6C6;
  color: #000;
  font-size: 12px;
  background-image: url(/template/armabianca/assets/svg/arrow-under-b.svg);
  background-size: 8px auto;
  background-position: right 10px center;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .dropdown .dropdown-toggle:hover {
  cursor: pointer;
}
.main-wrapper .content-wrapper .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 .content-wrapper .status-area .sort-wrapper .dropdown .dropdown-menu.show {
  display: block;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item {
  display: block;
  font-size: 12px;
  padding: 7px 0;
  color: #000;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item.active {
  color: #898989;
}
.main-wrapper .content-wrapper .status-area .sort-wrapper .dropdown .dropdown-menu .dropdown-item:hover {
  text-decoration: underline;
}
.main-wrapper .content-wrapper .status-area .custom-form {
  display: inline-block;
  width: 140px;
  margin-left: 15px;
}
.main-wrapper .banner-box {
  padding-bottom: 20px;
}
.main-wrapper .banner-box h2 {
  padding: 0 15px;
}
.main-wrapper .banner-wrapper {
  width: 100%;
  overflow: hidden;
}
.main-wrapper .banner-slider {
  width: 100%;
  list-style: none;
}
.main-wrapper .banner-slide {
  width: 100%;
  -webkit-transform: scale(0.8) !important;
          transform: scale(0.8) !important;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .banner-slide.swiper-slide-prev {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.main-wrapper .banner-slide.swiper-slide-next {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.main-wrapper .banner-slide.swiper-slide-active {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .banner-slide a {
  width: 100%;
}
.main-wrapper .banner-slide a img {
  width: 100%;
  height: auto;
}
.main-wrapper .banner-pagination {
  margin-top: 0px;
  margin-left: 12px;
  text-align: left;
  position: relative;
  bottom: 0 !important;
}
.main-wrapper .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  background-color: #EAEAEA;
  border-radius: 0;
  opacity: 1;
  margin-right: 8px;
  outline: none;
}
.main-wrapper .banner-pagination.swiper-pagination-bullet-active {
  background-color: #000;
}
.main-wrapper .sub-content {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.main-wrapper .sub-content.right-column {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.main-wrapper .sub-content .search-by {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
  padding: 20px 15px;
  border-top: 1px solid #000;
}
.main-wrapper .sub-content .search-by .search-by-head {
  position: relative;
}
.main-wrapper .sub-content .search-by .search-by-head::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  background-color: #000;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .sub-content .search-by .search-by-head::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-wrapper .sub-content .search-by .search-by-head.is-open::before, .main-wrapper .sub-content .search-by .search-by-head.is-open::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.main-wrapper .sub-content .search-by .search-by-head h2 {
  margin-bottom: 0;
}
.main-wrapper .sub-content .search-by .search-by-listWrap {
  display: none;
}
.main-wrapper .sub-content .search-by ul {
  margin-top: 15px;
}
.main-wrapper .sub-content .search-by ul li {
  list-style: none;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #CBCBCB;
}
.main-wrapper .sub-content .search-by ul li:last-of-type {
  border-bottom: none;
}
.main-wrapper .sub-content .search-by ul li a {
  color: #000;
  display: block;
}
.main-wrapper .sub-content .search-by.brand ul li {
  position: relative;
  background-image: url("/template/armabianca/assets/svg/arrow-right-gray.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  line-height: 140%;
  height: auto;
  padding: 1.5em 1em 1.5em 0;
}
.main-wrapper .sub-content .search-by.brand ul li img {
  width: auto;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 21px;
}
.main-wrapper .error-message {
  width: 100%;
  border: 1px solid #FF0000;
  color: #FF0000;
  line-height: 1.7;
  padding: 10px;
  margin: 20px 0 40px 0;
  font-size: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrapper.multiple .row .col .box.document-wrap {
  margin-top: 20px;
}
.main-wrapper.multiple .row .col .box.document-wrap.privacy {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.main-wrapper.multiple .row .col .box.document-wrap.tradelaw {
  padding: 0 15px;
  -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;
}

.twitter {
  margin-top: 50px;
  margin-bottom: 60px;
}
.twitter iframe {
  height: 600px;
}

/*********
ボタン類
**********/
.common-button {
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border: 2px solid #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.common-button a {
  color: #000;
}

.common-arrow-button {
  background-repeat: no-repeat;
  background-size: 6px auto;
  font-size: 13px;
  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: 18px;
  text-align: left;
}
.common-arrow-button.go {
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  padding-right: 18px;
  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: 60px;
  background: none;
  line-height: 60px;
  border: 2px solid red;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: red;
}
.common-red-button a {
  color: red;
}
.common-red-button .icon {
  width: 20px;
  margin-right: 5px;
  margin-bottom: -2px;
}

.button {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 3px;
}
.button.common {
  border: 2px solid #000;
  width: calc(100% - 4px) !important;
}
.button.attention {
  background-color: #FF0000;
  color: #fff;
}
.button.attention input, .button.attention button {
  color: #fff;
}
.button.into-cart {
  background-color: #0092E5;
}
.button.into-cart input {
  width: auto;
  height: 60px;
  color: #fff;
  background-image: url("/template/armabianca/assets/svg/icon-cart-w.svg");
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
  padding-left: 35px;
}
.button.out-of-stock {
  background-color: #919191;
}
.button.out-of-stock input {
  color: #fff;
}
.button input, .button button {
  width: 100%;
  border: none !important;
  font-size: 16px;
  background: transparent;
  font-weight: bold;
  text-indent: 0;
  display: block;
  margin: 0;
  line-height: 60px;
  margin-top: 0px !important;
}

/*********
フォーム基本
**********/
form label {
  font-size: 12px;
  margin-bottom: 5px;
}
form input {
  margin-top: 10px;
  border: 1px solid #7B7B7B;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  font-size: 14px;
  padding: 12px;
}
form label.checkbox {
  margin-top: 25px;
  display: inline-block;
}
form label.checkbox input.checkbox {
  display: none;
}
form label.checkbox input.checkbox:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 13px;
  width: 5px;
  height: 9px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
}
form label.checkbox span.parts {
  position: relative;
  padding-left: 40px;
  margin-right: 35px;
  display: inline-block;
  margin-bottom: 60px;
}
form label.checkbox span.parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-color: #FFF;
  border: 1px solid #7B7B7B;
  border-radius: 2px;
}
form select {
  text-indent: 15px;
  font-size: 14px;
  border-radius: 2px;
  background-position: right 15px center;
}
form .form-error-message {
  font-size: 11px;
  color: #FF0000;
  margin: 10px 0;
}
form .error-comment {
  margin-top: 5px;
  font-size: 11px;
  color: #FF0000;
  font-weight: 400;
}
form .border {
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
}
form .border.gray {
  background-color: #B9B9B9;
}
form label.checkbox,
form label.required {
  width: auto !important;
}
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: 13px;
  width: 5px;
  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: 45px;
}
form label.checkbox span.parts::before,
form label.required span.parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 0px;
  width: 30px;
  height: 30px;
  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: 2px;
  left: 6px;
  width: 4px;
  height: 9px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/*********
フッター
**********/
footer {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
}
footer .footer-bar {
  height: 4px;
  width: 100%;
  background-color: #000;
  margin-bottom: 30px;
}
footer .footer-block {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
footer .footer-logo-wrapper {
  display: inline-block;
}
footer .footer-logo-wrapper .footer-sub {
  font-size: 10px;
  margin-top: 10px;
}
footer .twitter {
  font-size: 20px;
  margin: 0;
}
footer .twitter a {
  color: #1DA1F2;
}
footer .footer-left {
  display: inline-block;
  width: calc(50% - 15px);
  vertical-align: top;
  margin-right: 25px;
}
footer .footer-left .search-by {
  font-weight: 400;
  border-bottom: 1px solid #000;
  background-image: url("/template/armabianca/assets/svg/arrow-right-b.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  padding: 10px 1em 10px 0;
}
footer .footer-left .search-by a {
  color: #000;
}
footer .footer-list {
  display: inline-block;
  width: calc(50% - 15px);
  font-size: 12px;
}
footer .footer-list li {
  font-size: 12px;
  font-weight: 400;
  list-style: none;
  margin-top: 10px;
  text-decoration: underline;
}
footer .footer-list li a {
  color: #000;
}
footer .copyright {
  margin-top: 30px;
  font-size: 11px;
  padding-bottom: 50px;
}

/*********
News
**********/
div.contents-top {
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
div.contents-top div.news_area {
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 5px;
}
div.contents-top div.news_area ul li {
  list-style: none;
  background-image: url(/template/armabianca/assets/svg/arrow-right-gray.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
}
div.contents-top div.news_area ul li:not(:last-child) {
  margin-bottom: 3px;
}
div.contents-top div.news_area 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 */
