@charset "UTF-8";

/* CSS Import Style キャッシュされるため、インポート禁止
------------------------------------------------------------- */
#Gift a,
#Gift a img {
  transition: opacity 0.3s ease-in-out;
}

#Gift a:hover,
#Gift a:hover img {
  opacity: 0.7;
}

#Gift img,
#Gift a {
  width: 100%;
}

/*タイトル*/
#Gift .AllTtl {
  margin: 0 auto 30px;
  padding: 0 0 10px;
  text-align: center;
}

#Gift .AllTtl h2 {
  width: 130px;
}

#Gift .AllTtl span {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}

/*バナー*/
#Gift .bnrWrap {
  margin: 0 auto;
}

#Gift .bnrWrap .TwoBnr,
#Gift .bnrWrap .ThreeBnr {
  margin-bottom: 20px;
}

#Gift .bnrWrap .TwoBnr .TwoBnrGroup {
  display: flex;
}

#Gift .bnrWrap .TwoBnr .TwoBnrGroup li {
  display: flex;
  width: calc((100% - 20px) / 2);
}

#Gift .bnrWrap .TwoBnr .TwoBnrGroup li:nth-child(odd) {
  margin-right: 20px;
}

#Gift .bnrWrap .ThreeBnr .ThreeBnrGroup {
  display: flex;
  flex-wrap: wrap;
}

#Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li {
  display: flex;
  width: calc((99.999% - 40px) / 3);
}

#Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:not(:last-child) {
  margin-right: 20px;
}

#Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(3n) {
  margin-right: 0;
}

#Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(n + 4) {
  margin-top: 10px;
}

#Gift .itemText {
  margin-top: 9px;
  text-align: left;
}

/*アンカーリンク*/
#Gift .AnchorLink .AnchorLinkWrap {
  margin: 30px auto 0;
}

#Gift .AnchorLink .AnchorLinkWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#Gift .AnchorLink .AnchorLinkWrap ul li:not(:last-child) {
  margin-right: 10px;
}

#Gift .AnchorLink .AnchorLinkWrap ul li a {
  border: 1px solid #ce4d66;
  border-radius: 25px;
  display: block;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 20px;
  padding: 5px 40px 5px 30px;
  position: relative;
}

#Gift .AnchorLink .AnchorLinkWrap ul li a::after {
  background-image: url(/d_images/campaign/gift/icon-arrow-scroll-red.svg);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  content: "";
  height: 13px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 13px;
}

/*Wrapごとのタイトル*/
#Gift .WrapTtl {
  margin: 0 auto 30px;
  text-align: center;
}

#Gift .WrapTtl span {
  font-size: 25px;
  letter-spacing: 0.1em;
  position: relative;
}

#Gift .WrapTtl span::before {
  background-color: #ce4d66;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}

/*キャンペーン*/
#Gift .WrapCampaign {
  margin: 60px auto 0;
}

#Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul {
  display: flex;
  flex-wrap: wrap;
}

#Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul li {
  display: flex;
  margin-bottom: 20px;
  width: calc((100% - 20px) / 2);
}

#Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul li:nth-child(odd) {
  margin-right: 20px;
}

#Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul li:last-child {
  margin-bottom: 20px;
}

/*バイヤーズセレクト*/
#Gift .WrapBuyer {
  margin-top: 60px;
}

#Gift .WrapBuyer .BuyerPrimary {
  background-color: #e8e8e8;
  padding: 40px 0;
  position: relative;
  width: 100%;
}

#Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiper-wrapper {
  display: flex;
  margin-bottom: 0;
}

#Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}

#Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents {
  background-color: #fff;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  width: 100%;
}

#Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents > a {
  display: flex;
  flex-wrap: wrap;
}

#Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup {
  margin-right: 15px;
  width: 50%;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .buyerWrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .buyerWrap .buyerImg {
  margin-right: 10px;
  width: 80px;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .goodsText {
  font-size: 16px;
  line-height: 1.6em;
  text-align: left;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData .name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData .name span {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData .price {
  font-size: 14px;
  margin-top: 10px;
  text-align: right;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData .price b {
  font-size: 18px;
  font-weight: bold;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .comment {
  display: flex;
  width: calc(100% - 80px);
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .comment .speaker {
  height: 26px;
  width: 14px;
}

#Gift .WrapBuyer .BuyerPrimary .dataGroup .comment span {
  color: #7d6b53;
  font-size: 14px;
  margin-left: 5px;
  text-align: left;
}

#Gift .WrapBuyer .BuyerPrimary .swiperContents .goodsImg {
  width: calc(50% - 15px);
}

#Gift .WrapBuyer .BuyerPrimary .nextBuyer,
#Gift .WrapBuyer .BuyerPrimary .prevBuyer {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  cursor: pointer;
  height: calc(98px / 2);
  position: absolute;
  top: 50%;
  width: calc(32px / 2);
  z-index: 1;
}

#Gift .WrapBuyer .BuyerPrimary .prevBuyer,
#Gift .WrapBuyer .BuyerPrimary .swiper-container-rtl .nextBuyer {
  left: 4.5em;
  right: auto;
}

#Gift .WrapBuyer .BuyerPrimary .nextBuyer,
#Gift .WrapBuyer .BuyerPrimary .swiper-container-rtl .prevBuyer {
  left: auto;
  right: 4.5em;
  transform: scale(-1, 1);
}

#Gift .WrapBuyer .BuyerPrimary .swiper-pagination {
  display: block;
  left: 0;
  margin: 10px auto;
  right: 0;
  text-align: center;
}

#Gift .WrapBuyer .BuyerPrimary .swiper-pagination-bullet {
  height: 12px;
  margin: 0 5px;
  width: 12px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  pointer-events: auto !important;
}

/*カテゴリー*/
#Gift .WrapCategory {
  margin: 60px auto 0;
}

