.main-wrapper.single {
  width: 1020px;
  letter-spacing: -0.01em;
  padding-bottom: 0px;
}
.main-wrapper.single .breadcrumb {
  margin-bottom: 15px;
}
.main-wrapper.single .single-left-content {
  width: 620px;
  float: left;
}
.main-wrapper.single .single-left-content .slider-wrapper {
  width: 100%;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container {
  width: 100%;
  position: relative;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container .swiper-wrapper a {
  display: block;
  width: 100%;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container .swiper-wrapper a.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container .swiper-wrapper a.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container .swiper-button-prev {
  background-image: url("/template/armabianca/assets/svg/slider-arrow-left.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  left: 0;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-container .swiper-button-next {
  background-image: url("/template/armabianca/assets/svg/slider-arrow-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  right: 0;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-thumbnails-wrapper {
  position: relative;
  margin-top: 40px;
  text-align: left;
  margin-bottom: 85px;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-thumbnails-wrapper .thumbnail {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: 0;
  border: 2px solid #F4F4F4;
  outline: none;
  opacity: 1;
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 12px;
}
.main-wrapper.single .single-left-content .slider-wrapper .swiper-thumbnails-wrapper .thumbnail.active {
  border: 2px solid #000;
}
.main-wrapper.single .single-left-content .detail-modal {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 2000;
}
.main-wrapper.single .single-left-content .detail-modal span {
  position: absolute;
  display: inline-block;
  height: calc(90vh - 100px);
  max-height: 800px;
  text-align: right;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-image {
  width: auto;
  height: 100%;
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  border: none;
  background-color: transparent;
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 9999px;
  overflow: hidden;
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-close span::before, .main-wrapper.single .single-left-content .detail-modal span .detail-modal-close span::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main-wrapper.single .single-left-content .detail-modal span .detail-modal-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.main-wrapper.single .single-left-content .product-desc {
  font-size: 12px;
  color: #2B2B2B;
  padding-bottom: 30px;
}
.main-wrapper.single .single-left-content .product-desc p {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: -0.01em;
  font-size: 14px;
}
.main-wrapper.single .single-left-content .product-desc p.copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.main-wrapper.single .single-left-content .product-desc a {
  text-decoration: underline;
  color: #000;
}
.main-wrapper.single .single-left-content .product-desc .logo-img-box {
  width: 600px;
  height: 200px;
  max-width: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 35px auto 0;
}
.main-wrapper.single .single-left-content .product-desc .brand-title {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 200%;
  display: block;
  width: 100%;
  padding: 2em 0 0;
  margin: 3em 0 0;
  border-top: 1px solid #D6D6D6;
}
.main-wrapper.single .single-left-content .product-desc .brand-intro {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  margin-top: 25px;
  margin-bottom: 55px;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten {
  margin-top: 40px;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten h3 {
  font-size: 20px;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten em {
  font-weight: bold;
  font-style: normal;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten ul {
  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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  list-style: none;
  margin: 20px 0 0 0;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten ul li {
  width: 45%;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten ul li:only-child {
  width: 70%;
}
.main-wrapper.single .single-left-content .product-desc .detail-tokuten ul img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-wrapper.single .single-right-content {
  float: right;
  width: 330px;
}
.main-wrapper.single .single-right-content .title {
  text-decoration: underline;
  font-size: 15px;
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content .title a {
  color: #3E3E3E;
}
.main-wrapper.single .single-right-content .product-name {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content .status {
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content .status .status-icon {
  width: 21px;
  height: 21px;
  background-image: url("/template/armabianca/assets/svg/item-status-second.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  margin-right: 5px;
}
.main-wrapper.single .single-right-content .status .status-type {
  display: inline-block;
  font-size: 14px;
  color: #0000AA;
  line-height: 22px;
  vertical-align: top;
}
.main-wrapper.single .single-right-content .status .warning {
  color: red;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px;
  font-size: 12px;
  color: red;
  border-radius: 2px;
  border: 1px solid red;
}
.main-wrapper.single .single-right-content .status .status-detail {
  margin-top: 15px;
  width: 100%;
  background-color: #F7F7F7;
}
.main-wrapper.single .single-right-content .status .status-detail table {
  padding: 10px 15px;
  font-size: 13px;
}
.main-wrapper.single .single-right-content .status .status-detail table th {
  color: #454545;
  font-weight: normal;
}
.main-wrapper.single .single-right-content .status .status-detail table td {
  padding-left: 30px;
  color: #000;
}
.main-wrapper.single .single-right-content .status.few-stock .status-icon {
  background-image: url("/template/armabianca/assets/svg/item-status-few.svg");
}
.main-wrapper.single .single-right-content .status.few-stock .status-type {
  color: #FF0000;
}
.main-wrapper.single .single-right-content .status.few-stock .status-detail {
  background-color: transparent;
  text-indent: 35px;
  font-size: 12px;
}
.main-wrapper.single .single-right-content .status.out-of-stock .status-icon {
  background-image: url("/template/armabianca/assets/svg/item-status-none.svg");
}
.main-wrapper.single .single-right-content .status.out-of-stock .status-type {
  color: #000;
}
.main-wrapper.single .single-right-content .price {
  font-size: 35px;
  letter-spacing: -0.02em;
  margin-bottom: 40px;
}
.main-wrapper.single .single-right-content .price li {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
}
.main-wrapper.single .single-right-content .price li:last-of-type {
  border-bottom: none;
}
.main-wrapper.single .single-right-content .price li span {
  font-size: 13px;
  color: #414141;
  letter-spacing: -0.01em;
}
.main-wrapper.single .single-right-content .price li span.middle {
  margin-right: 25px;
  vertical-align: middle;
}
.main-wrapper.single .single-right-content .size-chart-wrapper {
  margin-top: 50px;
  padding-top: 40px;
  width: 100%;
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content .size-chart-wrapper p {
  font-size: 12px;
  color: #2B2B2B;
  padding-bottom: 20px;
  margin: 0;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart {
  overflow-x: auto;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table {
  border-collapse: collapse;
  width: 100%;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-title {
  border-bottom: 1px solid #EDEDED;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr:nth-child(2n) th, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr:nth-child(2n) td {
  background-color: #F5F5F5;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr th {
  text-align: center;
  padding: 5px 0;
  min-width: 18.1818181818%;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-1 td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-1 th {
  min-width: 50%;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-2 td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-2 th {
  min-width: 33.3333333333%;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-3 td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-3 th {
  min-width: 25%;
}
.main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-4 td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-4 th {
  min-width: 20%;
}
.main-wrapper.single .single-right-content form {
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content form .form-error {
  color: red;
  font-size: 12px;
}
.main-wrapper.single .single-right-content form .quantity-title {
  position: absolute;
  margin-top: 25px;
}
.main-wrapper.single .single-right-content form #buy-submit {
  border: 0;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid red;
  height: 60px;
  line-height: 50px;
}
.main-wrapper.single .single-right-content form #buy-submit .icon-cart {
  width: 20px;
  margin-right: 8px;
  margin-top: 7px;
  margin-bottom: -3px;
}
.main-wrapper.single .single-right-content form #buy-submit:hover {
  cursor: pointer;
}
.main-wrapper.single .single-right-content form input[type=radio] {
  display: none;
}
.main-wrapper.single .single-right-content form input[type=radio]:checked + span {
  border: 3px solid #0092e5;
  width: 100%;
}
.main-wrapper.single .single-right-content form .btn-outline-secondary span {
  font-size: 15px;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #000;
}
.main-wrapper.single .single-right-content form select {
  width: 100%;
  padding-right: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
  -moz-text-align-last: right;
       text-align-last: right;
  border: 0;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 16px;
  margin-top: 0;
}
.main-wrapper.single .single-right-content form small.quantity-caution {
  display: block;
  margin-top: 5px;
  margin-bottom: 30px;
}
.main-wrapper.single .single-right-content form label {
  display: block;
  text-align: center;
  cursor: pointer;
  width: 100%;
  margin: 10px 0;
}
.main-wrapper.single .single-right-content form label.out-of-stock {
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
  font-size: 12px;
}
.main-wrapper.single .single-right-content form label.disabled {
  pointer-events: none;
}
.main-wrapper.single .single-right-content form label.disabled span {
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
}
.main-wrapper.single .single-right-content form.single-form p {
  font-size: 13px;
}
.main-wrapper.single .single-right-content form.single-form ul {
  margin-bottom: 15px;
}
.main-wrapper.single .single-right-content form.single-form ul li {
  margin-bottom: 15px;
  padding: 0;
}
.main-wrapper.single .single-right-content form.single-form ul li input[type=radio] {
  display: none;
}
.main-wrapper.single .single-right-content form.single-form ul li input[type=radio]:checked + label {
  border: 2px solid #000;
  width: 100%;
  height: 38px;
}
.main-wrapper.single .single-right-content form.single-form ul li .select-label {
  font-size: 15px;
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-wrapper.single .single-right-content form.single-form ul li .select-label.out-of-stock {
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
  font-size: 12px;
}
.main-wrapper.single .single-right-content form.single-form ul li .sold-out {
  border: 2px solid #919191;
  color: #919191;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper label.select {
  height: 70px;
  line-height: 70px;
  font-size: 13px;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper select {
  width: auto;
  margin: 0;
  border: none;
  text-indent: 0;
  float: right;
  line-height: 70px;
  font-size: 18px;
  padding-right: 37px;
  background-position: right 1px top 32px;
}
.main-wrapper.single .single-right-content form.single-form .button {
  width: 100%;
  height: 60px;
}
.main-wrapper.single .single-right-content form.single-form .button input {
  background-image: url("/template/armabianca/assets/svg/icon-cart-red.svg");
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat;
  padding-left: 35px;
  line-height: 60px;
  height: 60px;
}
.main-wrapper.single .single-right-content form.single-form .button:hover input {
  background-image: url("/template/armabianca/assets/svg/icon-cart-w.svg");
}
.main-wrapper.single .single-right-content .note {
  width: 100%;
  font-size: 12px;
  letter-spacing: -0.01em;
  line-height: 1.75;
  padding-bottom: 65px;
  border-bottom: 1px solid #D6D6D6;
}
.main-wrapper.single .single-right-content .note .warning {
  color: #FF0000;
  margin-bottom: 15px;
}
.main-wrapper.single .single-right-content .others {
  padding-top: 40px;
  width: 100%;
  font-size: 14px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D6D6D6;
}
.main-wrapper.single .single-right-content .others p {
  font-size: 12px;
  color: #2B2B2B;
  padding-bottom: 30px;
  margin: 0;
}
.main-wrapper.single .single-right-content .sns-share {
  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;
  padding-top: 20px;
  font-size: 11px;
  margin-bottom: 100px;
}
.main-wrapper.single .single-right-content .sns-share a {
  font-size: 22px;
}
.main-wrapper.single .single-right-content .sns-share .icon {
  display: inline-block;
}
.main-wrapper.single .single-right-content .sns-share .icon.twitter {
  margin-right: 30px;
}
.main-wrapper.single .single-right-content .sns-share .icon.twitter a {
  color: #1DA1F2;
}
.main-wrapper.single .single-right-content .sns-share .icon.line a {
  color: #00c300;
}
.main-wrapper.single .separate-bar {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 50px;
}
.main-wrapper.single .product-wrapper.single .box-wrapper {
  width: 100%;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box {
  width: calc((100% - 120px) / 5);
  width: -webkit-calc((100% - 30px * 4) / 5);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box a {
  display: block;
  color: #000;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box:nth-of-type(5n) {
  margin-right: 0;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-photo {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-photo img {
  width: 100%;
  height: auto;
  display: block;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-photo .numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #000000;
  color: #D8FF00;
  font-size: 12px;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-photo .numbering.gray {
  background-color: #EFEFEF;
  color: #000000;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box:hover .product-title {
  text-decoration: underline;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-title {
  margin-top: 20px;
  font-size: 13px;
  width: 95%;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price {
  margin-top: 14px;
  font-size: 14px;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price span {
  margin-left: 5px;
  font-size: 10px;
  color: #414141;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price span.status {
  font-size: 11px;
  padding: 1px 2px;
  border-radius: 2px;
  border: 1px solid;
  margin-left: 0;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price span.status.active {
  color: blue;
  border-color: blue;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price span.status.inactive {
  color: gray;
  border-color: gray;
}
.main-wrapper.single .product-wrapper.single .box-wrapper .product-box .product-price span.status.appeal {
  color: red;
  border-color: red;
}

.smartphoto {
  z-index: 1500 !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.smartphoto-count {
  display: none !important;
}
/*# sourceMappingURL=single.css.map */
