@charset "euc-jp";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --c-primary: #E60012;
  /* --c-secondary: #9792ae; */
  --c-white: #ffffff;
  --c-crimsonred: #bf0000;
}

/* ===========================================================
books search API
============================================================== */
#template #templateWrap #templateFlame #bodyClump .rankingContents,
#template #templateWrap #templateFlame #bodyClump .rankingContents * {
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents * {
  color: inherit;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents {
  width: 950px;
  margin: 0 auto;
}
@media (min-width: 1240px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents {
    width: 1120px;
  }
}
@media (min-width: 1440px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents {
    width: 1320px;
  }
}
@media (min-width: 1640px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents {
    width: 1520px;
  }
}

#template #templateWrap #templateFlame #bodyClump .rankingContents li.loader {
  text-align: center;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li.noItem {
  width: auto;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents ol {
  list-style: none outside none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li {
  margin-bottom: 16px;
  list-style: none outside none;
  font-feature-settings: "palt";
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image {
  width: 100%;
  margin: 0 0 12px;
  text-align: center;
  position: relative;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image a {
  display: inline-block;
  transition: all 0.3s;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image a:hover {
  filter: brightness(1.04);
  scale: 1.04;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image img {
  max-width: 100%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image .icon-rank {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  padding: 3px 0 5px;
  z-index: 1;
  font-size: 18px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: var(--c-primary, #E60012);
  background: rgba(255, 255, 255, 0.8);
  border-right: 2px solid var(--c-primary, #E60012);
  border-bottom: 2px solid var(--c-primary, #E60012);
  border-radius: 0px 0px 8px 0px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .image .icon-rank small {
  display: none;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents li .note {
  position: relative;
  text-align: left;
  color: #333;
  min-height: 90px;
}
#template #templateWrap #templateFlame #bodyClump .cont-section--ranking .rankingContents li .note,
#template #templateWrap #templateFlame #bodyClump .cont-section--chara .rankingContents li .note {
  min-height: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note a {
  display: block;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  color: #006497;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note > span {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.before {
  display: block;
  color: #828282;
  font-size: 13px;
  text-decoration: line-through;
  margin: 0 0 4px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.author-Publisher {
  display: block;
  margin: 10px 0;
  font-size: 12px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.after {
  display: inline-block;
  color: var(--c-crimsonred, #BF0000);
  font-size: 16px;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.after .price-digit {
  font-size: 18px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.after .tax {
  display: inline-block;
  color: inherit;
  font-size: 11px;
  font-weight: normal;
  padding: 0 0.2em;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.discountRate {
  display: inline-block;
  color: var(--c-crimsonred, #BF0000);
  font-size: 15px;
  font-weight: bold;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.date {
  font-size: 13px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconSG,
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconAL,
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconDVD,
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconBD {
  display: inline-block;
  background: #a88203;
  color: var(--c-white, #FFF);
  margin: 0 0 8px;
  padding: 3px 6px 2px;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  min-width: 64px;
  
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconDVD {
  background: var(--c-crimsonred, #BF0000);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents li .note span.iconBD {
  background: #23b0eb;
}

#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-after,
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-before,
#template #templateWrap #templateFlame #bodyClump .js-api-data span.price-discountRate {
  font-size: 13px;
}

/* 1行1商品 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemOne li {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemOne li .image {
  width: 320px;
  margin-bottom: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemOne li .note {
  width: calc(100% - 344px);
}

/* 1行2~5商品　共通 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemTwo ol,
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemThree ol,
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFour ol,
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFive ol {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemThree li .image a,
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFour li .image a,
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFive li .image a {
  max-width: 232px;
}

/* 1行2商品 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemTwo ol {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemTwo li {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 50%;
  padding: 8px 16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemTwo li .image {
  width: 232px;
  margin-bottom: 0;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemTwo li .note {
  width: calc(100% - 248px);
}

/* 1行3商品 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemThree li {
  width: 33.33%;
  padding: 8px;
}

/* 1行4商品 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFour li {
  width: 25%;
  padding: 8px;
}

/* 1行5商品 */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemFive li {
  width: 20%;
  padding: 8px;
}

/* アイテム背景あり */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg li {
  background-color: var(--c-white, #FFF);
  padding: 16px;
  border-radius: 16px;
  margin: 8px;
  box-shadow: 0px 4px 8px 0 rgba(136, 136, 136, 0.1);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemOne li {
  margin: 8px 0 16px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemTwo ol {
  margin-left: -8px;
  margin-right: -8px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemTwo li {
  width: calc(50% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemThree li {
  width: calc(33.33% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemFour li {
  width: calc(25% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-itemBg.type-itemFive li {
  width: calc(20% - 16px);
}

/* サムネイル背景あり */
#template #templateWrap #templateFlame #bodyClump .rankingContents.type-thumbnailBg li .image {
  background-color: var(--c-white, #FFF);
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0 rgba(136, 136, 136, 0.1);
}

/* slider */
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider {
  position: relative;
  overflow: visible;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slide {
  width: calc(960px / 5) !important;
}
@media (min-width: 1240px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slide {
    width: calc(1136px / 5) !important;
  }
}
@media (min-width: 1440px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slide {
    width: calc(1336px / 5) !important;
  }
}
@media (min-width: 1640px) {
  #template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slide {
    width: calc(1536px / 5) !important;
  }
}

#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slide:focus {
  outline: none;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-prev,
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-next {
  position: absolute;
  width: 20px;
  height: 32px;
  top: 50%;
  left: -40px;
  margin-top: -16px;
  cursor: pointer;
  z-index: 1;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-next {
  left: auto;
  right: -40px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-prev:before,
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-next:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  transform: rotate(225deg);
  margin: 6px 0 0 6px;
  opacity: 1;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-next:before {
  transform: rotate(45deg);
  margin: 6px 0 0 -6px;
}

#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-dots {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 12px;
	text-align: center;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-dots > li {
	display: inline-block;
	vertical-align: top;
  width: auto;
  margin: 0;
	padding: 0 6px;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-dots button {
	width: 12px;
	height: 12px;
	border: none;
	display: block;
	text-indent: -9999px;
	background: #d0d4d9;
	cursor: pointer;
	padding: 0;
	display: block;
	border-radius: 50%;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-dots .slick-active button {
	background: #827E98;
}
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-slide a:focus,
#template #templateWrap #templateFlame #bodyClump .rankingContents .slick-slider .slick-dots button:focus {
	outline: none;
}

/* ===========================================================
items
============================================================== */
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul {
  margin: 0 auto;
  padding: 0;
  background: none;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .image {
  height: 180px;
  width: 100%;
  margin-bottom: 10px;
  display: table;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .image a {
  display: table-cell;
  text-align: center;
  position: unset;
  vertical-align: middle;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .image img {
  position: static;
  max-width: 180px;
  max-height: 180px;
  line-height: 0;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note {
  font-size: 14px;
  word-break: break-all;
  line-height: 1.2;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note > a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin: 6px 0;
  color: #006497;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note span {
  /* font-size: 14px; */
  margin-top: 4px;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note .owner {
  margin-top: 4px;
	font-size: 12px;
  color: #666666;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note .price {
  margin-top: 6px;
  color: var(--c-crimsonred, #BF0000);
  font-size: 16px;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note .price > span {
  margin-bottom: 2px;
  color: #666666;
  font-size: 13px;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note .discount {
  font-weight: bold;
  color: var(--c-crimsonred, #BF0000);
  font-size: 16px;
}
#templateWrap #templateFlame #bodyClump [class^="itemType"] ul li .note .item-benefit {
  display: block;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 13px;
  color: #567665;
  line-height: 1.4;
  background: #E8F0EB;
}

/* itemTypeA */
#templateWrap #templateFlame #bodyClump div.itemTypeA {
  margin: 0;
}
#templateWrap #templateFlame #bodyClump div.itemTypeA ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump div.itemTypeA ul li {
  float: none;
  width: 50%;
  margin: 0;
  padding: 16px;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  box-sizing: border-box;
}
#templateWrap #templateFlame #bodyClump div.itemTypeA ul li .image {
  float: none;
  width: 180px;
  margin: 0 24px 0 0;
}
#templateWrap #templateFlame #bodyClump div.itemTypeA ul li .note {
  float: none;
  width: 100%;
}

/* ==============================================================================
価格自動化
============================================================================== */
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item,
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item * {
  box-sizing: border-box;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item {
  margin-bottom: 16px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-main {
  text-align: center;
  
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-main .item-img {
  display: table;
  width: 100%;
  margin: 0 auto;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-main .item-img a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all 0.3s;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-main .item-img a:hover {
  opacity: 0.7;
}

#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .title {
  margin: 0 0 8px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .title a {
  color: #006497;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .title .js-api-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  font-weight: bold;
  color: inherit;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .genre-label > span {
  display: inline-block;
  background: #BF0000;
  margin: 0 0 8px;
  padding: 3px 6px 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  min-width: 64px;
  
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .person,
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .author,
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .date {
    display: block;
    margin: 0 0 4px;
    font-size: 13px;
}

#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .pre-price,
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .pre-price * {
  font-size: 13px;
  color: #828282;
  text-decoration: line-through;
  margin: 0 0 4px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price {
  font-size: 16px;
  color: #BF0000;
  text-decoration: none;
  font-weight: bold;
  margin: 0 0 4px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price * {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
  padding-right: 0;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price .js-api-itemPrice {
  font-size: 18px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price .tax {
  font-size: 11px;
  font-weight: normal;
  padding: 0 0.2em;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .price .percent {
  display: inline-block;
  font-size: 15px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .js-api-ncp span {
  color: inherit;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .js-api-availability {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 4px;
}
#template #templateWrap #templateFlame #bodyClump .rbcomp__campaign__item .item-txt  {
  font-size: 14px;
  margin: 0 0 4px;
}

/* 1行1商品 */
#template #templateWrap #templateFlame #bodyClump .item-one .rbcomp__campaign__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}
#template #templateWrap #templateFlame #bodyClump .item-one .rbcomp__campaign__item .item-main {
  width: 320px;
}
#template #templateWrap #templateFlame #bodyClump .item-one .rbcomp__campaign__item .item-main .item-img a {
  width: 320px;
  height: 320px;
}
#template #templateWrap #templateFlame #bodyClump .item-one .rbcomp__campaign__item .item-main .item-img img {
  max-width: 100%;
  max-height: 320px;
}
#template #templateWrap #templateFlame #bodyClump .item-one .rbcomp__campaign__item .item-detail {
  width: calc(100% - 344px);
}

/* 1行2~5商品　共通 */
#template #templateWrap #templateFlame #bodyClump .item-two,
#template #templateWrap #templateFlame #bodyClump .item-three,
#template #templateWrap #templateFlame #bodyClump .item-four,
#template #templateWrap #templateFlame #bodyClump .item-five {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-main,
#template #templateWrap #templateFlame #bodyClump .item-three .rbcomp__campaign__item .item-main,
#template #templateWrap #templateFlame #bodyClump .item-four .rbcomp__campaign__item .item-main,
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main {
  margin: 0 0 12px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-main .item-img a,
#template #templateWrap #templateFlame #bodyClump .item-three .rbcomp__campaign__item .item-main .item-img a,
#template #templateWrap #templateFlame #bodyClump .item-four .rbcomp__campaign__item .item-main .item-img a,
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main .item-img a {
  width: 232px;
  height: 232px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-main .item-img img,
#template #templateWrap #templateFlame #bodyClump .item-three .rbcomp__campaign__item .item-main .item-img img,
#template #templateWrap #templateFlame #bodyClump .item-four .rbcomp__campaign__item .item-main .item-img img,
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item .item-main .item-img img {
  max-width: 100%;
  max-height: 232px;
}

/* 1行2商品 */
#template #templateWrap #templateFlame #bodyClump .item-two {
  margin-left: -16px;
  margin-right: -16px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 50%;
  padding: 8px 16px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-main {
  width: 232px;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-main .item-img {
  margin-bottom: 0;
}
#template #templateWrap #templateFlame #bodyClump .item-two .rbcomp__campaign__item .item-detail {
  width: calc(100% - 248px);
}

/* 1行3商品 */
#template #templateWrap #templateFlame #bodyClump .item-three .rbcomp__campaign__item {
  width: 33.33%;
  padding: 8px;
}

/* 1行4商品 */
#template #templateWrap #templateFlame #bodyClump .item-four .rbcomp__campaign__item {
  width: 25%;
  padding: 8px;
}

/* 1行5商品 */
#template #templateWrap #templateFlame #bodyClump .item-five .rbcomp__campaign__item {
  width: 20%;
  padding: 8px;
}

/* アイテム背景あり */
#template #templateWrap #templateFlame #bodyClump .type-itemBg {
  margin-bottom: 32px;
}
#template #templateWrap #templateFlame #bodyClump .type-itemBg .rbcomp__campaign__item {
  background-color: #fff;
  padding: 16px;
  border-radius: 16px;
  margin: 8px;
  box-shadow: 0px 4px 8px 0 rgba(136, 136, 136, 0.1);
}
#template #templateWrap #templateFlame #bodyClump .item-one.type-itemBg .rbcomp__campaign__item {
  margin: 8px 0 16px;
}
#template #templateWrap #templateFlame #bodyClump .item-two.type-itemBg {
  margin-left: -8px;
  margin-right: -8px;
}
#template #templateWrap #templateFlame #bodyClump .item-two.type-itemBg .rbcomp__campaign__item {
  width: calc(50% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .item-three.type-itemBg .rbcomp__campaign__item {
  width: calc(33.33% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .item-four.type-itemBg .rbcomp__campaign__item {
  width: calc(25% - 16px);
}
#template #templateWrap #templateFlame #bodyClump .item-five.type-itemBg .rbcomp__campaign__item {
  width: calc(20% - 16px);
}

/* サムネイル背景あり */
#template #templateWrap #templateFlame #bodyClump .type-thumbnailBg .rbcomp__campaign__item .item-main {
  background-color: #fff;
  padding: 12px;
  border-radius: 16px;
  box-shadow: 0px 4px 8px 0 rgba(136, 136, 136, 0.1);
}