@charset "utf-8";
/* CSS Document */
.pro_work {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.pro_work img {
  max-width: 100%;
  height: auto;
}
.pro_work ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.pro_work h2 {
  position: relative;
  text-align: center;
  background: #fff;
  font-size: 1.7rem;
  font-weight: 900;
  margin: 40px 0 20px;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.pro_work .pro_work--text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1rem 1rem 2.5rem;
}
.pro_work .pro_work--text2 {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.pro_work h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #E70130, #E70130 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #E70130, #E70130 2px, #fff 2px, #fff 4px);
}
.text-big {
  font-size: 2.5rem;
}
.line-yellow {
  background: linear-gradient(transparent 70%, #ffe100 70%);
}
/*---------------------------
 やる値イメージ
 --------------------------*/
.yarune-img {
  text-align: center;
  margin: 0 auto 20px auto;
}
.yarune-img img {
  max-width: 30%;
  height: auto;
}
.yarune-img p {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 250px;
  padding: .8em 1.2em;
  border: 3px solid #d61739;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  font-weight: 700;
  margin: 0 auto 30px auto;
}
.yarune-img p::before, .yarune-img p::after {
  position: absolute;
  bottom: -15px;
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.yarune-img p::before {
  background-color: #d61739;
}
.yarune-img p::after {
  bottom: -11px;
  background-color: #fff;
}
/*---------------------------
 black title botton
 --------------------------*/
.btn-gradient-radius {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 110px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  background-image: linear-gradient(#000 0%, #333 100%);
  transition: .4s;
  letter-spacing: 0.2em;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #E70130 60%);
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.block-goods-list--sort-order-items {
  display: none;
}
.pager {
  display: none;
}
/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}
/*---------------------------
商品上下スペース調整
--------------------------*/
.block-top-event {
  padding: 0 0 20px;
}