@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
/* CSS Document */
body.catalog-template-default.single.single-catalog.postid-1719 {
  background: #fff;
}
a.item-btn {
  text-decoration: underline;
}
.row {
  display: flex;
  justify-content: center;
}
.bg-box {
  width: 100%;
  max-width: 1200px;
}
.item-link ul 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;
  justify-content: flex-start;
}
.spacer {
  width: 100%;
}
.catalog_container {
  margin-bottom: 10em;
}
.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/studiopicone/wp-content/uploads/2023/07/p_23aw_hed.png);
  background-size: contain;
  aspect-ratio: 60/29;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.main-visual p {
  font-family: 'EB Garamond', serif;
  font-size: 7rem;
  color: #fff;
  font-weight: 400;
  margin: 0 1em .3em;
}
.main-summary {
  line-height: 2;
  font-size: 4.6rem;
  text-align: center;
  display: flex;
  gap: .3em;
  padding: 1em;
  flex-direction: column;
  align-items: center;
  background: #d7d6cc;
}
.main-summary h1 {
  font-size: 4rem;
  font-weight: 400;
}
img {
  width: 100%;
}
.item-link ul.row {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  justify-content: center;
}
.item-link ol > li {
  list-style: decimal;
  width: calc(50% - 3em);
}
.item-link ol {
  display: flex;
  flex-wrap: wrap;
  gap: 2em 5em;
}
figure.scroll_up.left.on {
  width: 100%;
}
.box01 figure {
  width: 54%;
}
.box01 {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  gap: 2em;
  padding: 10vw 0;
}
.box02 figure {
  width: 60%;
}
.box02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10em;
}
.box03 {
  display: flex;
  align-items: flex-end;
  gap: 5em;
  justify-content: flex-end;
  margin-bottom: 10em;
}
.box03 figure {
  width: 50%;
}
.box05 {
  display: flex;
  align-items: flex-end;
  margin: 10em auto;
  justify-content: center;
}
.box06 {
  margin: 5em auto;
}
.box06 .item-link {
  width: 60%;
  margin: 2em auto;
}
.box06 .item-link ul > li {
  justify-content: space-between;
}
.box07 .item-link {
  /* margin: 0; */
}
.box10 .item-link {
  margin: 0;
}
.box08 {
  display: flex;
  flex-direction: row;
  margin-top: 10em;
  margin-bottom: 10em;
  align-items: flex-end;
}
.box09 {
  margin-bottom: 10em;
}
.box09 .box-left {
  margin-top: 20em;
}
.box09 div.row {
  gap: 1em;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.box09 .item-link .row, .box10 .item-link .row {
  width: 50%;
  column-gap: 2em;
}
.box09 .item-link ul.row li, .box10 .item-link ul.row li {
  width: calc(50% - 2em);
}
.box09 .item-link.row ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
  justify-content: space-around;
}
.box09 .item-link.row ul li {
  width: calc(50% - 5em);
}
.box10 div.row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 12em;
}
.box10 .box-right {
  width: 60%;
}
.box10 .box-left {
  width: 45%;
  margin-right: -5%;
  margin-bottom: -10em;
  z-index: -1;
}
.box11 {
  margin: 10em auto;
}
.box11 .item-link li {
  width: 30%;
  justify-content: center;
}
.box12 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 10em auto;
}
.box13 {
  width: 50%;
}
.box14 {
  width: 50%;
  margin-top: 26em;
}
.box07 {
  width: 70%;
  margin: 0 auto;
}
.box15 figure {
  width: 60%;
}
.box15 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.row.box16 {
  gap: 4em;
  margin-bottom: 10em;
}
.all_lowerpage_contents.catalog_contents {
  margin-bottom: 10em;
}
/*スマホここから*/
@media screen and (max-width: 768px) {
  .single-catalog .all_lowerpage_wrap.brand_archivio {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }
  .main-summary {
    padding: 5vw;
  }
  .main-summary p {}
  .main-summary h1 {
    font-size: 4rem;
    font-weight: 600;
  }
  .catalog_container p.sp {
    display: flex;
    text-align: center;
    line-height: 1.6em;
    justify-content: center;
    margin-bottom: 2em;
  }
  .item-link li {
    display: flex;
    flex-wrap: nowrap;
    row-gap: 0.3em;
    justify-content: space-around;
  }
  .box09 .item-link ul.row li, .box10 .item-link ul.row li {
    width: 80%;
    margin: 0 auto;
  }
  .item-link ol > li {
    display: list-item;
    width: fit-content;
    margin: .5em auto;
    padding: 2vw;
    margin-left: 3em;
    overflow: visible;
  }
 
  .item-link ul {
    display: flex;
    flex-direction: column;
    gap: 0.4em;
  }
  .row {
    display: flex;
    flex-direction: column;
  }
  .box10 div.row {
    margin-bottom: 7em;
  }
  .box09 div.row {
    display: flex;
    gap: 2vw;
    flex-direction: row;
  }
  .item-link ul.row {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .box09 .item-link .row, .box10 .item-link .row {
    width: 100%;
  }
  .box01 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3em;
    gap: 0;
    margin-bottom: 3em;
  }
  .box01 figure {
    width: 76%;
  }
  .box02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 5em;
  }
  .box02 figure {
    margin: 0;
    width: 80%;
    display: flex;
  }
  .box03 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    margin-bottom: 3em;
  }
  .box03 figure {
    width: 68%;
  }
  .box04 {
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
  }
  .box04 .item-link {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .box04 figure {
    width: 100%;
    max-width: 100vw;
  }
  .box04 .item-link li {
    /* width: 70%; */
  }
  .box05 {
    margin: 3em auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box05 figure {
    width: 76%;
  }
  .box06 img {}
  .box06 figure {
    /* width: 70%; */
  }
  .box12 figure {
    width: 80%;
  }
  .box12 {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    margin: 5em auto;
  }
  .box15 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .box15 figure {
    margin: 0;
    width: 80%;
    display: flex;
  }
  .main-visual p {
    font-size: 3.4rem;
    margin: 0 5vw;
  }
  .main-visual.bg-box {
    display: flex;
    align-items: center;
  }
  .item-link ol {
    display: flex;
    gap: 0;
  }
  .box06 .item-link {
    width: 100%;
    margin: 0;
  }
  .box08 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 5em 0;
    align-items: flex-start;
  }
  .box09 .box-left {
    margin-top: 7em;
    width: 55%;
  }
  .box09 .box-right {
    width: 45%;
  }
  .box10 .box-left {
    margin-bottom: -5em;
  }
  .box11 {
    margin: 5em auto;
  }
  .box11 .item-link li {
    width: 70%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* margin: 0 auto; */
  }
  .box11 .item-link ul.row {
    display: flex;
    align-items: flex-end;
  }
  .box13 {
    width: 70%;
  }
  .box14 {
    width: 84%;
    margin: 0;
    margin-left: auto;
  }
  .row.box16 {
    margin: 5em auto;
    display: flex;
    align-items: flex-start;
  }
  p.attention {
    padding: 2vw;
  }
  .box09 {
    margin-bottom: 5em;
  }
}
/*スマホここまで*/