.page-title {
  position: relative;
  font-weight: 700;
  font-size: 1.25rem;
  text-align: center;
  color: #000;
  line-height: 1;
}
.page-title--mt40 {
  margin-top: 2rem;
}
.page-title--mb40 {
  margin-bottom: 2rem;
}

.page-text {
  position: relative;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  color: #666;
}

.location {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2rem;
  z-index: 3;
}
.location__link-box {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0.7rem;
}
.location__link-box--w100 {
  width: 5rem;
}
.location__link-box--w160 {
  width: 8rem;
}
.location__link-box.active .location__item-list {
  display: block;
}
.location__link-box span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0.3rem 1rem 0.3rem 0.5rem;
  border: 1px solid #ddd;
  background: url(../../imgs/ico/ico_down_arr.svg) no-repeat calc(100% - 10px) 50%;
  background-size: 7px 4px;
  cursor: pointer;
}
.location__link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 0.7rem;
  color: #000;
}
.location__link--home {
  width: 0.75rem;
  height: 0.7rem;
  background: url(../imgs/ico/ico_home.svg) no-repeat 0 0;
  background-size: 0.75rem 0.7rem;
}
.location__item-list {
  display: none;
  position: absolute;
  top: 1.45rem;
  left: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
}
.location__item-list li a {
  display: block;
  position: relative;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem;
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.location .gt {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin: 0 2px;
}
.location .gt::before {
  content: ">";
}

.goods-filter {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 1024px) {
  .goods-filter {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .goods-filter {
    margin-top: 8.3333vw;
  }
}
.goods-filter fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .goods-filter fieldset {
    flex-direction: column;
  }
}
.goods-filter__sort {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort {
    align-items: center;
  }
}
.goods-filter__sort-item {
  display: block;
  position: relative;
  padding-right: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item {
    width: 25%;
    padding-right: 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 380px) {
  .goods-filter__sort-item {
    width: 50%;
  }
  .goods-filter__sort-item:nth-child(3) {
    margin-left: 0 !important;
  }
}
.goods-filter__sort-item:last-child {
  padding-right: 0;
}
.goods-filter__sort-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0;
  width: 1px;
  height: 0.5rem;
  background-color: #E4E4E4;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item::after {
    display: none;
  }
}
.goods-filter__sort-item:last-child::after {
  display: none;
}
.goods-filter__sort-item + .goods-filter__sort-item {
  margin-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item + .goods-filter__sort-item {
    margin-left: -1px;
  }
}
.goods-filter__sort-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.goods-filter__sort-item label input[type=radio]:checked ~ .goods-filter__sort-text {
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item label {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #ddd;
    text-align: center;
  }
}
.goods-filter__sort-item a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .goods-filter__sort-item a {
    width: 100%;
    padding: 0.6rem;
    border: 1px solid #ddd;
    text-align: center;
  }
}
.goods-filter__sort-text {
  font-size: 0.75rem;
  color: #000;
}
.goods-filter__price {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #ddd;
    flex-direction: column;
    align-items: baseline;
  }
}
.goods-filter__price-title {
  display: block;
  font-weight: 400;
  font-size: 0.7rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-title {
    font-size: 0.8rem;
  }
}
.goods-filter__price-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 0.75rem;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-list {
    margin-left: 0;
    margin-top: 0.5rem;
    width: 100%;
  }
}
.goods-filter__price-item {
  display: block;
  position: relative;
  margin-left: -1px;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-item {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 564px) {
  .goods-filter__price-item {
    width: 33.3333333333%;
  }
}
.goods-filter__price-item label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.goods-filter__price-item label input[type=radio]:checked ~ .goods-filter__price-text {
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-item label {
    width: 100%;
  }
}
.goods-filter__price-text {
  display: inline-block;
  position: relative;
  padding: 4px 1rem;
  min-width: 4.3rem;
  border: 1px solid #E8E8E8;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  .goods-filter__price-text {
    width: 100%;
    min-width: 100%;
    font-size: 0.8rem;
    padding: 0.7rem;
  }
}

