@charset "UTF-8";

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



/****************************
ヘッダー
****************************/
@media screen and (max-width: 768px) {
  .headerMain {
    border-bottom: 1px solid #dddddd;
  }
}

/****************************
サブメニュー
****************************/
/*** PCサブメニュー ***********/
.sub-menu-pc {
  margin-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sub-menu-pc {
    display: none;
  }
}
.sub-menu-pc .sub-menu__list {
  float: left;
  margin-left: 64px;
  padding-top: 12px;
}
.sub-menu-pc .sub-menu__item {
  float: left;
  margin-right: 92px;
}
.sub-menu-pc .sub-menu__link {
  position: relative;
  display: block;
}
.sub-menu-pc .sub-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
}
.sub-menu-pc .sub-menu__link:hover {
  opacity: 0.5;
}
.sub-menu-pc .sub-menu__item:first-of-type .sub-menu__link:before {
  left: -40px;
  bottom: -16px;
  width: 31px;
  height: 49px;
  background-image: url(/assets/katene/images/point/submenu-point-01-pc.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(2) .sub-menu__link:before {
  left: -72px;
  bottom: -27px;
  width: 62px;
  height: 57px;
  background-image: url(/assets/katene/images/point/submenu-point-02-pc.png);
  background-repeat: no-repeat;
}
.sub-menu-pc .sub-menu__item:nth-of-type(3) .sub-menu__link:before {	
  left: -66px;	
  bottom: -20px;	
  width: 57px;	
  height: 51px;	
  background-image: url(/assets/katene/images/point/submenu-point-03-pc.png);
  background-repeat: no-repeat;	
  margin-right: 0;	
  }
.sub-menu-pc .sub-menu__item:last-of-type .sub-menu__link:before {
  left: -66px;
  bottom: -20px;
  width: 57px;
  height: 51px;
  background-image: url(/assets/katene/images/point/submenu-point-04-pc.png);
  background-repeat: no-repeat;
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item:last-of-type {
  margin-right: 0;
}
.sub-menu-pc .sub-menu__item a {
  text-decoration: none;
  color: #444444;
  font-size: 2.0rem;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.sub-menu-pc .sub-menu__item-shop a {
  color: #83c30c;
}
.searchArea {
  float: right;
  margin-right: 24px !important;
}
/*** SPサブメニュー ***********/
.sub-menu-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sub-menu-sp {
    display: block;
    height: 70px;
  }
}
.sub-menu-sp .sub-menu__list {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
}
.sub-menu-sp .sub-menu__item {
  height: 70px;
  padding: 0 10px;
  vertical-align: middle;
  text-align: center;
}
.sub-menu-sp .sub-menu__item-category {
  width: 40%;
}
.sub-menu-sp .sub-menu__item-shop {
  width: 30%;
}
.sub-menu-sp .sub-menu__item-shop .sub-menu__text {
  /*	color: #83c30c;	*/
}
.sub-menu-sp .sub-menu__item-faq {
  width: 30%;
}
.sub-menu-sp .sub-menu__item-mypage {
  width: 30%;
}
.sub-menu-sp .sub-menu__link {
  text-decoration: none;
  color: #444444;
  display: block;
}
.sub-menu-sp .sub-menu__text {
  height: 30px;
  font-weight: bold;
  font-size: 1.3rem;
  vertical-align: bottom;
  line-height: 35px;
}
.sub-menu-sp .sub-memu__icon {
  height: 40px;
  position: relative;
}
.sub-menu-sp img {
  max-width: 33px;
  width: 26%;
}
.sub-menu-sp .sub-menu__item-faq img {
  max-width: 37px;
  width: 100%;
}
.sub-menu-sp .sub-menu__item-shop img {
  max-width: 43px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}




/****************************
メイン（共通設定）
****************************/
.col-side {
  float: left;
}
.col-main {
  float: right;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .col-main {
    padding-top: 0;
  }
}

.itemListBlock .itemListBlockTitle {
  color: #83c30c;
  padding: 14px 0;
}
@media screen and (max-width: 768px) {
  .itemListBlock {
    width: 100%;
    margin: 0;
  }
  .itemListBlock .itemListBlockTitle {
    padding: 8px 0;
    padding-left: 10px;
    margin: 16px 0 8px;
  }
}

.itemListBlock .itemListBlockTitle:after {
  background-color: #83c30c;
}


/****************************
ショップ一覧タイトル（SP）
****************************/
.shopListTitle-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shopListTitle-sp {
    display: block;
    text-align: center;
  }
  .shopListTitle-sp p {
    text-align: center;
    color: #83c30c;
    font-size: 2.1rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 22px 0 6px;
  }
  .shopListTitle-sp p:before {
    width: 44px;
    height: 40px;
    content: "";
    background-image: url(/assets/katene/images/point/submenu-point-02-pc.png);
    background-repeat: no-repeat;
    margin-right: 28px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: -70px;
  }
  .shopListTitle-sp p:after {
    width: 49px;
    height: 40px;
    content: "";
    background-image: url(/assets/katene/images/point/shopList-cat-pc.png);
    background-repeat: no-repeat;
    margin-left: 22px;
    display: block;
    position: absolute;
    background-size: contain;
    bottom: 0;
    left: 124px;
  }
}


/****************************
検索窓（SP）
****************************/
.shopSearch-sp {
  display: none;
}
.itemListControl-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .shopSearch-sp {
    width: 100%;
    display: block;
    padding: 20px 10px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .shopSearch-sp .searchArea {
    width: 100%;
    height: 50px;
    float: none;
  }
  .shopSearch-sp .searchArea .searchText {
    background-color: #fff;
    border: solid 1px #dbdbdb;
    border-right: none;
    border-radius: 4px 0 0 4px;
    height: 50px;
    max-width: 100%;
    padding: 0 0.5em;
    display: block;
    float: left;
    box-sizing: border-box;
    outline: 0;
    -webkit-appearance: none;
  }
  .shopSearch-sp .searchArea .searchButton {
    float: right;
    box-sizing: border-box;
    height: 100%;
    width: 50px;
    margin: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: #ff7c00;
    color: #fff;
    cursor: pointer;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
  }
  .shopSearch-sp .im-search {
    font-size: 1.8rem;
    font-size: 18px;
    line-height: 50px;
  }
  .itemListControl-sp {
    display: block;
    margin-bottom: 15px;
  }
  .easy-select-box {
    width: 100%;
    color: #cccccc;
  }
  .easy-select-box .esb-displayer {
    border: 1px solid #dddddd;
    height: 50px;
    line-height: 50px;
  }
  .easy-select-box .esb-dropdown {
    border: 1px solid #dddddd;
    border-top: none;
  }
  .easy-select-box .esb-item {
    height: 50px;
    border-top: 1px solid #dddddd;
    box-sizing: border-box;
    line-height: 50px;
  }
}

/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #dddddd;
  font-size: 2.0rem;
  font-size: 20px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  padding: 8px 10px;
  margin: 0 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  border: none;
}
.wp-pagenavi a:hover{
  color: #83c30c;
}
.wp-pagenavi span.current{
  color: #83c30c;
}
.wp-pagenavi span:first-of-type {
  display: none;
}
.wp-pagenavi .first {
  display: none;
}
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .fa {
  font-size: 1.6rem;
  font-size: 16px;
  display:table-cell;
	vertical-align:middle;
}
.wp-pagenavi__bottom {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 19px;
  }
  .wp-pagenavi__bottom {
    padding-top: 0;
  }
  .wp-pagenavi__bottom .page:nth-of-type(n+5) {
    display: none;
  }
}



