@charset 'Shift_JIS';
/*---------------------------------------------------------------------------タイトル*/
.midashi-a {
  font-size: var(--text-title-ll);
  font-weight: bold;
  margin: 0;
  position: relative;
  color: #FFFFFF;
  padding: 0.8em 0.5em 0.7em 1em;
  background: hsla(0,0%,40%,1.00);
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg_img01.jpg);
  border-bottom: solid 8px var(--point-color01);
 text-shadow: 3px 3px 0 #000000, -3px -3px 0 #000000, -3px 3px 0 #000000, 3px -3px 0 #000000, 0px 3px 0 #000000, 0 -3px 0 #000000, -3px 0 0 #000000, 3px 0 0 #000000;
}
.midashi-b {
  font-size: var(--text-title-l);
  font-weight: bold;
  margin: 2em 0 0 0;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #002E92;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 20px var(--point-color01);
}
/*---------------------------------------------------------------------------商品名*/
 h2.product-name {
  text-align: center;
  font-size: var(--text-title-l);
  line-height: 1.2em;
  font-weight: bold;
  margin: 0;
  position: relative;
  color: #00378E;
  padding: 0 0 0.5em 0;
}
/*--------------------------------------------------------------------------------おすすめポイント*/
.osusume-kakomi{
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
div.osusume-point {
  text-align: center;
  margin: 1em auto;
  font-weight: bold;
}
div.osusume-point div {
  font-size: var(--text-ss);
  color: #D136AF;
}
div.osusume-point span {
  display: inline-block;
  padding: 0 1em;
  margin-right: 1em;
  background: #FFFD00;
}