.goods {
  position: relative;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .goods {
    margin-top: 10.4167vw;
  }
}
.goods--mt46 {
  margin-top: 2.3rem;
}
@media screen and (max-width: 480px) {
  .goods--mt46 {
    margin-top: 9.5833vw;
  }
}
.goods--mt40 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .goods--mt40 {
    margin-top: 8.3333vw;
  }
}
.goods__wrap {
  position: relative;
  overflow: hidden;
}
.goods__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -0.65rem;
}
@media screen and (max-width: 1200px) {
  .goods__list {
    margin: -1.5%;
  }
}
.goods__item {
  position: relative;
  width: calc(25% - 0.65rem - 0.65rem);
  margin: 0.65rem;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .goods__item {
    width: 22%;
    margin: 1.5%;
  }
}
@media screen and (max-width: 767px) {
  .goods__item {
    width: 30.3333333333%;
  }
}
@media screen and (max-width: 550px) {
  .goods__item {
    width: 47%;
  }
}
.goods__item-image {
  position: relative;
  width: 100%;
}
.goods__item-image img {
  max-width: 100%;
}
.goods__item-image .swiper-pagination-bullet {
  width: 0.55rem;
  height: 0.55rem;
  background-color: #f1f1f1;
  opacity: 1;
}
.goods__item-image .swiper-pagination-bullet-active {
  background-color: #555;
}
.goods__item-number {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 20;
  height: 1.5rem;
  line-height: 1.4rem;
  min-width: 1.5rem;
  padding: 0 5px 2px;
  border-radius: 6px;
  font-size: 0.75rem;
  background-color: #00a139;
  color: #fff;
  text-align: center;
}
.goods__item-desc {
  padding: 1rem 1rem 1.5rem;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .goods__item-desc {
    padding: 0.5rem 0.5rem 1rem;
  }
}
.goods__item-text {
  display: block;
  height: 2rem;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 0.65rem;
  font-size: 0.8rem;
  color: #000;
}
.goods__item-price {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #000;
  font-weight: 700;
}
.goods__item-price .sct_dict {
  display: block;
  font-size: 0.65rem;
  text-decoration: line-through;
  color: #bbb;
  font-weight: 400;
}
.goods__item-price .sct_sale {
  font-weight: 700;
  font-size: 0.9rem;
  color: #bf0b0b;
}
.goods__item-icons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.goods__item-icon {
  position: relative;
  display: inline-block;
  width: 2.45rem;
  height: 2.43rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.goods__item-icon--best {
  background-image: url(/imgs/ico/ico_best.svg);
}
.goods__item .sit_icon_li {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 3;
}
.goods__item-btn {
  position: relative;
  text-align: right;
}
.goods__item-wish, .goods__item-wishOn, .goods__item-cart {
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  vertical-align: top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.goods__item-wish {
  background-image: url(../imgs/ico/ico_wish.svg);
}
.goods__item-wishOn {
  background-image: url(../imgs/ico/ico_wish_on.svg);
}
.goods__item-cart {
  background-image: url(../imgs/ico/ico_cart.svg);
}
.goods__empty {
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.65rem;
}
@media screen and (max-width: 1200px) {
  .goods__empty {
    padding: 1.5%;
  }
}
.goods #sit {
  margin-top: 0;
}
.goods #sit_ov_from {
  position: relative;
  margin-bottom: 3.35rem;
}
.goods .sct_cart {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 0;
  width: 100%;
  padding: 15px 0;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}
