* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 0.83vw;
}

@media screen and (min-width: 1025px) {
  main h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/bg/bg2.png");
    color: #fff;
    height: 18.0208333333vw;
    font-size: 2.6041666667vw;
    padding-top: 7.8125vw;
    font-weight: bold;
    line-height: 0;
  }
  main h1 span {
    display: block;
  }
  main .buttons {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1.5625vw;
    height: 6.7708333333vw;
    background: url("../img/bg/bg4.jpg");
    padding-top: 2.0833333333vw;
  }
  main .buttons img {
    display: block;
    width: 15.625vw;
  }
  main .contents-box {
    display: flex;
    align-items: stretch;
  }
  main .contents-box.hidden {
    display: none;
  }
  main .contents-box .side-ber {
    flex: 1;
    background: url("../img/bg/bg2.png");
  }
  main .contents-box .items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.75vw;
    padding: 5.8854166667vw 6.1458333333vw;
  }
  main .contents-box .items .item {
    width: 21.1458333333vw;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  main .contents-box .items .item img {
    width: 21.1458333333vw;
    height: 11.5104166667vw;
    object-fit: cover;
  }
  main .contents-box .items .item figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.3541666667vw;
    color: #8C795E;
    background-color: #fff;
    height: 4.4791666667vw;
  }
  main .contents-box#column .side-ber {
    flex: 1;
    background: url("../img/bg/bg5.webp");
  }
  main .contents-box#column .items figcaption {
    color: rgb(80, 111, 89);
  }
  main .contents-box > *:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_view {
    display: block;
  }
  h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/bg/bg2.png");
    color: #fff;
    height: 21.3333333333vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
    line-height: 0;
  }
  h1 span {
    display: block;
  }
  .buttons {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 1.3333333333vw;
    height: 21.3333333333vw;
    background: url("../img/bg/bg4.jpg");
    padding-top: 5.8666666667vw;
  }
  .buttons img {
    display: block;
    width: 45.3333333333vw;
  }
  .contents-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
  .contents-box.hidden {
    display: none;
  }
  .contents-box .side-ber {
    display: none;
  }
  .contents-box .items {
    display: block;
  }
  .contents-box .items .item {
    width: 75.4666666667vw;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto 5.3333333333vw;
  }
  .contents-box .items .item img {
    object-fit: contain;
  }
  .contents-box .items .item figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5.3333333333vw;
    font-weight: bold;
    color: #8C795E;
    background-color: rgba(255, 255, 255, 0.7019607843);
    height: 14.4vw;
  }
  .contents-box#column .side-ber {
    flex: 1;
    background: url("../img/bg/bg5.webp");
  }
  .contents-box#column .items figcaption {
    color: rgb(80, 111, 89);
  }
}

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