@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: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
}
#mv {
  height: 450px;
  width: 100%;
  background-image: url(../img/mv-bg2.png), url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center, center;
  background-size: auto 440px, cover;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-width: 1300px;
}
#mv h1 {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mv h1 img {
  width: 95%;
  height: auto;
  display: block;
}
#page-nav {
  width: 1200px;
  margin: 0 auto 110px;
  transition: opacity 0.3s;
  position: relative;
  z-index: 1;
}
.page-nav-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-nav-link li {
  width: 232px;
  height: 100px;
  background-color: #608f76;
  margin-bottom: 8px;
  margin-right: 10px;
}
.page-nav-link li:nth-child(5n),
.page-nav-link li:last-child {
  margin-right: 0;
}

.page-nav-link li a {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-image: url(../img/nav-icon.png);
  background-position: center bottom 14px;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
#page-nav-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 1200px;
  transform: translateY(-100px);
  opacity: 0;
  transition: all 0.3s;
}
#page-nav-fixed.active.show {
  transform: translateY(0);
  opacity: 1;
}
#page-nav-fixed .page-nav-link li {
  width: calc(100% / 10);
  height: 75px;
  margin: 0;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
#page-nav-fixed .page-nav-link li a {
  text-align: center;
  font-size: 14px;
  height: 75px;
}
#page-nav .page-nav-link li a p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-nav .page-nav-link li a p::before {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../img/icon-01.png);
  background-position: center;
  background-size: 30px auto;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}
