/* ↓ 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表示検索窓 ↑ */

/* ↓ タブ ↓ */
.tabsLists {
  display: flex;
}

.tabsLists:not(.tabsListsBottom) a.tabsActive {
  position: relative;
  top: -12px;
}

.tabsLists.tabsListsBottom {
  background: #BCBCBC;
}

.tabsLists li a {
  display: block;
  text-align: center;
  position: relative;
}

.tabsLists:not(.tabsListsBottom) li a.tabsActive {
  top: -12px;
}

.tabsLists li a:hover {
  opacity: 1;
}


/* ↓ コンテンツ左 ↓ */
.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;
  width:65px;
}
/*
.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;;
}

.tabs-interior .mainContentsTitle span:first-of-type {
  color: #5d5d5d;
}

.tabs-interior .mainContentsTitle span:last-of-type {
  color: #000000;
}

.tabs-kitchen .mainContentsTitle span:first-of-type {
  color: #a77c14;
}

.tabs-kitchen .mainContentsTitle span:last-of-type {
  color: #6b5212;
}

.tabs-fashion .mainContentsTitle span:first-of-type {
  color: #66472c;
}

.tabs-fashion .mainContentsTitle span:last-of-type {
  color: #43270f;
}

.tabs-babyKids .mainContentsTitle span:first-of-type {
  color: #5f95be;
}

.tabs-babyKids .mainContentsTitle span:last-of-type {
  color: #265981;
}

.tabs-pet .mainContentsTitle span:first-of-type {
  color: #53ad53;
}

.tabs-pet .mainContentsTitle span:last-of-type {
  color: #427442;
}

/* 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%;
}
.newsWrap .cardHorizon .js-txtLength24 {
  max-height: 44px;
  overflow: hidden;
}
/* 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;
}

/* thumbnail triming */
.trimingThumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%; /* square triming */
}
.trimingThumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* new column */
.newColomunBlockInner.featureContent .cardHorizon:nth-of-type(n + 4) {
  display: none;
}

.newColomunBlockInner.dispFlex.flexChildlEle3 > div:not(.btnMore) {
  margin-right: 0;
}
.newColumnBlock .trimingThumbnail,
.columnBlock .trimingThumbnail {
  padding-top: 39%;
}

/* special・column */
@media screen and (min-width: 861px) {
  .leftContentsBlock > section:last-child {
    min-height: 330px;
  }  
}
.specialBlock .cardHorizon,
.newColumnBlock .cardHorizon,
.columnBlock .cardHorizon {
  background: #E9E9E9;
  min-height: 100%;
  width: 100%;
}

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

.featureContent .cardHorizon:not(:nth-of-type(3)) {
  margin-bottom: 6px;
}
.featureContent.columnBlockInner div:nth-last-child(1) {
  margin-bottom: 0;
}
.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);
}

p[class^="js-txtLength"],
.specialBlock .cardHorizonRight {
  font-feature-settings: "palt";
}


/* column */
.cardHorizonRight time {
  display: inline-block;
  margin-bottom: 3px;
}
.newColumnBlock p[class^="js-txtLength"],
.columnBlock p[class^="js-txtLength"] {
  min-height: 44px;
}
/* special */
.specialBlock .cardHorizonRight {
  min-height: 62px;
}
/* ↑ コンテンツ左 ↑ */

/* ↓ ギフトコンテンツ ↓ */
.sideSpace{
  padding: 0 3px 0 8px;
}

.sideSpace02{
  padding: 0 8px;
}

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

.giftContentTitle img {
  max-width: 43%;
  max-width: 200px;
}

.giftEyecatchWrap img {
  max-width: none;
  width: 100%;
}

.giftSetBlock .giftContentTitle img {
  max-width: 63%;
  max-width: 290px
}

.scenes .shapeSquare {
  border: 5px solid #f3f3f3;
}

.scenes .shapeSquareLink {
  border:none;
}

@media all and (-ms-high-contrast: none) {
  .scenes.dispFlex.flexChildlEle3 > div {
    flex-basis: calc((100% - 40px) / 3);
    margin-right: 0;
  }
}


.scenes .shapeSquare:nth-child(-n + 3),
.prices .shapeSquare:nth-child(-n + 3) {
  margin-bottom: 5px;
}

.scenes img {
  width: 20px;
  max-width: none;
  margin-right: -5px;
}

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

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

.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;
  margin-bottom: 20px;
}

.GiftSetWrap {
  margin-bottom: 10px;
}

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

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

.giftSetBlock .GiftSetWrap:nth-of-type(even) .GiftSetTitle {
background: #837c34;
}

.giftCatalogBlock,
.giftWrappingBlock {
  text-align: center;
}

.giftRecoCateBlock .dispFlex.flexChildlEle2 {
  flex-wrap: wrap;
}

.giftRecoCateBlock .dispFlex.flexChildlEle2 > div {
  flex-basis: calc((100% - 5px) / 2);
}

