/* global.scss */
html {
  font-size: 0.8333vw;
}

#lineupPage main {
  padding: 13.698vw 13.698vw 6.25vw;
}
#lineupPage main .wrapper {
  margin: 0 auto;
  padding-bottom: 7.29vw;
  display: flex;
  gap: 3.33333vw;
  height: fit-content;
}
#lineupPage main .wrapper .item1 {
  color: rgb(80, 111, 89);
  width: 36.98vw;
}
#lineupPage main .wrapper .item1 h1 {
  border-bottom: 2px solid;
  display: flex;
}
#lineupPage main .wrapper .item1 h1 .title {
  font-family: modesto-expanded, serif;
  font-size: 3.625rem;
  margin-right: 2rem;
  margin-bottom: 2.5rem;
  display: inline-block;
}
#lineupPage main .wrapper .item1 h1 .sub-title {
  font-size: 2.0625rem;
  display: inline-block;
}
#lineupPage main .wrapper .item1 .catchText {
  padding: 26.3px 17.9px 30px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.53;
  font-family: "ten-mincho-text", serif;
  font-weight: normal;
}
#lineupPage main .wrapper .item2 {
  position: relative;
  width: 31.25vw;
  height: fit-content;
  box-shadow: 1.0416vw 1.0416vw rgba(172, 78, 14, 0.4);
}
#lineupPage main .wrapper .item2 img {
  display: block;
  object-fit: contain;
}
#lineupPage main .items {
  padding-bottom: 6.25vw;
}
#lineupPage main .items .row {
  display: flex;
  justify-content: center;
  column-gap: 5.208vw;
}
#lineupPage main .items .row img {
  height: 15.625vw;
  width: auto;
  display: block;
  max-width: none;
}
#lineupPage main .items .top {
  margin-bottom: 3.125vw;
}
#lineupPage main .textBox {
  height: 20.833vw;
  padding: 0 6.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5019607843);
  position: relative;
}
#lineupPage main .textBox p {
  font-size: 1.5625rem;
}
#lineupPage main .textBox .border {
  position: absolute;
  bottom: -1.66vw;
  left: 50%;
  border: rgb(80, 111, 89) 1px solid;
  height: 3.3333vw;
}
#lineupPage main .readMore p {
  font-size: 2.0625rem;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: rgb(80, 111, 89);
  text-align: center;
  font-weight: bold;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
#lineupPage main .readMore .button_box {
  width: fit-content;
  margin: 0 auto 5.416666vw;
}
#lineupPage main .onlineStore {
  width: fit-content;
  margin: 0 auto;
}
#lineupPage main .onlineStore img {
  width: 37.5vw;
}

@media screen and (min-width: 370px) and (max-width: 1022px) {
  html {
    font-size: 16px;
  }
  #lineupPage main {
    padding: 16vw 0 0;
  }
  #lineupPage main .wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  #lineupPage main .wrapper .item1 {
    width: 100%;
    text-align: center;
  }
  #lineupPage main .wrapper .item1 h1 {
    display: flex;
    flex-direction: column;
    margin: 0 6.1333333333vw;
  }
  #lineupPage main .wrapper .item1 h1 .title {
    font-family: modesto-expanded, serif;
    font-size: 2.1875rem;
    margin: 0;
    display: inline-block;
  }
  #lineupPage main .wrapper .item1 h1 .sub-title {
    font-size: 1.3rem;
    display: inline-block;
  }
  #lineupPage main .wrapper .item1 .catchText {
    font-size: 1.25rem;
    line-height: 1.525;
    font-family: "ten-mincho-text", serif;
    font-weight: normal;
  }
  #lineupPage main .wrapper .item2 {
    position: relative;
    width: 81.066vw;
    height: fit-content;
    margin: 0 auto;
    box-shadow: 2.93vw 2.93vw rgba(172, 78, 14, 0.4);
  }
  #lineupPage main .wrapper .item2 img {
    display: block;
    width: 100%;
    object-fit: contain;
  }
  #lineupPage main .items {
    padding-bottom: 6.25vw;
    position: relative;
  }
  #lineupPage main .items .row {
    display: flex;
    justify-content: center;
    column-gap: 5.208vw;
  }
  #lineupPage main .items .row img {
    height: 45.3vw;
    width: auto;
    display: block;
  }
  #lineupPage main .items .row .item0 {
    position: absolute;
    top: 11.12vw;
    left: 0;
  }
  #lineupPage main .items .row .item1 {
    position: absolute;
    top: 44.8vw;
    right: 0;
  }
  #lineupPage main .items .row .item2 {
    position: absolute;
    top: 60vw;
    left: 3.73vw;
  }
  #lineupPage main .items .row .item3 {
    position: absolute;
    top: 95.46vw;
    right: 1.36vw;
  }
  #lineupPage main .items .row .item4 {
    position: absolute;
    top: 118.93vw;
    left: 2.66vw;
  }
  #lineupPage main .items .top {
    margin-bottom: 3.125vw;
  }
  #lineupPage main .bigHeight {
    height: 172vw;
  }
  #lineupPage main .smallHeight {
    height: 116vw;
  }
  #lineupPage main .textBox {
    padding: 10.666vw 8vw;
    display: flex;
    text-align: justify;
    height: fit-content;
  }
  #lineupPage main .textBox p {
    font-size: 1.3rem;
  }
  #lineupPage main .textBox .border {
    position: absolute;
    bottom: -13.86666vw;
    left: 50%;
    border: rgb(80, 111, 89) 1px solid;
    height: 17.06666vw;
  }
  #lineupPage main .readMore {
    padding-top: 5.333vw;
  }
  #lineupPage main .readMore p {
    font-size: 4.266vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: rgb(80, 111, 89);
    text-align: center;
    font-weight: bold;
    margin-top: 4rem;
    margin-bottom: 2.6vw;
  }
  #lineupPage main .readMore .button_box {
    width: fit-content;
    margin: 0 auto 5.416666vw;
    margin-bottom: 13.866vw;
  }
  #lineupPage main .readMore .button_box .button {
    width: 49vw;
    height: 10.7vw;
    font-size: 4.266vw;
    padding: 0;
    font-family: Futura, serif;
    background-color: rgb(80, 111, 89);
    color: #FAFAFA;
    border-radius: 3rem;
    transition: all 0.3s ease;
    border: none;
    letter-spacing: 0.02em;
  }
  #lineupPage main .onlineStore {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 21.33vw;
  }
  #lineupPage main .onlineStore img {
    width: 84vw;
  }
}

/*# sourceMappingURL=lineup_page.css.map */
