@charset "UTF-8";
#gift-card {
  color: #333;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}
#gift-card .contents {
  overflow: hidden;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
#gift-card .contents p, #gift-card .contents h1, #gift-card .contents h2, #gift-card .contents h3, #gift-card .contents h4, #gift-card .contents h5, #gift-card .contents h6, #gift-card .contents a, #gift-card .contents li, #gift-card .contents caption, #gift-card .contents td, #gift-card .contents th, #gift-card .contents dt, #gift-card .contents dd, #gift-card .contents input, #gift-card .contents textarea, #gift-card .contents select, #gift-card .contents address {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#gift-card .contents a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
#gift-card .contents a:hover {
  opacity: 0.7;
}
#gift-card .contents img {
  max-width: none;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
#gift-card .contents img[src$=svg] {
  max-width: 100%;
}
#gift-card .contents .inner {
  margin: 0 auto;
  width: 1000px;
}
#gift-card .contents .bg-shadow {
  box-shadow: 30px 15px 30px rgba(0, 0, 0, 0.1);
}
#gift-card .contents h2 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
  display: inline-block;
  color: #000;
  font-size: 27px;
  font-weight: bold;
}
#gift-card .detail_title_box {
  padding: 36px 0 33px;
  width: 100%;
  background: #42759c;
  font-size: 28px;
  text-align: center;
}
#gift-card .detail_title_box h1 {
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  line-height: 1.3;
}
#gift-card .discript {
  padding: 75px 0;
  font-size: 18px;
  text-align: center;
}
#gift-card .discript p + p {
  margin-top: 25px;
}
#gift-card .discript b {
  color: #ff0100;
  font-weight: bold;
}
#gift-card .gift-card-certificate, #gift-card .gift-card-eligible_items {
  position: relative;
  text-align: center;
}
#gift-card .gift-card-certificate::after, #gift-card .gift-card-eligible_items::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: #ecf1f5;
  content: "";
}
#gift-card .gift-card-certificate {
  padding: 55px 0 0;
}
#gift-card .gift-card-certificate::after {
  height: 392px;
}
#gift-card .certificate-img {
  margin-top: 20px;
}
#gift-card .gift-card-eligible_items {
  margin: 80px 0 65px;
  padding: 55px 0 0;
}
#gift-card .gift-card-eligible_items p {
  font-size: 14px;
}
#gift-card .gift-card-eligible_items::after {
  height: 621px;
}
#gift-card .gift-card-eligible_items .pkg-img-list, #gift-card .gift-card-eligible_items .pkg-text-list {
  display: flex;
  justify-content: space-between;
  width: 650px;
}
#gift-card .gift-card-eligible_items .pkg-img-list li, #gift-card .gift-card-eligible_items .pkg-text-list li {
  width: 181px;
}
#gift-card .gift-card-eligible_items .pkg-img-list {
  margin: 15px auto;
}
#gift-card .gift-card-eligible_items .pkg-text-list {
  margin: 15px auto 35px;
  font-size: 13px;
  font-weight: bold;
}
#gift-card .gift-card-attention {
  margin: 35px auto 0;
  border: 1px solid #ff0100;
  width: 720px;
  background: #fff;
}
#gift-card .gift-card-attention dt {
  padding: 7px 0;
  color: #fff;
  background: #ff0100;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
}
#gift-card .gift-card-attention dd {
  padding-left: 60px;
  display: flex;
}
#gift-card .gift-card-attention .pkg-img {
  margin-top: -20px;
  width: 140px;
}
#gift-card .gift-card-attention .pkg-img img {
  width: 100%;
}
#gift-card .gift-card-attention .attention-text {
  margin-left: 40px;
  padding: 40px 0;
  width: 440px;
  text-align: left;
}
#gift-card .gift-card-attention .red-text {
  color: #ff0100;
  font-size: 22px;
  letter-spacing: -1.5px;
}
#gift-card .gift-card-attention .red-text b {
  font-size: 24px;
}
#gift-card .gift-card-attention .pkg-text {
  line-height: 1.4;
}