.goods__detail-topPrice {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.2rem;
  color: #000;
}
.goods__detail-topPrice strong {
  font-weight: 700;
}
.goods__detail-topPrice .sct_sale {
  color: #ff0038;
}
.goods__detail-regular {
  margin-top: 1rem;
  color: #bbb;
}
.goods .s_img {
  padding-top: 100%;
}
.goods .sct_sns_wrap {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.goods .sct_sns {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  text-align: center;
  width: 245px;
  max-height: 300px;
  margin-left: -125px;
  margin-top: -180px;
  overflow-y: auto;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
  border: 1px solid #dde7e9;
  background: #fff;
  border-radius: 3px;
}
.goods .sct_sns_bg {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.goods .sct_sns h3 {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
  font-size: 15px;
}
.goods .sct_sns a {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 25px;
  text-align: center;
  padding: 10px 0;
  margin: 20px 5px;
}
.goods .sct_sns .share-facebook {
  background: #415b92;
}
.goods .sct_sns .share-twitter {
  background: #35b3dc;
}
.goods .sct_sns img {
  width: 24px;
}
.goods .sct_sns_bg {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}
.goods .sct_sns_cls {
  position: absolute;
  right: 0;
  top: 0;
  color: #b5b8bb;
  border: 0;
  padding: 12px 15px;
  font-size: 15px;
  background: #fff;
}
.goods .sct_star {
  margin-bottom: 0.5rem;
}
.goods .sct_star img {
  max-width: 3.6rem;
}

.goods-ico-box {
  position: absolute;
  top: 0;
  right: 0;
}

.goods-ico {
  display: inline-block;
  padding: 5px 0.6rem;
  font-size: 0.65rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.goods-ico--new {
  background-color: #FF3B3B;
}

.review-box {
  position: absolute;
  bottom: 0.6rem;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center;
}
.review-box__link {
  display: inline-block;
  padding: 0.3rem 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 0.65rem;
  text-align: center;
  color: #fff;
}

.paginate {
  margin-top: 2.5rem;
  display: flex;
  font-size: 0.7rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .paginate {
    font-size: 0.85rem;
  }
}
.paginate > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 3.5px;
  overflow: hidden;
  border: 1px solid #D9D9D9;
  text-indent: -99999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.paginate > a.pgfirst {
  background-size: 0.55rem 0.5rem;
  background-image: url(../imgs/ico/ico_double_left_arr.svg);
}
.paginate > a.pgprev {
  background-size: 0.3rem 0.5rem;
  background-image: url(../imgs/ico/ico_single_left_arr.svg);
}
.paginate > a.pgend {
  background-size: 0.55rem 0.5rem;
  background-image: url(../imgs/ico/ico_double_right_arr.svg);
}
.paginate > a.pgnext {
  background-size: 0.3rem 0.5rem;
  background-image: url(../imgs/ico/ico_single_right_arr.svg);
}
.paginate .number {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginate .number strong,
.paginate .number a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  height: 1.75rem;
  margin: 0 3.5px;
  padding: 0 3.5px;
  color: #000;
  font-size: 0.7rem;
  border: 1px solid #D9D9D9;
}
.paginate .number strong:hover,
.paginate .number a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .paginate .number strong,
  .paginate .number a {
    font-size: 0.85rem;
  }
}
.paginate .number strong {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

.goods-order {
  position: relative;
  margin-top: 2rem;
}
.goods-order__title {
  display: block;
  position: relative;
  text-align: center;
}
.goods-order__title span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 0.5rem;
  background-color: #fff;
  font-weight: 700;
  font-size: 0.7rem;
  text-align: center;
  color: #000;
  line-height: 1;
}
.goods-order__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
}
.goods-order__list {
  position: relative;
  margin-top: 1.5rem;
}
.goods-order__list + .goods-order__title {
  margin-top: 1.5rem;
}
.goods-order__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.goods-order__item + .goods-order__item {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #E4E4E4;
}
.goods-order__number {
  position: relative;
  font-size: 0.75rem;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 700px) {
  .goods-order__number {
    width: 100%;
  }
}
.goods-order__date {
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__content {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 12rem);
  margin-left: 2rem;
}
@media screen and (max-width: 700px) {
  .goods-order__content {
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.goods-order__info {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.goods-order__info + .goods-order__info {
  margin-top: 1.5rem;
}
.goods-order__image {
  width: 8rem;
}
.goods-order__image img {
  width: 100%;
}
@media screen and (max-width: 524px) {
  .goods-order__image {
    width: 4rem;
  }
}
.goods-order__desc {
  position: relative;
  width: calc(100% - 8rem);
  padding-left: 1.55rem;
}
@media screen and (max-width: 524px) {
  .goods-order__desc {
    width: calc(100% - 4rem);
    padding-left: 0.9rem;
  }
}
.goods-order__desc ul {
  margin-top: 0.5rem;
}
.goods-order__desc ul li {
  position: relative;
  padding-left: 5px;
  font-size: 0.7rem;
  color: #000;
  font-weight: 300;
}
.goods-order__desc ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.goods-order__desc ul li + li {
  margin-top: 5px;
}
.goods-order__title2 {
  font-weight: 500;
  font-size: 0.75rem;
  text-align: left;
  color: #000;
}
.goods-order__price {
  margin-top: 0.8rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #000;
}
.goods-order__price span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__state {
  margin-top: 0.7rem;
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__state--active {
  color: #222;
}
.goods-order__desc-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 1.45rem;
}
@media screen and (max-width: 790px) {
  .goods-order__desc-bottom {
    flex-direction: column;
    align-items: baseline;
  }
}
.goods-order__text {
  font-size: 0.7rem;
  color: #acacac;
}
.goods-order__btn-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-left: 0.65rem;
}
@media screen and (max-width: 790px) {
  .goods-order__btn-box {
    margin-left: 0;
    margin-top: 0.65rem;
  }
}
@media screen and (max-width: 524px) {
  .goods-order__btn-box {
    width: calc(100% - 5px - 5px);
    padding-top: 0.65rem;
    margin: -5px;
  }
}
.goods-order__link {
  display: inline-block;
  vertical-align: top;
  padding: 0.3rem 0.65rem;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #222;
  font-weight: 400;
  font-size: 0.7rem;
  text-align: center;
  color: #222;
}
.goods-order__link + .goods-order__link {
  margin-left: 0.45rem;
}
@media screen and (max-width: 524px) {
  .goods-order__link {
    width: calc(50% - 5px - 5px);
    margin: 5px;
  }
  .goods-order__link + .goods-order__link {
    margin-left: 5px;
  }
}
.goods-order__btn-box2 {
  margin-top: 1.9rem;
}
.goods-order__btn-box2 .link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 1rem 0.5rem;
  background-color: #f3f3f3;
  border: 1px solid #e4e4e4;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.sod-wrap .goods-order__btn-box {
  padding-top: 0.5rem;
  margin: -5px;
}
@media screen and (max-width: 790px) {
  .sod-wrap .goods-order__btn-box {
    width: calc(100% + 5px + 5px);
    padding-top: 0.5rem;
    margin: -5px;
  }
}
@media screen and (max-width: 524px) {
  .sod-wrap .goods-order__btn-box {
    width: calc(100% + 5px + 5px);
  }
}
.sod-wrap .goods-order__btn-box .goods-order__link {
  width: calc(50% - 5px - 5px);
  padding: 0.6rem 0.65rem;
  font-size: 0.75rem;
  margin: 5px;
  border: 1px solid #000;
  color: #000;
}
.sod-wrap .goods-order__btn-box .goods-order__link + .goods-order__link {
  margin-left: 5px;
}

.goods-cancle {
  position: relative;
  margin-top: 2.5rem;
}
.goods-cancle__btn-box {
  margin-top: 2rem;
  text-align: center;
}
.goods-cancle .btn-submit {
  display: inline-block;
  width: 200px;
  background: #222;
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
}
.goods-cancle__title {
  font-weight: 400;
  font-size: 0.9rem;
  color: #272727;
}
.goods-cancle th {
  vertical-align: middle;
}
.goods-cancle .td_bdno {
  vertical-align: middle;
}
.goods-cancle .tbl_wrap {
  margin-top: 0.7rem;
}
.goods-cancle__form {
  margin-top: 1.35rem;
}
.goods-cancle__form table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 500px) {
  .goods-cancle__form table {
    display: block;
  }
  .goods-cancle__form table colgroup {
    display: none;
  }
  .goods-cancle__form table thead {
    display: none;
  }
  .goods-cancle__form table tbody,
  .goods-cancle__form table tr {
    display: block;
  }
  .goods-cancle__form table tr + tr {
    margin-top: 8px;
  }
}
.goods-cancle__form table.table--line th, .goods-cancle__form table.table--line td {
  height: 2.6rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 500px) {
  .goods-cancle__form table.table--line th, .goods-cancle__form table.table--line td {
    height: auto;
    border-bottom-width: 0;
    padding: 4px 0 4px;
  }
}
.goods-cancle__form table.table--line th.vertical-top {
  vertical-align: top;
  padding-top: 0.5rem;
}
.goods-cancle__form table th, .goods-cancle__form table td {
  padding: 4px;
}
@media screen and (max-width: 500px) {
  .goods-cancle__form table th, .goods-cancle__form table td {
    display: block;
    width: 100%;
    padding: 4px 0 4px;
  }
}
.goods-cancle__form table tr th {
  font-weight: normal;
  font-size: 0.7rem;
  text-align: left;
  color: #272727;
}
.goods-cancle__form table tr th.w85 {
  width: 85px;
}
.goods-cancle__form table tr th.w120 {
  width: 6rem;
}
.goods-cancle__form table tr th.vertical-top {
  vertical-align: top;
  padding-top: 6px;
}
@media screen and (max-width: 500px) {
  .goods-cancle__form table tr th.w85 {
    width: 100%;
  }
  .goods-cancle__form table tr th.w120 {
    width: 100%;
  }
}
.goods-cancle__form table td {
  font-weight: normal;
  font-size: 0.7rem;
  color: #707070;
  vertical-align: middle;
}
.goods-cancle__form table td.vertical-top {
  vertical-align: top;
}
.goods-cancle__form table .frm-input {
  height: 2rem;
  font-size: 0.7rem;
  color: #272727;
  border: 1px solid #d6d6d6;
  width: 100%;
}
.goods-cancle__form table .frm-input--wd-173 {
  width: 100%;
  max-width: 173px;
}
.goods-cancle__form table .frm-input--wd-160 {
  width: 100%;
  max-width: 8rem;
}
.goods-cancle__form table textarea.frm-input {
  width: 100%;
  height: 6rem;
  line-height: 1.2;
  padding: 0.5rem;
}
.goods-cancle__form table .alt {
  display: inline-block;
  margin-left: 4px;
}
.goods-cancle__form table .alt--red {
  color: #222;
}
.goods-cancle__form table .btn-zip {
  display: inline-block;
  position: relative;
  height: 2rem;
  padding: 5px 0.6rem;
  border: 1px solid #d6d6d6;
  font-size: 0.65rem;
  color: #272727;
  text-align: center;
}
.goods-cancle__form table .mt5 {
  margin-top: 5px;
}
.goods-cancle .btn-photo {
  display: inline-block;
  position: relative;
  padding: 0.35rem 1rem;
  background: #f3f3f3;
  border: 1px solid #d6d6d6;
  font-size: 0.7rem;
  line-height: 1;
  color: #272727;
}
.goods-cancle .mt5 {
  margin-top: 0.25rem;
}
.goods-cancle .line {
  margin-top: 1.45rem;
  margin-bottom: 1.45rem;
  border-top: 1px dashed #E4E4E4;
}
.goods-cancle__title2 {
  padding-bottom: 0.6rem;
  margin-bottom: 0.55rem;
  border-bottom: 1px solid #b7b7b7;
  font-weight: 400;
  font-size: 0.9rem;
  color: #272727;
}

.photo-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -5px;
  padding-top: 0.7rem;
}
.photo-list__item {
  position: relative;
  width: 5rem;
  padding: 5px;
}
.photo-list button {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 10px;
  font-size: 0.5rem;
  padding: 2px 3px;
  border: 1px solid #000;
  background-color: #fff;
}
.photo-list__image {
  border: 1px solid #ddd;
}
.photo-list__image img {
  width: 100%;
}