.recoCates .shapeSquareLink {
  border: none;
}

.recoCates .shapeSquare:nth-child(-n + 8) {
  margin-bottom: 5px;
}

.recoCates .shapeSquareLink p {
  font-size: 25px;
}

.recoCates .shapeSquareLink img {
  margin-right: 5px;
}

.recoCates .shapeSquare span {
  font-size: 12px;
  font-weight: bold;
}

.recoBrands .shapeSquareLink {
  text-align: center;
}

.recoBrands .shapeSquare:nth-child(-n + 9) {
  margin-bottom: 5px;
}

.tabs-giftWrap .week5starWrap,
.tabs-giftWrap .streamBlock,
.tabs-giftWrap .guideWrap,
.tabs-giftWrap .supportWrap {
  display: none;
}


  /*セレクトギフト　※追加190906*/
#gi_Select{background:#f3f3f3; overflow:hidden!important; padding:20px 0 0; margin-top:40px; line-height:1.2em}
#gi_Select .pcOnly{display:none}
#gi_Select .Price{display:none}
#gi_Select h2{padding-bottom:15px; text-align:center;}
#gi_Select h2 img{height:24px!important; width:auto!important;}
#gi_Select h3{margin: 0; background:none; padding:0}
#gi_Select h3.sele2{margin-top:30px}
/*itemCnt*/
#gi_Select ul.itemCnt{margin:0 0 2%!important; text-align:center}
#gi_Select ul.itemCnt li{ width:30%; display:inline-block; padding:0; margin:10px 0 0 10px; vertical-align:top;}
#gi_Select ul.itemCnt li .Name{ 
overflow:visible;
text-overflow: clip ;
display: -webkit-box;
-webkit-box-orient: inline-axis;
    font-size: 0.8em;
 line-height:1.5em	}
#gi_Select ul.itemCnt li .catch{font-weight:bold; font-size:0.8em; margin:10px 0 10px; display:block}
 #gi_Select ul.itemCnt li p.setdtl{margin-top:10px; background:#eaeaea; padding:5px; font-size: 0.7em; text-align:left}
#gi_Select ul.itemCnt li .Name br{display:none;}

/* ↑ ギフトコンテンツ ↑ */

