﻿@charset "UTF-8";

/* ========================================
   Variables
   ======================================== */
:root {
  --color-red: #DB0000;
  --color-red-light: #FF0000;
  --color-red-dark: #B50000;
  --color-blue: #009fe3;
  --color-green: #449944;
  --color-gold: #AB7538;
  --color-gold-light: #C99D6C;
  --color-gold-dark: #a16600;
  --color-btn: #e8c9a0;
  --color-btn-hover: #ddb882;
  --color-heading: #202020;
  --color-text: #404040;
  --color-text-sub: #5a5a5a;
  --color-border: #e0e0e0;
  --color-gray-light: #a2a2a2;
  --color-white: #fff;
  --container-width: 1100px;
  --brand-width: 900px;
  --serif: serif;
  --sans_serif: "M PLUS 1p", "Meiryo", "メイリオ", sans-serif;
  --color-bg: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 100%);
}

/* ========================================
   Reset & Base
   ======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;

}

body {
  margin: 0;
  font-family: var(--sans_serif);
  font-size: 14px;
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;

}



img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.5s;
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}


.block-genre-page>.block-genre-page-head {
  display: none;
  margin: 0;
  padding: 0;
}


/* ========================================
   Left Colmn Undisplayed
   ======================================== */
.block-genre-page--sub.block-readmore-contents.js-readmore-contents {
  display: none !important;
  /* KV訴求用 */
}

.pane-left-menu {
  display: none !important;
  /* KV訴求用 */
}

/* KV訴求にともなう各種調整  */
.block-thumbnail-t {
  gap: 10px;
  justify-content: center;
}

.block-thumbnail-t--goods {
  margin: 0 10px 100px 0;
}

/* ========================================
   Brand Content Area (#brand_HKF)
   ======================================== */
#CatGift {
  max-width: var(--brand-width);
  margin: 0 auto;
  position: relative;
  /* top: -100px; */
  text-align: center;
  /* font-weight: 200; */
  font-weight: 400 !important;
  color: var(--color-text);
  font-family: "M PLUS 1p", "Meiryo", "メイリオ", sans-serif;
  /* margin-bottom: -100px; */
}


.MainContent {
  background: var(--color-white);
}


/* Key Visual */
.kv img,
.block-genre-page--header-img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.block-genre-page--header-img.sp {
  display: none;
}


.block-genre-page-head {
  padding: 0;
}

h1.block-genre-page--header {
  font-weight: 300;
  font-size: 2.2em;
}

.block-genre-page--comment {
  margin: 40px 2% 50px !important;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.02em;
  font-weight: 300;
  text-align: left;
}

.block-genre-page--comment .sp {
  display: none;
}

/* Section Common */
#CatGift .inner {
  padding: 30px 3% 30px;
  background: linear-gradient(to bottom, var(--color-white) 0px, #f2f2f2 300px), #f2f2f2 100%;
  margin: 0 20px 50px;
  border-radius: 0 0 20px 20px;
  width: 95%;
  padding-top: 30px !important;
}




#CatGift .inner .sp {
  display: none;
}

#CatGift h2.section-title {
  color: var(--color-heading);
  font-family: var(--sans_serif);
  display: block;
  margin: 20px auto 30px;
  position: relative;
  font-size: 3.8em;
  font-weight: 200;
  line-height: 1.0;
  text-align: center;
  font-feature-settings: "halt" 1;
  letter-spacing: -0.06em;
}

h2.section-title::after {
  content: "";
  display: block;
  margin: -30px auto 40px;
  border: 6px solid var(--color-gold);
  width: 1.8em;
}


.section-title_en {
  display: block;
  margin-top: 30px;
  font-family: var(--sans_serif);
  letter-spacing: -0.02em;
  font-size: 0.4em;
  font-weight: 300;
  color: var(--color-text-sub);
  line-height: 1.4em;
  top: -130px;
  position: relative;
}



/* かんたんギフト検索  */

.section-title:has(i.search-ico)::after {
  border: none;
}