.modal-delivery {
  position: relative;
}
.modal-delivery__text {
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}
.modal-delivery__state {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  margin: 0.85rem 0.95rem 0;
}
.modal-delivery__state::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  left: 1.95rem;
  width: calc(100% - 4rem);
  height: 1px;
  background-color: #222;
}
.modal-delivery__state-item {
  position: relative;
  font-size: 0.65rem;
  color: #222;
  padding-bottom: 0.75rem;
  z-index: 2;
}
.modal-delivery__state-item span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  line-height: 1;
}
.modal-delivery__state-item span.active {
  padding: 2px 5px;
  background-color: #222;
  color: #fff;
}
.modal-delivery__state-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #222;
}
.modal-delivery__goods {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1.35rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.modal-delivery__goods-image {
  width: 2.3rem;
}
.modal-delivery__goods-image img {
  width: 100%;
  border: 1px solid #E1E1E1;
}
.modal-delivery__goods-desc {
  width: calc(100% - 2.3rem);
  padding-left: 0.65rem;
}
.modal-delivery__goods-name {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.85rem;
  color: #000;
}
.modal-delivery__goods-date {
  margin-top: 0.65rem;
  font-size: 0.7rem;
  color: #b1b1b1;
}
.modal-delivery__goods-btnbox {
  position: relative;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 0.95rem;
  text-align: center;
}
.modal-delivery__goods-link {
  display: inline-block;
  padding: 0.35rem 0.85rem;
  border-radius: 14.5px;
  background-color: #222;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.modal-delivery .line {
  width: 100%;
  height: 0.55rem;
  background-color: #f8f8f8;
}
.modal-delivery__list {
  position: relative;
  margin-top: 0.6rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
}
.modal-delivery__item {
  position: relative;
  padding-bottom: 0.5rem;
  padding-left: 1.05rem;
  font-size: 0.7rem;
  color: #000;
}
.modal-delivery__item.active::before {
  border: 2px solid #222;
}
.modal-delivery__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #fff;
  border: 2px solid #f2f2f2;
}
.modal-delivery__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0.3rem;
  width: 1px;
  height: 100%;
  background-color: #e4e4e4;
}
.modal-delivery__item .alt {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 0.7rem;
  color: #222;
}
.modal-delivery__info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  padding-top: 0.7rem;
  padding-left: 0.95rem;
  padding-right: 0.95rem;
  border-top: 1px solid #e4e4e4;
}
.modal-delivery__info dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.modal-delivery__info dl.dl-w100 {
  width: 100%;
}
.modal-delivery__info dl dt {
  font-size: 0.7rem;
  color: #b1b1b1;
}
.modal-delivery__info dl dd {
  margin-left: 0.8rem;
  font-size: 0.7rem;
  color: #000;
}
.modal-delivery__info dl + dl {
  margin-top: 0.6rem;
}
.modal-delivery__info dl.ml-66 {
  margin-left: 3.3rem;
}

