@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
/* =============================================
共通
============================================= */
#gift_scene {
  width: 990px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
#gift_scene * {
  box-sizing: border-box;
}
#gift_scene a {
  text-decoration: none;
}
#gift_scene .link-hover {
  text-decoration: none;
  transition: 0.4s;
}
#gift_scene .link-hover:hover {
  opacity: 0.7;
  cursor: pointer;
}
#gift_scene .section {
  margin-bottom: 110px;
}
#gift_scene .section:last-child {
  margin-bottom: 0;
}
#gift_scene .section:nth-last-child(2) {
  margin-bottom: 70px;
}

/* =============================================
見出し
============================================= */
#gift_scene h1 {
  font-size: 40px;
  margin: 0 0 20px;
}

#gift_scene h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-bottom: 34px;
  margin-top: 0;
}
#gift_scene h2:first-of-type {
  margin-top: 70px;
}

#gift_scene .h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-top: 1px;
  position: relative;
  text-align: left;
}
#gift_scene .h3::before {
  background-color: #22469e;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 4px;
}

/* =============================================
PICK UP
============================================= */
#gift_scene .pick-cont {
  background: #FFFAE9;
  padding: 30px 40px;
  margin-bottom: 24px;
}
#gift_scene .pick-cont ul {
  display: flex;
}
#gift_scene .pick-cont li {
  width: calc((100% - (45px * 2)) / 3);
  margin-right: 45px;
  position: relative;
}
#gift_scene .pick-cont li:last-child {
  margin-right: 0;
}
#gift_scene .pick-cont li a img {
  width: 100%;
  border: 1px solid #ccc;
}
#gift_scene .pick-cont .icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
#gift_scene .pick-cont .icon-ribbon span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  background: #D5B638;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
#gift_scene .pick-cont .icon-ribbon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid #D5B638;
  border-bottom: 17px solid #D5B638;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  right: -17px;
  z-index: 0;
}
#gift_scene .pick-cont .pick-link-btn {
  width: 100%;
  margin: 8px auto 0;
}
#gift_scene .pick-cont .pick-link-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D5B638;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5em 18px;
}
#gift_scene .pick-cont .pick-link-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 38%;
}

/*結婚祝い・結婚内祝い*/
#gift_scene .pick-cont-wedding {
  background: #fff3f2;
}
#gift_scene .pick-cont-wedding .icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
#gift_scene .pick-cont-wedding .icon-ribbon span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  background: #E69288;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
#gift_scene .pick-cont-wedding .icon-ribbon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid #E69288;
  border-bottom: 17px solid #E69288;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  right: -17px;
  z-index: 0;
}

/*新築・引越しのお祝い・新築・引越し内お祝い*/
#gift_scene .pick-cont-house {
  background: #E8F1D9;
}
#gift_scene .pick-cont-house .icon-ribbon {
  position: absolute;
  top: 0;
  left: 0;
}
#gift_scene .pick-cont-house .icon-ribbon span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  background: #95BC50;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
#gift_scene .pick-cont-house .icon-ribbon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid #95BC50;
  border-bottom: 17px solid #95BC50;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  right: -17px;
  z-index: 0;
}

/*長寿のお祝い*/
#gift_scene .pick-cont-longevity {
  background: #F3EAF3;
}
#gift_scene .pick-cont-longevity .icon-ribbon span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  background: #B783B5;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
#gift_scene .pick-cont-longevity .icon-ribbon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid #B783B5;
  border-bottom: 17px solid #B783B5;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  right: -17px;
  z-index: 0;
}

/*快気内祝い*/
#gift_scene .pick-cont-condolences {
  background: #e4f5ff;
}
#gift_scene .pick-cont-condolences .icon-ribbon span {
  position: relative;
  display: inline-block;
  padding: 0 12px;
  height: 34px;
  line-height: 34px;
  margin-right: 12px;
  background: #60A5D1;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
#gift_scene .pick-cont-condolences .icon-ribbon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 17px solid #60A5D1;
  border-bottom: 17px solid #60A5D1;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  right: -17px;
  z-index: 0;
}