#CatGift .search_block {
  padding-top: 140px !important;
  margin-top: 70px;
  padding-bottom: 0px;
  margin-bottom: 30px;
}

#CatGift .search_block .search-ico {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 170px);
  left: calc(50% - 25px);
  border-radius: 50%;
  border: solid 1px var(--color-text-sub);
}

#CatGift .search_block .search-ico::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: calc(50% + 20px);
  left: calc(50% + 10px);
  border-top: solid 1px var(--color-text-sub);
  transform: rotate(45deg);
}

#CatGift .btn {
  background: var(--color-gold);
  color: var(--color-white);
  font-family: var(--sans_serif);
  font-weight: 300;
  padding: .5em 2em;
  margin: 1em auto 3em;
  border-radius: 1.4rem;
  font-size: 1.2em;
  display: inline-block;
  max-width: 100%;
  width: 60%;
}

#CatGift .btn:hover {
  opacity: .6;
  transition: .5s;
}

#CatGift .search_select-block {
  display: flex;
  justify-content: center;
  gap: 30px;
  top: -40px;
  position: relative;
  margin-bottom: -30px;
}

#CatGift .search_select-block select {
  font-family: var(--sans_serif);
  color: var(--color-text);
  font-weight: 300;
  font-size: 1.2em;
  text-align: center !important;
  text-align-last: center;
  width: 100%;
  padding: .5em 1em .5em .5em;
  margin: 1em auto 2em;
  border-radius: .5rem;
  appearance: none;
  -webkit-appearance: none !important;
  -moz-appearance: none;
}

/* select要素以下をカスタマイズする場合 */
/* select,
::picker(select) {
  appearance: base-select;
} */

#CatGift .search_select-block select option {
  font-family: var(--sans_serif);
  color: var(--color-text);
  font-weight: 300;
  font-size: 1em;
  text-align: center !important;
  text-align-last: center;
}

#CatGift .search_options {
  width: 40%;
  position: relative;
}


.search_select-block .search_options::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 35px;
  right: 15px;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  /* border-top: 10px solid var(--color-gold); */
  pointer-events: none;
}


.search-opt-ico {
  position: relative;
  width: 70px;
  height: 70px;
}

.search-opt-ico::before,
.search-opt-ico::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 70px;
  height: 2px;
  border-top: solid 1px var(--color-text-sub);
}

.search-opt-ico::before {
  transform: rotate(45deg);
}

.search-opt-ico::after {
  transform: rotate(-45deg);
}

.flex_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex_block.trendW {
  justify-content: center;
  margin-top: -20px;
}

.flex_block .tWords {
  font-size: 1.4em;
  margin: 0 .5em .5em .5em;
  border: 1px solid var(--color-text-sub);
  border-radius: 0px 10px 10px 10px;
  background: #fff;
}

.flex_block .tWords a {
  display: block;
  width: 100%;
  height: 100%;
  padding: .3em 1.5em .3em 1.2em;
}


.flex_block .tWords:hover {
  text-decoration: none;

}


/* カテゴリー */

#CatGift .cat_block {
  background: none;
  padding-bottom: 50px;
  margin: 0 auto;
}

.cat_block .flex_block {
  gap: 10px 10px;
}

.cat_card {
  width: 190px;
  height: 190px;
  overflow: hidden;
  transition: transform 0.2s;
  position: relative;
}


.cat_card h3 {
  margin: 0;
  font-family: var(--sans_serif);
  padding: 0;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.2em;
  color: var(--color-white);
  text-align: center;
  letter-spacing: 0.08em;
  background: #41414180;
  position: absolute;
  top: calc(50% - 35px);
  width: 100%;
  font-feature-settings: "halt" 1;
  height: 70px;
  display: grid;
  place-items: center;
  z-index: 1;
  text-shadow: 1px 1px 0px #000;
}

.cat_card h3 small {
  font-size: 60%;
  line-height: 1.2em;
  display: contents;
  letter-spacing: -0.0001em;
}

.cat_card h3 br {
  line-height: 0;
}