#page-nav .page-nav-link li:nth-child(2) a p::before {
  background-image: url(../img/icon-02.png);
}
#page-nav .page-nav-link li:nth-child(3) a p::before {
  background-image: url(../img/icon-03.png);
}
#page-nav .page-nav-link li:nth-child(4) a p::before {
  background-image: url(../img/icon-04.png);
}
#page-nav .page-nav-link li:nth-child(5) a p::before {
  background-image: url(../img/icon-05.png);
}
#page-nav .page-nav-link li:nth-child(6) a p::before {
  background-image: url(../img/icon-06.png);
}
#page-nav .page-nav-link li:nth-child(7) a p::before {
  background-image: url(../img/icon-07.png);
}
#page-nav .page-nav-link li:nth-child(8) a p::before {
  background-image: url(../img/icon-08.png);
}
#page-nav .page-nav-link li:nth-child(9) a p::before {
  background-image: url(../img/icon-09_a.png);
}
#page-nav .page-nav-link li:nth-child(10) a p::before {
  background-image: url(../img/icon-10.png);
}
@media screen and (max-width: 599px) {
  #page-nav-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    min-width: auto;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.3s;
  }
  #page-nav-fixed.active.show {
    transform: translateY(0);
    opacity: 1;
  }
  #page-nav-fixed .page-nav-link li {
    width: calc(100% / 5);
    height: 50px;
    margin: 0;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  #page-nav-fixed .page-nav-link li:nth-child(5),
  #page-nav-fixed .page-nav-link li:nth-child(10) {
    border-right: none;
  }
  #page-nav-fixed .page-nav-link li:nth-of-type(n + 6) {
    border-top: 1px solid #fff;
  }
  #page-nav-fixed .page-nav-link li a {
    text-align: center;
    font-size: 10px;
    line-height: 1.3em;
    height: 50px;
    padding-bottom: 10px;
    background-image: url(../img/nav-icon.png);
    background-position: center bottom 8px;
    background-size: 8px auto;
    background-repeat: no-repeat;
  }
  #page-nav .page-nav-link li a p::before {
    display: none;
  }
}
.main-block {
  background-color: #fff;
  padding-bottom: 70px;
  padding-top: 50px;
}
.ranking-wrapper {
  width: 1200px;
  margin: 0 auto 110px;
  background-color: #fff;
  position: relative;

  padding: 0 0;
  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;
}
.ranking-wrapper.last {
  margin-bottom: 0;
}
.ranking-item {
  display: flex;
  justify-content: space-between;
  /* min-height: 370px; */
}
.ranking-item li {
  width: 18%;
}
.ranking-ttl {
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* flex-direction: column; */
  margin-bottom: 40px;
  position: relative;
}
.ranking-ttl::after {
  background-color: #000;
  height: 1px;
  width: 98%;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ranking-ttl img {
  width: 85px;
  height: auto;
  background-image: url(../img/icon-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ranking00 .ranking-ttl img {
  background-image: none;
}
.ranking-ttl strong {
  font-size: 28px;
  line-height: 1.1em;
  background-color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}
.ranking-item li .txt .name {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: normal;
  margin-top: 12px;
  min-height: 4em;
}
.ranking-item li .txt .name .brand {
  color: #888;
  font-size: 12px;
  line-height: 1.1em;
  display: block;
  margin-bottom: 6px;
}
.ranking-item li .txt .price {
  font-size: 15px;
  line-height: 1em;
  font-weight: normal;
  margin-top: 20px;
  color: #eb5977;
}
.ranking-item li .txt .price .tax {
  font-size: 14px;
}

.ranking-item li .img {
  position: relative;
  height: calc(1220px * 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-item li .img > img {
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.ranking-item li .rank-icon {
  width: 46px;
  position: absolute;
  left: -10px;
  top: -10px;
}
.ranking-item li img {
  width: 100%;
  height: auto;
}

#sel-wrapper {
  text-align: center;
}
.content__wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.pink-btn {
  margin-top: 40px;
}
.pink-btn a {
  width: 520px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #608f76;
  border-radius: 25px;
  position: relative;
  margin: 0 auto;
  /* bottom: -30px; */
  font-size: 16px;
  background-image: url(../img/link-btn-icon-w.png);
  background-size: 10px auto;
  background-position: right 20px center;
  background-repeat: no-repeat;
  margin-top: 10px;
}
.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: #f4e9d2;
  padding: 90px 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: 30px;
}
.section__title-1 strong {
  font-size: 36px;
}
.section__title-1::after {
  background: #608f76;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.section__title-1::after {
  height: 5px;
  width: 130px;
}
.search .section__title-1::after {
  background: #a17844;
}

.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: 594px;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 1px solid #999;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 20px auto 150px;
  font-size: 16px;
  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(../img/link-btn-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.update-date {
  margin: 1rem;
  text-align: right;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 599px) {
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }

  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: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .rb2019---base {
    padding-top: 0;
  }
  .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% - 5%) / 2);
    width: calc((100% - 5%) / 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: "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: "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: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .section__title-1::after {
    height: 1vw;
    width: 20vw;
  }

  .ranking-wrapper {
    width: 100%;
    margin: 0 auto 12vw;
    background-color: transparent;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    padding: 8vw 6vw 0;
    box-sizing: border-box;
    border-top: none;
  }
  #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;
    min-height: calc(740 / (320 / 100vw));
  }
  .ranking-item li:nth-of-type(n + 3) {
    width: 30%;
    margin: 5vw 0 0;
  }
  .ranking-item li {
    width: 48%;
    margin-top: 0;
  }
  .pink-btn {
    margin-top: 8vw;
  }
  .pink-btn a {
    width: 100%;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #608f76;
    border-radius: 5vw;
    position: relative;
    margin: 6vw auto 0;
    bottom: 0;
    font-size: 3vw;
    background-image: url(../img/link-btn-icon-w.png);
    background-size: 2vw auto;
    background-position: right 3vw center;
    background-repeat: no-repeat;
  }
  .ranking-ttl {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0;
    position: relative;
    margin-bottom: 8vw;
  }
  .ranking-ttl img {
    width: 16vw;
    height: auto;
  }
  .ranking-ttl strong {
    font-size: 4.2vw;
    line-height: 1.4em;
    margin-top: 0;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    padding-right: 3vw;
  }
  .ranking-ttl strong br {
    display: none !important;
  }
  .ranking-item li .img {
    height: 43vw;
  }
  .ranking-item li:nth-of-type(n + 3) .img {
    height: 26vw;
  }
  .ranking-item li .txt .name {
    font-size: 3vw;
    line-height: 1.4em;
    font-weight: normal;
    margin-top: 3vw;
    min-height: auto;
  }
  .ranking-item li .txt .name .brand {
    color: #888;
    font-size: 2.6vw;
    line-height: 1.1em;
    display: block;
    margin-bottom: 1.2vw;
  }
  .ranking-item li .txt .price {
    font-size: 3vw;
    line-height: 1em;
    font-weight: normal;
    margin-top: 2vw;
    color: #eb5977;
  }
  .ranking-item li .txt .price .tax {
    font-size: 2.7vw;
  }
  .ranking-item li .rank-icon {
    width: 7vw;
    position: absolute;
    left: -1vw;
    top: -1vw;
  }

  .ranking-item li:nth-child(1) .txt .name {
    min-height: auto !important;
    text-align: left;
  }
  .ranking-item li:nth-child(1) .txt .price {
    text-align: left;
  }
  #page-nav {
    width: 90vw;
    margin: 0 auto 11vw;
  }
  .page-nav-link li {
    width: calc(50% - 1vw);
    height: 10vw;
    background-color: #608f76;
    margin-bottom: 2vw;
    margin-right: 2vw;
  }
  .page-nav-link li:nth-child(5n) {
    margin-right: 2vw;
  }
  .page-nav-link li:nth-child(2n),
  .page-nav-link li:last-child {
    margin-right: 0;
  }
  .page-nav-link li a {
    width: 100%;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0;
    box-sizing: border-box;
    background-image: url(../img/nav-icon.png);
    background-position: center right 3vw;
    background-size: 3vw auto;
    background-repeat: no-repeat;
    text-align: center;
  }
  .main-block {
    background-color: #fff;
    padding-bottom: 0;
    padding-top: 6vw;
  }
  #mv {
    height: 72vw;
    width: 100%;
    background-image: url(../img/mv-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    min-width: 100%;
  }
  #mv h1 {
    width: 57vw;
    padding-top: 0;
    margin-bottom: 0;
  }
  #mv h1 img {
    width: 100%;
    height: auto;
  }
  .low-link-btn {
    width: 80%;
    height: 12vw;
    border-radius: 6vw;
    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.6vw;
    color: #333;
  }
  .low-link-btn::after {
    content: "";
    display: block;
    width: 2.4vw;
    height: 4vw;
    background-image: url(../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: 100px;
    margin-top: -100px;
  }

  /*display*/
  .no-pc {
    display: block !important;
  }
  .no-sp {
    display: none !important;
  }

  .update-date {
    margin: 3rem 1rem 0;
    text-align: right;
  }

  .rb2019---detail--fixed-buttons .rb2019---page-top-button {
    bottom: 2rem;
  }
}