@media screen and (min-width: 861px) {
  /* ↓ slider ↓ */
  .sliderWrap {
    background: #BCBCBC;
    padding: 25px 0 6px;
  }
  /* ↑ slider ↑ */
  /* タブ */
  nav {
    background: #BCBCBC;
  }

  .tabsLists:not(.tabsListsBottom) li a.tabsActive {
    top: auto;
  }

  .tabsLists li:not([style]) {
    flex-basis: calc(100% / 5);
  }
  /* タブ */

  .itemCateListsWrap .slick-list {
    text-align: center;
  }

  .itemCateListsWrap .slick-slide {
    /*width: 70px !important;*/
  }

  /* ↓ コンテンツ左 ↓ */
  /* 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 .cardHorizon {
    min-height: 227px;
  }
  .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(4n) {
    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);
  }
/* PCでは８個限定表示
  .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;
  }


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

  /* ↓ ギフトコンテンツ ↓ */
  .sideSpace,
  .sideSpace02 {
    padding: 0;
  }

 .dispFlex.flexChildlEle3 > div {
    margin-right: 0;
  }

  .giftContentBlock:not(.giftRecoBrandBlock):not(.giftSetBlock) .giftContentTitle {
    text-align: left;
    margin-left: 10px;
  }

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

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

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

  .shapeSquareLink {
    padding: 0;
    max-width: 219px;
  }

  .scenes .shapeSquare,
  .priceWrap .shapeSquareLink {
    border: none;
  }

  .priceWrap .shapeSquare {
    background: transparent;
  }

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

  .scenes img {
    width: auto;
    width: 100%;
    margin-right: 0;
  }

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

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

  .giftSetBlock {
    max-width: 680px;
    padding-bottom: 30px;
  }

  .giftSetBlock .giftContentTitle {
    background: #fff;
    margin: 0 0 20px 0;
    padding: 0;
  }

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

  .GiftSetWrap {
    width: 85%;
  }

  .GiftSetWrap:not(:last-of-type) {
    margin: 0 auto 35px;
  }

  .GiftSetWrap:last-of-type {
    margin: 0 auto;
  }

  .GiftSetTitle {
    text-align: left;
    color: #333;
    margin-bottom: 0;
  }

  .giftSetBlock .GiftSetWrap:nth-of-type(odd) .GiftSetTitle,
  .giftSetBlock .GiftSetWrap:nth-of-type(even) .GiftSetTitle {
    background: transparent;
  }

  .giftSetBlock .dispFlex.flexChildlEle3 > div {
    margin-right: 0;
    flex-basis: calc((100% - 50px) / 3);
  }

  .setPrice {
    color: #ff0e00;
    margin-top: 10px;
    bottom: 0;
  }

  .giftRecoBrandBlock .shapeSquare {
    border-width: 1px;
    border-color: #ccc;
  }

  .giftRecoBrandBlock .shapeSquareLink {
    padding: 14px 0 14px 8px;
  }

  .giftRecoBrandBlock .shapeSquareLink img:first-of-type {
    width: 43%;
  }

  .giftRecoBrandBlock .shapeSquareLink img:last-of-type {
    width: 55%;
  }

  .recoBrands .shapeSquare:nth-child(-n + 9) {
    margin-bottom: 8px;
  }

  .giftLeft {
    padding-top: 11px;
  }

  .giftLeftRecoCateBlock {
    background: #f3f3f3;
    border-radius: 5px;
  }

  .giftLeftRecoCateLists {
    padding: 18px 15px 5px
  }

  .giftLeftRecoCateLists a {
    font-weight: bold;
    font-size: 17px;
    display: block;
  }

  .giftLeftRecoCateLists a span {
    font-size: 13px;
  }

  .giftLeftRecoCateLists img {
    vertical-align: middle;
    margin-right: 12px;
  }

  .giftLeft li {
    margin-bottom: 13px;
  }

  .giftLeftRankingBlock .cardHorizonLink {
    display: flex;
    align-items: start;
    padding: 0;
  }

  .giftLeftRankingBlock .cardHorizonLeft,
  .giftLeftRankingBlock .cardHorizonRight {
    flex-basis: 50%;
  }

  .giftLeftRankingBlock .cardHorizonRight {
    line-height: 1.3;
    padding: 0 0 0 10px;
    font-size: 12px;
  }

  .giftLeftRankingTitle {
    padding-bottom: 20px;
  }

.giftLeftCateRankingTitle {
    text-align: center;
    margin-bottom: 18px;
  }

  .giftLeftRankingBlock .rankNum {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 24px;
    height: 24px;
    line-height: 1.8;
    background: #000;
    margin-bottom: 8px;
  }
  
  
  /*セレクトギフト　※追加190906*/
#gi_Select{background:#f3f3f3; width:100%; overflow:hidden!important;}
#gi_Select .spOnly{display:none}

#gi_Select .Price{text-align:center; padding-top:10px; color:#847905}
#gi_Select h2{padding-bottom:25px}
#gi_Select h3 span.alp{ font-size:24px; }
#gi_Select h3{margin: 0 60px; font-size:16px; margin-bottom:5px; letter-spacing:0.1em;}
/*itemCnt*/
#gi_Select ul.itemCnt{margin:0 0 50px 0!important; text-align:center; padding-right:15px}
#gi_Select ul.itemCnt li{ width:170px; display:inline-block; padding:0; margin:0 0 10px 25px; vertical-align:top;}
#gi_Select ul.itemCnt li .catch{font-weight:bold; font-size:14px; margin:10px 0 10px; display:block}
#gi_Select ul.itemCnt li .Name{}
#gi_Select ul.itemCnt li a:hover{opacity:1.0}
#gi_Select ul.itemCnt li p.setdtl{margin-top:10px; background:#eaeaea; padding:5px;}
#gi_Select ul.itemCnt li a.hover {
	color: #fff;
}


  /* ↑ ギフトコンテンツ ↑ */
}

@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) {
  /* new column */
  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(n + 4) {
    display: block;
    margin-bottom: 0;
  }

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

  .newColumnBlock .dispFlex.flexChildlEle3 > div .cardHorizonLink {
    padding-right: 0;
    padding-left: 0;
  }

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

  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(1) .cardHorizonLink,
  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(4) .cardHorizonLink {
    margin-left: 15px;
  }

  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(3) .cardHorizonLink,
  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(6) .cardHorizonLink {
    margin-right: 15px;
  }

  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(2) .cardHorizonLink,
  .newColomunBlockInner.featureContent .cardHorizon:nth-of-type(5) .cardHorizonLink {
    margin: 0 7.5px;
  }

  .newColomunBlockInner.featureContent .cardHorizonLink.ico-triangle::before {
    right: 0;
  }


  /* special、column */
  .featureContent.columnBlockInner .cardHorizon {
    margin-bottom: 6px;
  }
  .featureContent.columnBlockInner div:nth-last-child(3) {
    margin-bottom: 0;
  }
  .featureContent:not(.newColomunBlockInner) .cardHorizon:nth-of-type(4) {
    display: block;
  }

  .featureContent .cardHorizonLink.ico-triangle::before {
    bottom: 8px;
    right: 12px;
  }

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

  /* column */
  .cardHorizonRight time {
    font-size: 12px;
    margin-bottom: 0;
  }
  /* column thumbnail */
  .trimingThumbnail img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    max-width: 110%;
  }
  .newColumnBlock .trimingThumbnail {
    padding-top: 66.798%
  }
  .columnBlock .trimingThumbnail {
    padding-top: 74.594%
  }
}
