/* ↓ sp表示検索フォーム ↓ */
.spSearchWrap {
  background: #BCBCBC;
  padding: 20px 12px;
}

.spSearchWrap input[type="text"] {
  height: 38px;
  box-sizing: border-box;
  margin-right: -4px;
  width: calc(100% - 40px);
  font-size: 16px;
  padding-left: 10px;
  border-width : 0;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.spSearchWrap input[type="text"]::placeholder {
  text-align: center;
  color: #D1BE94;
  letter-spacing: 2px;
}

.spSearchWrap input[type="text"]::-webkit-input-placeholder {
  position: relative;
  top: -2px;
}

.spSearchWrap input[type="text"]:-ms-input-placeholder {
  text-align: center;
  color: #D1BE94;
  letter-spacing: 2px;
}

.spSearchWrap input[type="image"] {
  background: #B3A068;
  box-sizing: border-box;
  height: 38px;
  padding: 8px;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}
/* ↑ sp表示検索窓 ↑ */

/* Header Iframe */
.rms-header iframe {
  width: 100%;
}

/* Header Iframe Humburger */
.push--header-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 21474800;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  outline: none;
  background: url(https://www.rakuten.ne.jp/gold/_partner_1950/smp/icon_menu.png) center center no-repeat;
  background-size: contain;
  -webkit-appearance: none;
}

.push--header-btn.checked {
  background: #000000 url(https://www.rakuten.ne.jp/gold/_partner_1950/smp/icon_cross.png) center center no-repeat;
  background-size: 65%;
  z-index: 9999;
  position: fixed;
}

#push--header-btn {
    display: none;
}

.push_framebox {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}

.push_framebox iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fadein {
  animation-name: fadein;
  animation-duration: 500ms;
  animation-timing-function: ease-out;
}
@keyframes fadein {
  0% {
      opacity: 0;
  }
  100% {
      opacity: 1;
  }
}

@media screen and (orientation: portrait) {
  .rms-header > iframe {
    height: 100px;
  }
}
@media screen and (orientation: landscape) {
  .rms-header > iframe {
    height: 150px;
  }
}

/* ↓ レイアウト ↓ */
.page-ranking .mainContents,
.page-special .mainContents,
.page-newup .mainContents{
  margin: 36px auto;
}

@media all and (-ms-high-contrast:none){
  .page-ranking .mainContents,
  .page-special .mainContents,
  .page-newup .mainContents {
    display: block;
  }
}

.page-ranking .mainContent,
.page-special .mainContent,
.page-newup .mainContents {
  padding: 16px;
  box-sizing: border-box;
  margin-top: 28px;
}

.page-ranking .mainContent,
.page-special .mainContent {
  background: #e9e9e9;
}
/* ↑ レイアウト ↑ */

/* ↓ コンテンツ左 ↓ */
.tabsContents > section[class^=tabs-]:not(:first-of-type):not(:nth-of-type(2)),
.tabsContents > section.itemCateWrap > .itemCateListsWrap:not(:first-of-type),
.mainContentLeft > div[class^=tabs-]:not(:first-of-type),
.week5starWrap > section[class^=tabs-]:not(:first-of-type) {
  display: none;
}

/* ITEM CATEGORY */
.itemCateWrap {
  margin: 25px 0 35px 0;
}

.itemCateLists {
  padding: 0 15px;
}

.itemCateLists li a {
  display: block;
  text-align: center;
}

.itemCateWrap .slick-prev::before,
.itemCateWrap .slick-next::before {
  content: '';
  display: block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
}

.itemCateWrap .slick-prev {
  left: 0;
}

.itemCateWrap .slick-prev::before {
  border-right: 16px solid #B39E65;
}

.itemCateWrap .slick-next {
  right: 0;
}

.itemCateWrap .slick-next::before {
  border-left: 16px solid #B39E65;
}

.itemCateWrap .slick-slide img {
  margin: auto;
}

.itemCateWrap .slick-prev,
.itemCateWrap .slick-next {
  display: none !important;
}

