.e-jcom .section-inner {
  margin: 0 auto;
  width: 1000px;
}

.e-jcom img {
  height: auto;
  vertical-align: bottom;
}

.e-jcom a {
  transition: 0.3s;
}

.e-jcom a:hover img {
  opacity: 0.8;
}

.e-jcom .marker {
  font-weight: bold;
  background:linear-gradient(transparent 60%, rgba(233,56,28,0.1) 60%);
}

.e-jcom .mv-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.e-jcom .description {
  margin: 100px auto;
  text-align: center;
}

.e-jcom .description-text {
  margin-bottom: 60px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: calc(36 / 18);
}

.e-jcom .description-date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.e-jcom .description-date span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 5px 15px;
  font-size: 18px;
  color: #fff;
  background-color: #d9161c;
  border-radius: 3px;
  line-height: 1;
}

.e-jcom .pickup {
  margin: 0 auto 100px;
}

.e-jcom .pickup::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background: #d9161c;
  border-radius: 50vh;
}

.e-jcom .pickup .title {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
  border-bottom: none;
  text-align: center;
  font-size: 36px;
}

.e-jcom .pickup .title::before,
.e-jcom .pickup .title::after {
  content: '';
  flex-grow: 1;
  height: 4px;
  background: #d9161c;
  border-radius: 50vh;
}

.e-jcom .pickup .title::before {
  margin-right: 30px;
}

.e-jcom .pickup .title::after {
  margin-left: 30px;
}

.e-jcom .pickup-item {
  display: flex;
}

.e-jcom .pickup-item .text {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-left: 20px;
  font-size: 16px;
}

.e-jcom .pickup-item .goods-name {
  margin-bottom: 5px;
}

.e-jcom .pickup-item .goods-desc {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: calc(22 / 14)
}

.e-jcom .pickup-item .goods-price {
  font-size: 18px;
  text-align: right;
  color: #d9161c;
}

.e-jcom .pickup-item .goods-price .tax {
  font-size: 14px;
}

.e-jcom .pickup-item .btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: auto;
}

.e-jcom .btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 190px;
  height: 50px;
  color: #fff;
  background-color: #ef5d44;
  border-radius: 50vh;
}

.e-jcom .btn-more:hover {
  opacity: 0.8;
}

.e-jcom .btn-more::after {
  content: '\03e';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.e-jcom .notes {
  margin-bottom: 80px;
}

.e-jcom .notes .title {
  margin: 0 auto 20px;
  padding: 5px;
  border-bottom: none;
  background-color: #fdecee;
  font-size: 24px;
  text-align: center;
}

.e-jcom .notes ul li {
  margin-left: 1em;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: calc(25 / 15);
  list-style: disc;
}

.e-jcom .notes ul li a {
  color: #0d1dfb;
  text-decoration: underline;
}

.e-jcom .notes ul li a:hover {
  text-decoration: none;
}

@media screen and (min-width:769px) {
  .sp-only {
    display: none;
  }

  .e-jcom .pickup-goods {
    display: flex;
  }

  .e-jcom .pickup-item {
    padding-bottom: 70px;
    width: 480px;
  }
  
  .e-jcom .pickup-item:nth-child(even) {
    margin-left: auto;
  }
  
  .e-jcom .pickup-item .image {
    width: 230px;
  }
  
  .e-jcom .pickup-item .image img {
    display: block;
    width: 230px;
    height: 230px;
  }
}

@media screen and (max-width:768px) {
  .e-jcom .section-inner {
    width: 100%;
  }

  .e-jcom .description {
    margin: calc(80 / 750 * 100vw) auto calc(90 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }

  .e-jcom .description-text {
    margin: 0 auto calc(70 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: calc(48 / 28);
    letter-spacing: 0;
  }

  .e-jcom .description-date {
    flex-direction: column;
    font-size: calc(30 / 750 * 100vw);
  }

  .e-jcom .description-date span {
    margin-bottom: 5px;
    margin-right: calc(17 / 750 * 100vw);
    padding: 5px 0;
    width: calc(148 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }

  .e-jcom .pickup {
    margin: 0 auto calc(150 / 750 * 100vw);
    width: calc(670 / 750 * 100vw);
  }

  .e-jcom .pickup::after {
    height: calc(4 / 750 * 100vw);
  }

  .e-jcom .pickup .title {
    margin-bottom: calc(50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }

  .e-jcom .pickup .title::before, .e-jcom .pickup .title::after {
    height: calc(4 / 750 * 100vw);
  }

  .e-jcom .pickup .title::before {
    margin-right: calc(15 / 750 * 100vw);
  }

  .e-jcom .pickup .title::after {
    margin-left: calc(15 / 750 * 100vw);
  }

  .e-jcom .pickup-item:not(:last-child) {
    margin-bottom: calc(60 / 750 * 100vw);
  }
  
  .e-jcom .pickup-item .image {
    width: calc(320 / 750 * 100vw);
  }

  .e-jcom .pickup-item .text {
    margin-left: calc(30 / 750 * 100vw);
  }

  .e-jcom .pickup-item .goods-name {
    font-size: calc(24 / 750 * 100vw);
  }

  .e-jcom .pickup-item .goods-desc {
    font-size: calc(20 / 750 * 100vw);
  }

  .e-jcom .pickup-item .goods-price {
    font-size: calc(24 / 750 * 100vw);
  }

  .e-jcom .pickup-item .goods-price .tax {
    font-size: calc(18 / 750 * 100vw);
  }

  .e-jcom .btn-more {
    width: calc(265 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }

  .e-jcom .notes {
    margin-bottom: calc(80 / 750 * 100vw);
  }

  .e-jcom .notes .title {
    margin-bottom: calc(40 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
    font-size: calc(42 / 750 * 100vw);
  }

  .e-jcom .notes ul {
    margin: 0 auto;
    width: calc(670 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }

  .e-jcom .notes ul li {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  .block-thumbnail-t--scomment + .bblock-thumbnail-t--price-items .block-thumbnail-t--price.price.js-enhanced-ecommerce-goods-price {
    color: #cc3302;
    font-weight: 800;
  }
}