/****************************
ポイントアップ中のショップ
****************************/
.pointUpArea {
  margin-bottom: 30px;
}
.pointUpArea .itemListBlockTitle {
  margin: 40px 0 10px;
}
.pointUpArea .pointDetailNumber {
  display: table;
  padding-right: 0;
  margin: 0 auto;
  padding: 14px 0;
}
.pointUpArea .pointDetailNumber div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 5px;
}
.pointUpArea .pointDetailNumber div:last-child {
  padding-right: 0;
}
.pointUpArea .pointDetailFirst {
  font-family: "Roboto Condensed";
  color: #999999;
  font-size: 1.8rem;
  font-weight: bold;

}
.pointUpArea .pointDetailFirst .percent {
  font-size: 1.4rem;
  font-family: "Roboto Condensed";
  color: #999999;
  padding-right: 0;
}
.pointUpArea .pointDetailSecond .fa {
  color: #ff7c00;
  font-size: 1.8rem;
}
.pointUpArea .pointDetailfourth {
  color: #666666;
}
@media screen and (max-width: 768px) {
  .pointUpArea .itemListBlockTitle {
    margin: 40px 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .pointUpArea {
    margin-bottom: 20px;
  }
  .pointUpArea .pointDetailNumber div {
    padding-right: 3px;
  }
  .pointUpArea .pointDetailFirst {
    font-size: 1.5rem;
  }
  .pointUpArea .pointDetailFirst .percent {
    font-size: 1.2rem;
  }
  .pointUpArea .pointDetailSecond .fa {
    font-size: 1.3rem;
  }
}


/****************************
フッターバナー
****************************/
.col-main-banner .bannerBlock {
  width: 418px;
}
.col-main-banner .bannerBlock:first-child {
  float: left;
}
.col-main-banner .bannerBlock:last-child {
  float: right;
}
@media screen and (max-width: 768px) {
  .col-main-banner .bannerBlock {
    width: 100%;
  }
  .col-main-banner .bannerBlock:first-child {
    float: none;
  }
  .col-main-banner .bannerBlock:last-child {
    float: none;
  }
}




/****************************
サイド
****************************/
/****************************
人気のショップ
****************************/
.popularShopList {
  width: 100%;
  height: 100px;
  border-bottom: 1px solid #ececec;
}
.popularShopList:last-of-type {
  border-bottom: none;
}
.popularShopItem {
  width: 50%;
  height: 100px;
  font-size: 1.4rem;
  line-height: 1.5em;
  box-sizing: border-box;
}
.popularShopItem:nth-of-type(odd) {
  float: left;
  border-right: 1px solid #ececec;
}
.popularShopItem:nth-of-type(even) {
  float: right;
}
.popularShopLink {
  display: block;
}
.popularShopLink:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .popularShop {
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    display: none;
  }
  .popularShopList {
    height: auto;
    border-bottom: 1px solid #ececec;
  }
  .popularShopItem {
    width: 50%;
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5em;
    box-sizing: border-box;
  }
}


