@charset "utf-8";
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}

a:link,
a:visited {
  color: inherit;
}
body,
#sel-wrapper,
#side-nav {
  letter-spacing: 0.01em;
  font-family:
    YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
#mv {
  height: 460px;
  width: 100%;
  background-image: url(/ringbell/contents/mother/ranking/2026/img/mv-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left calc(50% + 190px);
  background-size: auto 460px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1300px;
  background-color: #fad5d3;
}
#mv h1 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#mv h1 img {
  width: 400px;
  height: auto;
}
.page-intro {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 80px auto 0;
  width: 1230px;
  line-height: 2;
}

@media screen and (max-width: 599px) {
  .page-intro {
    text-align: left;
    font-size: 3.8vw;
    font-weight: bold;
    margin: 12vw auto 5vw;
    width: 90vw;
    /* text-align: left; */
    line-height: 1.6em;
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .page-intro br {
    display: none;
  }
}
.page-nav {
  width: 1230px;
  margin: 0 auto 140px;
}
.page-nav-link {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.page-nav-link li {
  width: 300px;
  height: 64px;
  background-color: #eb726b;
}
.page-nav-link li a {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
  box-sizing: border-box;
  background-image: url(/ringbell/contents/mother/ranking/2025/img/nav-icon.png);
  background-position: center bottom 14px;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.page-nav.fixed {
  width: auto;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  transform: translate(0, -100%);
  transition: transform 0.2s ease;
}
.page-nav.fixed.enabled:not(.hidden) {
  transform: translate(0, 0);
}
.page-nav.fixed .page-nav-link {
  flex-wrap: nowrap;
}
.page-nav.fixed .page-nav-link li {
  flex: 1;
  width: auto;
  border-left: 1px solid #fff;
}
.page-nav.fixed .page-nav-link li:first-child {
  border-left: 0;
}

.main-block {
  /* background-color: #fff6f9;
  background-color: #fcdae3; */
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 0px;
  margin-bottom: 120px;
}
.ranking-wrapper {
  width: 1230px;
  margin: 0 auto 150px;
  background-color: #fff;
  position: relative;
  /* border-radius: 0 0 30px 30px; */
  /* box-shadow: 0 5px 20px rgba(120, 68, 66, 0.1); */

  box-sizing: border-box;
}
#ranking00.ranking-wrapper {
  border-top: 3px solid #7b5c0a;
  padding-bottom: 60px;
  margin-bottom: 130px;
}
#ranking02,
#ranking01,
#ranking03,
#ranking04,
#ranking05,
#ranking06,
#ranking07,
#ranking08,
#ranking09,
#ranking10,
#ranking11 {
  padding-top: 110px;
  margin-top: -110px;
}
.rank-01 {
  padding-bottom: 50px;
  margin: 0 auto 80px;
}
.ranking-wrapper.last {
  margin-bottom: 0;
}
.ranking-item {
  display: flex;
  justify-content: space-between;
}
.ranking-item li {
  width: 19%;
  /* background-color: #fad5d3; */
  background-color: #ffe7e6;
  padding: 15px;
  box-sizing: border-box;
}
.ranking-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: -42px;
  position: relative;
}
.ranking-ttl img {
  width: 85px;
  height: auto;
}
.ranking-ttl strong {
  font-size: 27px;
  line-height: 1.1em;
  margin-top: 25px;
}
.ranking-item li .txt .name {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 15px;
  padding-left: 50px;
}
.ranking-item li .txt .name .brand {
  color: #888;
  font-size: 12px;
  line-height: 1.3em;
  display: block;
  margin-bottom: 10px;
}
.ranking-item li .txt .price {
  font-size: 16px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 20px;
  color: #b71717;
}
.ranking-item li .txt .price .tax {
  font-size: 14px;
}

