.stores-list-wrapper::after, .extension-cart-header .cart-header-member::after, .extension-cart-content .cart-content-action::after, .item-showcase-section-wrapper::after, .item-showcase-info-specification::after {
  content: "";
  display: table;
  clear: both;
}

/* content-section */
.stepflow-wrapper .stepflow_title {
  font-size: 26px;
  color: #333;
}

.stores-list-wrapper {
  margin: 25px 0;
}

.stores-list-wrapper::before {
  display: block;
  content: " ";
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

.stores-list-wrapper .hottest-item-card {
  float: left;
  width: 16.667%;
  margin-bottom: 40px;
}

.stores-list-wrapper .hottest-item-card .common-item_category {
  margin: 0 auto;
  margin-bottom: 5px;
}

/* extension-cart-content */
.extension-cart-header {
  border-bottom: 2px solid #ff4242;
  background: #fff;
  font-size: 13px;
}

.extension-cart-header .header-logo {
  width: 120px;
  padding: 8px 0;
}

.extension-cart-header .header-logo img {
  max-width: 100%;
}

.extension-cart-header .cart-header-member {
  height: 40px;
}

.extension-cart-header .cart-header-member__name {
  float: left;
  line-height: 40px;
}

.extension-cart-header .cart-header-member__links {
  float: right;
}

.extension-cart-header .cart-header-member__links li {
  position: relative;
  float: left;
}

.extension-cart-header .cart-header-member__links li a {
  padding: 5px;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  font-size: 25px;
}

.extension-cart-header .header-cart__count {
  position: absolute;
  background: #ff4242;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  border-radius: 20px;
  top: 0;
  right: -5px;
  width: 24px;
  height: 18px;
}

.extension-cart-content {
  padding: 25px 0;
  font-size: 13px;
  background: #eee;
}

.extension-cart-content .cart-content-action {
  margin-bottom: 5px;
}

.extension-cart-content .cart-content__hint {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
}

.extension-cart-content .cart-content__hint-login-button {
  text-decoration: underline;
}

.extension-cart-content .cart-content__information {
  text-align: center;
  color: #000;
  margin-bottom: 25px;
}

.extension-cart-content .cart-content__translation-button {
  all: unset;
  background: #404040;
  color: #fff;
  padding: 10px 40px;
}

.extension-cart-content .cart-content__translation-toggle-button {
  display: block;
  padding: 8px 10px;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid #333;
  max-width: 130px;
}

.extension-cart-content .cart-content__translate-form {
  margin-bottom: 10px;
  display: none;
}

.extension-cart-content .cart-content__textarea {
  width: 100%;
  text-align: initial;
  min-height: 150px;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  background: #f6f6f6;
}

.extension-cart-content .cart-content__textarea:last-child {
  background: #e8e8e8;
}

.extension-cart-content .cart-content__loading-icon {
  width: 26px;
  height: 26px;
  margin: 0 auto;
  margin-bottom: 10px;
  display: none;
}

.extension-cart-content .cart-content__loading-icon::after {
  content: "";
  display: block;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #888888;
  border-color: #888888 transparent #888888 transparent;
  -webkit-animation: loading 1.2s linear infinite;
          animation: loading 1.2s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.extension-cart-content .cart-content__title {
  background: #b9b9b9;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  text-align: initial;
}

.extension-cart-content .cart-content-watchlist {
  float: left;
  width: 15%;
  height: 40px;
  padding-top: 5px;
  margin-bottom: 5px;
}

.extension-cart-content .cart-content-watchlist__icon-button {
  width: 25px;
  height: 25px;
  margin: 0 auto;
  display: block;
}

.extension-cart-content .cart-content-watchlist__icon-button > i {
  font-size: 25px;
  position: relative;
}

.extension-cart-content .cart-content-watchlist__icon-button > i > i {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  font-size: 13px;
  font-weight: bold;
}

.extension-cart-content .cart-content-cart {
  float: left;
  width: 85%;
}

.extension-cart-content .cart-content-cart__button {
  background: #ff4242;
  color: #fff;
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 85%;
  border: 0;
  margin: 0 auto;
}

.extension-cart-content .cart-form__label {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.extension-cart-content .cart-form__label .required {
  color: #ff4242;
}

.extension-cart-content .cart-form__label .error-info {
  color: #ff4242;
  font-style: italic;
  font-weight: bold;
}

.extension-cart-content .cart-form__input {
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  height: 30px;
  padding-left: 5px;
}

.extension-cart-content .cart-form__input::-webkit-input-placeholder {
  color: #b1b0b0;
}

.extension-cart-content .cart-form__input:-ms-input-placeholder {
  color: #b1b0b0;
}

.extension-cart-content .cart-form__input::-ms-input-placeholder {
  color: #b1b0b0;
}

.extension-cart-content .cart-form__input::placeholder {
  color: #b1b0b0;
}

.extension-cart-content .cart-form__img {
  max-width: 100%;
  height: auto;
}

.extension-cart-footer {
  background: #333;
  padding: 20px 0;
  font-size: 13px;
  line-height: 1.5em;
}

.extension-cart-footer .cart-footer-section {
  padding: 20px 0;
  border-top: 1px solid #fff;
  color: #fff;
}

.extension-cart-footer .cart-footer-section:first-child {
  border-top: 0;
}

.extension-cart-footer .cart-footer-section .cart-footer__service-list a {
  font-size: 13px;
  color: #fff;
}

.extension-cart-footer .cart-footer-section .cart-footer__service-list .footer-social__icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  vertical-align: middle;
}

/* extension-shopping-flow */
.extension-shopping-flow-wrapper {
  text-align: center;
  background: #fff;
  border-bottom: 2px solid #fecd28;
}

.extension-shopping-flow__title a {
  display: inline-block;
  padding: 15px;
}

.extension-shopping-flow-content-section {
  padding: 65px 0;
  max-width: 935px;
  margin: 0 auto;
}

.extension-shopping-flow-content-header {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 35px;
}

.extension-shopping-flow__step-flow-img {
  width: 935px;
  height: 315px;
  background: url("//letaomy-img.s3.ap-northeast-1.amazonaws.com/jpshopping/shopping_flow.png");
  position: relative;
  margin-bottom: 65px;
}

.extension-shopping-flow__button {
  background: #ff5c5c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-width: 0;
  cursor: pointer;
  display: block;
  min-width: 290px;
  padding: 15px 0;
  position: absolute;
  top: -25px;
  right: 35%;
}

.extension-shopping-flow__button:hover {
  color: #fff;
  background: #ff2929;
}

.extension-service-section {
  width: 935px;
  font-size: 0;
}

.extension-service-section__service-img {
  display: inline-block;
  font-size: initial;
}

.extension-service-section__service-img:hover {
  opacity: 0.8;
}

/* item-pages__showcase */
.item-showcase-section-wrapper {
  background: #fff;
  padding: 40px 45px 50px;
  border-bottom: 1px solid #eaeaea;
}

.item-showcase-slide {
  width: 595px;
  height: 500px;
  float: left;
}

.item-showcase-slide__gallery {
  cursor: pointer;
  border: 1px solid #eaeaea !important;
  margin-bottom: 4px;
  height: 80px !important;
  overflow: hidden;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-showcase-slide__gallery:last-child {
  margin-bottom: 0;
}

.item-showcase-slide__thumbnails {
  width: 80px;
  margin-right: 15px;
  float: left;
}

.item-showcase-slide__slideshows {
  float: right;
  width: 500px;
}

.item-showcase-slide__slide {
  border: 1px solid #eaeaea;
  height: 500px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.item-showcase-slide__thumbnail-img {
  max-width: 100%;
  height: auto;
}

.item-showcase-slide__img {
  max-width: 100%;
  max-height: 500px;
}

.item-showcase-state__tag {
  position: absolute;
  bottom: 0;
  left: 0;
}

.item-showcase-action {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.item-showcase-action__track-item {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: #f97f51;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.item-showcase-action__track-item i {
  margin: 8px;
}

.item-showcase-info {
  width: 445px;
  float: right;
}

.item-showcase-info-specification {
  margin-bottom: 25px;
  color: #666;
}

.item-showcase-info-specification__description {
  float: left;
  margin: 12px 0;
  margin-right: 5px;
}

.item-showcase-info-specification__description-value {
  display: inline-block;
  margin: 12px 0;
}

.item-showcase-info-specification-select {
  width: 90%;
  display: inline-block;
  font-size: 0;
}

.item-showcase-info-specification-select__radio-button {
  position: absolute;
  left: -9999px;
}

.item-showcase-info-specification-select__radio-button:checked + .item-showcase-info-specification-select__label {
  color: #f97f51;
  border-color: #f97f51;
}

.item-showcase-info-specification-select__option {
  display: inline-block;
}

.item-showcase-info-specification-select__label {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #666;
  border: 1px solid #eaeaea;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
}

.item-showcase-info-specification-select__label:hover {
  color: #f97f51;
  border-color: #f97f51;
}

.item-showcase-info-specification-select__label::last-child {
  margin-right: 0;
}

.item-showcase-info-quantity {
  margin-bottom: 35px;
  color: #666;
}

.item-showcase-info-quantity-box {
  display: table-cell;
  vertical-align: middle;
}

.item-showcase-info-quantity__button {
  cursor: pointer;
  border-width: 0;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid #eaeaea;
  color: #666;
}

.item-showcase-info-quantity__button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.item-showcase-info-quantity__count {
  -moz-appearance: textfield;
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
  margin: 0;
  text-align: center;
  width: 92px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaeaea;
  color: #666;
}

.item-showcase-info-quantity__order-button {
  width: 100%;
  background: #f97f51;
  color: #fff;
  cursor: pointer;
  border-width: 0;
  padding: 15px 0;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.item-showcase-info-quantity__order-button--disabled {
  width: 100%;
  background: #fff;
  border: 1px solid #f97f51;
  color: #f97f51;
  cursor: not-allowed;
  padding: 15px 0;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.item-showcase-info-quantity__order-button:hover {
  background: #f75b20;
}

.item-showcase-info__brand-link {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  text-decoration: underline;
  color: #666;
}

.item-showcase-info__brand-link:hover {
  color: #f97f51;
}

.item-showcase-info-selling {
  margin-bottom: 15px;
  color: #666;
}

.item-showcase-info-selling__count {
  font-size: 25px;
  color: #f97f51;
  margin: 0 5px;
}

.item-showcase-info-price-section {
  margin-bottom: 40px;
}

.item-showcase-info-price-section__origin-price {
  color: #b1b0b0;
  font-size: 12px;
  margin-bottom: 10px;
  text-decoration: line-through;
}

.item-showcase-info-price-section__current-price {
  color: #f97f51;
  font-size: 14px;
}

.item-showcase-info-price-section__price-number {
  font-size: 32px;
  font-weight: bold;
}

.item-showcase-info-price-section__price-info {
  color: #8c8c8c;
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

.item-showcase-info__title {
  display: inline-block;
  font-size: 25px;
  line-height: 1.15em;
  margin-top: 0;
  margin-bottom: 40px;
}

.item-showcase-info-group-section {
  margin-bottom: 35px;
  color: #666;
}

.item-showcase-info-group__list {
  padding: 10px 0;
  border-top: 1px dotted #eaeaea;
}

.item-showcase-info-group__list:last-child {
  border-bottom: 1px dotted #eaeaea;
}

.item-showcase-info-group__icon {
  margin: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
}

.item-showcase-info-group-price-section {
  color: #f97f51;
}

.item-showcase-info-group-price-section__group-price {
  background: #f97f51;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-right: 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* item-pages__detail */
.item-detail-section__title {
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.item-detail-section-wrapper .swiper-container {
  position: initial;
  margin-bottom: 15px;
}

.item-detail-section-wrapper .nav-prev, .item-detail-section-wrapper .nav-next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 1;
  font-size: 36px;
}

.item-detail-section-wrapper .nav-prev {
  left: 50px;
}

.item-detail-section-wrapper .nav-next {
  right: 50px;
}

.item-detail-section-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.item-detail-section-wrapper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

.item-detail-header-section__tab-list {
  text-align: center;
  font-size: 0;
}

.item-detail-header-section__tab-button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #eaeaea;
}

.item-detail-header-section__tab-button:last-child {
  border-right: 1px solid #eaeaea;
}

.item-detail-header-section__tab-button a {
  display: block;
  text-align: center;
  width: 200px;
  font-size: 18px;
  color: #4d4d4d;
}

.item-detail-header-section__tab-button.tab-active {
  border-bottom: 0;
}

.item-detail-header-section__tab-button.tab-active a {
  background: #fff;
  margin-bottom: -1px;
  height: 41px;
}

.item-detail-description-section {
  border-top: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 50px;
}

.item-detail-description-section__tab-content {
  padding: 20px 20px 85px;
  font-size: 17px;
  line-height: 1.5em;
}

.item-detail-description-section__tab-content:not(:first-child) {
  display: none;
}

.item-detail-description-section__tab-content img {
  max-width: 100%;
}

.item-detail-description-section__tab-content p {
  margin-bottom: 10px;
}

.item-detail-description-section__tab-content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.item-detail-description-section__tab-content ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  display: list-item;
}

.item-detail-description-section__tab-content ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.item-detail-description-section__tab-content ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  display: list-item;
}

.item-detail-notice-section h3 {
  text-align: initial;
}

.item-recommend-list-section-wrapper {
  position: relative;
  margin-bottom: 15px;
  padding: 25px 120px;
  background: #fff;
}

.item-viewed-list-section-wrapper {
  position: relative;
  min-height: 350px;
  margin-bottom: 40px;
  padding: 25px 120px;
  background: #fff;
}

.stepflow-information-section-wrapper img {
  max-width: 100%;
}

.faq-message-content-section {
  margin-bottom: 50px;
}

.faq-message-box-content {
  padding: 10px 0;
  border-bottom: 1px dotted #eaeaea;
  margin-bottom: 10px;
}

.faq-message-box.question {
  text-align: right;
}

.faq-message-box.answer {
  text-align: left;
}

.faq-message-box__message-photo {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}

.faq-message-box__message-text {
  display: inline-block;
  background: #eaeaea;
  padding: 5px 10px;
  border-radius: 5px;
}

.faq-message-box__message-time {
  margin-top: 5px;
  font-size: 13px;
  color: #666;
}

.faq-section-header__title {
  color: #666;
  margin-bottom: 15px;
}

.faq-section__textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #c4c4c4;
  background: initial;
  border-radius: 5px;
  margin-bottom: 15px;
}

.faq-section__submit-button {
  color: #fff;
  background: #f97f51;
  border-width: 0;
  padding: 5px 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.faq-section__submit-button:hover {
  color: #fff !important;
  background: #f75b20;
}