.mypage-goods {
  position: relative;
  margin-top: 2rem;
}
.mypage-goods__btn-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.75rem;
}
.mypage-goods__btn-box .chk_box {
  font-size: 0.75rem;
}
.mypage-goods__btn-box--mt20 {
  margin-top: 1rem;
}
.mypage-goods__btn-box .link {
  display: inline-block;
  vertical-align: middle;
  padding: 0.45rem 0.55rem;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #222;
  font-size: 0.7rem;
  text-align: center;
  color: #222;
}
.mypage-goods__btn-box .link + .link {
  margin-left: 1rem;
}
.mypage-goods .checkbox {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 3;
}
.mypage-goods .pg_wrap,
.mypage-goods .paginate {
  margin-top: 2.5rem;
}
.mypage-goods .goods {
  margin-top: 1rem;
}

.goods-heavily {
  margin-top: 5.9rem;
}
.goods-heavily__title {
  margin-bottom: 1.05rem;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

.delivery-mod {
  position: relative;
  margin-top: 2rem;
}
.delivery-mod__title {
  font-weight: bold;
  font-size: 1rem;
  text-align: left;
  color: #272727;
}
.delivery-mod__text {
  margin-top: 7px;
  font-size: 0.8rem;
  color: #272727;
}
.delivery-mod__head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .delivery-mod__head {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.delivery-mod__head-left {
  position: relative;
}
.delivery-mod__head-right {
  position: relative;
}
@media screen and (max-width: 700px) {
  .delivery-mod__head-right {
    width: 100%;
    text-align: right;
    margin-top: 0.5rem;
  }
}
.delivery-mod .btn-delivey {
  position: relative;
  display: inline-block;
  padding: 0.45rem 1.15rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #222;
  font-size: 0.7rem;
  color: #222;
  line-height: 1;
}
.delivery-mod__body {
  margin-top: 1.4rem;
}
.delivery-mod__body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 700px) {
  .delivery-mod__body table {
    border-top: 1px solid #ddd;
  }
  .delivery-mod__body table colgroup {
    display: none;
  }
  .delivery-mod__body table thead {
    display: none;
  }
  .delivery-mod__body table tbody {
    display: block;
  }
  .delivery-mod__body table tr {
    display: block;
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    border-bottom: 1px solid #ddd;
  }
  .delivery-mod__body table td {
    display: block;
  }
}
.delivery-mod__body table th {
  padding: 0.75rem 0.5rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  background-color: #F5F6FF;
  font-weight: 400;
  text-align: center;
  font-size: 0.7rem;
  color: #272727;
  vertical-align: middle;
}
.delivery-mod__body table td {
  border-bottom: 1px solid #F8F8F8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.7rem;
  line-height: 1.25rem;
  text-align: center;
  color: #272727;
  vertical-align: middle;
}
.delivery-mod__body table td.add {
  width: 65%;
  text-align: left;
  padding-left: 1.4rem;
}
.delivery-mod__body table td.tel {
  width: 20%;
}
.delivery-mod__body table td.etc {
  width: 20%;
}
@media screen and (max-width: 700px) {
  .delivery-mod__body table td {
    padding: 0;
    text-align: left;
  }
  .delivery-mod__body table td.add {
    width: 100%;
    padding-left: 0;
  }
  .delivery-mod__body table td.tel {
    width: 100%;
  }
  .delivery-mod__body table td.etc {
    width: 100%;
  }
}
.delivery-mod__body table .basics {
  display: inline-block;
  padding: 0.2rem 0.45rem;
  background: #000;
  border: 1px solid #147e00;
  font-weight: normal;
  font-size: 0.65rem;
  text-align: center;
  color: #fff;
  line-height: 1;
}
.delivery-mod__body table .zip {
  color: #9C9C9C;
}

.modal-body .frmbox .frmbox__body {
  width: calc(100% - 6rem);
}
.modal-body .frmbox .frmbox__body .grid-100 {
  width: 100%;
}
.modal-body .frmbox .frmbox__body .mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .modal-body .frmbox .frmbox__body {
    width: 100%;
  }
}