.itemCateWrap .slick-prev.active,
.itemCateWrap .slick-next.active {
  display: block !important;
}

.mainContentsTitle span:last-of-type {
  font-family: Century Gothic, sans-serif;;
}

/* news */
.newsWrap .cardHorizon {
  background: #e4e0d4;
}

/* new item */
.newItemBlock .horizontalScrollContent > .horizontalScrollCell > .horizontalScrollCellInner {
  width: 150px;
  margin-right: 5px;
}

.newItemBlock .horizontalScrollCellInner .cardVertical {
  width: 100%;
}
.newItemBlock .horizontalScrollCellInner .cardVertical img {
  width: 100%;
}

/* ranking */
.rankingBlockInner {
  padding: 0 10px;
}

.rankingBlock .dispFlex.flexChildlEle2 {
  margin-bottom: 20px;
}

.rankingBlock .dispFlex .cardVertical {
  margin-bottom: 0;
}

.rankingBlock .dispFlex.flexChildlEle3 > div {
  flex-basis: calc((100% - 12px) / 3);
}

.rankingBlock .dispFlex.flexChildlEle3 > div:last-of-type {
  margin-right: 0;
}

.rankingBlock .rankNum {
  font-weight: bold;
  position: absolute;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  box-sizing: border-box;
  margin: 0;
}

.rankingBlock .flexChildlEle2 .rankNum {
  font-size: 13px;
  width: 42px;
  height: 42px;
  padding: 5px 0 4px;
}

.rankingBlock .dispFlex.flexChildlEle3 .rankNum {
  font-size: 10px;
  width: 34px;
  height: 34px;
  padding: 3px 0 4px;
  background: #000;
}

.rankingBlock .dispFlex.flexChildlEle2 > div:first-of-type .rankNum {
  background: #C9B23E;
}

.rankingBlock .dispFlex.flexChildlEle2 > div:last-of-type .rankNum {
  background: #797979;
}

.rankingBlock .dispFlex.flexChildlEle2 > div .rankNum span {
  font-size: 17px;
}

.rankingBlock .dispFlex.flexChildlEle3 .rankNum span {
  font-size: 16px;
}

/* pickup */
.pickupBlock .pickupItems {
  padding: 0 5px 0 10px;
}

/* special・column */
.specialBlock .cardHorizon,
.columnBlock .cardHorizon {
  background: #E9E9E9;
  min-height: 100%;
}

.featureContent .cardHorizon:nth-of-type(4) {
  display: none;
}

.featureContent .cardHorizon:not(:nth-of-type(3)) {
  margin-bottom: 2px;
}

.featureContent a.ico-triangle::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #B3A066;
  top: auto;
  left: auto;
  bottom: 0;
  right: 7px;
  transform: rotate(45deg);
}

/* column */
.cardHorizonRight time {
  display: inline-block;
  margin-bottom: 3px;
}

.page-ranking .pageTitle,
.page-special .pageTitle,
.page-newup .pageTitle {
  text-align: center;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,serif;
  font-size: 24px;
}

.page-ranking .pageTitle > span,
.page-special .pageTitle > span,
.page-newup .pageTitle > span {
  font-family: Century Gothic, Arial, sans-serif;
  font-size: 40px;
  letter-spacing: 10px;
  display: block;
  margin-bottom: 20px;
}

/* ↑ コンテンツ左 ↑ */