/****************************
カテゴリから調べる
****************************/
.categorySearchItem {
  padding: 12px 19px;
  font-size: 1.4rem;
  line-height: 1.5em;
  border-bottom: 1px solid #ececec;
}
.categorySearchItem:last-of-type {
  border-bottom: none;
}
.categorySearchImg {
  width: 22px;
  height: 21px;
  position: relative;
  float: left;
  margin-right: 12px;
}
.categorySearchImg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .categorySearch {
    display: none;
    width: 100%;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: absolute;
    top: 0;
  }
  .categorySearchItem {
    padding: 15px 25px;
    font-size: 1.5rem;
  }
}

/****************************
一覧から探す
****************************/
.listSearch-item-sp {
  display: none;
}
.listSearch .link {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .listSearch {
    display: none;
    width: 100%;
    border: none;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    position: absolute;
    top: 0;
  }
  .listSearch .cardBody {
    padding: 0;
  }
  .listSearch-item {
    padding: 15px 25px;
    border-bottom: 1px solid #ececec;
  }
  .listSearch .link {
    font-size: 1.5rem;
    line-height: 1.5em;
    font-weight: normal;
  }
  .listSearch-item-sp {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .listSearch-item-sp a {
    text-decoration: none;
    color: #1cb3a3;
  }
  .listSearch .layout-mr-5 {
    margin-right: 10px !important;
  }
  .listSearch .searchArea {
    display: none;
  }
}


/****************************
サイドのバナー
****************************/
@media screen and (max-width: 768px) {
  .bannerBlock-side {
    display: none;
  }
}



/****************************
検索窓
****************************/
 /* --- 検索全体のBOX (サンプル用)--- */
 .searchArea{
  width: 240px;
  height: 40px;
  margin: auto;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 0;
}
.searchArea .searchText {
  background-color: #fafafa;
  border: solid 1px #dbdbdb;
  border-right: none;
  border-radius: 4px 0 0 4px;
  height: 100%;
  width: 200px;
  max-width: 100%;
  padding: 0 0.5em;
  display: block;
  float: left;
  box-sizing: border-box;
  outline: 0;
  -webkit-appearance: none;
}
 /* --- 検索ボタン欄のSTYLE設定 --- */
.searchArea .searchButton {
  float: left;
  box-sizing: border-box;
  height: 100%;
  width: 40px;
  margin: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #ff7c00;
  color: #fff;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  text-align: center;
}
.im-search {
  font-size: 1.8rem;
  font-size: 18px;
  line-height: 40px;
}
 /* --- 検索ボタン欄にフォーカスか来たとき --- */
.searchArea .searchText:focus {
  background: #cfe7ff;
}
 /* --- 検索ボタン内のアイコンSTYLE設定 --- */
.searchArea .searchImg {
  display: inline-block;
  width: auto;
  height: 12px;
  margin: 0 3px 0 0;
  vertical-align : middle;
}
 /* --- IEの入力エリア右側×消し -------------------------*/
.searchArea .searchText::-ms-clear {
  display: none;
}
.searchText::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}
.searchText::-moz-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}
.searchText:-ms-input-placeholder {
  color: #cccccc;
  font-size: 1.4rem;
  font-size: 14px;
  padding-left: 8px;
}

 /* --- サイドの検索窓 --- */