.cat_card p {
  padding: 0;
  margin: 0;
  overflow: hidden;

}

.cat_card p img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  background: var(--color-white);
  overflow: hidden;
}

.cat_card p img:hover {
  transform: scale(1.1);
  transition: 0.7s;
}


/* 用途で選ぶ */

#CatGift .inner.pps_block {
  background: linear-gradient(to bottom, var(--color-white) 0px, transparent 500px), url(/img/usr/genre/rB8/bg_steamed.webp) 100% top repeat-y, url(/img/usr/genre/rB8/bg-s.webp) 100% 300px repeat-y;
  background-size: cover;
  padding-bottom: 10px;
}


.pps_block h3 {
  color: var(--color-heading);
  font-family: var(--sans_serif);
  display: block;
}

#CatGift .list_block h3 {
  font-family: var(--sans_serif);
  font-size: 2.8em;
  font-weight: 200;
  font-style: normal;
  font-feature-settings: "halt" 1;
  letter-spacing: -0.02em;
  padding: 0;
}

#CatGift .list_block h3::after {
  content: "";
  display: block;
  margin: 10px auto 40px;
  border: 4px solid var(--color-gold-light);
  width: 1.4em;
}

.pps_block .flex_block {
  gap: 0 20px;
  margin-bottom: 10px;
  padding-left: 5%;
}

.pps_block .flex_block li {
  width: 120px;
  margin-right: 6%;
  position: relative;
  max-height: 300px;
}

.pps_block .flex_block li p {
  padding: .5em;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 170%;
  top: 20%;
  left: 50%;
}


/* ご予算で選ぶ */

#CatGift .inner.bdt_block {

  background: linear-gradient(to bottom, var(--color-white) 0px, transparent 500px), url(/img/usr/genre/rB8/bg_steamed.webp) 100% top repeat-y, url(/img/usr/genre/rB8/bg-s.webp) 100% 300px repeat-y;
  background-size: cover;

  padding-bottom: 50px;
}




/*anchor_block*/
#CatGift .inner.anchor_block {
  padding: 0 0 0;
  background: none;
  top: 0;
  text-align: center;
  margin: 0 auto;

}


#CatGift .inner.anchor_block .flex_block {
  justify-content: center;
  padding: 1em 0 2em 0;
  width: 90%;
  margin: 0 auto;
}

#CatGift .inner.anchor_block .flex_block.anc li {
  font-family: var(--sans_serif);
  width: 24%;
  font-size: 1.6em;
  letter-spacing: 0.08em;
  font-weight: 300;
  position: relative;
  color: #333;
  display: flex;
  justify-content: center;
  border: 1px solid var(--color-text-sub);
  border-bottom: none;
  padding: .5em 1em 3em;
  border-radius: 1.2rem 1.2rem 0 0;
  margin-right: 2px;
  mask-image: linear-gradient(to top, transparent 20%, white 40%);
  -webkit-mask-image: linear-gradient(to top, transparent 20%, white 40%);
}



#CatGift .inner.anchor_block .flex_block li a::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 55px;
  right: 0;
  left: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 14px solid var(--color-gold);
  transition: all 0.2s;
  z-index: 1
}

#CatGift .inner.anchor_block .flex_block li a:hover::after {
  transform: translateY(2px);

}

#CatGift .inner.anchor_block .flex_block li a:hover {
  opacity: 1.0 !important;
}


/* #CatGift .inner.anchor_block .flex_block.anc {
  transparent linear-gradient(180deg, #FF0000 0%, #BF0000 100%) 0% 0% no-repeat padding-box;

} */




/*list_block*/

#CatGift .list_block.content02,
#CatGift .list_block.content03 {
  padding: 20px 0 0px;
  margin: 0 auto -30px;
}

#CatGift .list_block.content02 {
  border-bottom: 2px dotted var(--color-gray-light);
  border-radius: 0;
  width: 80%;
  margin: 0 auto;
}

#CatGift .list_block.content02:last-child {
  border-bottom: none;
}