.modal-add-address {
  padding: 0 1.5rem;
}
.modal-add-address .frmbox {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal-add-address .frmbox + .frmbox {
  margin-top: 1.1rem;
}
.modal-add-address .frmbox__head .title {
  padding-left: 0;
  font-size: 0.7rem;
  color: #272727;
}
.modal-add-address .frmbox__head .title::before {
  display: none;
}
.modal-add-address .frmbox__body {
  font-size: 0.7rem;
  color: #272727;
}
.modal-add-address .frm-input {
  height: 1.5rem;
  font-size: 0.7rem;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .modal-add-address .frm-input {
    line-height: 1.5rem;
  }
}
.modal-add-address .tel-box__item:nth-child(1) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(2) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3) {
  width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3)::after {
  display: none;
}
.modal-add-address .btn-zip {
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #222;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
  color: #222;
}
.modal-add-address__btn-box {
  margin-top: 1.7rem;
  text-align: center;
}
.modal-add-address .btn-address {
  display: inline-block;
  width: 3.5rem;
  height: 1.65rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #222;
  font-weight: normal;
  font-size: 0.7rem;
  text-align: center;
  color: #222;
}

.mypage-box {
  position: relative;
  margin-top: 1.9rem;
}
.mypage-box__head {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mypage-box__head--line {
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e4e4e4;
}
.mypage-box + .mypage-box {
  margin-top: 3.2rem;
}
.mypage-box__title {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
.mypage-box__body {
  margin-top: 0.55rem;
}
.mypage-box__link {
  display: inline-block;
  position: relative;
  padding-right: 0.8rem;
  font-size: 0.7rem;
  text-align: left;
  color: #000;
}
.mypage-box__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0;
  width: 4px;
  height: 6px;
  background: url(../imgs/ico/ico_black_right_arr.svg) no-repeat 0 0;
  background-size: 4px 6px;
}
.mypage-box__text {
  margin-bottom: 0.65rem;
  font-size: 0.7rem;
  color: #aeaeae;
}
.mypage-box .count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 3px 5px;
  border-radius: 12px;
  background: #222;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}
.mypage-box .goods {
  margin-top: 1rem;
}

.delivery-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  background: #f5f6ff;
  border: 1px solid #e4e4e4;
  align-items: center;
}
@media screen and (max-width: 854px) {
  .delivery-info {
    flex-direction: column;
  }
}
.delivery-info__left {
  width: 60%;
  padding: 1.5rem 0 0 0;
  border-right: 1px solid #E4E4E4;
}
@media screen and (max-width: 854px) {
  .delivery-info__left {
    width: 100%;
    border-right-width: 0;
    border-bottom: 1px solid #E4E4E4;
  }
}
.delivery-info__right {
  width: 40%;
  text-align: center;
  font-size: 0.7rem;
  color: #000;
}
@media screen and (max-width: 854px) {
  .delivery-info__right {
    width: 100%;
    padding: 1rem 0;
  }
}
.delivery-info__right-btnbox {
  margin-top: 0.75rem;
}
.delivery-info__right .link {
  display: inline-block;
  position: relative;
  padding: 0.45rem 1.5rem;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #A2A2A2;
  font-size: 0.7rem;
  text-align: center;
  color: #000000;
}
.delivery-info__etc {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #E4E4E4;
}
.delivery-info__etc dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 33.3333333%;
  padding: 0.55rem 2rem 0.55rem 1rem;
}
.delivery-info__etc dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  right: 0;
  width: 1px;
  height: 0.8rem;
  background-color: #e4e4e4;
}
.delivery-info__etc dl:last-child::after {
  display: none;
}
.delivery-info__etc dl dt {
  font-weight: normal;
  font-size: 0.7rem;
  color: #000;
}
.delivery-info__etc dl dd {
  font-size: 0.7rem;
  color: #cfcfcf;
}

