.p_note_date {
  margin-top: 20px;
  font-size: 0.875em;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}
.p_note_date.is_end {
  font-size: 0.75em;
  text-align: right;
}

.p_gift_banner {
  margin-top: 40px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_gift_banner:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}

.p_gift_wrapper {
  border-radius: 5px;
  margin-top: 20px;
  padding: 10px;
}
.p_gift_wrapper .gift_wrapper_inner {
  border-radius: 5px;
  border: dashed 1px;
  padding: 9px;
  position: relative;
}
.p_gift_wrapper .orange {
  color: #ff8800;
  font-weight: bold;
}
.p_gift_wrapper .gift_ribbon {
  font-size: 1.375em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 2px 2px #000;
  height: 90px;
  width: 619px;
  margin: 10px auto 0;
}
.p_gift_wrapper .gift_ribbon .gift_ribbon_text {
  padding-top: 15px;
}
.p_gift_wrapper .gift_item_box {
  background: #fff;
  padding: 30px 20px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-top: 40px;
}
.p_gift_wrapper .gift_item_box:first-child {
  margin-top: 20px;
}
.p_gift_wrapper .gift_item_box .gift_item_title {
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-bottom: dashed 1px;
  padding-bottom: 15px;
}
.p_gift_wrapper .gift_item_box .gift_item_title .icon {
  position: absolute;
  left: 15px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner {
  overflow: hidden;
  padding-top: 20px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .l_col {
  float: left;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .r_col {
  float: right;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col01 {
  width: 285px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 {
  width: 325px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_name {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: 30px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_name.has_tag {
  margin-top: 0;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_name .gift_item_value {
  font-size: 0.8em;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_name .tag_product_fact {
  display: inline-block;
  margin: 0 0 0.3125em;
  padding: 0.4615em 1em 0.2308em;
  font-size: 0.65em;
  line-height: 1;
  background: #bb9955;
  text-align: center;
  color: #fff;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_text {
  margin-top: 20px;
}
.p_gift_wrapper .gift_item_box .gift_item_inner .gift_item_col02 .gift_item_note {
  margin-top: 20px;
  font-size: 0.6875em;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}
.p_gift_wrapper .gift_item_box .btn_more {
  width: 12.4286em;
  font-size: 0.875em;
  bottom: 1em;
  right: 0;
  left: 0;
  margin: 0 auto;
  margin-top: 30px;
}
.p_gift_wrapper .gift_item_box .btn_more a {
  position: relative;
  display: block;
  width: 12.4286em;
  line-height: 2.4286;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.p_gift_wrapper .gift_item_box .btn_more a:after {
  content: url(../img/common/module/btn/arrow_btn_product_detail.png);
  position: absolute;
  top: 2px;
  right: 10px;
}
.p_gift_wrapper .gift_item_box .btn_more a {
  background: #e62929;
  background: linear-gradient(to top, #e62929 0%, #ff5050 100%);
  box-shadow: 0px 1px 1px 0px rgba(255, 80, 80, 0.3);
}
.p_gift_wrapper .gift_item_box .btn_more a:hover {
  background: #ff3434;
  background: linear-gradient(to top, #ff3434 0%, #e51a1a 100%);
}
.p_gift_wrapper .gift_item_box .balloon {
  font-size: 0.8125em;
  border-radius: 8px;
  border: #dcdcdc solid 1px;
  padding: 10px 20px;
  position: relative;
  margin-top: 30px;
}
.p_gift_wrapper .gift_item_box .balloon:before {
  content: url(../img/use/gift/balloon_triangle.gif);
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 18px;
}
.p_gift_wrapper .gift_item_box .balloon .ribbon {
  display: block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 5px;
  padding: 1px 10px;
  font-size: 0.9375em;
  color: #FFF;
  box-sizing: border-box;
}
.p_gift_wrapper .gift_item_box .balloon .ribbon:before, .p_gift_wrapper .gift_item_box .balloon .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.p_gift_wrapper .gift_item_box .balloon .ribbon:before {
  top: 0;
  left: 0;
  border-width: 10px 0px 10px 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.p_gift_wrapper .gift_item_box .balloon .ribbon:after {
  top: 0;
  right: 0;
  border-width: 10px 6px 10px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.p_gift_wrapper .gift_item_box .balloon_02 {
  font-weight: bold;
  font-size: 0.9375em;
  border-radius: 8px;
  border: #dcdcdc solid 1px;
  padding: 15px 20px 10px;
  position: relative;
  margin-top: 30px;
  text-align: center;
  line-height: 1.5;
}
.p_gift_wrapper .gift_item_box .balloon_02:before {
  content: url(../img/use/gift/balloon_triangle.gif);
  position: absolute;
  top: -18px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 18px;
}
.p_gift_wrapper .gift_item_box .balloon_02.has_type_midyear {
  color: #3e70bb;
}
.p_gift_wrapper .gift_item_box .balloon_02.has_type_keirou {
  color: #e13c11;
}
.p_gift_wrapper .headline_recom02 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
.p_gift_wrapper .headline_recom02 .text {
  margin: 0 10px;
  vertical-align: 5px;
}
.p_gift_wrapper .gift_item_box_s_wrapper {
  overflow: hidden;
  margin: 50px auto 40px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s {
  width: 210px;
  float: left;
  margin-left: 30px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s:first-child {
  margin-left: 0px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .balloon {
  font-size: 0.875em;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  padding: 15px 10px;
  position: relative;
  display: table;
  width: 100%;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .balloon .balloon_inner {
  display: table-cell;
  vertical-align: middle;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .balloon:after {
  content: url(../img/use/gift/balloon_triangle_02.gif);
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 17px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_img {
  position: relative;
  text-align: center;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_img:hover {
  opacity: .6;
  -ms-filter: "alpha(opacity=60)";
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_img.has_type_icon {
  text-align: left;
  margin-left: -10px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_img .icon_fact {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 10;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_img .icon_fact.has_type_lftg {
  top: 5px;
  right: -15px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_name {
  font-size: 0.875em;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_value {
  font-size: 0.8125em;
  margin-top: 5px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_value .bold {
  font-weight: bold;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_text {
  font-size: 0.875em;
  margin-top: 15px;
}
.p_gift_wrapper .gift_item_box_s_wrapper .gift_item_box_s .item_note {
  margin-top: 5px;
  font-size: 0.6875em;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}
.p_gift_wrapper .gift_item_box_s_wrapper.has_type_3col {
  width: 690px;
}
.p_gift_wrapper .gift_item_box_s_wrapper.has_type_2col {
  width: 450px;
}
.p_gift_wrapper.has_type_fathersday {
  background: #ecf1ff;
}
.p_gift_wrapper.has_type_fathersday .gift_wrapper_inner {
  border-color: #c2d2ff;
}
.p_gift_wrapper.has_type_fathersday .gift_ribbon {
  background: url(../img/use/gift/gift_fathersday/gift_ribbon.png) no-repeat;
}
.p_gift_wrapper.has_type_fathersday .gift_item_box:before {
  content: url(../img/use/gift/gift_fathersday/l_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.p_gift_wrapper.has_type_fathersday .gift_item_box:after {
  content: url(../img/use/gift/gift_fathersday/r_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.p_gift_wrapper.has_type_fathersday .gift_item_title {
  color: #0c3393;
  border-color: #c2d2ff;
}
.p_gift_wrapper.has_type_fathersday .gift_item_title .icon {
  fill: #0c3393;
}
.p_gift_wrapper.has_type_fathersday .ribbon {
  background: #0c3393;
}
.p_gift_wrapper.has_type_fathersday .headline_recom02 {
  color: #0c3393;
  fill: #0c3393;
}
.p_gift_wrapper.has_type_midyear {
  background: #e1f1ff;
}
.p_gift_wrapper.has_type_midyear .gift_wrapper_inner {
  border-color: #c2d2ff;
}
.p_gift_wrapper.has_type_midyear .gift_wrapper_inner .gift_note {
  margin-top: 5px;
  text-align: center;
  color: #3e70bb;
  fill: #3e70bb;
  font-weight: bold;
}
.p_gift_wrapper.has_type_midyear .gift_wrapper_inner .gift_note .text {
  font-size: 1.125em;
  text-align: center;
  display: inline-block;
}
.p_gift_wrapper.has_type_midyear .gift_wrapper_inner .gift_note .text .small {
  font-size: 0.8125em;
}
.p_gift_wrapper.has_type_midyear .gift_ribbon {
  background: url(../img/use/gift/gift_midyear/gift_ribbon.png) no-repeat;
}
.p_gift_wrapper.has_type_midyear .gift_item_box:before {
  content: url(../img/use/gift/gift_midyear/l_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.p_gift_wrapper.has_type_midyear .gift_item_box:after {
  content: url(../img/use/gift/gift_midyear/r_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.p_gift_wrapper.has_type_midyear .gift_item_title {
  color: #3e70bb;
  border-color: #c2d2ff;
}
.p_gift_wrapper.has_type_midyear .gift_item_title .icon {
  fill: #3e70bb;
}
.p_gift_wrapper.has_type_midyear .ribbon {
  background: #3e70bb;
}
.p_gift_wrapper.has_type_midyear .headline_recom02 {
  color: #3e70bb;
  fill: #3e70bb;
}
.p_gift_wrapper.has_type_keirou {
  background: #fcf3cd;
}
.p_gift_wrapper.has_type_keirou .gift_wrapper_inner {
  border-color: #e5d385;
}
.p_gift_wrapper.has_type_keirou .gift_wrapper_inner .gift_note {
  margin-top: 5px;
  text-align: center;
  color: #e13c11;
  fill: #e13c11;
  font-weight: bold;
}
.p_gift_wrapper.has_type_keirou .gift_wrapper_inner .gift_note .text {
  font-size: 1.125em;
  text-align: center;
  display: inline-block;
}
.p_gift_wrapper.has_type_keirou .gift_wrapper_inner .gift_note .text .small {
  font-size: 0.8125em;
}
.p_gift_wrapper.has_type_keirou .gift_wrapper_inner .gift_note .text {
  font-size: 1.125em;
  text-align: center;
}
.p_gift_wrapper.has_type_keirou .gift_ribbon {
  background: url(../img/use/gift/gift_keirou/gift_ribbon.png) no-repeat;
}
.p_gift_wrapper.has_type_keirou .gift_item_box:before {
  content: url(../img/use/gift/gift_keirou/l_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  top: -2px;
  left: -2px;
}
.p_gift_wrapper.has_type_keirou .gift_item_box:after {
  content: url(../img/use/gift/gift_keirou/r_corner.png);
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.p_gift_wrapper.has_type_keirou .gift_item_title {
  color: #e13c11;
  border-color: #e5d385;
}
.p_gift_wrapper.has_type_keirou .gift_item_title .icon {
  fill: #e13c11;
}
.p_gift_wrapper.has_type_keirou .ribbon {
  background: #e13c11;
}
.p_gift_wrapper.has_type_keirou .headline_recom02 {
  color: #e13c11;
  fill: #e13c11;
}

/* Localized */