@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-shop .sub-menu__text {
  color: #83c30c;
}
.sub-menu-sp .sub-menu__item-category {
  width: 40%;
}
.sub-menu-sp .sub-menu__item-shop {
  width: 30%;
}
.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;
}
.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;
}

.itemListBlock .itemListBlockTitle {
  color: #83c30c;
  padding: 14px 0;
}

@media screen and (max-width: 768px) {
  .itemListBlock .itemListBlockTitle {
    padding: 8px 0;
    padding-left: 10px;
    margin: 16px 0 8px;
  }
}

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



/****************************
スライドバー
****************************/
.section-mainSlider-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .section-mainSlider-pc {
    display: none;
  }
  .section-mainSlider-sp {
    display: block;
  }
}


/****************************
検索窓（SP）
****************************/
.shopSearch-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: #fafafa;
    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;
  }
}


/****************************
スライド下小バナー
****************************/
.mainSmallBanner {
  margin-top: 60px;
  margin-bottom: 45px;
}
.SmallBannerList {
  display: table;
}
.SmallBannerItem {
  width: 272px;
  display: table-cell;
  padding-right: 20px;
}
.SmallBannerItem:last-child {
  padding-right: 0;
}
.SmallBannerItem a {
  text-decoration: none;
  color: #666666;
}
.SmallBannerItem a:hover {
  color: #1cb3a3;
  text-decoration: underline;
}
.SmallBannerText {
  margin-top: 12px;
}
.SmallBannerText  p {
  font-size: 1.6rem;
  margin-top: 12px;
}
.SmallBannerImage img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mainSmallBanner {
    display: none;
  }
}



/****************************
おすすめショップ
****************************/
.recommendArea .pointBtnWrap {
  padding-top: 40px;
}
.recommendArea .pointItem {
  width: 25%;
}
.recommendArea .pointDetailTitle {
  width: 70px;
  font-size: 1.2rem;
  font-size: 12px;
  padding: 10px 0;
}
.recommendArea .pointDetailNumber {
  padding: 0;
  text-align: center;
}
.recommendArea .pointDetailNumber span {
  font-size: 2.2rem;
  font-size: 22px;
  padding-right: 10px;
}
.recommendArea .pointDetailNumber span.yen {
  font-size: 1.0rem;
  font-size: 10px;
  padding-right: 0;
}
.recommendArea .pointDetailNumber span.percent {
  font-size: 1.4rem;
  font-size: 14px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .recommendArea .pointBtnWrap {
    padding-top: 10px;
  }
  .recommendArea .pointItem {
    width: 50%;
  }
  .recommendArea .pointDetail {
    display: block;
  }
  .recommendArea .pointDetailTitle {
    width: 100%;
    font-size: 1.2rem;
    font-size: 12px;
    padding: 4px 0;
  }
  .recommendArea .pointDetailTitle .br-pc {
    display: none;
  }
  .recommendArea .pointDetailNumber {
    text-align: center;
    padding: 14px 0;
  }
  .recommendArea .pointDetailNumber span {
    font-size: 2.4rem;
    padding-right: 7px;
  }
}
/*wp-pagenavi 17*/
.wp-pagenavi {
  clear: both;
  text-align:center;
  margin-top: 25px;
}
.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;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  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;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 19px;
  }
}


/****************************
お得なニュース
****************************/
.newsArea .itemListBlockTitle {
  margin: 30px 0;
}
.enqueteTable tr {
  width: 100%;
  border-top: 1px solid #ddd;
  display: table;
}
.enqueteTable tr:first-child {
  background-color: transparent;
}
.enqueteTable tr:not(:first-child) {
  border-bottom: none;
}
.enqueteTable tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.enqueteTable td {
  display:table-cell;
	vertical-align:middle;
}
.enqueteTable td:first-child {
  padding: 20px 0 20px 30px;
  font-family: 'Roboto Condensed';
  vertical-align: bottom;
}
.enqueteTable td:last-child {
  font-size: 1.6rem;
}
.enqueteTable .newsLink {
  text-decoration: none;
  color: #666666;
}
.enqueteTable .newsLink .newsPoint {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff7c00;
  margin-right: 14px;
}
.enqueteTable .newsLink:hover {
  color: #1cb3a3;
  font-weight: bold;
  border-bottom: 1px solid #1cb3a3;
}
.enqueteTable .newsLink:hover .newsPoint {
  color: #1cb3a3;
}
@media screen and (min-width: 769px) {
  .enqueteTable td:first-child {
    width: 140px;
    box-sizing: border-box;
  }
  .enqueteTable td:last-child {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .newsArea .itemListBlockTitle {
    margin: 30px 0 20px;
  }
  .enqueteTable tr {
    display: block;
    padding: 15px 5px;
    box-sizing: border-box;
  }
  .enqueteTable tr:first-child {
    display: block;
    border-top: none;
  }
  .enqueteTable td {
    width: 100%;
    display: block;
  }
  .enqueteTable td:first-child {
    padding: 0;
  }
  .enqueteTable td:last-child {
    text-align: left;
  }
  .enqueteTable .newsLink {
    line-height: 1.5;
    display: block;
  }
  .enqueteTable .newsLink:hover {
    color: #1cb3a3;
    font-weight: bold;
    border-bottom: none;
  }
  .enqueteTable td:last-child {
    padding: 0;
    font-size: 1.7rem;
    margin-top: 4px;
  }
  .enqueteTable .newsLink .newsPoint {
    font-size: 1.4rem;
    margin-right: 20px;
    white-space: nowrap;
  }
}


/****************************
ポイントアップ中のショップ
****************************/
.pointUpArea {
  margin-bottom: 35px;
}
.pointUpArea .itemListBlockTitle {
  margin: 40px 0 10px;
}
.pointUpArea .pointDetail {
  display: block;
}
.pointUpArea .pointItem {
  width: 25%;
}
.pointUpArea .pointDetailTitle {
  width: 100%;
  font-size: 1.2rem;
  font-size: 12px;
  padding: 4px 0;
}
.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.6rem;
}
.pointUpArea .pointDetailthird {
  font-family: "Roboto Condensed";
  color: #d32c25;
  font-weight: bold;
  font-size: 2.6rem;
}
.pointUpArea .pointDetailthird .percent {
  font-family: "Roboto Condensed";
  font-size: 1.8rem;
  font-weight: bold;
}
.pointUpArea .pointDetailfourth {
  color: #666666;
}
.pointUpArea .pointDetailfourth p {
  height: 25px;
  writing-mode: tb-rl; /* IE用 */
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; /* Chrome、Firefox用 */
  -webkit-writing-mode: vertical-rl;
	margin: 0 auto;
	white-space: nowrap;
	width: 1em; /* firefox対策 */
	line-height: 1em; /* firefox対策 */
  text-orientation: upright;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .pointUpArea .itemListBlockTitle {
    margin: 40px 0 8px;
  }
  .pointUpArea .pointItem {
    width: 25%;
  }
  .pointUpArea .pointDetailfourth p {
    height: 20px;
  }
}

@media screen and (max-width: 640px){
  .pointUpArea .pointItem {
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .pointUpArea .pointItem {
    width: 50%;
  }
}
@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;
  }
  .pointUpArea .pointDetailthird {
    font-size: 2.4rem;
  }
  .pointUpArea .pointDetailthird .percent {
    font-size: 1.7rem;
  }
  .pointUpArea .pointDetailfourth p {
    font-size: 1.0rem;
  }
  .pointUpArea .pointBtnWrap {
    padding-top: 8px;
  }
}


/****************************
フッターバナー
****************************/
.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;
  }
  .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;
  }
}