@media screen and (min-width: 600px) {
  .rb2019---page-top-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    transform: translate(0, 200px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .rb2019---page-top-button.rb2019---active {
    transform: translate(0, 0);
    opacity: 1;
  }
  .rb2019---page-top-button .rb2019---icon {
    color: #fff;
    font-size: 40px;
  }
}

.chugen2025-giftconcierge {
  background: #e6e4cf;
  padding: 60px 0 70px;
  margin-top: 100px;
}

.chugen2025-giftconcierge .page-ttl {
  margin-bottom: 30px;
}

.chugen2025-giftconcierge__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .chugen2025-giftconcierge__inner .slick-list {
    width: 100% !important;
  }
  .chugen2025-giftconcierge__inner .slick-track {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
  }

  .slick-track::after,
  .slick-track::before {
    display: none;
  }

  .chugen2025-giftconcierge__block {
    width: 350px !important;
  }
}

.chugen2025-giftconcierge__block {
  width: 350px;
  background: #fff;
  padding: 20px 20px 40px;
  box-sizing: border-box;
}

.chugen2025-giftconcierge .thumbnail {
  margin-bottom: 20px;
}
.chugen2025-giftconcierge .thumbnail img {
  width: 100%;
  height: auto;
}

.chugen2025-giftconcierge .chugen2025-giftconcierge__title {
  color: #eb5977;
  font-size: 16px;
  height: auto;
  margin-bottom: 20px;
}
.chugen2025-giftconcierge .chugen2025-giftconcierge__title br {
  display: none;
}
.chugen2025-giftconcierge .chugen2025-giftconcierge__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}
.chugen2025-giftconcierge h2.f-min {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .chugen2025-giftconcierge__inner {
    width: 90vw;
    flex-direction: column;
  }

  .chugen2025-giftconcierge .chugen2025-giftconcierge__text {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .chugen2025-giftconcierge .chugen2025-giftconcierge__title {
    color: #eb5977;
    font-size: 4vw;
    height: auto;
    margin-bottom: 3vw;
  }
  .chugen2025-giftconcierge__block {
    /* width: 350px; */
    background: #fff;
    padding: 5vw;
    box-sizing: border-box;
  }
  .chugen2025-giftconcierge__inner.slide-items .slick-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li {
    margin: 0 calc((15 / 500) * 100vw);
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    font-size: 0px;
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li button::before {
    display: block;
    content: "";
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 50%;
    background-color: #ccc;
  }

  .chugen2025-giftconcierge__inner.slide-items
    .slick-dots
    li.slick-active
    button::before {
    background-color: #000;
  }
  .chugen2025-giftconcierge h2.f-min {
    text-align: center;
    font-size: 5vw;
    font-weight: bold;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .chugen2025-giftconcierge {
    background: #e6e4cf;
    padding: 10vw 0;
    margin-top: 16vw;
  }
}