.ranking-item li .img {
  position: relative;
}
.ranking-item li .rank-icon {
  width: 38px;
  position: absolute;
  left: 0;
  top: 220px;
}
.ranking-item li img {
  width: 100%;
  height: auto;
}
#sel-wrapper {
  text-align: center;
}
.content__wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.pink-btn {
  width: 510px;
  height: 50px;
  color: #fff;
  background-color: #b71717;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  bottom: -30px;
  font-size: 16px;
  font-weight: bold;
  background-image: url(/ringbell/contents/mother/ranking/2025/img/link-btn-icon-w.png);
  background-size: 10px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  margin-top: 20px;
  /* box-shadow: 0 6px 10px rgba(120, 68, 66, 0.3); */
}
.pink-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainItem,
.categoryArea__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.categoryArea__list {
  margin-bottom: 0;
}
.mainItem a {
  width: -webkit-calc((100% - 15%) / 6);
  width: calc((100% - 15%) / 6);
}
.mainItem a .catalogImg {
  margin-bottom: 5px;
}
.mainItem a p {
  color: #555;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#categoryArea {
  background: #f8f8f5;
  padding: 90px 0;
  min-width: 1300px;
}
.search {
  background: #ffffd3;
  padding: 70px 0;
}
.section__title-1 {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
  text-align: center;
}
.section__title-1 {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.section__title-1 strong {
  font-size: 28px;
}
.section__title-1::after {
  background: #b71717;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.section__title-1::after {
  height: 3px;
  width: 100px;
}
.search .section__title-1::after {
  background: #b71717;
}

.search .form-select__element,
.search .section__lead {
  font-weight: 700;
}
.search .section__lead {
  margin-bottom: 30px;
}
.search .section__lead p {
  font-size: 23px;
  text-align: center;
}
.search .section__lead br {
  display: none;
}
.search__fields {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.form-select {
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 1;
  position: relative;
  text-align: left;
}
.search .form-select {
  height: 80px;
  width: 370px;
}
.rb2019---main .search__cross {
  margin: 0 30px;
}
.form-select__element {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  bottom: 0;
  color: #333;
  display: block;
  font-size: inherit;
  height: 100%;
  left: 0;
  margin: 0;
  outline: 0;
  position: absolute;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}

.form-select__element {
  padding: 0 2em 0 2.5em;
  padding-left: 2.5em;
}
.search .form-select__element {
  font-size: 18px;
  padding-left: 78px;
}
.form-select__element:disabled {
  color: rgba(51, 51, 51, 0.7);
}

.form-button {
  -webkit-align-items: center;
  align-items: center;
  background: #a17844;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
  font-weight: 700;
}
.form-button:disabled {
  background: #656565;
  cursor: default;
  opacity: 0.4;
}
.search .form-button {
  font-size: 18px;
  height: 60px;
  margin: 0 auto;
  width: 400px;
}
.form-select__icon {
  bottom: 0;
  height: 1.25em;
  left: 0.75em;
  margin: auto 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.25em;
}
.search .form-select__icon:first-of-type {
  height: auto;
}
.search .form-select__icon:nth-of-type(2) {
  height: auto;
  left: auto;
}
.search__cross {
  margin: 0 30px;
}
.search .form-select__icon:first-of-type {
  left: 24px;
  width: 30px;
}
.search .form-select__icon:nth-of-type(2) {
  right: 24px;
  width: 14px;
}

.form-select__element:disabled
  ~ .form-select__icon:not(.form-select__icon--disabled),
.form-select__element:not(:disabled) ~ .form-select__icon--disabled {
  opacity: 0.2;
}

.categoryLink {
  width: 170px;
  display: table;
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 5px;
  margin-bottom: 9px;
  box-sizing: border-box;
}
.categoryLink .listImg,
.categoryLink p {
  display: table-cell;
  vertical-align: middle;
}
.categoryLink p {
  width: 100px;
  text-align: left;
  color: #555555;
  font-size: 14px;
}
.low-link-btn {
  width: 700px;
  height: 70px;
  border-radius: 35px;
  box-sizing: border-box;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 80px auto 150px;
  font-size: 18px;
  color: #333;
}
a.low-link-btn:link,
a.low-link-btn:visited {
  color: #333;
}

.low-link-btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url(/ringbell/contents/mother/ranking/2025/img/link-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 599px) {
  html address,
  html article,
  html aside,
  html blockquote,
  html dd,
  html div,
  html dl,
  html dt,
  html fieldset,
  html figcaption,
  html figure,
  html footer,
  html form,
  html h3,
  html h4,
  html h5,
  html h6,
  html header,
  html hgroup,
  html li,
  html nav,
  html ol,
  html p,
  html pre,
  html section,
  html summary,
  html table,
  html td,
  html th,
  html ul {
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .content__wrap {
    width: 90%;
    margin: 0 auto;
  }
  .mainItem a {
    width: -webkit-calc((100% - 10%) / 3);
    width: calc((100% - 10%) / 3);
    margin-bottom: 10px;
  }
  .mainItem a p {
    font-size: 3vw;
    line-height: 1.3;
  }
  .mainItem a .catalogImg {
    margin-bottom: 2vw;
    width: 100%;
    height: auto;
  }
  .categoryLink {
    width: -webkit-calc((100% - 2%) / 2);
    width: calc((100% - 2%) / 2);
  }
  .categoryLink .listImg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }
  .categoryLink p {
    font-size: 12px;
  }
  #categoryArea {
    background: #f8f8f5;
    padding: 12vw 0;
    min-width: 100%;
  }

  .search {
    background: #f4e9d2;
    padding: 12vw 0;
  }
  .search .rb2019---inner {
    width: 90%;
    margin: 0 auto;
  }
  .section__lead {
    margin-bottom: 3rem;
    padding: 0 2rem;
  }
  .search .section__lead p {
    font-size: 3.5vw;
    text-align: center;
    white-space: normal;
  }
  .search__fields {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0 2rem;
  }
  .search .form-select__icon:first-of-type {
    left: 1em;
    width: 1.5em;
  }
  .search .form-select__icon:nth-of-type(2) {
    right: 1em;
    width: 1em;
  }
  .search .form-select {
    height: 3.5rem;
    width: 100%;
  }
  .search .form-select__element {
    font-size: 1.14rem;
  }
  .search .form-select__element {
    font-size: 1.14rem;
    padding-left: 3em;
  }
  .search .form-button {
    font-size: 1.14rem;
    height: 3.5rem;
    margin: 0 auto;
    width: -webkit-calc(100% - 4rem);
    width: calc(100% - 4rem);
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .search__cross {
    height: auto;
    margin: 1rem 0;
    width: 2rem;
  }
  .section__title-1 {
    font-size: 5vw;
    letter-spacing: 0.05em;
    margin-bottom: 9vw;
    padding-bottom: 4vw;
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .section__title-1 span {
    font-size: 3.3vw;
  }
  .section__title-1 strong {
    font-size: 5vw;
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .section__title-1::after {
    height: 1vw;
    width: 20vw;
  }

  .ranking-wrapper {
    width: calc(100% - 10vw);
    margin: 0 auto 26vw;
    background-color: #fff;
    position: relative;
    border-radius: 0;
    padding: 0;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  #ranking00.ranking-wrapper {
    border-top: 3px solid #7b5c0a;
    padding-bottom: 9vw;
    margin-bottom: 19vw;
  }

  .ranking-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ranking-item li:nth-child(1) {
    width: 100%;
    margin: 0vw auto 0;
  }
  .ranking-item li {
    width: calc(50% - 0.3rem);
    margin-top: 0.5rem;
    padding: 0.8rem 0.8rem 1rem;
  }

  .pink-btn {
    width: 90%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* background-color: #eb5977; */
    border-radius: 5vw;
    position: relative;
    margin: 4vw auto 0;
    bottom: -5vw;
    font-size: 3vw;
    background-image: url(/ringbell/contents/mother/ranking/2025/img/link-btn-icon-w.png);
    background-size: 2vw auto;
    background-position: right 3vw center;
    background-repeat: no-repeat;
    /* box-shadow: 0 1vw 3vw rgba(120, 68, 66, 0.3); */
  }
  .ranking-ttl {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: -8vw;
    position: relative;
  }
  .ranking-ttl img {
    width: 13vw;
    height: auto;
  }
  .ranking-ttl strong {
    font-size: 5vw;
    line-height: 1.4em;
    margin-top: 3.5vw;
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .ranking-item li .txt .name {
    font-size: 3vw;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 3vw;
    padding-left: 10vw;
  }
  .ranking-item li .txt .name .brand {
    color: #888;
    font-size: calc((20 / 750) * 100vw);
    line-height: 1.1em;
    display: block;
    margin-bottom: 1.2vw;
  }
  .ranking-item li .txt .price {
    font-size: 3.4vw;
    line-height: 1em;
    font-weight: bold;
    margin-top: 4vw;
    color: #eb5977;
  }
  .ranking-item li .txt .price .tax {
    font-size: 3vw;
  }
  .ranking-item li .rank-icon {
    width: 8vw;
    position: absolute;
    top: 41vw;
  }
  .ranking-item li:nth-child(1) .rank-icon {
    width: 11vw;
    top: 87.2vw;
  }
  .ranking-item li:nth-child(1) .txt .name {
    min-height: auto !important;
    text-align: left;
    padding-left: 14vw;
  }
  .ranking-item li:nth-child(1) .txt .price {
    text-align: left;
    padding-left: 14vw;
  }
  .page-nav {
    width: calc(100% - 30px);
    margin: 0 auto 22vw;
  }
  .page-nav-link {
    gap: 2px;
  }
  .page-nav-link li {
    width: calc(50% - 1px);
    height: 12vw;
    /* background-color: #eb5977; */
  }
  .page-nav-link li a {
    width: 100%;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    line-height: 1.3em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0;
    box-sizing: border-box;
    background-image: url(/ringbell/contents/mother/ranking/2025/img/nav-icon.png);
    background-position: center right 3vw;
    background-size: 3vw auto;
    background-repeat: no-repeat;
  }
  .page-nav.fixed .page-nav-link {
    flex-wrap: wrap;
    gap: 0;
  }
  .page-nav.fixed .page-nav-link li {
    width: calc((100% - 3px) / 4);
    flex: 0 0 auto;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
  }
  .page-nav.fixed .page-nav-link li:nth-child(4n + 1) {
    border-left: 0;
  }
  .page-nav.fixed .page-nav-link li a {
    font-size: 2.6vw;
    padding-bottom: 1.5em;
    background-position: center bottom 2.5vw;
  }
  .main-block {
    background-color: #fff;
    padding-bottom: 3vw;
    padding-top: 4vw;
    margin-bottom: 0vw;
  }
  #mv {
    height: 74vw;
    width: 100%;
    /* background-image: url(/ringbell/contents/mother/ranking/2025/img/mv-bg-sp.jpg); */
    background-repeat: no-repeat;
    background-position: bottom -6vw left -5vw;
    background-size: 95vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 0;
    min-width: 100%;
    padding-top: 8vw;
    box-sizing: border-box;
  }
  #mv h1 {
    width: 82vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mv h1 img {
    width: 100%;
    height: auto;
  }
  .low-link-btn {
    width: 70%;
    height: 10vw;
    border-radius: 5vw;
    box-sizing: border-box;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 11vw auto 0;
    font-size: 3.2vw;
    color: #333;
  }
  .low-link-btn::after {
    content: "";
    display: block;
    width: 2vw;
    height: 4vw;
    background-image: url(/ringbell/contents/mother/ranking/2025/img/link-btn-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #ranking02,
  #ranking01,
  #ranking03,
  #ranking04,
  #ranking05,
  #ranking06,
  #ranking07,
  #ranking08,
  #ranking09,
  #ranking10,
  #ranking11 {
    padding-top: 15vw;
    margin-top: -15vw;
  }

  /*display*/
  .no-pc {
    display: block !important;
  }
  .no-sp {
    display: none !important;
  }

  #mother {
    padding-bottom: 15vw;
  }
  .rank-01 {
    padding-bottom: 10vw;
    margin-bottom: 20vw;
  }
}

.fathers-day {
  margin: -70px 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fathers-day p {
  font-size: 20px;
  margin-bottom: 1em;
  text-align: center;
}
.fathers-day p::before {
  content: "＼ ";
}
.fathers-day p::after {
  content: " ／";
}

.fathers-day a {
  display: block;
  width: 540px;
}

.fathers-day a img {
  width: 100%;
  height: auto;
}

@media not screen and (max-width: 599px) {
  .fathers-day p br {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .fathers-day {
    margin: 50px 0 0;
  }
  .fathers-day p {
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  .fathers-day p::before,
  .fathers-day p::after {
    content: "";
    border-left: 1px solid currentColor;
  }
  .fathers-day p::before {
    transform-origin: right bottom;
    transform: skewX(15deg);
    margin-right: 5px;
  }
  .fathers-day p::after {
    transform-origin: left bottom;
    transform: skewX(-15deg);
    margin-left: 5px;
  }
  .fathers-day a {
    width: 100%;
  }
}

.sold-out {
  pointer-events: none;
}
.sold-out .img {
  position: relative;
}
.sold-out .img::after {
  content: "Sold Out";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .item li a.sold-out .img::after {
    font-size: 16px;
  }

  .page-nav-link::after {
    display: none;
  }
}

.ranking-item.flower li .img::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Sold Out";
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

/* --------------------------------------------------- */
/* #giftconcierge
/* --------------------------------------------------- */
#giftconcierge {
  margin: 0;
  padding: 100px 0px;
  background-color: #e6e4cf;
}
#giftconcierge h4 {
  margin: 0;
  padding: 0;
  text-align: center;
}
#giftconcierge h4 img {
  width: 320px;
}
#giftconcierge .catch {
  margin: 1.5em 0 0;
  padding: 0;
  text-align: center;
}
#giftconcierge ul {
  margin: 2.5em auto 0;
  width: 1200px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#giftconcierge ul:not(.slick-dots) li {
  margin: 0;
  padding: 25px;
  background-color: #fff;
  width: 32%;
  box-sizing: border-box;
  position: relative;
}
#giftconcierge ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#giftconcierge ul li a:hover {
  background-color: #fff;
  opacity: 0.4;
}
#giftconcierge ul li p {
  margin: 10px 0 0;
  padding: 0;
  font-size: 15px;
  font-family:
    YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
}
#giftconcierge ul li p.image {
  margin: 0 auto 20px;
  text-align: center;
  height: 210px;
  width: 334px;
  overflow: hidden;
}
#giftconcierge ul li p.image img {
  max-width: 100%;
  height: 210px;
  width: 334px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
  object-position: top center;
}
#giftconcierge ul li p.title {
  font-size: 1.1em;
  font-weight: 700;
  color: #eb5977;
}

