@charset "utf-8";
/* CSS Document */
a.item-btn {
    text-decoration: underline;
}
.row {
  display: flex;
  justify-content: space-between;
}
.bg-box {
  width: 100%;
  max-width: 1200px;
}
.item-link li {
  display: flex;
  gap: 1em;
  padding: 0.3em;
  justify-content: space-between;
}
.item-link {
  margin: 1em 2vw;
  margin-bottom: 0;
}
.right {
  display: flex;
  flex-direction: row-reverse;
}
.left {
  display: flex;
  /* width: 100%; */
  justify-content: flex-start;
}
.spacer {
  width: 100%;
}
.catalog_container {
  margin-bottom: 5em;
}
.full-width {
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: space-around;
}
.main-visual {
  background: url(https://www.bikijapan-store.jp/piconeclub/wp-content/uploads/2023/07/c_23aw_hed.png);
  background-size: contain;
  aspect-ratio: 15/11;
  display: flex;
  align-items: center;
}
.main-summary {
  margin: 10vw;
  line-height: 1.8;
  font-size: 1.6rem;
  text-align: center;
  display: flex;
  gap: 1em;
  flex-direction: column;
  align-items: center;
}
.main-summary h1 {
  font-size: 7rem;
  font-weight: 400;
}
.box01 figure {
  width: 50%;
}
img {
  width: 100%;
}
.box01 {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  padding: 5vw;
}
.box02 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.box02 figure {
  width: 60%;
  margin-right: 5em;
}
.box03 {
  background: url(https://www.bikijapan-store.jp/piconeclub/wp-content/uploads/2023/07/c_23aw_04.png);
  aspect-ratio: 6/7;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-top: 10em;
}
.box03 .item-link {
  margin: 20vw 5vw;
}
.box04 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10em;
}
.box05 figure {
  width: 60%;
}
.box05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item-link ul.row {
  column-gap: 2em;
  flex-wrap: wrap;
}
.box06 {
  display: flex;
}
.box06 figure {
  width: 60%;
}
.box06 img {
  filter: drop-shadow(15em 15em 0px wheat);
  position: relative;
  z-index: 1;
}
.box07 {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  margin-top: -6em;
}
.box07 figure {
  width: 40%;
}
.cross {
  width: 1000px;
  margin: 10em auto;
  max-width: 100%;
}
.box09 {
  display: flex;
  align-items: flex-end;
  margin: 10em auto;
  justify-content: center;
}
.box12, .box13 {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em;
}
.box17 {
  background: url(https://www.bikijapan-store.jp/piconeclub/wp-content/uploads/2023/07/c_23aw_18.png);
  aspect-ratio: 1/1;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin: 10em auto;
}
.box17 .item-link {
  margin: 5vw 5vw;
}
.box16 {
  display: flex;
  justify-content: flex-end;
  margin: 2em;
  align-items: flex-end;
}
.box16 figure {
  width: 50%;
}
.box14 {
  margin: 10em auto;
}
.box14 .item-link li {
  width: 30%;
  justify-content: center;
}
.box11 {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin: 0 2vw;
  justify-content: center;
  align-items: flex-end;
}
.box11 .left img {
  width: 34%;
  margin-left: 5em;
}
.full-width.box10:before {
  background: aliceblue;
  content: "";
  width: 100vw;
  height: 700px;
  display: inline-block;
  position: absolute;
  margin-top: 250px;
}
div#archivio {}
.full-width.box10 {
  margin-bottom: 10em;
}
figure.scroll_up.left.on {
  width: 100%;
}
/*スマホここから*/
@media screen and (max-width: 768px) {
  .single-catalog .all_lowerpage_wrap.brand_archivio {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
  .main-summary {
    margin: 2vw;
    gap: 0;
  }
  .main-summary h1 {
    font-size: 5rem;
  }
  .catalog_container p.sp {
    display: flex;
    text-align: center;
    line-height: 1.6em;
    justify-content: center;
    margin-bottom: 2em;
  }
  .box01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .box01 figure {
    width: 70%;
  }
  .box02 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .box02 figure {
    margin: 0;
    width: 80%;
    display: flex;
  }
  .box03 {
    margin: 3em 0;
  }
  .box04 {
    margin: 17em 0 3em;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5vw;
    align-items: flex-start;
  }
  .box04 .item-link {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box03 .item-link {
    margin-bottom: -46vw;
  }
  .box04 figure {
    width: 80%;
  }
  .box05 figure {
    width: 80%;
  }
  .box05 {
    display: flex;
    align-items: center;
  }
  .item-link ul.row {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cross {
    margin: 3em auto;
    padding: 2vw;
  }
  .box06 img {
    filter: drop-shadow(4em 4em 0px wheat);
  }
  .box07 {
    margin-top: -3em;
    display: flex;
    flex-direction: column-reverse;
  }
  .box06 figure {
    width: 70%;
  }
  .box07 figure {
    width: 35%;
  }
	.box08 .item-link li {
    width: 70%;
}
  .box09 {
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box09 figure {
    width: 76%;
  }
  .item-link li {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0.3em;
  }
  .item-link ul {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
  }
  .box12, .box13 {
    padding: 5vw;
    width: 100%;
  }
  .box12 .item-link li, .box13 .item-link li {
    display: flex;
    /* justify-content: space-between; */
  }
  .box14 .item-link li {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-end;
  }
  .box14 {
    margin: 3em 0;
  }
  .box16 {
    margin: 1em auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 1em;
  }
  .box16 .item-link {
    margin: 0 1em;
  }
  .box16 figure {
    width: 50%;
  }
  .box17 {
    margin: 3em auto;
    margin-bottom: 15em;
  }
  .box17 .item-link {
    margin-bottom: -6em;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .box11 .item-link {
    order: 3;
  }
  .box11 .left img {
    width: 60%;
    margin: 0 auto;
  }
  .full-width.box10:before {
    height: 30em;
    margin-top: 10em;
  }
  .full-width.box10 {
    margin-bottom: 3em;
  }
}
/*スマホここまで*/