/* =============================================
ナビ
============================================= */
#gift_scene .navi {
  display: flex;
  justify-content: space-between;
  margin: 12px auto 0;
}
#gift_scene .navi li {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  flex: 1;
  border-right: solid 1px #d8d8d8;
}
#gift_scene .navi li:last-child {
  border-right: none;
}
#gift_scene .navi li a {
  color: #010101;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  padding: 1em 0.5em 1.5em;
  position: relative;
}
#gift_scene .navi li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #010101;
  border-right: solid 1px #010101;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
}

/* =============================================
ランキング
============================================= */
#gift_scene .ttl-ranking {
  margin-bottom: 34px;
}

#gift_scene .ranking-sttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 44px;
  padding-left: 12px;
  padding-top: 1px;
  position: relative;
  text-align: left;
}
#gift_scene .ranking-sttl::before {
  background-color: #22469e;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 4px;
}

#gift_scene .ranking:not(:last-child) {
  margin-bottom: 50px;
}
#gift_scene .ranking .list {
  display: flex;
  flex-wrap: wrap;
}
#gift_scene .ranking .item {
  position: relative;
  width: calc((100% - (23px * 4)) / 5);
}
#gift_scene .ranking .item::before {
  background-image: url(/d_images/top/icon-number01.svg);
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 40px;
  z-index: 1;
}
#gift_scene .ranking .item:nth-child(2)::before {
  background-image: url(/d_images/top/icon-number02.svg);
}
#gift_scene .ranking .item:nth-child(3)::before {
  background-image: url(/d_images/top/icon-number03.svg);
}
#gift_scene .ranking .item:nth-child(4)::before {
  background-image: url(/d_images/top/icon-number04.svg);
}
#gift_scene .ranking .item:nth-child(5)::before {
  background-image: url(/d_images/top/icon-number05.svg);
}
#gift_scene .ranking .item:not(:nth-child(5n)) {
  margin-right: 23px;
}
#gift_scene .ranking .thumb {
  margin-bottom: 8px;
  width: 180px;
}
#gift_scene .ranking .thumb img {
  border: 1px solid #ccc;
  width: 100%;
}
#gift_scene .ranking .name {
  color: #010101;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
  font-weight: normal;
}

/* =============================================
贈り物の解説
============================================= */
/*出産祝い・出産内祝い*/
#gift_scene .explanation {
  background: #faf6ee;
  padding: 60px;
  margin-bottom: 110px;
}
#gift_scene .explanation .explanation-cont:not(:last-child) {
  margin-bottom: 34px;
}
#gift_scene .explanation h3.explanation-ttl {
  border-bottom: 1px solid #D5B638;
  color: #010101;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  padding-left: 53px;
  position: relative;
  text-align: left;
}
#gift_scene .explanation h3.explanation-ttl::before {
  content: "";
  background-image: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-ribbon-category01.png);
  display: block;
  width: 40px;
  height: 24px;
  left: 0;
  position: absolute;
  top: -1px;
}
#gift_scene .explanation .explanation-cont p {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #010101;
  text-align: left;
}

/*結婚祝い・結婚内祝い*/
#gift_scene h3.explanation-ttl-wedding {
  border-bottom: 1px solid #E69288;
  color: #010101;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  padding-left: 53px;
  position: relative;
  text-align: left;
}
#gift_scene h3.explanation-ttl-wedding::before {
  content: "";
  background-image: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-ribbon-category02.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
}

/*新築・引越しのお祝い・新築・引越し内お祝い*/
#gift_scene h3.explanation-ttl-house {
  border-bottom: 1px solid #95BC50;
  color: #010101;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  padding-left: 53px;
  position: relative;
  text-align: left;
}
#gift_scene h3.explanation-ttl-house::before {
  content: "";
  background-image: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-ribbon-category04.png);
  display: block;
  width: 40px;
  height: 24px;
  left: 0;
  position: absolute;
  top: -1px;
}

/*長寿のお祝い*/
#gift_scene h3.explanation-ttl-longevity {
  border-bottom: 1px solid #B783B5;
  color: #010101;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  padding-left: 53px;
  position: relative;
  text-align: left;
}
#gift_scene h3.explanation-ttl-longevity::before {
  content: "";
  background-image: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-ribbon-category03.png);
  display: block;
  width: 40px;
  height: 24px;
  left: 0;
  position: absolute;
  top: -1px;
}

