.main-wrapper.single {
  padding-bottom: 0;
  width: 100%;
}
.main-wrapper.single .slider-wrapper {
  width: 100%;
}
.main-wrapper.single .slider-wrapper .swiper-container {
  width: 100%;
  position: relative;
}
.main-wrapper.single .slider-wrapper .swiper-container .swiper-wrapper a {
  display: block;
  width: 100%;
}
.main-wrapper.single .slider-wrapper .swiper-container .swiper-wrapper a.swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.main-wrapper.single .slider-wrapper .swiper-container .swiper-wrapper a.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.main-wrapper.single .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 .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 .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 .detail-modal span {
  position: absolute;
  display: inline-block;
  width: 80vw;
  height: auto;
  text-align: right;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-wrapper.single .detail-modal span .detail-modal-image {
  width: 100%;
  height: auto;
}
.main-wrapper.single .detail-modal span .detail-modal-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: 0;
  border: none;
  background-color: transparent;
}
.main-wrapper.single .detail-modal span .detail-modal-close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 9999px;
  overflow: hidden;
}
.main-wrapper.single .detail-modal span .detail-modal-close span::before, .main-wrapper.single .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 .detail-modal span .detail-modal-close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.main-wrapper.single .detail-modal span .detail-modal-close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.main-wrapper.single .page-counter {
  width: 100%;
  text-align: center;
  font-size: 11px;
  color: #9A9A9A;
  margin: 10px 0;
}
.main-wrapper.single .single-right-content {
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 15px * 2);
  margin: 0 auto;
}
.main-wrapper.single .single-right-content .title {
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 15px;
}
.main-wrapper.single .single-right-content .title a {
  color: #3E3E3E;
}
.main-wrapper.single .single-right-content .product-name {
  font-size: 19px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.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: cover;
  display: inline-block;
  margin-right: 5px;
}
.main-wrapper.single .single-right-content .status .status-type {
  display: inline-block;
  font-size: 12px;
  color: #0000AA;
  vertical-align: top;
}
.main-wrapper.single .single-right-content .status .warning {
  font-size: 11px;
  margin: 5px 0 10px 0;
}
.main-wrapper.single .single-right-content .status .status-detail {
  width: 100%;
  background-color: #F7F7F7;
}
.main-wrapper.single .single-right-content .status .status-detail table {
  padding: 10px 15px;
  font-size: 11px;
}
.main-wrapper.single .single-right-content .status .status-detail table th {
  color: #454545;
  font-weight: 500;
}
.main-wrapper.single .single-right-content .status .status-detail table td {
  padding-left: 25px;
  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: 10px;
}
.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 ul.price {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CBCBCB;
}
.main-wrapper.single .single-right-content ul.price li {
  padding: 15px 0;
  display: block;
  margin-right: 5px;
}
.main-wrapper.single .single-right-content ul.price li:last-of-type {
  border-bottom: none;
}
.main-wrapper.single .single-right-content ul.price li span {
  font-weight: 500;
  font-size: 12px;
  color: #414141;
  letter-spacing: -0.01em;
}
.main-wrapper.single .single-right-content ul.price li span.middle {
  margin-right: 9px;
  vertical-align: middle;
}
.main-wrapper.single .single-right-content ul.price li .small-price {
  font-size: 16px;
}
.main-wrapper.single .single-right-content ul.price li .small-price.blank-label {
  padding-left: 2.2rem;
}
.main-wrapper.single .single-right-content ul.price .slash {
  display: inline-block;
  font-size: 24px;
  margin: 0 2px;
}
.main-wrapper.single .single-right-content .product-desc-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .trigger-button {
  width: 180px;
  height: 30px;
  border-radius: 40px;
  position: absolute;
  background-color: #F8F8F8;
  color: #717171;
  top: 100px;
  left: calc((100% - 180px) / 2);
  left: -webkit-calc((100% - 180px) / 2);
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  background-image: url("/template/armabianca/assets/svg/arrow-under-gray.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 18px top 12px;
  text-indent: 12px;
  margin-top: -20px;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc {
  line-height: 1.9;
  letter-spacing: -0.01em;
  font-size: 11px;
  position: relative;
  overflow: hidden;
  height: 70px;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  content: "";
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .logo-img-box {
  margin: 15px auto 0;
  height: 130px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 70vw;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .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-right-content .product-desc-wrapper .product-desc .brand-intro {
  width: 100%;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  margin-top: 15px;
  margin-bottom: 35px;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .detail-tokuten {
  padding: 50px 0 0;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .detail-tokuten em {
  font-weight: bold;
  font-style: normal;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .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: 40px 0 0 0;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .detail-tokuten ul li {
  width: 100%;
  margin: 1em;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .detail-tokuten ul li:only-child {
  width: 100%;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .detail-tokuten ul li img {
  display: block;
  max-width: 100%;
  height: auto;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-desc .copyright {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-toggle {
  display: none;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-toggle:checked + .trigger-button {
  display: none;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-toggle:checked ~ .product-desc {
  height: auto;
}
.main-wrapper.single .single-right-content .product-desc-wrapper .product-toggle:checked ~ .product-desc::before {
  display: none;
}
.main-wrapper.single .single-right-content .size-chart-wrapper {
  margin-top: 30px;
  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: 3px 0;
  min-width: 15.3846153846%;
}
.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 .size-chart-wrapper div.size-chart table tr.size-count-5 td, .main-wrapper.single .single-right-content .size-chart-wrapper div.size-chart table tr.size-count-5 th {
  min-width: 16.6666666667%;
}
.main-wrapper.single .single-right-content form {
  margin-top: 80px;
}
.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: 17px;
  font-size: 12px;
}
.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;
  color: red;
}
.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 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-bottom: 30px;
  margin-top: 0;
}
.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 span {
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
}
.main-wrapper.single .single-right-content form.single-form {
  font-size: 12px;
}
.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: 10px;
  padding: 0;
  list-style: none;
}
.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 {
  width: calc(100% - 4px);
  border: 2px solid #000;
  font-weight: 400;
  height: 36px;
}
.main-wrapper.single .single-right-content form.single-form ul li .select-label {
  display: block;
  width: calc(100% - 2px);
  height: 38px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  color: #454545;
  border: 1px solid #505050;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  font-weight: 300;
}
.main-wrapper.single .single-right-content form.single-form ul li .select-label.out-of-stock {
  border: 1px solid #A5A5A5;
  color: #A5A5A5;
}
.main-wrapper.single .single-right-content form.single-form ul li .sold-out {
  background-color: #919191;
  border: none;
  color: #fff;
  border-radius: 3px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper {
  width: 100%;
  border-bottom: 2px solid #000;
  margin-bottom: 45px;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper label.select {
  height: 60px;
  line-height: 60px;
  font-size: 12px;
}
.main-wrapper.single .single-right-content form.single-form .select-wrapper select {
  width: 70px;
  font-weight: 200;
  border: none;
  float: right;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding-right: 37px;
  background-position: right 0px top 28px;
}
.main-wrapper.single .single-right-content form.single-form .button {
  width: 100%;
  margin-bottom: 20px;
}
.main-wrapper.single .single-right-content .note {
  width: 100%;
  font-size: 11px;
  line-height: 1.5;
  padding-bottom: 35px;
  margin-top: 35px;
  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: 10px;
  width: 100%;
  font-size: 13px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6D6D6;
}
.main-wrapper.single .single-right-content .others p {
  font-size: 11px;
  color: #2B2B2B;
  display: inline-block;
  margin-right: 85px;
}
.main-wrapper.single .single-right-content .others li {
  list-style: none;
}
.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;
  padding-top: 20px;
  font-size: 11px;
  margin-bottom: 50px;
}
.main-wrapper.single .single-right-content .sns-share a {
  font-size: 22px;
  color: #000;
}
.main-wrapper.single .single-right-content .sns-share .icon {
  display: inline-block;
}
.main-wrapper.single .single-right-content .sns-share .icon.twitter {
  margin: 0;
  margin-left: 31px;
  margin-right: 20px;
}
.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;
}

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

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