.modelList01 {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 0;
}
@media screen and (min-width: 768px) {
  .modelList01.Col02 .item .thumb01 img {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col02-top .item:nth-child(-n+2) {
    grid-column: span 2;
  }
  .modelList01.Col02-top .item:nth-child(-n+2) .thumb01 img {
    max-width: 280px;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col03-top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px 0;
  }
  .modelList01.Col03-top .item:nth-child(1) {
    grid-column: span 2;
  }
  .modelList01.Col03-top .item:nth-child(2) {
    grid-column: span 2;
  }
  .modelList01.Col03-top .item:nth-child(3) {
    grid-column: span 2;
  }
  .modelList01.Col03-top .item:nth-child(n+4) {
    grid-column: span 3;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col04-top {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 40px 0;
  }
  .modelList01.Col04-top .item:nth-child(1),
  .modelList01.Col04-top .item:nth-child(2),
  .modelList01.Col04-top .item:nth-child(3),
  .modelList01.Col04-top .item:nth-child(4) {
    grid-column: span 2;
  }
  .modelList01.Col04-top .item:nth-child(n+5) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.ColMix-2-4-3-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 40px 0;
  }
  .modelList01.ColMix-2-4-3-top .item:nth-child(1),
  .modelList01.ColMix-2-4-3-top .item:nth-child(2) {
    grid-column: span 6;
  }
  .modelList01.ColMix-2-4-3-top .item:nth-child(n+3):nth-child(-n+6) {
    grid-column: span 3;
  }
  .modelList01.ColMix-2-4-3-top .item:nth-child(n+7):nth-child(-n+9) {
    grid-column: span 4;
  }
  .modelList01.ColMix-2-4-3-top .item:nth-child(n+10) {
    grid-column: span 6;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col01L-top1 .item:nth-child(-n+1) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .thumb01 {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
    position: static;
    margin: 0;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .thumb01 img {
    max-width: inherit;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .name01 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .tx01 {
    grid-column: 2;
    grid-row: 2;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .specList01 {
    grid-column: 2;
    grid-row: 3;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .badge {
    grid-column: 2;
    grid-row: 4;
    align-self: start;
    margin-top: 10px;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .price {
    grid-column: 2;
    grid-row: 6;
  }
  .modelList01.Col01L-top1 .item:nth-child(-n+1) > .inner01 .btn {
    grid-column: 2;
    grid-row: 7;
    align-self: end;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col01L-top2 .item:nth-child(-n+2) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .thumb01 {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
    position: static;
    margin: 0;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .thumb01 img {
    max-width: inherit;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .name01 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .tx01 {
    grid-column: 2;
    grid-row: 2;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .specList01 {
    grid-column: 2;
    grid-row: 3;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .badge {
    grid-column: 2;
    grid-row: 4;
    align-self: start;
    margin-top: 10px;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .price {
    grid-column: 2;
    grid-row: 6;
  }
  .modelList01.Col01L-top2 .item:nth-child(-n+2) > .inner01 .btn {
    grid-column: 2;
    grid-row: 7;
    align-self: end;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col01L-top3 .item:nth-child(-n+3) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .thumb01 {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
    position: static;
    margin: 0;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .thumb01 img {
    max-width: inherit;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .name01 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .tx01 {
    grid-column: 2;
    grid-row: 2;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .specList01 {
    grid-column: 2;
    grid-row: 3;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .badge {
    grid-column: 2;
    grid-row: 4;
    align-self: start;
    margin-top: 10px;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .price {
    grid-column: 2;
    grid-row: 6;
  }
  .modelList01.Col01L-top3 .item:nth-child(-n+3) > .inner01 .btn {
    grid-column: 2;
    grid-row: 7;
    align-self: end;
  }
}
@media screen and (min-width: 768px) {
  .modelList01.Col01L-top4 .item:nth-child(-n+4) {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto auto 1fr auto auto;
    column-gap: 24px;
    row-gap: 8px;
    align-items: start;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .thumb01 {
    grid-column: 1;
    grid-row: 1 / -1;
    align-self: start;
    position: static;
    margin: 0;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .thumb01 img {
    max-width: inherit;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .name01 {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .tx01 {
    grid-column: 2;
    grid-row: 2;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .specList01 {
    grid-column: 2;
    grid-row: 3;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .badge {
    grid-column: 2;
    grid-row: 4;
    align-self: start;
    margin-top: 10px;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .price {
    grid-column: 2;
    grid-row: 6;
  }
  .modelList01.Col01L-top4 .item:nth-child(-n+4) > .inner01 .btn {
    grid-column: 2;
    grid-row: 7;
    align-self: end;
  }
}

.modelList01.Col02L-top .item:nth-child(-n+2) {
  grid-column: span 2;
}
.modelList01.Col03 {
  grid-template-columns: repeat(3, 1fr);
}
.modelList01.Col03 .item .thumb01 {
  text-align: center;
}
.modelList01.Col03 .item .thumb01 img {
  max-width: 280px;
}
.modelList01.Col04 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .modelList01.Col02-sp {
    grid-template-columns: repeat(2, 1fr);
  }
  .modelList01.Col02-sp .item:nth-child(n + 3) {
    margin-top: 17px;
  }
  .modelList01.Col01-sp {
    grid-template-columns: repeat(1, 1fr);
  }
  .modelList01.Col01-sp .item:nth-child(n + 2) {
    margin-top: 17px;
  }
  .modelList01.Col01-sp .item .thumb01 {
    margin-bottom: 22px;
    text-align: center;
  }
  .modelList01.Col01-sp .item .thumb01 img {
    max-width: 259px;
  }
  .modelList01.Col01-sp .item .badge img {
    height: 37px;
  }
  .modelList01.Col01-sp .item .badge img + img {
    margin-left: 5px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .modelList01.Col01-sp .item .badge img + img {
    margin-left: 3px;
  }
}
@media screen and (max-width: 767px) {
  .modelList01.Col01-sp .item .name01 {
    font-size: 2.22rem;
  }
  .modelList01.Col01-sp .item .tx01 {
    font-size: 1.48rem;
  }
  .modelList01.Col01-sp .item .specList01 li dl dt {
    font-size: 1.11rem;
  }
  .modelList01.Col01-sp .item .specList01 li dl dd {
    font-size: 1.11rem;
  }
  .modelList01.Col01-sp .item .price .num {
    font-size: 2.96rem;
  }
  .modelList01.Col01-sp .item .price .yen {
    font-size: 1.48rem;
  }
  .modelList01.Col01-sp .item .price .zei {
    font-size: 0.9768rem;
  }
  .modelList01.Col01-sp .item .btn a {
    font-size: 1.665rem;
  }
}
.modelList01 .item {
  padding: 8px 8px 18px 8px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  position: relative;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 767px) {
  .modelList01 .item {
    padding: 4px;
  }
}
.modelList01 .item.endofsale .price {
  justify-content: center;
}
.modelList01 .item.endofsale .price .num {
  text-align: center;
  font-weight: 800;
  font-size: 2.8rem;
  display: flex;
  align-items: flex-end;
  letter-spacing: 0;
  margin-right: 0;
  min-height: 36px;
}
@media screen and (max-width: 767px) {
  .modelList01 .item.endofsale .price .num {
    min-height: 19.733px;
    font-size: 4.5vw;
  }
}
.modelList01 .item.endofsale .price .yen {
  display: none;
}
.modelList01 .item.endofsale .btn a {
  background: #C8C8C8;
  transition: background 0.15s ease-in-out;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .modelList01 .item.endofsale .btn a:hover {
    background: #C8C8C8;
  }
  .theme-dark .modelList01 .item.endofsale .btn a:hover {
    background: #363636;
  }
}
@media screen and (min-width: 768px) {
  .modelList01 .item:not(.endofsale):hover {
    cursor: pointer;
    background: #fff;
    border: 2px solid #80bbff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .theme-dark .modelList01 .item:not(.endofsale):hover {
    background: #000;
    border-color: #4c4c4c;
  }
}
.modelList01 .item .newWrap {
  position: absolute;
  top: 8px;
  left: 8px;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .newWrap {
    top: 4px;
    left: 4px;
  }
}
.modelList01 .item .newWrap .new {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 48px;
  height: 49px;
  background: url("/common/img/icon_new01.png") no-repeat 0 0/contain;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .newWrap .new {
    width: 43.2px;
    height: 44.1px;
  }
}
.modelList01 .item .thumb01 {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .thumb01 {
    margin-bottom: 14px;
  }
}
.theme-dark .modelList01 .item .thumb01 {
  background: #000;
}
.modelList01 .item .badge img {
  width: auto;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .badge img {
    height: 24.6px;
    margin-right: 3px;
  }
}
.modelList01 .item .name01 {
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .name01 {
    font-size: 1.48rem;
    line-height: 1.5;
  }
}
.theme-dark .modelList01 .item .name01 {
  color: #fff;
}
.modelList01 .item .tx01 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
  overflow-wrap: anywhere;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .tx01 {
    font-size: 0.987rem;
  }
}
.theme-dark .modelList01 .item .tx01 {
  color: #fff;
}
.theme-dark .modelList01 .item .specList01 {
  color: #fff;
  border-color: #4c4c4c;
}
.modelList01 .item .specList01 li {
  border-top: 1px solid #ccc;
}
.modelList01 .item .specList01 li:last-child {
  border-bottom: 1px solid #ccc;
}
.theme-dark .modelList01 .item .specList01 li {
  border-color: #4c4c4c;
}
.modelList01 .item .specList01 li dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.modelList01 .item .specList01 li dl dt {
  flex: 0 0 7em;
  color: #646464;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .specList01 li dl dt {
    font-size: 0.74rem;
  }
}
.theme-dark .modelList01 .item .specList01 li dl dt {
  color: #b1b1b1;
}
.modelList01 .item .specList01 li dl dd {
  flex: 1;
  color: #646464;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.theme-dark .modelList01 .item .specList01 li dl dd {
  color: #b1b1b1;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .specList01 li dl dd {
    font-size: 0.74rem;
  }
}
.modelList01 .item .price {
  color: #000;
  margin-top: 0.5em;
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .price {
    font-size: 0.987rem;
  }
}
.theme-dark .modelList01 .item .price {
  color: #fff;
}
.modelList01 .item .price .num {
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 3.6rem;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-right: 0.1em;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .price .num {
    font-size: 1.973rem;
  }
}
.modelList01 .item .price .yen {
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 0.9;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .price .yen {
    font-size: 0.8768rem;
  }
}
.modelList01 .item .price .zei {
  font-weight: 800;
  font-size: 1.2rem;
  margin-left: -0.1em;
}
@media screen and (max-width: 767px) {
  .modelList01 .item .price .zei {
    font-size: 0.6576rem;
  }
}
.modelList01 .item .btn a {
  transition: background 0.15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .modelList01 .item .btn a:hover {
    color: #fff;
    background: #000;
  }
  .theme-dark .modelList01 .item .btn a:hover {
    background: #363636;
  }
}

.hdg01 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .hdg01 {
    font-size: 7vw;
    line-height: 1.35;
  }
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: 2.1em;
  left: 0;
  font-weight: 600;
  font-size: 1.6rem;
  font-style: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  [data-ruby]::before {
    font-size: 2.4vw !important;
  }
}

.hdg02 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .hdg02 {
    font-size: 3.5vw;
  }
}
.hdg02 span {
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  .hdg02 span {
    font-size: 7vw;
  }
}

.hdg02_special {
  color: #000;
  text-align: center;
  font-family: "Oswald", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 5.2rem;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .hdg02_special {
    font-size: 7.8vw;
  }
}
.hdg02_special span,
.hdg02_special ruby {
  font-size: 9.3rem;
  margin: 0 0.1em;
}
@media screen and (max-width: 767px) {
  .hdg02_special span,
  .hdg02_special ruby {
    font-size: 13.95vw;
  }
}
.hdg02_special span.Spear[data-ruby]::before,
.hdg02_special ruby.Spear[data-ruby]::before {
  left: 4.1em;
}
.hdg02_special span.Velox[data-ruby]::before,
.hdg02_special ruby.Velox[data-ruby]::before {
  left: 8.1em;
}
.hdg02_special span.Hydro[data-ruby]::before,
.hdg02_special ruby.Hydro[data-ruby]::before {
  left: 9.8em;
}
.hdg02_special span.Extreme[data-ruby]::before,
.hdg02_special ruby.Extreme[data-ruby]::before {
  left: 8em;
}
.hdg02_special span.Aqua[data-ruby]::before,
.hdg02_special ruby.Aqua[data-ruby]::before {
  left: 4.3em;
}
.hdg02_special span.Master[data-ruby]::before,
.hdg02_special ruby.Master[data-ruby]::before {
  left: 5.4em;
}

.hdg02_sub01 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  margin-top: 1.25em;
}
@media screen and (max-width: 767px) {
  .hdg02_sub01 {
    font-size: 1.6rem;
    margin-top: 1.4em;
  }
}
.theme-dark .hdg02_sub01 {
  color: #fff;
}

.hdg02_hr {
  border-bottom: 1px solid #000;
  margin-top: 57px;
  margin-bottom: 49px;
}

.hdg03 {
  color: #000;
  font-weight: 500;
  font-size: 3.0rem;
  line-height: 1.25;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hdg03 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .hdg03 .series {
    position: absolute;
    right: 0;
    bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .hdg03 .series {
    display: block;
    text-align: right;
  }
}

rt {
  display: none;
}

.seriesTopSection {
  padding: 77px 0 50px;
}
@media screen and (max-width: 767px) {
  .seriesTopSection {
    padding: 15vw 0;
  }
}
.seriesTopSection > .c_inner01,
.seriesTopSection > .inner01 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .seriesTopSection > .c_inner01,
  .seriesTopSection > .inner01 {
    width: calc(100% - 15px - 15px);
  }
}
.seriesTopSection > .c_inner01 section,
.seriesTopSection > .inner01 section {
  margin-top: 109px;
}
@media screen and (max-width: 767px) {
  .seriesTopSection > .c_inner01 section,
  .seriesTopSection > .inner01 section {
    margin-top: 62px;
  }
}
.seriesTopSection > .c_inner01 section + section,
.seriesTopSection > .inner01 section + section {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .seriesTopSection > .c_inner01 section + section,
  .seriesTopSection > .inner01 section + section {
    margin-top: 18.75vw;
  }
}
.seriesTopSection > .c_inner01 .hdg02_hr + section,
.seriesTopSection > .inner01 .hdg02_hr + section {
  margin-top: 0;
}

.contentsWrap:has(+ #footer01) .seriesTopContents > section:last-of-type {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .contentsWrap:has(+ #footer01) .seriesTopContents > section:last-of-type {
    padding-bottom: 20vw;
  }
}
.seriesTopContents.theme-dark .hdg01,
.seriesTopContents.theme-dark .hdg02,
.seriesTopContents.theme-dark .hdg02_special,
.seriesTopContents.theme-dark .hdg03 {
  color: #fff;
  border-color: #fff;
}
.seriesTopContents.theme-dark .hdg02_hr {
  border-color: #fff;
}

.bnrWrap {
  margin-top: 40px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .bnrWrap {
    border-radius: 10px 10px 0 0;
  }
}
.bnrWrap img {
  width: 100%;
}

.modelList01 {
  margin-top: 41px;
}
@media screen and (max-width: 767px) {
  .modelList01 {
    margin-top: 3.75vw;
  }
}

.bnrWrap + .modelList01 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .bnrWrap + .modelList01 {
    margin-top: 3.75vw;
  }
}