/* ↓ ギフトコンテンツ ↓ */
.giftEyecatchWrap {
  box-shadow: 0px 9px 6px 0 rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.giftContentTitle {
  text-align: center;
  font-size: 15.5px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.giftContentTitle img {
  max-width: 50%;
}

.giftSetBlock .giftContentTitle img {
  max-width: 70%;
}

.scenesWrap,
.priceWrap {
  padding: 0 3px 0 8px;
}

.scenes img {
  vertical-align: middle;
  height: 15px;
}

.scenes .shapeSquareLink p {
  font-size: 16.12px;
}

.scenes .shapeSquareLink p span {
  font-size: 12px;
}

.smallGift {
  margin-left: 2px;
}

.babyGift {
  margin-left: 5px;
}

.hikidemono {
  margin-left: 1px;
}

.priceWrap .shapeSquareLink {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.giftSetBlock{
  background: #f3f3f3;
}

 .giftContentTitle {
  padding: 10px 0;
  line-height: 0.7;
}

.GiftSetTitle {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 2px;
}

.giftSetBlock .GiftSetWrap:nth-of-type(odd) .GiftSetTitle {
  background: #ddd;
}

.giftSetBlock .GiftSetWrap:nth-of-type(even) .GiftSetTitle {
background: #000;
}
/* ↑ ギフトコンテンツ ↑ */

@media screen and (min-width: 861px) {
  .itemCateListsWrap .slick-list {
    text-align: center;
  }


  /* ↓ レイアウト ↓ */
  .page-ranking .mainContents,
  .page-special .mainContents,
  .page-newup .mainContents  {
    max-width: 980px;
    margin: 72px auto;
  }

  .page-ranking .mainContent,
  .page-special .mainContent,
  .page-newup .mainContents  {
    padding: 32px 40px;
  }
  /* ↑ レイアウト ↑ */

  /* ↓ メインタイトル ↓ */
  .page-ranking .pageTitle > span,
  .page-special .pageTitle > span,
  .page-newup .pageTitle > span {
    margin-bottom: 14px;
  }
  /* ↑ メインタイトル ↑ */

  /* ↓ コンテンツ左 ↓ */
  /* ITEM CATEGORY */
  .itemCateTitle {
    position: relative;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .tabs-interiorWrap .itemCateTitle {
    color: #000000;
  }

  .tabs-kitchenWrap .itemCateTitle {
    color: #6b5212;
  }

  .tabs-fashionWrap .itemCateTitle {
    color: #43270f;
  }

  .tabs-babyKidsWrap .itemCateTitle {
    color: #265981;
  }

  .tabs-petWrap .itemCateTitle {
    color: #427442;
  }

  .tabs-giftWrap .itemCateTitle {
    display: none;
  }


  .itemCateTitle::before,
  .itemCateTitle::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    border-top: 4px solid #E2E0D3;
    width: 37.5%;
  }

  .itemCateTitle::before {
    left: 0;
  }

  .itemCateTitle::after {
    right: 0;
  }

  .itemCateLists li p {
    line-height: 1.6;
    margin-top: 10px;
  }

  /* news */
  .horizontalScrollContent {
    display: block;
  }

  .cardHorizon {
    width: auto;
  }
  .newsWrap .slick-slide {
    margin-right: 5px;
  }

  .newsWrap .slick-prev {
    left: 0%;
  }

  .newsWrap .slick-next {
    right: 0;
  }

  .newsWrap .slick-prev::before,
  .newsWrap .slick-next::before {
    content: '';
    display: block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
  }

  .newsWrap .slick-prev::before {
    border-right: 16px solid #B39E65;
  }

  .newsWrap .slick-next::before {
    border-left: 16px solid #B39E65;
  }

  /* newitem */
  .newItems .horizontalScrollContent > .horizontalScrollCell {
    width: calc(100% / 4);
    max-width: 203px;
    /*padding-right: 5px;*/
  }

  .newItems .horizontalScrollContent > .horizontalScrollCell > .horizontalScrollCellInner {
    width: calc(100% - 5px);
  }

  .newItems .horizontalScrollContent .horizontalScrollCell:nth-child(n + 5) {
    display: none;
  }

  .newItems .horizontalScrollCell:nth-child(4) .horizontalScrollCellInner,
  .pickupItems.dispFlex.flexChildlEle3 > .card:nth-child(4),
  .pickupItems.dispFlex.flexChildlEle3 > .card:nth-child(8) {
    margin-right: 0;
  }

  /* pickup */
  .pickupBlock .pickupItems {
    padding: 0;
  }

  .pickupItems.dispFlex.flexChildlEle3 > .card:nth-child(n + 5) {
    margin-bottom: 0;
  }

  .pickupItems.dispFlex.flexChildlEle3 > .card {
    flex-basis: calc((100% - 15px) / 4);
  }

  .pickupItems.dispFlex.flexChildlEle3 > .card:nth-child(n + 9) {
    display: none;
  }

  /* ranking */
  .rankingBlock .btnMore .ico-triangle::before {
    margin-top: -7px;
  }

  .rankingBlockInner {
    background: #D7CEC5;
    padding: 16px;
  }

  .rankingBlockInner .dispFlex.flexChildlEle2 {
    float: left;
    width: 47%;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .rankingBlockInner .dispFlex.flexChildlEle2 > div {
    flex-basis: calc((100% - 6px) / 2);
    margin-bottom: 0;
  }

  .rankingBlockInner .dispFlex.flexChildlEle3 {
    float: right;
    width: 52%;
    box-sizing: border-box;
  }

  .rankingBlockInner .dispFlex.flexChildlEle3 > div {
    margin-top: 2.5%;
  }

  .rankingBlockInner .dispFlex.flexChildlEle3 .rankNum {
    position: static;
    background: transparent;
    height: auto;
    width: auto;
    color: #000;
    text-align: left;
  }

  .rankingBlockInner .dispFlex.flexChildlEle3 .rankNum,
  .rankingBlockInner .dispFlex.flexChildlEle3 .rankNum span {
    font-size: 12px;
  }

  .rankingBlock .btnMore {
    border-width: 0;
    background: transparent;
    margin-top: 5px;
  }

  /* ↑ コンテンツ左 ↑ */

  /* ↓ ギフトコンテンツ ↓ */
  .dispFlex.flexChildlEle3 > div {
     margin-right: 0;
}

  .giftContentTitle {
    text-align: left;
    margin-left: 10px;
  }

  .scenesContentBlock .giftContentTitle {
    margin-bottom: 5px;
  }

  .priceContentBlock .giftContentTitle {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  .giftContentTitle img {
    max-width: 25%;
  }

  .shapeSquareLink {
    padding: 0;
}

  .scenesWrap, .priceWrap {
    padding: 0;
  }

  .scenesWrap .shapeSquare,
  .priceWrap .shapeSquare {
    border: none;
  }

  .priceWrap .shapeSquare {
    background: transparent;
  }

  .scenesWrap .shapeSquare:nth-child(n - 4) {
    margin-bottom: 10px;
  }

  .scenes img {
    height: auto;
  }

  .priceWrap .shapeSquareLink {
    font-size: 15px;
  }

  .priceWrap .shapeSquare:nth-child(n - 4) {
    margin-bottom: 30px;
  }

  .priceWrap .dispPc {
    display: inline;
  }
  /* ↑ ギフトコンテンツ ↑ */
}

@media screen and (min-width: 1201px) {
  .horizontalScrollWrapper {
    overflow-y: visible;
    overflow-x: visible;
  }

  .newsWrap .slick-prev {
    left: -1.9%;
  }

  .newsWrap .slick-next {
    right: -1.9%;
  }

}

@media all and (-ms-high-contrast: none) and (min-width: 861px) {
  .pickupItems.dispFlex.flexChildlEle3 > .card {
    flex-basis: calc((100% - 16px) / 4);
  }

  .columnSnsWrap > div {
    flex-basis: calc((100% - 9px) /2);
  }
}


@media screen and (min-width: 769px) {
  /* special、column */
  .featureContent .cardHorizon:not(:nth-of-type(3)) {
    margin-bottom: 6px;
  }

  .featureContent .cardHorizon:nth-of-type(4) {
    display: block;
    margin-bottom: 0;
  }

  .featureContent .cardHorizonLink.ico-triangle::before {
    bottom: 0px;
    right: 4px;
  }

  .featureContent .cardHorizon {
    flex-basis: calc((100% - 6px) / 2);
  }

  .column-3-cards .cardHorizon {
    flex-basis: calc((100% - 6px) / 3);
  }
  .featureContent .cardHorizonLink {
    padding: 10px 6px;
  }


  /* column */
  .cardHorizonRight time {
    font-size: 12px;
    margin-bottom: 0;
  }
}