.mypage-step {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-bottom: 1.55rem;
}
@media screen and (max-width: 460px) {
  .mypage-step {
    padding: 0 5px 1.55rem;
  }
}
.mypage-step li {
  position: relative;
  width: 20%;
  text-align: center;
}
@media screen and (max-width: 460px) {
  .mypage-step li {
    padding: 0 5px;
  }
}
.mypage-step__count {
  display: block;
  position: relative;
  width: 4.3rem;
  height: 4.3rem;
  background: #bcbcbc;
  border-radius: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 460px) {
  .mypage-step__count {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
.mypage-step__count em {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 460px) {
  .mypage-step__count em {
    font-size: 6vw;
  }
}
.mypage-step__text {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #000;
}

.story-mall {
  position: relative;
}
.story-mall--mt40 {
  margin-top: 2rem;
}
@media screen and (max-width: 480px) {
  .story-mall--mt40 {
    margin-top: 8.3333vw;
  }
}
.story-mall--mt50 {
  margin-top: 2.5rem;
}
@media screen and (max-width: 480px) {
  .story-mall--mt50 {
    margin-top: 10.4167vw;
  }
}
.story-mall__top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
}
.story-mall__top__image {
  width: 361px;
}
.story-mall__top__image picture,
.story-mall__top__image source,
.story-mall__top__image img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .story-mall__top__image {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .story-mall__top__image {
    width: 100%;
  }
}
.story-mall__top__content {
  position: relative;
  width: calc(100% - 361px);
  padding-left: 1.45rem;
}
@media screen and (max-width: 768px) {
  .story-mall__top__content {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .story-mall__top__content {
    width: 100%;
    padding-left: 0;
    padding-top: 1.45rem;
  }
}
.story-mall__title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
.story-mall__text {
  margin-top: 0.85rem;
  font-size: 0.9rem;
  color: #000;
  line-height: 1.6;
}
.story-mall__btnbox {
  margin-top: 1.15rem;
}
@media screen and (max-width: 480px) {
  .story-mall__btnbox {
    margin-top: 4.7917vw;
  }
}
.story-mall__link {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 25px;
  background: #131313;
  font-size: 0.8rem;
  color: #fff;
  transition: all 0.3s ease;
}
.story-mall__link:hover {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
}
.story-mall__link:hover svg {
  stroke: #222;
}
.story-mall__link:hover svg .story-mall__arrows {
  stroke: #222;
}
.story-mall__link span,
.story-mall__link svg {
  position: relative;
  display: inline-block;
}
.story-mall__link span .story-mall__arrows,
.story-mall__link svg .story-mall__arrows {
  stroke: #fff;
}
.story-mall__link span {
  margin-right: 1.05rem;
}

.banner-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.banner-box__image {
  width: 300px;
}
.banner-box__image .s_img {
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .banner-box__image {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .banner-box__image {
    width: 100%;
  }
}
.banner-box__content {
  width: calc(100% - 300px);
  padding-left: 2rem;
}
@media screen and (max-width: 1534px) {
  .banner-box__content {
    padding-right: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .banner-box__content {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .banner-box__content {
    width: 100%;
    padding-left: 0;
    padding-top: 1.45rem;
    padding-right: 0;
  }
}
.banner-box__title {
  font-weight: 600;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
}
.banner-box__text {
  margin-top: 0.6rem;
  font-size: 0.75rem;
  text-align: left;
  color: #000;
}

.modal .banner-box__image {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .modal .banner-box__image {
    width: 100%;
  }
}
.modal .banner-box__content {
  width: 100%;
  margin-top: 1rem;
}
@media screen and (max-width: 1534px) {
  .modal .banner-box__content {
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .modal .banner-box__content {
    width: 100%;
    padding-left: 0;
    padding-top: 1.45rem;
    padding-right: 0;
  }
}
.modal .banner-box__title {
  font-size: 1.4rem;
}
.modal .banner-box__text {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.modal .banner-box__text img {
  max-width: 100%;
}

.story-mall-banner {
  position: relative;
  margin: 3rem 0;
  background-color: #F9F9F9;
  padding: 2.45rem 4.2rem;
  border-radius: 1rem;
}
.story-mall-banner .banner-box {
  cursor: pointer;
}
.story-mall-banner__box {
  position: relative;
  width: 100%;
}
.story-mall-banner .story-mall-banner__title {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1.5rem;
}
.story-mall-banner__prev, .story-mall-banner__next {
  display: block;
  position: absolute;
  width: 2.7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.story-mall-banner__prev svg,
.story-mall-banner__prev img, .story-mall-banner__next svg,
.story-mall-banner__next img {
  width: 100%;
  height: auto;
}
.story-mall-banner__prev {
  left: -4.2rem;
}
.story-mall-banner__next {
  right: -4.2rem;
}

#sct_hhtml .story-mall__title {
  font-size: 1.3rem;
}
#sct_hhtml .story-mall__text {
  font-size: 0.8rem;
}

.establishment {
  position: relative;
  margin-top: 4rem;
}
.establishment .page-title {
  text-align: left;
}
.establishment__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  background-color: #F2F2F2;
  padding: 2.16rem;
}
@media screen and (max-width: 639px) {
  .establishment__content {
    align-items: flex-start;
    padding: 1.5rem;
  }
}
.establishment__image {
  position: relative;
  width: 24.05rem;
}
.establishment__image img {
  width: 100%;
}
@media screen and (max-width: 967px) {
  .establishment__image {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .establishment__image {
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
  }
}
.establishment__text {
  width: calc(100% - 24.05rem);
  font-size: 0.9rem;
  color: #000;
  padding-left: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 967px) {
  .establishment__text {
    width: 50%;
  }
}
@media screen and (max-width: 639px) {
  .establishment__text {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.establishment__text p + p {
  margin-top: 0.5rem;
}
.establishment__text ul li {
  position: relative;
  padding-left: 1.6rem;
}
.establishment__text ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.3rem;
  height: 1.2rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../imgs/ourstory/establishment__icon.svg);
  background-size: 100% auto;
}
.establishment__text ul li + li {
  margin-top: 1rem;
}

.our-member {
  position: relative;
  padding-top: 3rem;
  overflow: hidden;
}
.our-member__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: -0.75rem;
}
.our-member__item {
  position: relative;
  width: calc(33.3333333333% - 0.75rem - 0.75rem);
  margin: 0.75rem;
  overflow: hidden;
  background-color: #F8F8F8;
}
@media screen and (max-width: 639px) {
  .our-member__item {
    width: calc(50% - 0.75rem - 0.75rem);
  }
}
@media screen and (max-width: 420px) {
  .our-member__item {
    width: calc(100% - 0.75rem - 0.75rem);
  }
}
.our-member__item img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .our-member__item img {
    max-width: 78%;
    width: 78%;
  }
}
@media screen and (max-width: 639px) {
  .our-member__item img {
    max-width: 100%;
    width: 100%;
  }
}
.our-member__item__image {
  position: relative;
  margin-left: -4rem;
}
@media screen and (max-width: 1024px) {
  .our-member__item__image {
    margin-left: 0;
    text-align: center;
  }
}
.our-member__item__content {
  position: absolute;
  top: 9rem;
  left: 10.35rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .our-member__item__content {
    left: 15.25vw;
    top: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .our-member__item__content {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.our-member__item__title {
  font-weight: 700;
  font-size: 1.4rem;
  color: #063b67;
  line-height: 1;
}
.our-member__item__text {
  margin-top: 0.8rem;
  font-size: 0.8rem;
  text-align: left;
  color: #063b67;
}
@media screen and (max-width: 1024px) {
  .our-member__item__text {
    text-align: center;
  }
  .our-member__item__text p {
    display: inline-block;
    text-align: left;
  }
}