/*快気内祝い*/
#gift_scene h3.explanation-ttl-condolences {
  border-bottom: 1px solid #60A5D1;
  color: #010101;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 24px;
  margin-bottom: 14px;
  padding-bottom: 8px;
  padding-left: 53px;
  position: relative;
  text-align: left;
}
#gift_scene h3.explanation-ttl-condolences::before {
  content: "";
  background-image: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-ribbon-category05.png);
  background-repeat: no-repeat;
  display: block;
  width: 40px;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
}

/* =============================================
スタッフおすすめ商品
============================================= */
#gift_scene .osusume-cont {
  margin-bottom: 42px;
}
#gift_scene .osusume-cont .osusume-col {
  display: flex;
  justify-content: space-between;
}
#gift_scene .osusume-cont .osusume-col .item-img {
  width: 320px;
  height: 320px;
  margin-right: 14px;
}
#gift_scene .osusume-cont .osusume-col .item-img img {
  width: 100%;
  border: 1px solid #ccc;
}
#gift_scene .osusume-cont .osusume-right-cont {
  position: relative;
  width: 630px;
  background: #eee;
  padding: 30px 40px;
  border-radius: 14px;
  text-align: left;
}
#gift_scene .osusume-cont .osusume-right-cont::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  border: 15px solid transparent;
  border-right: 25px solid #eee;
}
#gift_scene .osusume-cont .osusume-right-cont h3.osusume-ttl1 {
  display: block;
  background: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-staff01.svg) 0 0 no-repeat;
  background-size: 60px 60px;
  padding: 16px 0 0 72px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 60px;
}
#gift_scene .osusume-cont .osusume-right-cont h3.osusume-ttl2 {
  display: block;
  background: url(/ec/shop/images/campaign/cTop_gift/cTop_gift_scene/icon-staff02.svg) 0 0 no-repeat;
  background-size: 60px 60px;
  padding: 16px 0 0 72px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 60px;
}
#gift_scene .osusume-cont .osusume-right-cont dl {
  margin-bottom: 5px;
  color: #010101;
}
#gift_scene .osusume-cont .osusume-right-cont dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
#gift_scene .osusume-cont .osusume-right-cont .item-box {
  background: #fff;
  padding: 18px 16px;
}
#gift_scene .osusume-cont .osusume-right-cont .item-box .item-name,
#gift_scene .osusume-cont .osusume-right-cont .item-box .item-price {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}
#gift_scene .osusume-cont .osusume-right-cont .item-box .item-price {
  margin-bottom: 2px;
}
#gift_scene .osusume-cont .osusume-right-cont .item-box .item-link {
  color: #D5B638;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_scene .osusume-cont .osusume-right-cont .item-box .item-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #D5B638;
  border-right: solid 1px #D5B638;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}
#gift_scene .osusume-cont .other-link-btn {
  width: 420px;
  height: 56px;
  margin: 24px 0 0 362px;
}
#gift_scene .osusume-cont .other-link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D5B638;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  letter-spacing: -0.02em;
}

/*結婚祝い・結婚内祝い*/
#gift_scene .osusume-cont .item-box .item-link-wedding {
  color: #E69288;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_scene .osusume-cont .item-box .item-link-wedding::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #E69288;
  border-right: solid 1px #E69288;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}

/*新築・引越しのお祝い・新築・引越し内お祝い*/
#gift_scene .osusume-cont .item-box .item-link-house {
  color: #95BC50;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_scene .osusume-cont .item-box .item-link-house::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #95BC50;
  border-right: solid 1px #95BC50;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}

/*長寿のお祝い*/
#gift_scene .osusume-cont .item-box .item-link-longevity {
  color: #B783B5;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_scene .osusume-cont .item-box .item-link-longevity::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #B783B5;
  border-right: solid 1px #B783B5;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}

/*快気内祝い*/
#gift_scene .osusume-cont .item-box .item-link-condolences {
  color: #60A5D1;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_scene .osusume-cont .item-box .item-link-condolences::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #60A5D1;
  border-right: solid 1px #60A5D1;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}