.searchArea-side {
  float: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 14px;
}
.searchArea-side .searchText {
  width: 220px;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }

/****************************
SPのサーチメニューの×アイコン
****************************/
.cardTitle-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .cardTitle-pc {
    display: none;
  }
  .cardTitle-sp {
    display: block;
    background-color: #fff !important;
    padding: 12px 15px !important;
  }
  .seachBtn-sp {
    width: 30px;
    height: 30px;
    margin-left: auto;
  }
  .menu-trigger,
  .menu-trigger div {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
  }
  .menu-trigger div {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #888888;
  }
  .menu-trigger div:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger div:nth-of-type(2) {
    top: 13px;
  }
  .menu-trigger div:nth-of-type(3) {
    top: 22px;
  }
  .menu-trigger.active div:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .menu-trigger.active div:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active div:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .col-main-banner {
    margin-top: 20px;
  }
}


/****************************
shopListタブ切り替え
****************************/
.shopList-tab__title {
  text-align: center;
}
.shopList-tab__title p {
  text-align: center;
  color: #83c30c;
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shopList-tab__title {
    display: none;
  }
  .shopList-tab {
    padding: 25px 10px;
  }
}
/***** wp-pagenavi *****/
.wp-pagenavi__top {
  position: absolute;
  right: 0;
  top: 35px;
}
.wp-pagenavi__top span:first-of-type {
  display: block;
  font-size: 2.2rem;
  font-size: 22px;
  color: #83c30c;
  font-weight: lighter;
}
.wp-pagenavi__top span:first-of-type small {
  font-size: 1.6rem;
  font-size: 16px;
  color: #888888;
}
.wp-pagenavi__top a,
.wp-pagenavi__top .current {
  display: none;
}
.shopList-tab__title p:before {
  width: 62px;
  height: 57px;
  content: "";
  background-image: url(/assets/katene/images/point/submenu-point-02-pc.png);
  margin-right: 40px;
  display: block;
  position: absolute;
  background-size: contain;
  bottom: 0;
  left: -100px;
}
/*.shopList-tab__title p:after {*/
  /*width: 69px;*/
  /*height: 57px;*/
  /*content: "";*/
  /*background-image: url(/assets/katene/images/point/shopList-cat-pc.png);*/
  /*background-repeat: no-repeat;*/
  /*margin-left: 30px;*/
  /*display: block;*/
  /*position: absolute;*/
  /*background-size: contain;*/
  /*bottom: 0;*/
  /*left: 166px;*/