#Gift .WrapCategory .CategoryPrimary {
  margin: 0 auto;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li {
  background-color: #000;
  width: calc((99.999% - 26px) / 3);
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:not(:nth-child(3n)) {
  margin-right: 13px;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:nth-child(n + 4) {
  margin-top: 10px;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a {
  display: block;
  position: relative;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a img {
  display: block;
  opacity: 0.5;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a .name {
  color: #fff;
  font-size: 20px;
  left: 50%;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin: 0 auto;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a .name span {
  position: relative;
}

#Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a .name span:before {
  background-color: #fff;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}

/*カテゴリーから選ぶ（一覧）*/
#Gift .WrapCategoryList {
  margin: 60px auto 0;
}

#Gift .WrapCategoryList .CategoryListPrimary {
  margin: 0 auto;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li {
  background-color: #000;
  margin-bottom: 10px;
  width: calc((100% - 30px) / 4);
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li:not(:nth-child(4n)) {
  margin-right: 10px;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a {
  display: block;
  position: relative;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a img {
  display: block;
  opacity: 0.5;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a .name {
  color: #fff;
  font-size: 18px;
  left: 50%;
  letter-spacing: 0.1em;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  line-height: 1.5em;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategCategoryListBnroryBnr ul li a .name span {
  position: relative;
}

#Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a .name span:before {
  background-color: #fff;
  bottom: -5px;
  content: "";
  height: 2px;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
}

/*価格*/
#Gift .WrapPrice .PricePrimary {
  margin: 0 auto 60px;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li {
  width: calc((99.999% - 20px) / 3);
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li a {
  align-items: center;
  background-color: #fff9f2;
  border: 1px solid #b2782c;
  color: #754e1a;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 300;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 5px;
  position: relative;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li a span {
  font-size: 18px;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li a::after {
  background: url(linkArrow_brown.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  content: "";
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  position: absolute;
  right: 15px;
  top: 34%;
  width: 10px;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li a > div {
  align-items: baseline;
  display: flex;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li:not(:nth-child(3n)) {
  margin-right: 10px;
}

#Gift .WrapPrice .PricePrimary .Pricelist ul li:nth-child(n + 4) {
  margin-top: 15px;
}

#Gift .footBanner {
  margin-top: 85px;
}

#Gift .itemText {
  margin-top: 9px;
  text-align: left;
}

/* 価格 */
#Gift .WrapPrice {
  margin: 60px auto auto;
}

/*アンカーリンク*/
#Gift .AnchorLinkWrap {
  margin: 20px auto 0;
}

#Gift .AnchorLinkWrap .AnchorLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Gift .AnchorLinkWrap .AnchorLink li {
  border: 1px solid #322618;
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc((100% - 10px * 3) / 4);
  display: flex;
}

#Gift .AnchorLinkWrap .AnchorLink li:nth-child(4n) {
  margin-right: 0;
}

#Gift .AnchorLinkWrap .AnchorLink li a {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 13px;
  justify-content: center;
  padding: 10px 8px;
  position: relative;
  width: 100%;
}

#Gift .AnchorLinkWrap .AnchorLink li a::before {
  background: url(icon-arrow-scroll.svg);
  background-size: 13px 13px;
  content: "";
  height: 13px;
  position: absolute;
  right: 10px;
  top: 20px;
  width: 13px;
}

@media screen and (max-width: 767px) {
  #Gift {
    margin-top: 4px;
  }

  #Gift .AllTtl {
    margin: 0 auto 20px;
  }

  #Gift .AllTtl h3 {
    width: 100px;
  }

  #Gift .AllTtl span {
    display: block;
    margin-top: 5px;
  }

  #Gift .WrapTtl {
    margin: 0 auto 30px;
  }

  /*バナー*/
  #Gift .bnrWrap .TwoBnr .TwoBnrGroup {
    flex-wrap: wrap;
  }

  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li {
    width: 100%;
  }

  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li:nth-child(odd) {
    margin-right: 0;
  }

  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li:nth-child(n + 2) {
    margin-top: 20px;
  }

  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li {
    width: calc((100% - 20px) / 2);
  }

  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:not(:last-child) {
    margin-right: 0;
  }

  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(odd) {
    margin-right: 20px;
  }

  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(n + 3) {
    margin-top: 20px;
  }

  /*アンカーリンク*/
  #Gift .AnchorLink .AnchorLinkWrap {
    margin: 30px auto 0;
  }

  #Gift .AnchorLink .AnchorLinkWrap ul li a {
    font-size: 14px;
    margin-right: 10px;
    padding: 5px 20px 5px 10px;
  }

  #Gift .AnchorLink .AnchorLinkWrap ul li a::after {
    background-size: 10px 10px;
    height: 10px;
    right: 15px;
    top: 15px;
    width: 10px;
  }

  /*キャンペーン*/
  #Gift .WrapCampaign {
    margin: 40px auto 0;
  }

  #Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul {
    flex-wrap: wrap;
  }

  #Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul li {
    width: 100%;
  }

  #Gift .WrapCampaign .CampaignPrimary .CampaignBnr ul li:nth-child(odd) {
    margin-right: 0;
  }

  /*カテゴリー*/
  #Gift .WrapCategory {
    margin: 40px auto 0;
  }

  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li {
    width: 100%;
  }

  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:nth-child(n + 2) {
    margin-top: 20px;
  }

  /*カテゴリーから選ぶ（一覧）*/
  #Gift .WrapCategoryList {
    margin: 40px auto 0;
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li {
    margin-bottom: 10px;
    width: calc((100% - 10px) / 2);
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li:nth-child(odd) {
    margin-right: 10px;
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a .name {
    font-size: 17px;
  }

  /*価格*/
  #Gift .WrapPrice {
    margin: 40px auto 60px;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li {
    width: calc((100% - 15px) / 2);
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li a {
    border: 1px solid #7d6b53;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li a span {
    font-size: 18px;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a .name {
    font-size: 16px;
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a .name {
    font-size: 14px;
    letter-spacing: 0;
  }

  #Gift .AnchorLinkWrap .AnchorLink li a {
    font-size: 12px !important;
  }

  /*バイヤーズセレクト*/
  #Gift .WrapBuyer {
    margin-top: 40px;
  }

  #Gift .WrapBuyer .BuyerPrimary {
    padding: 30px 0 40px;
  }

  #Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents {
    padding: 0;
  }

  #Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents > a {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  #Gift .WrapBuyer .BuyerPrimary .swiperSlideBuyer .swiperContents .dataGroup {
    margin-right: 0;
    padding: 15px;
    width: 100%;
  }

  #Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData {
    margin-bottom: 15px;
  }

  #Gift .WrapBuyer .BuyerPrimary .dataGroup .goodData .price {
    margin-top: 5px;
    text-align: left;
  }

  #Gift .WrapBuyer .BuyerPrimary .swiperContents .goodsImg {
    width: 100%;
  }

  #Gift .WrapBuyer .BuyerPrimary .prevBuyer,
  #Gift .WrapBuyer .BuyerPrimary .swiper-container-rtl .nextBuyer {
    left: 0.5em;
  }

  #Gift .WrapBuyer .BuyerPrimary .nextBuyer,
  #Gift .WrapBuyer .BuyerPrimary .swiper-container-rtl .prevBuyer {
    right: 0.5em;
  }
}