/* =============================================
人気カテゴリから選ぶ
============================================= */
#gift_scene .category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  align-items: flex-start;
}
#gift_scene .category-list li {
  margin: 0 10px 10px 0;
  background-color: #000;
  width: calc((100% - (10px * 3)) / 4);
}
#gift_scene .category-list li:nth-child(4n) {
  margin-right: 0;
}
#gift_scene .category-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#gift_scene .category-list li a {
  position: relative;
  display: block;
}
#gift_scene .category-list li a img {
  display: block;
  opacity: 0.5;
  width: 100%;
}
#gift_scene .category-list li a .category-name {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.04em;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================
てのひらギフト
============================================= */
#gift_scene .tenohira-col {
  border: 10px solid #B9E7D8;
  padding: 30px 50px;
  display: flex;
}
#gift_scene .tenohira-col .tenohira-ttl {
  margin-right: 26px;
  text-align: left;
  width: 270px;
  display: flex;
  align-items: center;
}
#gift_scene .tenohira-col .tenohira-ttl span {
  flex-direction: column;
}
#gift_scene .tenohira-col .tenohira-ttl img {
  width: 100%;
}
#gift_scene .tenohira-col .tenohira-ttl p {
  color: #010101;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
  margin-top: 24px;
}
#gift_scene .tenohira-col .item-img {
  display: inline-flex;
  align-items: center;
  width: 348px;
  margin-right: 16px;
}
#gift_scene .tenohira-col .item-img img {
  width: 100%;
}
#gift_scene .tenohira-col .tenohira-right-cont {
  display: inline-flex;
  align-items: center;
  width: 210px;
}
#gift_scene .tenohira-col .tenohira-right-cont p {
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  color: #010101;
}

/* =============================================
ご予算から選ぶ
============================================= */
#gift_scene .price-list {
  display: flex;
  flex-wrap: wrap;
}
#gift_scene .price-list li {
  border: 2px solid #D5B638;
  width: calc((100% - (24px * 2)) / 3);
  margin: 0 24px 18px 0;
}
#gift_scene .price-list li:nth-child(3n) {
  margin-right: 0;
}
#gift_scene .price-list li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
#gift_scene .price-list li a {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  width: 100%;
  height: 100%;
}

/* =============================================
ブランドから選ぶ
============================================= */
#gift_scene .brand-list {
  display: flex;
  flex-wrap: wrap;
}
#gift_scene .brand-list:not(:last-child) {
  margin-bottom: 50px;
}
#gift_scene .brand-list li {
  width: calc((100% - (22px * 4)) / 5);
  margin: 0 22px 10px 0;
}
#gift_scene .brand-list li:nth-child(5n) {
  margin-right: 0;
}
#gift_scene .brand-list li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
#gift_scene .brand-list li a img {
  width: 100%;
}
#gift_scene .brand-list li a .brand-name {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}

/* =============================================
TOPへ戻る
============================================= */
#gift_scene .btn-link-gifttop {
  width: 490px;
  height: 80px;
  margin: 0 auto;
}
#gift_scene .btn-link-gifttop a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #010101;
  border: 2px solid #22469E;
  width: 100%;
  height: 100%;
}

/* =============================================
調整用
============================================= */
#gift_scene .mb0 {
  margin-bottom: 0;
}
#gift_scene .mb10 {
  margin-bottom: 10px;
}
#gift_scene .mb20 {
  margin-bottom: 20px;
}
#gift_scene .mb30 {
  margin-bottom: 30px;
}
#gift_scene .mb40 {
  margin-bottom: 40px;
}
#gift_scene .mb50 {
  margin-bottom: 50px;
}
#gift_scene .wedding-bg {
  background-color: #E69288 !important;
}
#gift_scene .wedding-txt {
  color: #E69288 !important;
}
#gift_scene .wedding-bd-color {
  border-color: #E69288 !important;
}
#gift_scene .house-bg {
  background-color: #95BC50 !important;
}
#gift_scene .house-txt {
  color: #95BC50 !important;
}
#gift_scene .house-bd-color {
  border-color: #95BC50 !important;
}
#gift_scene .longevity-bg {
  background-color: #B783B5 !important;
}
#gift_scene .longevity-txt {
  color: #B783B5 !important;
}
#gift_scene .longevity-bd-color {
  border-color: #B783B5 !important;
}
#gift_scene .condolences-bg {
  background-color: #60A5D1 !important;
}
#gift_scene .condolences-txt {
  color: #60A5D1 !important;
}
#gift_scene .condolences-bd-color {
  border-color: #60A5D1 !important;
}
#gift_scene .pc {
  display: block;
}
#gift_scene .sp {
  display: none;
}