/*}*/
.shopList-tab__list {
  width: 100%;
  border-bottom: 2px solid #83c30c;
  color: #888888;
}
.shopList-tab__item {
  width: calc((100% - 9px)/4);
  float: left;
  text-align: center;
}
.shopList-tab__item:not(:last-child) {
  margin-right: 3px;
}
.shopList-tab__item a {
  display: block;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: bold;
  color: #888888;
  background-color: #fff;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 6px 6px 0 0;
}
.shopList-tab__item a:hover {
  color: #fff;
  background-color: #83c30c;
}
.shopList-tab__item:last-child a {
  margin-right: 0;
}
.shopList-tab__item.current a {
  color: #fff;
  background-color: #83c30c;
}
@media screen and (max-width: 768px) {
  .shopList-tab__list {
    border: none;
  }
  .shopList-tab__item {
    width: 50%;
    box-sizing: border-box;
  }
  .shopList-tab__item:first-child,
  .shopList-tab__item:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .shopList-tab__item:not(:last-child) {
    margin-right: 0;
  }
  .shopList-tab__item:nth-of-type(odd) {
    border-right: 5px solid transparent;
  }
  .shopList-tab__item:nth-of-type(even) {
    border-left: 5px solid transparent;
  }
  .shopList-tab__item a {
    font-size: 1.5rem;
    border-radius: 5px;
    border: 1px solid #dddddd;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  }
  .shopList-tab__item a:hover {
    border: 1px solid #83c30c;
  }
  .shopList-tab__item.shopList-tab__item.current a {
    border: 1px solid #83c30c;
  }
}

/****************************
一覧
****************************/
.pointList {
  width: 100%;
  display: block;
  margin: 0;
}
.pointItem {
  width: 100%;
  padding: 0 !important;
}
.pointItem:nth-of-type(even) {
 background-color: #fafafa;
}
.pointItem:hover {
  background-color: #fff2e5;
}
.pointLink {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 35px 20px;
  box-sizing: border-box;
}
.pointThumbnailBlock {
  max-width: 190px;
  width: 190px;
  height: 126px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
  position: relative;
}
.pointThumbnailBlock img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pointContents {
  width: 400px;
  margin-left: 25px;
  margin-top: 16px;
  float: left;
}
.pointDetail {
  width: 170px;
  height: 126px;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  float: right;
}
.pointTitle {
  font-size: 2.0rem;
  font-size: 20px;
  font-weight: normal;
  min-height: 0;
  letter-spacing: 0.02em;
  color: #1cb3a3;
}
.pointVendor {
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
.pointDetailTitle {
  width: 100%;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0;
}
.pointDetailNumber {
  height: 92px;
  padding: 0 !important;
}
.pointDetailthird {
  font-family: "Roboto Condensed";
  color: #d32c25;
  font-weight: bold;
  font-size: 4.0rem;
}
.pointDetailthird .percent {
  font-family: "Roboto Condensed";
  font-size: 2.8rem;
  font-weight: bold;
}
.pointDetailfourth p {
  height: 28px;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  margin: 0 auto;
  white-space: nowrap;
  width: 1em;
  line-height: 1em;
  text-orientation: upright;
  font-size: 1.4rem;
}
.br-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pointItem:nth-child(n+7) {
    display: block;
  }
  .pointLink {
    display: block;
    padding: 15px 10px;
  }
  .pointThumbnailBlock {
    width: 100px;
    height: 70px;
    box-sizing: border-box;
    background-color: #fff;
  }
  .pointThumbnailBlock img {
    width: auto;
    height: 100%;
  }
  .pointContents {
    width: 100%;
    display: block;
    border: none;
  }
  .pointTitle {
    font-size: 1.7rem;
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 115px;
  }
  .pointVendor {
    margin-top: 0;
    padding-top: 13px;
    clear: both;
  }
  .pointUpArea .pointDetail-box {
    display: block;
  }
  .pointDetail {
    width: 100%;
    height: auto;
    display: table !important;
    margin-top: 12px;
  }
  .pointDetailTitle {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .pointDetailNumber {
    height: 46px;
  }
  .pointDetailthird {
    font-size: 2.4rem;
  }
  .pointDetailthird .percent {
    font-size: 1.6rem;
  }
  .pointDetailfourth {
    padding-top: 10px;
  }
  .pointDetailfourth p {
    width: auto;
    height: auto;
    font-size: 1.0rem;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  .br-sp {
    display: block;
  }
}




/************
ポイントアップ中
**************/
.featured-pointDetailNumber {
  height: 92px;
  display: table;
  margin: 0 auto;
}
.featured {
  display: table-cell;
  vertical-align: middle;
}
.featured-first {
  width: 118px;
  max-width: 118px;
  height: 18px;
  display: block;
  color: #d32c25;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid #d32c25;
  margin: 0 auto;
  text-align: center;
  line-height: 17px;
}
.featured-first .im {
  margin-left: 3px;
}
.featured-second {
  display: table;
  padding-right: 0;
  margin: 0 auto;
  line-height: 0.8;
  padding: 8px 0 6px;
}
.featured-pointDetailthird {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 5px;
  font-family: "Roboto Condensed";
  color: #d32c25;
  font-weight: bold;
  font-size: 4.0rem;
}
.featured-pointDetailthird .percent {
  font-family: "Roboto Condensed";
  font-size: 2.8rem;
  font-weight: bold;
  padding-right: 3px;
}
.featured-pointDetailfourth {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.featured-pointDetailfourth p {
  height: 28px;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  margin: 0 auto;
  white-space: nowrap;
  width: 1em;
  line-height: 1em;
  text-orientation: upright;
  font-size: 1.4rem;
  color: #666666;
}
.featured-third {
  color: #888888;
  font-size: 1.2rem;
  line-height: 14px;
  font-weight: bold;
  text-align: center;
}
.featured-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .featured-pointDetailNumber {
    height: 46px;
  }
  .featured-second {
    display: none;
  }
  .featured-third {
    margin-top: 3px;
  }
  .featured-sp {
    display: table-cell;
    vertical-align: middle;
  }
  .featured-second-sp {
    display: block;
    margin-left: 14px;
  }
  .featured-pointDetailthird {
    font-size: 2.4rem;
    padding-right: 1px;
  }
  .featured-pointDetailthird .percent {
    font-size: 1.6rem;
  }
  .featured-pointDetailfourth p {
    width: auto;
    height: auto;
    font-size: 1.0rem;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    padding-top: 10px;
  }
  .featured {
    max-width: 118px;
  }
}