#CatGift .list_block.content03 {
  padding-bottom: 10px;
}

.content01_block h3 {
  margin-bottom: 8px;
  text-align: left;
  font-size: 20px;
  background-color: transparent !important;
}

.list_block li {
  width: calc(33.33% - 10px);
  margin-right: 10px;
  margin-bottom: 30px;
  position: relative;
}


.list_block li a {
  background-color: #fff;
}


.content03 li .list_btn {
  border: solid 1px var(--color-text-sub);
  border-radius: 10px;
  box-sizing: border-box;
  background: transparent linear-gradient(180deg, #ffffff 0%, #FFFBF5 100%) 0% 0% no-repeat padding-box;
}

.content03 li .list_btn::after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: var(--color-gold) 2px solid;
  border-top: var(--color-gold) 2px solid;
  position: absolute;
  right: 12px;
  top: calc(50% - 5px);
  display: block;
  transform: rotate(45deg);
}

.content03 li .list_btn:hover::after {
  right: 10px;
  transition: .3s;
}

.list_block li .list_btn {
  width: 100%;
  height: 100%;
  display: block;
}

.list_block li p {
  font-family: var(--sans_serif);
  padding: 1.2em .5em 1em .5em;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: -0.02em;
}

.content03 li p .yen {
  font-family: var(--sans_serif);
  font-weight: 300;
  margin-left: 2px;
  margin-right: 1px;
  font-size: 12px;
}

.content03 li p .tax {
  font-family: var(--sans_serif);
  font-weight: 300;
  display: inline-block;
  font-size: 10px;
}

#CatGift .inner h2.section-title ruby>rt {
  font-size: 40%;
  z-index: 0;
  position: relative;
}


#CatGift .list_block {
  background: none;
}





/*  おすすすめカタログ  */

#CatGift .rcm_block {
  background: none;
  position: relative;
  padding: 30px 0% 50px;
}

.rcm_block .flex_block {
  font-weight: 300;
  gap: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.rcm_block .flex_block li {
  width: 48%;
  border: 1px solid var(--color-gray-light);
  border-radius: 10px;
  background: transparent linear-gradient(180deg, #FDFBF8 0%, #FFF6EB 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.rcm_block .flex_block h3 {
  font-weight: 300;
  font-size: 160%;
  line-height: 1.2em;
  margin: 0;
}

.rcm_block .flex_block figure {
  width: 42%;
  height: 200px;
  position: relative;
  left: 0;
  bottom: -1em;
  margin: 1em;
}

.rcm_block .flex_block figure img:first-child {
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}

.rcm_block .flex_block figure img:last-child {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
}



.rcm_block .flex_block .Rcol {
  text-align: left;
  width: 46%;
  position: absolute;
  left: 50%;
  bottom: 5.5em;
}

.rcm_block .rcm-ctg {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 1;
}

.rcm_block .rcm-ctg span {
  font-weight: 300;
  background: #fff;
  border: 1px solid var(--color-gray-light);
  padding: .1em 1em;
  margin: .3em .3em;
}

#CatGift .rcm_block .btn {
  padding: .5em 2em;
  margin: 1.2em auto 1em;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;
  width: 80%;
}



/* ========================================
   Responsive
   ======================================== */
@media (max-width: 991px) {

  .block-genre-page--header-img.sp {
    display: none;
  }

  .cat_card {
    width: calc(48% - 5px);
  }

  #CatGift .inner {
    margin: 0 auto 50px;
  }


  .cat_card h3 {
    font-size: 1.8em;
    text-align: left;
    position: absolute;
    top: unset;
    bottom: 0;
    height: 60px;
    place-items: unset;
    padding: .5em 1em;
    display: block;
    line-height: 1.4em;
  }

  .cat_card h3 small {
    padding-left: .3em;
    display: inline-block;
  }

  .cat_card h3 br.pc {
    display: none;
  }

  .rcm_block .flex_block li {
    width: 100%;
  }

  .rcm_block .flex_block .Rcol {
    width: 53%;
    left: 45%;
    font-size: 120%;
  }

  .rcm_block .flex_block figure {
    width: 40%;
  }

  .rcm_block .flex_block figure img:first-child,
  .rcm_block .flex_block figure img:last-child {
    max-height: 200px;
    width: auto;
    top: 0;
    right: unset;
  }

  .rcm_block .btn {
    width: 70%;
    padding: .5em 5em;
  }




}

