.uppercase img {
    width: 17%;
  }
.set {
    padding: 0 5%;
    margin-bottom: 40%;
}

.set:last-child {
  padding: 0 5%;
  margin-bottom: 20%;
}

.-flex {
  display: flex;
  flex-wrap: wrap;
}
.img div:nth-child(1) {
  width: 100%;
}
.img.-flex div:nth-child(1) {
    width: 60%;
}
.img.-flex div:nth-child(2) {
  transform: rotate(7deg);
  width: 41%;
  margin-top: 20%;
  margin-left: -3%;
}

.human_detail p {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 2%;
  margin-left: 2%;
}

p.comment {
  margin: 6% 3% 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 4% 4%;
  font-size: 14px;
  background-color: #EFEFEF;
}

h3.item_title {
  background: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 2px 30px 1px;
  width: 100%;
  position: relative;
  margin: auto;
  text-align: left;
  font-size: 11px;
  margin-top: 12%;
  margin-bottom: 5%;
}

h3.item_title::before {
  background: url(https://jamtrading.itembox.design/item/jam/img/special/2024/didyoubuy_vinfes/arrow.png) no-repeat center center;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}



.box-main {
  display: table;
  width: 100%;
  margin-top: 3%;
}
.img-box {
  display: table-cell;
  width: 41%;
  padding-right: 2%;
}
.txt-box {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.txt-box p:nth-child(1) {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.75;
}

.txt-box p:nth-child(2) {
  margin-bottom: 3%;
}

.c-btn01.-snap {
  background: #e06e1d;
  border: 1px solid #e06e1d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 9px 6px 8px !important;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  max-width: 489px;
  margin: auto;
  margin-top: 5%;
  text-align: center;
}

.c-btn01.-snap::after {
  background: unset;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 8px;
  width: 8px;
}

.c-btn01.-snap:hover {
  background-color: #fff;
  color: #e06e1d;
}

.horizon {
  width: 80%;
  margin: 8% auto;
}

.pagetop{
  background: #df8038;
}

.trivia.special.-snap {
  padding: 0 5%;
}
  
@media only screen and (min-width: 750px){
    .wrapper-didyoubuy_kansai {
        padding: 0 30%;
    }
    header img {
        width: 5% !important;
        padding: 1% 0;
    }
}