@media screen and (max-width: 599px) {
  #giftconcierge ul.slick-dots li {
    background: none;
    width: 5vw;
    padding: 0;
    margin: 0 3vw;
  }
  #giftconcierge {
    margin: 0;
    padding: 18vw 5vw 13vw;
    background-color: #e6e4cf;
  }
  #giftconcierge .slick-slider {
    padding-bottom: 0vw;
  }
  #giftconcierge h4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 80%;
  }
  #giftconcierge ul {
    width: 100%;
    flex-direction: column;
  }
  #giftconcierge ul:not(.slick-dots) li {
    width: 100%;
    padding: 5vw;
  }
  #giftconcierge ul li:nth-of-type(n + 2) {
    margin-top: 5vw;
  }
  #giftconcierge ul li p.image {
    margin: 0 0 6vw;
    text-align: center;
    height: 50vw;
    width: 80vw;
    overflow: hidden;
  }
  #giftconcierge ul li p.image img {
    max-width: auto;
    width: auto;
    height: 50vw;
    width: 74vw;
    object-fit: cover;
    object-position: top center;
    display: block;
    margin: 0 auto;
  }
  #giftconcierge ul li p {
    margin: 3vw 0 0;
    padding: 0;
    font-size: 3.4vw;
    font-family:
      YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
}
