@charset "utf-8";
/* CSS Document */
.premium_shell {
  font-size: 62.5%; /*16px×62.5％＝10px*/
  color: #000;
  font-feature-settings: "palt";
  text-align: center;
}
.premium_shell img {
  max-width: 100%;
  height: auto;
}
.premium_shell ul li {
  list-style: none;
}
/*---------------------------
main
 --------------------------*/
.premium_shell h2 {
  border-bottom: solid 3px #647a5f;
  position: relative;
  text-align: center;
  font-size: 5vw;
  font-size: min(5vw,24px);
  font-weight: 600;
  margin: 40px 0 20px;
  line-height: 1.6;
  padding-bottom: 1rem;
}
.premium_shell h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #faf82f;
  bottom: -3px;
  width: 20%;
}
.premium_shell .premium_shell--text {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1rem 0.3rem 3rem;
}
.red_b {
  color: #E60014;
  font-size: 1.4rem;
  font-weight: 600;
}
.premium_shell_rogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 250px;
}
/*---------------------------
ポイント
--------------------------*/
.box_point {
  position: relative;
  margin: 1rem auto 2rem;
  border: solid 3px #647a5f;
  border-radius: 8px;
}
.box_point .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #647a5f;
  font-weight: bold;
}
.box_point .premium_shell--text2 {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 1.25rem 0.8rem 0rem;
}
.box_point .premium_shell--text2:last-of-type {
  text-align: left;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 1.25rem 0.8rem 1.25rem;
}
.premium_shell--text-mini {
  font-size: 0.75rem;
}


/*---------------------------
 title botton
 --------------------------*/
.btn-gradient-radius-green {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  background-image: linear-gradient(#a6cc9e 0%, #647a5f 100%);
  transition: .4s;
  letter-spacing: 0.2em;
  width: 90%;
}
.btn-gradient-radius-yellow {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 20px;
  margin: 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #647a5f;
  font-size: 1rem;
  font-weight: 600;
  background-image: linear-gradient(#fbfaa3 0%, #faf82f 100%);
  transition: .4s;
  letter-spacing: 0.2em;
  width: 90%;
}
/*---------------------------
 item_list title botton
 --------------------------*/
.item_list ul {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.item_list .btn_light_blue a {
  position: relative;
  display: block;
  width: 340px;
  padding: 0.5rem;
  text-align: left;
  background: #6abad9;
  font-size: 0.9rem;
  margin: 0.3rem;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  border-radius: 25px;
}
.item_list .btn_blue a {
  position: relative;
  display: block;
  width: 340px;
  padding: 0.5rem;
  text-align: left;
  background: #0176B4;
  font-size: 0.9rem;
  margin: 0.3rem;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  border-radius: 25px;
}
.item_list .btn_light_blue a:hover {
  color: #00ffff !important;
}
.item_list .btn_blue a:hover {
  color: #00ffff !important;
}
.pointer_icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
/*---------------------------
アンダーライン
--------------------------*/
.under {
  background: linear-gradient(transparent 60%, #6abad9 60%);
}
/*---------------------------
イベント商品非表示項目
--------------------------*/
.block-goods-list--sort-order-items {
  display: none;
}
.pager {
  display: none;
}
/*---------------------------
もっと見る非表示
--------------------------*/
.block-link {
  display: none;
}
/*---------------------------
商品上下スペース調整
--------------------------*/
.block-top-event {
  padding: 0 0 20px;
}
/*---------------------------
商品センター揃え
--------------------------*/
.block-thumbnail-t {
  display: grid;
  place-content: center;
}