@charset "UTF-8";
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap {
  overflow: hidden;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.top-bg {
  height: 40vh;
  background-image: url("../images/top-bg-new-items.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  text-align: center;
  color: #fff;
  font-size: 50px;
  width: 100vw;
  text-align: center;
}

.sec02 {
  padding: 50px 0;
  margin: 0 12%;
}

.sec02 h2 {
  font-size: 28px;
  border-bottom: 1px solid black;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.sec02 h2 span {
  margin-left: 20px;
  font-weight: normal;
}

.sec02 .dl-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec02 .dl-items-wrapper dt {
  width: 7%;
}

.sec02 .dl-items-wrapper dd {
  width: 93%;
}

.sec02 .panel-images-box {
  margin-top: 30px;
}

.sec02 .panel-images-box .panel-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.sec02 .panel-images-box .panel-row1 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
}

.sec02 .panel-images-box .panel-row1 > div {
  margin: 0;
}

.sec02 .panel-images-box .panel-row1 > div:nth-of-type(1) {
  width: 83%;
  max-width: 1050px;
}

.sec02 .panel-images-box .panel-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83%;
  max-width: 1050px;
  margin: 0 auto 40px;
}

.sec02 .panel-images-box .panel-row2 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  display: block;
}

.sec02 .panel-images-box .panel-row2 > div {
  margin: 10px;
  width: calc(100% / 3);
}

.sec02 .panel-images-box .panel-row2 > div:first-of-type {
  margin-left: 0;
}

.sec02 .tab-item-img {
  margin-top: 20px;
  width: 35%;
}

.sec02 .goods-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sec02 .goods-list-wrapper ul {
  width: 48%;
  list-style: none;
}

.sec02 .goods-list-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid black;
  padding: 10px 0;
  margin: 5px 0;
}

.sec02 .goods-list-wrapper ul li.visible-hidden {
  opacity: 0;
  visibility: hidden;
}

.sec02 .goods-list-wrapper ul li .goods-label {
  font-size: 18px;
  color: white;
  width: 25%;
  text-align: center;
}

.sec02 .goods-list-wrapper ul li .goods-label > span {
  background-color: #595757;
  padding: 10px 5px;
}

.sec02 .goods-list-wrapper ul li .goods-detail {
  width: 75%;
}

.sec02 .goods-list-wrapper ul li .goods-detail > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  width: 100%;
}

.sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type {
  margin-top: 10px;
}

.sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-label {
  font-size: 22px;
}

.sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-content {
  font-size: 24px;
  font-weight: bold;
}

.sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-content::first-letter {
  margin-left: 45px;
}

.sec02 .goods-list-wrapper ul li .goods-detail-label {
  width: 28%;
}

.sec02 .goods-list-wrapper ul li .goods-detail-content {
  width: 72%;
}

.sec02 .goods-list-wrapper ul li:last-of-type {
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 720px) {
  .sec01 {
    padding: 50px 0;
  }
  .sec01 h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  .sec01 img {
    width: 200px;
    height: 200px;
    margin: 30px auto;
  }
  .sec01 .btn-box .btn {
    display: inline-block;
    background-color: black;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    width: 300px;
    padding: 20px;
  }
  .sec02 {
    margin: 0 10px;
    padding: 20px 0 10px;
  }
  .sec02 h2 {
    font-size: 20px;
  }
  .sec02 h2 span {
    margin-left: 10px;
  }
  .sec02 .dl-items-wrapper {
    font-size: 14px;
  }
  .sec02 .dl-items-wrapper dt {
    width: 20%;
  }
  .sec02 .dl-items-wrapper dd {
    width: 80%;
  }
  .sec02 .js-toggler {
    font-size: 18px;
  }
  .sec02 .js-toggler::after {
    width: 10px;
    height: 10px;
  }
  .sec02 .tab-item-img {
    width: 80%;
    margin-top: 10px;
  }
  .sec02 .panel-images-box .panel-row1 {
    margin-bottom: 5px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .sec02 .panel-images-box .panel-row1 > div {
    margin: 0px;
    width: 25%;
  }
  .sec02 .panel-images-box .panel-row1 > div:nth-of-type(1) {
    width: 100%;
  }
  .sec02 .panel-images-box .panel-row2 {
    width: 100%;
  }
  .sec02 .panel-images-box .panel-row2 > div {
    width: calc(100% / 3.13);
    margin: 0px;
  }
  .sec02 .panel-images-box .panel-row2 > div:first-of-type {
    margin-left: 0;
  }
  .sec02 .panel-images-box .panel-row2 > div:last-of-type {
    margin-left: 5px;
  }
  .sec02 .goods-list-wrapper {
    display: block;
  }
  .sec02 .goods-list-wrapper ul {
    width: 100%;
  }
  .sec02 .goods-list-wrapper ul li.visible-hidden {
    display: none;
  }
  .sec02 .goods-list-wrapper ul li .goods-label {
    font-size: 12px;
    width: 28%;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail {
    width: 72%;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail > div {
    font-size: 12px;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-label {
    font-size: 14px;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-content {
    font-size: 16px;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail > div:last-of-type .goods-detail-content::first-letter {
    margin-left: 25px;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail-label {
    width: 35%;
  }
  .sec02 .goods-list-wrapper ul li .goods-detail-content {
    width: 65%;
  }
  .sec02 .goods-list-wrapper ul li:last-of-type {
    border-bottom: 1px solid transparent;
  }
}
/*# sourceMappingURL=new-items.css.map */