@media (max-width: 768px) {

  .site-nav_item {
    font-size: 12px;
    padding: 10px 4px;
  }

  .block-genre-page--header-img {
    display: none;
  }

  .block-genre-page--header-img.sp {
    display: block;
  }

  .block-genre-page--comment {
    margin: 20px 14px 30px !important;
    font-size: 1.0em;
  }

  .block-genre-page--comment .sp {
    display: inline;
  }

  #CatGift .inner {
    padding: 40px 3% 0;
  }

  #CatGift .inner.search_block,
  #CatGift .inner.pps_block,
  #CatGift .inner.bdt_block {
    margin: 40px 3% 30px;
  }


  #CatGift .btn {
    width: 70%;
  }

  #CatGift .inner h2.section-title small {
    font-size: .7em;
  }

  #CatGift .inner h2.section-title:has(br.sp) {
    display: inline;
    line-height: 1.3em;
    /* font-size: 100%; */
    padding: .3em 1em;
  }


  #CatGift .inner .sp {
    display: inline;
  }

  .section-title {
    font-size: 22px;
    margin-bottom: 28px;
  }

  .search_block {
    padding-top: 140px;
    padding-bottom: 0px;
  }

  #CatGift .inner.pps_block img {
    width: 90%;
  }


  .cat_card p img {
    height: 250px;
  }

  .cat_card h3:has(br.sp) {
    line-height: 1.3em;
    /* font-size: 100%; */
    padding: .3em 1em;
  }

  .rcm_block .flex_block .Rcol {
    width: 46%;
    left: 50%;
    font-size: 110%;
  }

  .rcm_block .flex_block figure img:first-child,
  .rcm_block .flex_block figure img:last-child {
    max-height: 170px;
  }

  .rcm_block .flex_block figure {
    width: 42%;
    height: 170px;
  }

  .flex_block .tWords {
    font-size: 1.2em;
  }

  .cat_block .flex_block {
    gap: 10px 10px;
  }

  .cat_card {
    width: calc(45% - 0px);
  }


  .cat_card p img {
    height: 200px;
  }

  .cat_card .cap {
    font-size: 1.2em;
    margin: .2em auto;
  }



  #CatGift .inner.anchor_block .flex_block {
    width: 100%;
  }

  #CatGift .inner.anchor_block .flex_block.anc li {
    font-size: 1.2em;
    padding: .5em .5em 3em;
  }

  .list_block li {
    width: calc(48% - 5px);
    margin-right: 12px;
    margin-bottom: 30px;
    position: relative;
  }

  #CatGift .inner.anchor_block .flex_block li a::after {
    top: 40px;
  }

  .pps_block {
    padding-bottom: 10px;
  }

  .list_block li p {
    line-height: 1em;
    padding: .7em .5em .5em .5em;
  }

}


