<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.catalog-ranking {
  margin-top: 40px;
}

.catalog-ranking__box +.catalog-ranking__box {
  margin-top: 50px;
}

.catalog-ranking__box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.catalog-ranking__img {
  position: relative;
  float: left; 
  width: 310px;
}
.catalog-ranking__img img {
  width: 100%;
}

.catalog-ranking__title {
  position: absolute;
  top: -10px;
  left: 20px;
  margin: auto;
  border-right: 1px solid #533e15; 
  color: #533e15;
      -ms-writing-mode: tb-rl;
  letter-spacing: 0.2em;
  font-weight: normal;
  font-size: 26px;
  /*font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/

  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.catalog-ranking__content {
  float: right;
  width: calc(100% - 340px);
}

.catalog-ranking__lead-text {
  margin: auto; 
  font-size: 13px;
}

.catalog-ranking__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
  counter-reset: 0 ranking-counter; 

  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.catalog-ranking__item {
  position: relative;
  width: 32%;
  counter-increment: ranking-counter;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: opacity;
}
.catalog-ranking__item:nth-child(2) {
  margin-right: 2%; 
  margin-left: 2%;
}
.catalog-ranking__item__img {
  position: relative; 
  border: 1px solid #d9d9d9;
}
.catalog-ranking__item__img img {
  width: 100%;
}
.catalog-ranking__item__img:before {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 42px;
  height: 42px;
  background-color: transparent;
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  content: "";
}
.catalog-ranking__item__text {
  margin-top: 5px; 
  font-size: 13px;
}
.catalog-ranking__item__price {
  margin-top: 10px; 
  text-align: right;
  font-size: 12px;
}
.catalog-ranking__item__screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(70, 52, 1, 0.8);
  opacity: 0;
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: opacity;
}
.catalog-ranking__item__screen span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding: 9px 0; 
  max-width: 180px;
  width: 92%;
  border: 1px solid #533e15;
  background-color: #f7f7f7;
  color: #533e15;
  text-align: center;
  font-size: 13px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.catalog-ranking__item__screen span:after {
  display: inline-block;
  margin-left: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #533e15;
  border-right: 1px solid #533e15;
  content: "";
  vertical-align: middle; 
  -webkit-transform: translateY(-1px) rotate(45deg);
          transform: translateY(-1px) rotate(45deg);
}
.catalog-ranking__item:nth-child(1) .catalog-ranking__item__img:before {
  background-image: url(../../images/feature/giftcatalog/icon-ranking001.png);
}
.catalog-ranking__item:nth-child(2) .catalog-ranking__item__img:before {
  background-image: url(../../images/feature/giftcatalog/icon-ranking002.png);
}
.catalog-ranking__item:nth-child(3) .catalog-ranking__item__img:before {
  background-image: url(../../images/feature/giftcatalog/icon-ranking003.png);
}
.catalog-ranking__item:hover .catalog-ranking__item__screen {
  opacity: 1;
}

.catalog-lineup {
  margin-top: 40px;
}

.catalog-lineup__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.catalog-lineup__item {
  position: relative;
  margin-bottom: 30px; 
  padding: 40px 30px;
  width: 49%;
  border: 1px solid #e4ddc1;
  background-color: #fff;
}
.catalog-lineup__item:hover .ci-btn a,
.catalog-lineup__item:hover .ci-btn span {
  background-color: #a48d4a;
  color: #fff;
}
.catalog-lineup__item:hover .ci-btn a:after,
.catalog-lineup__item:hover .ci-btn span:after {
  border-color: #fff;
}
.catalog-lineup__item__header {
  text-align: center;
}
.catalog-lineup__item__logo {
  margin: auto; 
  width: 320px;
}
.catalog-lineup__item__logo img {
  max-width: 100%;
}
.catalog-lineup__item__head-title {
  margin: 10px auto 0; 
  color: #a48d4a;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 16px;
  /*font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
}
.catalog-lineup__item__content {
  margin-top: 30px;
}
.catalog-lineup__item__img {
  float: left;
  margin-bottom: 30px; 
  width: 185px;
}
.catalog-lineup__item__img img {
  width: 100%;
}
.catalog-lineup__item__info {
  float: right;
  margin-bottom: 30px; 
  width: calc(100% - 205px);
}
.catalog-lineup__item__lead-text {
  margin: auto;
  font-size: 13px;
}
.catalog-lineup__item__price {
  position: relative; 
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 14px;
}
.catalog-lineup__item__price:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 37px;
  height: 1px;
  background-color: #d9d9d9;
  content: "";
}
.catalog-lineup__item__gallery {
  clear: both;
  margin-bottom: 30px;
  text-align: center;
}
.catalog-lineup__item__gallery img {
  max-width: 100%;
}

.catalog-qa__box {
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid #e4ddc1;
}
.catalog-qa__box__title {
  position: relative;
  margin: auto; 
  padding-left: 70px;
}
.catalog-qa__box__title span {
  display: block;
  padding: 20px 0;
  color: #533e15;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.19;
}
.catalog-qa__box__title:before {
  position: absolute;
  top: 0;
  left: 0; 
  display: block;
  width: 59px;
  height: 66px;
  background: transparent url(../../images/feature/giftcatalog/icon-qa.png) center center no-repeat;
  background-size: cover;
  content: "";
}
.catalog-qa__box__text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.catalog-banner {
  padding: 40px 0;
}

.catalog-banner__box {
  transition-delay: 0s; 
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: opacity;
}
.catalog-banner__box img {
  max-width: 100%;
}
.catalog-banner__box +.catalog-banner__box {
  margin-top: 30px;
}
.catalog-banner__box:hover {
  opacity: 0.7;
}

/* 20221026 追加ここから */
.catalog-ranking__content .ci-btn.ci-btn-medium.ci-btn-outline.ci-btn-center.ci-btn-arrow {
  width: 300px;
  margin-top: 30px;
}
.catalog-ranking__box +.catalog-ranking__box {
  margin-top: 60px;
}
/* カテゴリーページ 価格から探す ここから */
.priceRange {
  margin-top: 40px;
}
.priceList {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f8f8f4;
  padding: 20px 30px 30px;
}
.priceList::after {
  content: "";
  display: block;
  width: calc((100% - 30px) / 4);
}
.priceList__item {
  box-sizing: border-box;
  width: calc((100% - 30px) / 4);
  height: auto;
  margin-right: 0;
  margin-top: 10px;
}
.priceList__item a {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  text-decoration: none;
  padding: 30px 10px;
  border: 1px solid #a48d4a;
  color: #a48d4a;
}
body {
  font-weight: 500;
}
/* カテゴリーページ 価格から探す ここまで */
/* 20221026 追加ここまで */

/* 20221122 追加ここから */
.feature-page.gift-catalog .feature-page__mainvisual__title {
  font-weight: 600;
}
.feature-page__introduction {
  padding-bottom: 40px;
}
.feature-page__introduction__heading {
  font-size: 20px;
  margin-bottom: 1em;
}
.feature-page__introduction__text {
  line-height: 1.8;
  margin-top: 0.5em;
}
.feature-page__anker-nav {
  padding-bottom: 50px;
}
/* 20221122 追加ここまで */


/* 20221220 追加ここから */
.banner-sampleSeikyu {
  display: block;
  border: 1px solid #e4ddc1;
}    
.type-lineup {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 40px;
}
.type-lineup__item {
  /* width: calc((100% / 4) - 18px); */
  width: 241px;
  position: relative;
}
.type-lineup__item + .type-lineup__item {
  margin-left: 20px;
}
.type-lineup__heading {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  color: #a48d4a;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.type-lineup__caption {
  font-size: 13px;
  padding: 10px 5px;
}
.type-lineup__item .ci-btn-outline {
  text-decoration: none;
}
.type-lineup__item .ci-btn-medium {
  max-width: 230px;
}
.type-lineup__item:hover .ci-btn-outline ,
.type-lineup__item:hover span {
  background-color: #a48d4a;
  color: #fff;
}
.type-lineup__item:hover .ci-btn-arrow span:after {
  border-color: #fff;
}
.feature-page__anker-nav {
  padding: 0;
}
/* 20221220 追加ここまで */


/* 20221226 追加ここから */
.lineup__links {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 70px;
}
.lineup__linksItem {
  width: calc((330 / 1024) * 100%);
  margin-top: 17px;
}
.lineup__link {
  display: block;
  border: 1px solid #e4ddc1;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  position: relative;
}
.lineup__link::after {
  display: inline-block;
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  content: "";
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-duration: 0.12s;
  transition-property: border-color;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
  border-color: #555;
  position: absolute;
  right: 20px;
  top: 45%;
}

.catalog-lineup____itemsHeading {
  width: 100%;
  text-align: center;                
  margin: auto auto 20px;
  position: relative;
}
.catalog-lineup____itemsHeading span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  padding: 0 15px;
  background-color: #faf9f5;
}
.catalog-lineup____itemsHeading::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #a48d4a;
  content: "";
}
.catalog-lineup__items {
  margin-top: -140px;
  padding-top: 140px;
}
.catalog-lineup__items + .catalog-lineup____itemsHeading {
  margin-top: 30px;
}
/* 20221226 追加ここまで */

