.top-section {
  max-width: 1380px;
  margin: 0 auto 80px;
}
@media screen and (min-width: 768px) {
  .top-section {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-section {
    margin: 0 2.5vw 15.3846153846vw;
  }
}
.top-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-ttl {
    margin-bottom: 5.1282051282vw;
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
}
.thumb-link-list {
  display: flex;
  flex-flow: wrap;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .thumb-link-list {
    gap: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .thumb-link-list li {
    max-width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .thumb-link-list li {
    width: calc((100% - 2.5vw * 2) / 3);
  }
}
.thumb-link-list a {
  display: block;
}
.thumb-link-list a:hover {
  opacity: 0.7;
}
.panel a {
  /* font-size: 2rem; */
  /* font-weight: bold; */
  display: flex;
  /* padding: 15px 20px; */
  text-align: center;
  /* color: #ffffff; */
  /* background-color: #ac0077; */
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .panel a {
    padding: 2.0512820513vw 2.5vw;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.panel a:hover {
  opacity: 0.7;
}
.news a {
  display: block;
  padding: 17px 20px;
  background-color: #f3f3f3;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .news a {
    padding: 2.5641025641vw 2.5vw;
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.news a:hover {
  opacity: 0.7;
}
.news a div {
  gap: 15px;
  display: flex;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news a div {
    gap: 2.8205128205vw;
  }
}
.news a p {
  flex: 1;
}
#campaign {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #campaign {
    margin: 0 2.5vw 5.1282051282vw;
  }
}
#campaign a {
  display: block;
}
#campaign a figure {
  max-width: 1110px;
  margin: 0 auto;
  background-color: #ffffff;
}
#campaign a figure img {
  width: 100%;
  aspect-ratio: 1110/480;
  object-fit: cover;
}
#campaign a:hover img {
  opacity: 0.7;
}
#campaign__bg {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  display: block;
  height: auto;
  margin: auto;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #campaign__bg {
    display: none;
  }
}
#campaign__bg img {
  width: 100%;
  height: 100%;
  filter: blur(20px);
  object-fit: cover;
}
.campaign-list {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .campaign-list {
    gap: 2.5vw;
  }
}
.campaign-list li {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .campaign-list li {
    width: calc((100% - 2.5vw) / 2);
  }
}
.campaign-list a {
  display: block;
}
.campaign-list a:hover {
  opacity: 0.7;
}
.campaign-list img {
  width: 100%;
  aspect-ratio: 440/190;
  object-fit: cover;
}
.search-shop {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .search-shop {
    column-gap: 4vw;
    row-gap: 5.1282051282vw;
  }
}
.search-shop li {
  width: calc((100% - 140px) / 8);
}
@media screen and (max-width: 767px) {
  .search-shop li {
    width: calc((100% - 12vw) / 4);
  }
}
.search-shop a {
  display: block;
}
.search-shop a:hover {
  opacity: 0.7;
}
.search-shop img {
  width: 100%;
  max-width: 120px;
  margin: 0 auto 40px;
  aspect-ratio: 120/120;
  display: block;
}
@media screen and (max-width: 767px) {
  .search-shop img {
    margin: 0 auto 2.5641025641vw;
    max-width: 17.9487179487vw;
  }
}
.search-shop p {
  text-align: center;
  font-size: 1.4rem;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .search-shop p {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-section {
    display: grid;
    column-gap: 24px;
    grid-template-columns: auto 678px;
    grid-template-rows: auto 1fr;
    grid-template-areas: "img list" "btn list";
  }
}
.item-section .renewal_item-tags {
  display: flex;
  margin-top: 6px;
  /* flex-flow: wrap; */
  gap: 10px;
  max-width: 55px;
}
@media screen and (max-width: 767px) {
  .item-section .renewal_item-tags {
    margin-top: 1.2820512821vw;
    gap: 1.5384615385vw;
  }
}
.item-section .item-tag {
  max-width: 50px;
}
@media screen and (max-width: 767px) {
  .item-section .item-tag {
    max-width: 12.8205128205vw;
  }
}
.item-section__img {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .item-section__img {
    grid-area: img;
  }
}
@media screen and (max-width: 767px) {
  .item-section__img {
    margin-bottom: 5.1282051282vw;
  }
}
.item-section__img a {
  display: block;
}
.item-section__img a:hover {
  opacity: 0.7;
}
.item-section__img img {
  width: 100%;
  aspect-ratio: 678/320;
  object-fit: cover;
}
.item-section-list {
  display: flex;
  flex-flow: wrap;
  row-gap: 22px;
  column-gap: 24px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .item-section-list {
    margin-bottom: 0;
    grid-area: list;
  }
}
@media screen and (max-width: 767px) {
  .item-section-list {
    margin-bottom: 7.6923076923vw;
    column-gap: 2.5vw;
    row-gap: 5.1282051282vw;
  }
}
.item-section-list li {
  width: calc((100% - 48px) / 3);
  border-bottom: solid 1px #c1b6b675;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .item-section-list li {
    width: calc((100% - 2.5vw) / 2);
  }
}
/* .item-section-list a {
  display: block;
  margin-bottom: 6px;
} */
@media screen and (max-width: 767px) {
  .item-section-list a {
    margin-bottom: 1.2820512821vw;
  }
}
.item-section-list a img {
  width: 95%;
  /* margin-bottom: 6px; */
  /* aspect-ratio: 210/143; */
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto 6px;
}
.item-section-list_aeonbike a img {
   aspect-ratio: 210/135;
}
@media screen and (max-width: 767px) {
  .item-section-list a img {
    margin-bottom: 1.2820512821vw;
  }
}
.item-section-list a p {
  line-height: 1.2857142857;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  min-height: 2.5em;
}
@media screen and (max-width: 767px) {
  .item-section-list a p {
    font-size: 12px;
    font-size: 3.0769230769vw;
  }
}
.item-section-list a:hover {
  opacity: 0.7;
}
.item-section-list__price span {
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .item-section-list__price span {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.item-section-list__price span.sale {
  color: #ff0000;
}
.item-section-list__price span b {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .item-section-list__price span b {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 1200px) {
  .item-section__btn {
    grid-area: btn;
  }
}
.item-section__btn a {
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  width: 100%;
  max-width: 440px;
  height: 75px;
  color: #ffffff;
  border-radius: 100px;
  background-color: #ac0077;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 5px 0px #77165a);
}
@media screen and (max-width: 767px) {
  .item-section__btn a {
    width: 76.9230769231vw;
    height: 13.3333333333vw;
    font-size: 14px;
    font-size: 3.5897435897vw;
    filter: drop-shadow(0px 1.0256410256vw 0px #77165a);
  }
}
.item-section__btn a:hover {
  opacity: 0.7;
}
#header.hide{
  opacity: 1;
  display: block;
}
#header.hide{
  transition: 0.5s;
  opacity: 0;
}
.no-scroll {
  overflow: hidden;
}
/*------------------
ページトップへ戻るボタン
------------------*/
.pagetop {
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: .3s;
    color: #ffffff;
    background: #ac0077;
    opacity: 0;
    border: solid;
    border-width: 3px;
    text-align: center;
    z-index: 9999;
}
.pagetop:hover {
    /* box-shadow: 0px 0px 5px #e3007f; */
    transform: scale(1.2);
}
