/* ================================================== */
/* mobile */

@media screen and (max-width: 767px) {

/* -------------------------------------------------- */
/* breadcrumb */

.breadcrumb .wrapper {
  padding-bottom: 6vw;
  padding-top: 2vw;
}

/* -------------------------------------------------- */
/* category */

.buylist-category h2.global,
.buylist-category h3.global {
  font-size: 2rem;
  margin-bottom: 20px;
}
.buylist-category p {
  line-height: 1.65;
  margin-bottom: 20px;
  text-align: left;
}
.buylist-category .category-model {
  margin-bottom: 40px;
}
.buylist-category .category-maker {
  left: 0;
  position: static;
  top: 0;
  width: 100%;
}
.buylist-category .category-maker ul.grid {
  justify-content: space-between;
}
.buylist-category .category-maker ul li {
  margin: 8px 0;
  width: 31%;
}
.buylist-category .category-button {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
/* model */

.breadcrumb-model .wrapper {
  position: static;
  padding-bottom: 2vw;
  padding-top: 2vw;
  transform: none;
}
.model {
  padding-bottom: 20px;
}
.model-image {
  height: 55vw;
  padding: 0;
}
.model-text {
  box-shadow: 5px 5px 10px rgba(0,0,0,.16);
  padding: 6vw;
  position: relative;
  right: auto;
  top: -20px;
  width: 100%;
}
.model-title,
.maker-title {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: center;
  
}
.model-text p,
.maker-text p {
  line-height: 1.65;
}

/* -------------------------------------------------- */
/* list */

.list {
  padding-bottom: 0;
  padding-top: 40px;
}
.list .title {
  display: none;
}
.list h2.global {
  margin-bottom: 15px;
}

/* -------------------------------------------------- */
/* maker */

.maker {
  padding-top: 0;
}
.maker-image img {
  display: block;
  margin: 0 auto 20px;
  width: 54.75vw;
}

/* -------------------------------------------------- */
/* voice */

.voice {
  padding-top: 10px;
}

/* -------------------------------------------------- */
/* check */

.check {
  background: #fff;
  min-height: initial;
  padding: 0 0 20px;
}
.check::before,
.check::after {
  display: none;
}
.check .wrapper {
  padding: 0;
}
.check .title {
  left: 0;
  margin-bottom: 10px;
  padding-right: 4vw;
  position: relative;
  text-align: right;
  writing-mode: horizontal-tb;
  z-index: 2;
}
.check-content {
  min-height: initial;
}
.check-content::before {
  background: var(--gradient1);
  content: '';
  height: 120px;
  left: 0;
  position: absolute;
  top: 20px;
  transform: skewY(-7deg);
  width: 100%;
  z-index: 1;
}
.check-text {
  background: linear-gradient(180deg, var(--gradient1), var(--gradient2));
  padding: 0 4vw 50px;
  position: relative;
  width: 100vw;
  z-index: 2;
}
.check h2.global {
  line-height: 1.5;
  margin-bottom: 20px;
}
.check h2.global span {
  margin-bottom: 5px;
}
.check-text p {
  font-size: 1.4rem;
  line-height: 1.65;
}
.check-image {
  margin-top: -30px;
  padding: 0 4vw;
  position: relative;
  z-index: 2;
}
.check-image-outer {
  box-shadow: 10px 10px 10px rgba(0,0,0,.16);
  height: 52.8vw;
  padding: 8px;
  width: 70.4vw;
}
.check-bg {
  background: url(../images/buylist/check-bg02.webp) no-repeat 0 0 / 167px 208px;
  bottom: 0;
  height: 208px;
  right: 0;
  width: 167px;
}
.check-bg p {
  display: none;
}

}
