/*reset*/
.giftcard{
  font-size:14px;
  line-height: 1.8;
}
.giftcard h1{
  margin:0;
  padding:0;
}

/*general*/
.giftcard .inner{
  width:960px;
  margin:0 auto;
}
.giftcard .merit,
.giftcard .variable{
  margin-top:40px;
}
.giftcard h1,
.giftcard h2{
  background-color:#e2e2e2;
  background-position:center center;
  background-repeat:no-repeat;
  text-align: center;
}
.giftcard .merit h2,
.giftcard .variable h2{
  margin-bottom:20px;
}

/*mainvisual*/
.giftcard .mainvisual .mvhead,
.giftcard .mainvisual .mvbody{
  position: relative;
  z-index:1;
  overflow:hidden;
}

.giftcard .mainvisual .mvhead{
  height: 242px;
}
.giftcard .mainvisual .mvhead:before{
  top: 14px;
  right: 50%;
  width: 100%;
  margin-right:-254px;
  height: 206px;
  content: '';
  position: absolute;
  background: url(/wp/wp-content/uploads/2019/04/bg_mvhead.png) repeat-x top right;
  z-index: -1;
}
.giftcard .mainvisual .mvbody:before{
  top: 26px;
  left: 50%;
  margin-left:-480px;
  width: 100%;
  height: 269px;
  content: '';
  position: absolute;
  background: url(/wp/wp-content/uploads/2019/04/bg_mvbody.png) repeat-x top left;
  z-index: -1;
}
.giftcard .mainvisual .mvhead .inner{
  position:relative;
}
.giftcard .mainvisual .mvhead .inner img{
  display: block;
  position: absolute;
  right:0;
  top:55px;
}
.giftcard .mainvisual .mvbody p{
  box-sizing: border-box;
  width:880px;
  min-height: 100px;
  margin:0 auto;
  border-radius: 8px;
  color:#fff;
  font-size:16px;
  padding:14px 17px;
  /*background:url(/wp/wp-content/uploads/2019/04/bg_oldcard.png) no-repeat right 17px center,#777777;*/
  margin-top:200px;
}

/*merit*/
.giftcard .merit .merit_list{
  display: flex;
}
.giftcard .merit .merit_list li{
  width:306px;
  margin-right:21px;
  padding:10px 0;
  position: relative;
}
.giftcard .merit .merit_list li:last-child{
  margin-right:0;
}
.giftcard .merit .merit_list li h3{
  text-align: center;
  height: 212px;
}
.giftcard .merit .merit_list li:after{
  content:'';
  display:block;
  position: absolute;
  top:0;
  bottom:0;
  right:-10px;
  width:2px;
  background:url(/wp/wp-content/uploads/2019/04/line_dot.png);
}
.giftcard .merit .merit_list li:last-child:after{
  display:none;
}


/*variable*/
.giftcard .variable strong{
  font-weight: bold;
  color:#e4007f;
}
.giftcard .variable .inner{
  display:flex;
}
.giftcard .variable .box_l{
  width:354px;
}
.giftcard .variable .box_r{
  padding-left:20px;
}
.giftcard .variable .box_r .description{
  font-size:16px;
}
.giftcard .variable .box_r h3{
  margin:30px 0 10px;
  border-bottom:3px solid #00a0e9;
  font-size:24px;
  line-height: 1.6;
}
/*store*/
.giftcard .store .inner{
  background:url(/wp/wp-content/uploads/2019/04/line_dot.png) repeat-x;
  text-align:center;
  margin-top:30px;
  padding-top:30px;
}