@media (max-width: 600px) {

  #CatGift h2.section-title {
    font-size: 2.8em;
    margin: 40px auto 20px;
  }

  h2.section-title .section-title_en {
    margin-top: 40px;
    font-size: .5em;
    line-height: 1.4em;
  }

  #CatGift .inner.search_block {
    padding-top: 120px !important;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  #CatGift .search_block .search-ico {
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
  }

  #CatGift .search_block .search-ico::after {
    width: 12px;
    top: calc(50% + 16px);
    left: calc(50% + 8px);
  }

  #CatGift .search_select-block {
    gap: 0;
    top: -70px;
    /* margin-bottom: -70px; */
    margin-bottom: -50px;
    flex-direction: column;
    align-items: center;
  }

  #CatGift .search_select-block select {
    margin: 1em auto 0;
    font-size: 1.4em;
    text-align: center;
  }

  #CatGift .search_select-block select option {
    text-align: center;
  }

  #CatGift .btn {
    width: 80%;
  }

  .search-opt-ico {
    top: -.5em;
    width: 50px;
    height: 50px;
    left: -5px;
  }

  .search-opt-ico::before,
  .search-opt-ico::after {
    width: 50px;
    left: calc(50% - 20px);
  }

  #CatGift .search_select-block .search_options {
    font-size: 80%;
    /* width: 48%; */
    width: 80%;
  }

  .search_select-block .search_options::after {
    top: 30px;
    /* right: 10px; */
  }


  #CatGift .inner.anchor_block .flex_block {
    width: 100%;
  }

  #CatGift .inner.anchor_block .flex_block.anc li {
    font-size: 1.2em;
    padding: .5em 0 4em;
    letter-spacing: 0;
    margin-bottom: -30px;
  }


  #CatGift .list_block h3 {
    font-size: 2.2em;
    margin: 0 auto 30px;
    padding: 0 0 0 0;
  }

  .cat_card {
    height: 150px;
  }

  .cat_card h3 {
    font-size: 1.5em;
    height: 50px;
    padding: .5em .5em;
  }


  #CatGift .list_block.content02 {
    width: 100%;
  }

  #CatGift .inner.pps_block .flex_block {
    gap: 0 10px;
  }

  .pps_block .flex_block li {
    width: 100px;
  }

  .pps_block .flex_block li p {
    font-size: 1.2em;
  }

  #CatGift .inner.pps_block .btn {
    padding: .5em 2em;
    width: 100%;
  }

  .list_block li {
    width: calc(47% - 5px);
  }

  .rcm_block .flex_block .Rcol {
    font-size: 100%;
    width: 50%;
    left: 45%;
  }


  .rcm_block .flex_block figure {
    width: 36%;
    height: 180px;
    position: relative;
    left: 0;
    bottom: -3em;
    margin: 1em;
  }


  .rcm_block .flex_block figure img:first-child {
    width: 70%;
    position: absolute;
    top: -30px;
    left: 0;
  }

  .rcm_block .flex_block figure img:last-child {
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
  }


  .rcm_block .flex_block li.PRSTG figure img:last-child {
    top: 30px;
  }

  .rcm_block .flex_block li.SE figure img:last-child {
    top: 30px;
  }

  .rcm_block .flex_block li.SNE figure img:last-child {
    top: 30px;
  }

  #CatGift .rcm_block .btn {
    width: 90%;
  }

}


@media (max-width: 400px) {



  #CatGift .inner.cat_block,
  #CatGift .inner.pps_block,
  #CatGift .inner.bdt_block {
    margin: 0 auto 20px;
  }

  #CatGift .inner.pps_block {
    padding-bottom: 0;
  }

  .cat_card {
    height: 120px;
  }

  .cat_card p img {
    height: 150px;
  }

  #CatGift .inner.anchor_block .flex_block.anc li {
    font-size: 1.0em;
    border-radius: .7rem .7rem 0 0;
  }

  .list_block li p {
    font-size: 1em;
  }

  #CatGift .list_block.content02 img {
    width: 80%;
  }

  #CatGift .rcm_block .btn {
    padding: .5em .5em;
  }


  .rcm_block .flex_block figure {
    bottom: -3em;
    height: 150px;
  }

  .rcm_block .flex_block .Rcol {
    bottom: 5em;
    letter-spacing: -.02em;
  }

  .rcm_block .rcm-ctg {
    font-size: 85%;
    top: .5em;
    right: .7em;
  }

  .rcm_block .flex_block li.PRSTG {}

  .rcm_block .flex_block li.NTR {}

  .rcm_block .flex_block li.GZB {
    padding-top: 1em;
  }

  .rcm_block .flex_block li.SE {}

  .rcm_block .flex_block li.KBY {
    padding-top: 1.5em;
  }

  .rcm_block .flex_block li.SNE {}

}