/* 20230123 追加ここから */
/* RESET */
.catalog-lineup__item:hover .ci-btn a,
.catalog-lineup__item:hover .ci-btn span {
  background-color: #fff;
  color: #555;
}
.catalog-lineup__item&gt;div:hover .ci-btn a,
.catalog-lineup__item&gt;div:hover .ci-btn span {
  background-color: #a48d4a;
  color: #fff;
}
.catalog-lineup__item:hover .ci-btn a:after,
.catalog-lineup__item:hover .ci-btn span:after {
  border-color: #555 !important;
}
/* RESET */

.catalog-lineup__item__wrapper {
  position: relative;
}
.catalog-lineup__item__wrapper:hover .ci-btn a:after,
.catalog-lineup__item__wrapper:hover .ci-btn span:after {
  border-color: #fff !important;
}
.catalog-lineup__item__other {
  text-align: center;
  margin-top: 20px;
}
.catalog-lineup__item__other-heading {
  font-size: 13px;
}
.catalog-lineup__item__other-list {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
}
.catalog-lineup__item__other-item + .catalog-lineup__item__other-item {
  margin-left: 10px;
}
.other-type {
  padding: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}
.other-type__name {
  font-size: 10px;
  order: 2;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
}
.other-type__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 5px;
}
.other-type__icon--card {
  background-color: #ffcdcd;
}
.other-type__icon--social {
  background-color: rgb(0 191 255 / 50%);
}
/* 20230123 追加ここまで */</pre></body></html>