@media screen and (max-width: 801px) and (min-width: 768px) {
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li a .name {
    font-size: 14px;
  }

  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li a .name {
    font-size: 12px;
  }

  #Gift .AnchorLinkWrap .AnchorLink li a {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 767px) {
  #Gift .price {
    font-size: 18px;
    margin-bottom: 7px;
  }

  #Gift .info .text {
    text-align: center;
  }

  #Gift .price .number {
    font-size: 22px;
  }

  /*アンカーリンク*/
  #Gift .AnchorLinkWrap {
    margin: 20px auto 0;
  }

  #Gift .AnchorLinkWrap .AnchorLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #Gift .AnchorLinkWrap .AnchorLink li {
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }

  #Gift .AnchorLinkWrap .AnchorLink li:nth-child(2n),
  #Gift .AnchorLinkWrap .AnchorLink li:nth-child(3n) {
    margin-right: 0;
  }

  #Gift .AnchorLinkWrap .AnchorLink li a {
    display: block;
    font-size: 0.9em;
    padding: 1em 0.2em;
    position: relative;
    text-align: center;
    width: 100%;
  }

  #Gift .AnchorLinkWrap .AnchorLink li a::before {
    background: url(icon-arrow-scroll.svg);
    background-size: 13px 13px;
    content: "";
    height: 13px;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 13px;
  }
}

@media screen and (max-width: 850px) {
  /* 価格 */
  #Gift .WrapPrice {
    margin: 40px auto 60px;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li {
    margin-bottom: 15px;
    width: 100%;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li a {
    border: 1px solid #b2782c;
    display: flex;
    font-size: 14px;
    height: 43px;
    padding: 0;
    text-align: center;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li a span {
    font-size: 18px;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #Gift .WrapPrice .PricePrimary .Pricelist ul li:nth-child(n + 4) {
    margin-top: 0;
  }

  #Gift .footBanner {
    margin-top: 50px;
  }
}

/* iPad mini 6*/
@media screen and (max-width: 767px) and (min-width: 744px) {
  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(n + 3) {
    margin-top: 0;
  }
  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:nth-child(odd) {
    margin-right: 0;
  }
  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li {
    width: calc((99.999% - 40px) / 3);
  }
  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:not(:nth-last-child(-n + 3)) {
    margin-bottom: 20px;
  }
  #Gift .bnrWrap .ThreeBnr .ThreeBnrGroup li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li:nth-child(odd) {
    margin-right: 20px;
  }
  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li:nth-child(n + 2) {
    margin-top: 0;
  }
  #Gift .bnrWrap .TwoBnr .TwoBnrGroup li {
    width: calc((100% - 20px) / 2);
  }
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li {
    background-color: #000;
    width: calc((99.999% - 26px) / 3);
  }
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:not(:nth-child(3n)) {
    margin-right: 13px;
  }
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  #Gift .WrapCategory .CategoryPrimary .CategoryBnr ul li:nth-child(n + 2) {
    margin-top: 0;
  }
  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li:nth-child(odd) {
    margin-right: 0;
  }
  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li {
    margin-bottom: 10px;
    width: calc((100% - (10px * 2)) / 3);
  }
  #Gift .WrapCategoryList .CategoryListPrimary .CategoryListBnr ul li:not(:nth-child(3n)) {
    margin-right: 10px;
  }}
/* /iPad mini 6*/
