@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : goods.css
Description : グッズ
===================================================================== */
/* =====================================================================
    goods
======================================================================*/
.goods {
  padding-bottom: 25vw;
}

.catalog {
  padding: 8rem calc(50 / 650 * 100%) 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f1e9), to(rgba(242, 241, 233, 0)));
  background: linear-gradient(to bottom, #f2f1e9 0%, rgba(242, 241, 233, 0) 100%);
  border-radius: 5rem 5rem 0 0;
}
.catalog h3 {
  margin: 0 auto 7rem;
  width: 70.1818181818%;
}

.catalog_contents figure {
  margin: 0 auto 8rem;
  width: 54%;
}
.catalog_contents_txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5.8rem;
  line-height: 1.4;
}
.catalog_contents_txt dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #0d5aa7;
  letter-spacing: 0.2em;
}
.catalog_contents_txt dl .price {
  font-size: 3.2rem;
  font-weight: 500;
}
.catalog_contents_txt dl .price small {
  font-size: 68%;
}
.catalog_contents_txt dl .size {
  margin-top: 2rem;
  padding-top: 2rem;
  text-align: right;
  width: 100%;
  font-size: 2rem;
  color: #a1a1a1;
  border-top: 0.5rem double #dae4ed;
}
.catalog_contents_txt p {
  line-height: 1.923;
}

@media screen and (min-width: 768px) {
  .goods {
    padding-bottom: 10vw;
  }
  .catalog {
    padding: 8rem 0 0;
    border-radius: 3rem 3rem 0 0;
  }
  .catalog h3 {
    margin: 0 auto 8rem;
    width: calc(321 / 1080 * 100%);
  }
  .catalog_contents {
    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;
    width: 100%;
  }
  .catalog_contents figure {
    margin: 0 calc(80 / 1080 * 100%) 0 0;
    width: calc(297 / 1080 * 100%);
  }
  .catalog_contents_txt {
    width: calc(420 / 1080 * 100%);
  }
  .catalog_contents_txt dl {
    margin-bottom: 9rem;
  }
  .catalog_contents_txt dl .price {
    font-size: max(2.4rem, 19px);
  }
  .catalog_contents_txt dl .size {
    margin-top: 1rem;
    font-size: max(1.3rem, 11px);
  }
  .catalog_contents_txt p {
    line-height: 1.875;
  }
}
/* =====================================================================
    list
======================================================================*/
.list {
  padding: 12rem 0 40vw;
  background: #f2f1e9;
}
.list::before {
  content: "";
  position: absolute;
  display: block;
  top: -10vw;
  left: 0;
  width: 100%;
  height: 10vw;
  background: #f2f1e9;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
}

.goods_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.goods_list li {
  margin: 0 calc(58 / 650 * 100%) 4rem 0;
  width: calc(296 / 650 * 100%);
}
@media screen and (max-width: 767px) {
  .goods_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.goods_list li figure {
  margin-bottom: 0.8em;
}
.goods_list li dl {
  margin-bottom: 0.5em;
  line-height: 1.384;
  text-align: center;
}
.goods_list li dl dt {
  margin-bottom: 0.8em;
}
.goods_list li dl dd {
  padding-bottom: 0.3em;
  font-size: 3rem;
  font-weight: 700;
  color: #0d5aa7;
  border-bottom: 1px solid #a1a1a1;
}
.goods_list li dl dd small {
  font-size: 66%;
}
.goods_list li p {
  font-size: 2.2rem;
  line-height: 1.636;
  color: #a1a1a1;
}

@media screen and (min-width: 768px) {
  .list {
    padding: 4rem 0 18vw;
  }
  .list::before {
    top: -5vw;
    height: 5vw;
  }
  .goods_list li {
    margin: 0 calc(32 / 1080 * 100%) 3rem 0;
    width: calc(246 / 1080 * 100%);
  }
  .goods_list li:nth-child(4n) {
    margin-right: 0;
  }
  .goods_list li figure {
    margin-bottom: 2.7rem;
  }
  .goods_list li dl dd {
    font-size: max(2rem, 17px);
  }
  .goods_list li p {
    font-size: max(1.4rem, 15px);
  }
}/*# sourceMappingURL=goods.css.map */