body {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

.clearfix::after {
  display: none;
}

a:link,
a:visited {
  color: #333;
}

.link-btn {
  transition: all 0.3s;
}

.link-btn:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

html {
  min-width: 1300px;
}
main.rb2019---main.rb2019---inner {
  width: 100%;
}
/* .keiro2025-wrap {
  background: url(../images/intro-bg.jpg) no-repeat top center/cover;
} */

.keiro2025-inner {
  background: #fff;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 90px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

#keiro2025-mv {
  height: 583px;
  padding-top: 0;
  background-image: url(../images/mv-bg-2025.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#keiro2025-mv .mv-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#keiro2025-mv .mv-inner h1 {
  margin: 0;
  position: relative;
  margin-bottom: 40px;
}

#keiro2025-mv .mv-logo {
  width: 200px;
  display: block;
  margin-bottom: 30px;
}
#keiro2025-mv .mv-logo img {
  width: 100%;
  height: auto;
}

.keiro2025-nav {
  padding-top: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.keiro2025-intro h2 {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 2;
}

.keiro2025-intro p {
  margin-bottom: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}

.keiro2025-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.keiro2025-nav ul li {
  width: calc((100% - 20px) / 3);
  height: 80px;
  background-color: #c09234;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: bottom 16px center;
  background-size: 20px auto;
  transition: all 0.3s;
}

.keiro2025-nav ul li a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 80px;
  color: #fff;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2em;
  padding-top: 20px;
  text-decoration: none;
  box-sizing: border-box;
}

.keiro2025-nav ul li:hover {
  opacity: 0.6;
}
.keiro2025-nav .page-nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-90px);
  transition: all 0.3s;
  opacity: 0;
  z-index: 1000;
}
.keiro2025-nav .page-nav-fixed.show {
  transform: translateY(0);
  opacity: 1;
}
.keiro2025-nav .page-nav-fixed li {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  box-sizing: border-box;
  background-position: right 25px center;
  background-size: 20px auto;
}
.keiro2025-nav .page-nav-fixed li a {
  align-items: center;
  padding-top: 0;
}
#service {
  padding: 90px 0;
  background: #fff0c7;
}

#service + .osusume-item {
  margin-top: 120px;
}

.keiro2025-service {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.keiro2025-service h2 {
  text-align: center;
  margin-bottom: 20px;
}

.keiro2025-service .page-ttl h2 {
  padding: 0 30px;
  background-color: #fff;
}

.keiro2025-service .page-ttl::after {
  display: none;
}

.keiro2025-service ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.keiro2025-service ul li {
  width: 320px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.keiro2025-service ul li h3 {
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.keiro2025-service ul li span {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.keiro2025-service ul li img {
  width: 270px;
  height: auto;
  margin: 0 auto 20px;
}

.keiro2025-service ul li figure {
  position: relative;
}

.keiro2025-service ul li figure::after {
  display: block;
  content: "";
  background: url(../images/service-tag01.png) no-repeat center center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: -10px;
}

.keiro2025-service ul li .yuryo::after {
  display: block;
  content: "";
  background: url(../images/service-tag02.png) no-repeat center center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  right: -10px;
}

.keiro2025-service ul li p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 25px;
  min-height: 6.8em;
}

.keiro2025-service ul li a {
  width: 320px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  height: 50px;
  color: #fff;
  background: url(../images/arrow-right-wh.png) no-repeat right 20px center/10px
    auto;
  background-color: #c09234;
  transition: all 0.3s;
}

.keiro2025-service ul li a:hover {
  opacity: 0.6;
}

.keiro2025-cgranking {
  padding-top: 80px;
  margin-bottom: 0;
}

.page-ttl {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.page-ttl.wide {
  margin: 0 calc(50% - var(--inner-width) * 0.5px) 40px;
  width: calc(var(--inner-width) * 1px);
  background: #ac493a;
}

.page-ttl .sub-ttl {
  display: block;
  color: #4d7eac;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: 700;
}

.page-ttl-inner p {
  font-size: 26px;
  font-weight: 700;
  color: #9a7019;
}

.page-ttl h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1em;
  margin-top: 15px;
  color: #5f3109;
  /* font-family: "Shippori Mincho", serif; */
}

.page-ttl.wide h2 {
  line-height: 1;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  margin-top: 0;
  padding: 1em 0;
}

.page-ttl::after {
  content: "";
  display: block;
  background-color: #5f3109;
  height: 3px;
  width: 90px;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: -30px;
}

.page-ttl.wide::after {
  background: url(../images/page-ttl-arrow.png) no-repeat center top/100% 100%;
  height: calc(61px / 2);
  width: calc(452px / 2);
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  bottom: auto;
  transform: none;
  border-radius: 0;
  margin: 0 auto;
}

.keiro2025-cgranking .page-ttl {
  margin-bottom: 80px;
  position: relative;
}
.keiro2025-cgranking .page-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.keiro2025-cgranking .page-subttl.gourmet {
  margin-top: 100px;
}
.keiro2025-cgranking .page-subttl span {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.1em;
  color: #5f3109;
  display: block;
  box-shadow: inset 0 -0.5em rgb(230 160 161/0.6);
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.keiro2025-cgranking .page-ttl .rank-ttl {
  font-size: 32px;
  font-weight: bold;
  color: #5f3109;
  /* margin: 25px 0; */
}

.keiro2025-cgranking .page-ttl .page-ttl-inner {
  display: flex;
  align-items: center;
}

.keiro2025-cgranking .page-ttl .page-ttl-inner::before {
  display: none;
  content: "";
  background: url(../images/rank-icon__left.jpg) no-repeat center center/116px
    auto;
  width: 116px;
  height: 24px;
  margin-right: 20px;
}

.keiro2025-cgranking .page-ttl .page-ttl-inner::after {
  display: none;
  content: "";
  background: url(../images/rank-icon__right.jpg) no-repeat center center/116px
    auto;
  width: 116px;
  height: 24px;
  margin-left: 20px;
}

.pickup01::before {
  display: block;
  content: "";
}

.pickup01 {
  padding-top: 120px;
  margin-bottom: 90px;
}

.c-pink {
  color: #eb5977 !important;
}

.link-btn {
  height: 60px;
  width: 520px;
  /* background-color: #b1e0a7; */
  background-color: #396d21;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px center;
}

a.link-btn,
a.link-btn:link,
a.link-btn:visited {
  color: #fff;
}

.link-btn.totopbtn {
  background-image: none;
  margin: 80px auto 0;
  background-color: #d2d2d2;
}

.link-btn-2 {
  height: 60px;
  width: 600px;
  /* background-color: #b1e0a7; */
  background-color: #396d21;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 60px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 20px center;
  transition: all 0.3s;
}

.link-btn-2:hover {
  opacity: 0.6;
}

.link-btn-2:link,
.link-btn-2:visited {
  color: #fff;
}

@media screen and (min-width: 600px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .pc-only {
    display: none !important;
  }
}

.osusume-item .lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  margin: -20px auto 70px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}

.osusume-item-inner {
  width: 1140px;
  margin: 0 auto;
}

.osusume-item-inner + .osusume-item-inner {
  margin-top: 100px;
  /* padding-bottom: 40px; */
}

.osusume-item-sweets {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.osusume-item-sweets + .osusume-item-sweets {
  margin-top: 9px;
}

.osusume-item-sweets .items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.osusume-item-inner h3 {
  text-align: center;
  font-size: 21px;
  line-height: 1em;
  margin-bottom: 12px;
  color: #75ae6c;
}

.osusume-item-inner p {
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.osusume-item-sweets .items {
  width: 565px;
}

.osusume-item-sweets .items li {
  width: 279px;
  height: 278px;
  position: relative;
}

.osusume-item-inner .osusume-item-sweets li:nth-child(1),
.osusume-item-inner .osusume-item-sweets li:nth-child(2) {
  margin-bottom: 9px;
}

.osusume-item-inner .osusume-item-sweets li.large-item {
  width: 565px;
  height: 565px;
  position: relative;
  margin-bottom: 0;
}

.osusume-item-sweets.item-small ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.osusume-item-sweets.item-small ul li {
  position: relative;
  width: 279px;
  height: 278px;
}

.osusume-item-inner li img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.osusume-item-inner li .hover-item {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.osusume-item-inner li::after {
  content: "";
  background-color: rgba(95, 49, 9, 0.8);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  display: block;
  transition-delay: 0.1s;
  transition: all 0.3s;
  transform: translateY(30px);
  opacity: 0;
}

.osusume-item-inner .osusume-item-sweets li.large-item::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

.osusume-item-inner li:hover::after {
  transform: translateY(0px);
  transition-delay: 0.1s;
  opacity: 1;
}

.osusume-item-inner li p {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

.osusume-item-inner li p {
  transition-delay: 0.3s;
  transform: translateY(30px);
  transition: all 0.3s;
  opacity: 0;
}

.osusume-item-inner li:hover p {
  transform: translateY(0px);
  transition-delay: 0.3s;
  opacity: 1;
}

.osusume-item-inner li a {
  display: block;
}

.osusume-item-inner li p.brand-name {
  display: block;
  line-height: 1.1em;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  text-align: left;
}

.osusume-item-inner li p.item-name {
  display: block;
  line-height: 1.4em;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.osusume-item-inner li p.item-price {
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.osusume-item-inner li p.item-price b {
  font-weight: 700;
}

.osusume-item-inner li p.item-price small {
  font-size: 20px;
  font-weight: 700;
}

.osusume-item-inner li p.item-text {
  margin-top: 30px;
  width: 180px;
  height: 34px;
  background: #fff;
  color: #76400b;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
}

#houjin {
  padding-bottom: 150px;
  background-image: url(../images/choujyu-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.keiro-ranking {
  margin-bottom: 120px;
}

.keiro-ranking__inner {
  width: 1038px;
  margin: 0 auto;
}

.keiro-ranking__inner > figure {
  text-align: center;
}

.keiro-ranking__inner .lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.keiro-ranking__inner > h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  color: #7e6e5b;
  margin: 90px 0 50px;
}

.keiro-ranking__inner > h3::before {
  display: block;
  content: "";
  border: none;
  background: #7e6e5b;
  width: 389px;
  height: 2px;
  margin-right: 25px;
}

.keiro-ranking__inner > h3::after {
  display: block;
  content: "";
  border: none;
  background: #7e6e5b;
  width: 389px;
  height: 2px;
  margin-left: 25px;
}

.keiro-ranking__inner .rank5-img {
  position: relative;
}

.keiro-ranking__inner .rank5-img ul {
  position: absolute;
  top: 0;
  right: 0;
}

.keiro-ranking__inner .rank5-img ul li {
  width: 240px;
  height: 70px;
  border-radius: 6px;
  text-align: center;
  line-height: 70px;
  background: url(../images/arrow-right-wh.png) no-repeat right 20px center/10px
    auto;
  background-color: #7e6e5b;
  margin-bottom: 50px;
  transition: all 0.3s;
}

.keiro-ranking__inner .rank5-img ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.keiro-ranking__inner .rank5-img ul li:hover {
  opacity: 0.6;
}

.keiro-ranking__inner > p {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  margin-top: 60px;
}

.keiro-giftconcierge {
  background: #e6e4cf;
  padding-top: 85px;
  padding-bottom: 100px;
}

.keiro-giftconcierge > h2 {
  text-align: center;
}

.keiro-giftconcierge > p {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.keiro-giftconcierge .giftconcierge-inner {
  width: 1045px;
  margin: 40px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.keiro-giftconcierge .giftconcierge-inner > a {
  width: 320px;
  transition: all 0.3s;
  margin-bottom: 30px;
}

.keiro-giftconcierge .giftconcierge-inner > a:hover {
  opacity: 0.6;
}

.keiro-giftconcierge .giftconcierge-inner > a div p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.giftconcierge-image {
  background: #fff;
  width: 320px;
  height: 240px;
  padding: 20px;
  box-sizing: border-box;
}
.giftconcierge-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.rb2019---update {
  height: 3em;
  box-sizing: border-box;
  margin: -3em 0 0;
  padding: 0 1em;
}

#sonae {
  background: url(../images/sonae-bg.jpg) no-repeat center center/cover;
  padding: 90px 0;
}
.sonae-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.sonae-title > img {
  width: 150px;
}
.sonae-title__inner {
  width: 840px;
  margin-left: 30px;
}
.sonae-title__inner h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.sonae-title__inner p {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #fff;
}
.sonae-title__inner p span {
  display: block;
  font-size: 18px;
}
#sonae .container .lead {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 2em;
  margin-top: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* flex-direction: column; */
  flex-wrap: wrap;
  color: #fff;
}
#sonae .container .lead strong {
  font-size: 27px;
  display: block;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
#sonae .container .lead span {
  width: 660px;
}
#sonae .container figure {
  width: 260px;
  margin-left: 45px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#sonae .container figure img {
  width: 100%;
  height: auto;
}
#sonae .container figcaption {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 1em;
}
#sonae .container {
  width: 1020px;
  max-width: 1020px;
  padding: 0 0 100px;
  margin: 0 auto;
  position: relative;
}
.sonae-catalog {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sonae-catalog li {
  width: 320px;
}
.sonae-catalog li a {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sonae-catalog li a div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sonae-catalog li a .name {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  color: #fff;
}
.sonae-catalog li a .name small {
  font-size: 14px;
  margin-left: 10px;
}
.sonae-catalog li a .price {
  font-size: 18x;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.sonae-catalog li a .price span {
  font-size: 14px;
}
.sonae-catalog li a img {
  /* margin-right: 20px; */
}
.sonae-ranking {
  margin-top: 50px;
}
.sonae-ranking .sonae-ranking__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.sonae-ranking__inner {
  box-shadow: 0px 5px 20px 0px rgba(151, 151, 151, 0.3);
  background: url(../images/sonae-title-bg.png) no-repeat top center/720px auto;
  background-color: #fff;
  padding: 35px 50px;
}
.sonae-ranking__inner h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.sonae-ranking__inner ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.sonae-ranking__inner ul li {
  width: 185px;
  position: relative;
}
.sonae-ranking__inner ul li a .rank {
  position: absolute;
  top: 10px;
  left: 10px;
}
.sonae-ranking__inner ul li a .name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.6;
  min-height: 3em;
}
.sonae-ranking__inner ul li a .price {
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  html .rb2019---page-top-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translate(0, 100px);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    background-color: rgb(0 0 0 / 0.8);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-size: 30px;
  }

  .rb2019---page-top-button.rb2019---active {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media screen and (max-width: 599px) {
  html {
    min-width: 320px;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  li {
    list-style: none;
  }

  a {
    text-decoration: none;
  }

  .link-btn {
    height: 12vw;
    width: 90%;
    background-color: #b1e0a7;
    border-radius: 6vw;
    box-sizing: border-box;
    margin: 10vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4vw;
    color: #333;
    font-weight: 700;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 2vw auto;
    background-position: right 4vw center;
  }

  .keiro2025-cgranking .link-btn {
    margin-top: 6vw;
  }

  #keiro2025-mv {
    height: 100vw;
    background-image: url(../images/mv-bg-2025__sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding-left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 6vw;
    margin-bottom: 0;
    position: relative;
  }
  #keiro2025-mv .mv-title {
    width: 100%;
  }
  #keiro2025-mv .mv-inner h1 {
    margin-bottom: 5vw;
  }
  #keiro2025-mv .mv-title img {
    width: 100%;
    height: auto;
  }
  #keiro2025-mv .mv-logo {
    width: 38vw;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 15vw;
    margin: 0 auto;
  }

  .keiro2025-inner {
    width: 100%;
    padding-bottom: 10vw;
  }

  .keiro2025-intro p {
    font-size: 3.6vw;
    margin-bottom: 6vw;
  }

  .keiro2025-nav {
    width: 90%;
    margin: 0 auto;
    padding-top: 10vw;
  }

  .keiro2025-nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }

  .keiro2025-nav ul::after {
    display: none;
  }

  .keiro2025-nav ul li {
    width: 100%;
    height: 12vw;
    margin-bottom: 1.5vw;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 3vw center;
    background-size: 4vw auto;
  }

  .keiro2025-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 12vw;
    color: #fff;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 0vw;
    box-sizing: border-box;
    padding-top: 0;
    text-decoration: none;
  }

  .keiro2025-intro h2 {
    margin-bottom: 3vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 4.6vw;
    text-align: center;
    line-height: 2;
  }

  .keiro2025-intro p {
    margin-bottom: 10vw;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    font-size: 3.6vw;
    text-align: center;
    line-height: 2;
  }

  .page-ttl {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16vw;
  }

  .pickup01 .page-ttl {
    margin-bottom: 15vw;
  }

  .keiro2025-cgranking .page-ttl {
    margin-bottom: 16vw;
  }

  .page-ttl h2 {
    font-size: 5.6vw;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .page-ttl.wide h2 {
    line-height: 1.3;
    margin-top: 0;
  }

  .page-ttl .sub-ttl {
    display: block;
    color: #4d7eac;
    font-size: 3.6vw;
    line-height: 1.4em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: 700;
  }

  .page-ttl .sub-ttl span {
    display: none;
  }

  .page-ttl::after {
    content: "";
    display: block;
    background-color: #5f3109;
    height: 0.6vw;
    width: 15vw;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -5vw;
    margin: auto;
  }

  .page-ttl.wide::after {
    background: url(../images/page-ttl-arrow.png) no-repeat center top/100% 100%;
    height: calc(61vw / 10);
    width: calc(452vw / 10);
    left: 0;
    right: 0;
    top: calc(100% - 1px);
    bottom: auto;
    transform: none;
    border-radius: 0;
    margin: 0 auto;
  }

  .keiro2025-cgranking .page-ttl {
    width: 100%;
    margin-left: 0;
  }

  .keiro2025-cgranking .page-ttl::before {
    display: none;
  }

  /* .keiro2025-cgranking .page-ttl::after {
    display: none;
  } */

  .keiro2025-cgranking .page-ttl .rank-ttl {
    font-size: 4.2vw;
    margin: 4vw 0;
  }
  .keiro2025-cgranking .page-subttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7vw;
  }
  .keiro2025-cgranking .page-subttl.gourmet {
    margin-top: 13vw;
  }
  .keiro2025-cgranking .page-subttl span {
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.1em;
    color: #5f3109;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  #service {
    padding: 0;
    margin-top: 0;
  }

  #service + .osusume-item {
    margin-top: 12vw;
  }

  .keiro2025-service {
    width: 100%;
    margin: 0 auto;
    padding: 10vw 6vw 10vw;
    position: relative;
    box-sizing: border-box;
  }

  .keiro2025-service > h2 {
    margin: 0;
  }

  .keiro2025-service > h2 img {
    width: 100%;
    height: auto;
  }

  .keiro2025-service .page-ttl h2 {
    padding: 0 5vw;
    background-color: #fff;
  }

  .keiro2025-service .page-ttl::after {
    display: none;
  }

  .keiro2025-service ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-top: 5vw;
  }

  .keiro2025-service ul li {
    width: 100%;
    margin: 0 auto 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }

  .keiro2025-service ul li h3 {
    text-align: center;
    white-space: nowrap;
    line-height: 1.4em;
    font-weight: 700;
    color: #333;
    font-size: 4vw;
    line-height: 1.3em;
    margin-bottom: 0;
    margin-top: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .keiro2025-service ul li h3 br {
    display: none;
  }
  .keiro2025-service ul li img {
    width: 52vw;
    height: auto;
    margin: 0 auto;
  }

  .keiro2025-service ul li figure::after {
    width: 16vw;
    height: 16vw;
    right: -3vw;
  }

  .keiro2025-service ul li .yuryo::after {
    width: 16vw;
    height: 16vw;
    right: -3vw;
  }

  .keiro2025-service ul li p {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 3.5vw;
    width: 100%;
    min-height: auto;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro2025-service ul li:first-child p,
  .keiro2025-service ul li:last-child p {
    height: auto;
  }

  .keiro2025-service ul li a {
    width: 90%;
    line-height: 10vw;
    border-radius: 5vw;
    text-align: center;
    font-weight: 700;
    font-size: 3vw;
    height: 10vw;
    color: #fff;
    margin-top: 5vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    background-size: 2vw auto;
  }

  /* .keiro2025-service ul li:first-child {
    order: 2;
  }

  .keiro2025-service ul li:nth-child(2) {
    order: 1;
    margin-bottom: 8vw;
  } */

  .keiro2025-service ul li:last-child {
    order: 3;
  }

  .keiro2025-service ul li:nth-child(2) {
    width: 100%;
  }

  .keiro2025-service ul li:nth-child(2) span {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .keiro2025-service ul li:nth-child(2) span figure {
    margin-right: 5vw;
  }

  /* .keiro2025-service ul li:nth-child(2) .text-link {
    width: 50vw;
    margin-right: 0;
    margin-left: auto;
  } */

  .pickup01 {
    padding-top: 10vw;
    padding-bottom: 0;
    margin-bottom: 10vw;
  }

  .osusume-item-inner h3 {
    text-align: center;
    font-size: 3.6vw;
    line-height: 1em;
    margin-bottom: 4vw;
  }

  .osusume-item-inner p {
    font-size: 6vw;
  }

  .keiro2025-cgranking {
    padding: 13vw 0 8vw;
    margin-bottom: 0;
  }

  .c-pink {
    color: #eb5977 !important;
  }

  .slick-slider button.slick-prev.slick-arrow,
  .slick-slider button.slick-next.slick-arrow {
    background-size: 1.6vw 3.2vw;
    height: 16vw;
    width: 8vw;
  }

  .slick-slider button.slick-next.slick-arrow {
    border-radius: 8vw 0 0 8vw;
    background-position: right 2.13333vw center;
  }

  .slick-slider button.slick-prev.slick-arrow {
    border-radius: 0 8vw 8vw 0;
    background-position: left 2.13333vw center;
  }

  .osusume-item-inner {
    width: calc((690 / 750) * 100vw);
    height: calc((2760 / 750) * 100vw);
    margin: 0 auto;
    position: relative;
  }

  .osusume-item-sweets {
    display: block;
    justify-content: unset;
    align-items: unset;
    position: relative;
  }

  .osusume-item-sweets + .osusume-item-sweets {
    margin-top: 0;
  }

  .osusume-item-inner .osusume-item-sweets li:nth-child(1),
  .osusume-item-inner .osusume-item-sweets li:nth-child(2) {
    margin-bottom: 0px;
  }

  .osusume-item-inner .osusume-item-sweets li.large-item {
    width: calc((460 / 750) * 100vw);
    height: calc((460 / 750) * 100vw);
    position: absolute;
    margin-bottom: 0;
  }

  .osusume-item-sweets .items {
    width: auto;
  }

  .osusume-item-sweets .items li,
  .osusume-item-sweets.item-small ul li {
    width: calc((230 / 750) * 100vw);
    height: calc((230 / 750) * 100vw);
    position: absolute;
  }

  .gourmet01 {
    top: 0;
    left: 0;
  }

  .gourmet02 {
    top: 0;
    right: 0;
  }

  .gourmet03 {
    top: calc((230 / 750) * 100vw);
    right: 0;
  }

  .gourmet04 {
    top: calc((460 / 750) * 100vw);
    left: 0;
  }

  .gourmet05 {
    top: calc((690 / 750) * 100vw);
    left: 0;
  }

  .gourmet06 {
    top: calc((460 / 750) * 100vw);
    right: 0;
  }

  .gourmet07 {
    top: calc((920 / 750) * 100vw);
    left: 0;
  }

  .gourmet08 {
    top: calc((920 / 750) * 100vw);
    left: calc((230 / 750) * 100vw);
  }

  .gourmet09 {
    top: calc((920 / 750) * 100vw);
    right: 0;
  }

  .gourmet10 {
    top: calc((1150 / 750) * 100vw);
    right: 0;
  }

  .gourmet11 {
    top: calc((1150 / 750) * 100vw);
    left: 0;
  }

  .gourmet12 {
    top: calc((1380 / 750) * 100vw);
    right: 0;
  }

  .gourmet13 {
    top: calc((1610 / 750) * 100vw);
    left: 0;
  }

  .gourmet14 {
    top: calc((1610 / 750) * 100vw);
    left: calc((230 / 750) * 100vw);
  }

  .gourmet15 {
    top: calc((1610 / 750) * 100vw);
    right: 0;
  }

  .gourmet16 {
    top: calc((1840 / 750) * 100vw);
    left: 0;
  }

  .gourmet17 {
    top: calc((1840 / 750) * 100vw);
    left: calc((230 / 750) * 100vw);
  }

  .gourmet18 {
    top: calc((1840 / 750) * 100vw);
    right: 0;
  }

  .gourmet19 {
    top: calc((2070 / 750) * 100vw);
    left: 0;
  }

  .gourmet20 {
    top: calc((2070 / 750) * 100vw);
    left: calc((230 / 750) * 100vw);
  }

  .gourmet21 {
    top: calc((2070 / 750) * 100vw);
    right: 0;
  }

  .gourmet22 {
    top: calc((2300 / 750) * 100vw);
    left: 0;
  }

  .gourmet23 {
    top: calc((2530 / 750) * 100vw);
    left: 0;
  }

  .gourmet24 {
    top: calc((2300 / 750) * 100vw);
    right: 0;
  }

  .osusume-item-inner li::after {
    display: none;
  }

  .osusume-item-inner li img {
    width: 100%;
    height: auto;
    position: static;
  }

  .osusume-item-inner li .hover-item {
    display: none;
  }

  .osusume-item-inner li p {
    transform: translateY(0);
    opacity: 1;
  }

  .osusume-item-inner li p.brand-name {
    display: block;
    line-height: 1.1em;
    font-size: 3vw;
    color: #666;
    margin-bottom: 1vw;
  }

  .osusume-item-inner li p.item-name {
    display: block;
    line-height: 1.4em;
    font-size: 3.5vw;
    color: #333;
    margin-bottom: 2vw;
    font-weight: 700;
  }

  .osusume-item-inner li p.item-price {
    display: block;
    line-height: 1em;
    font-size: 3.6vw;
    color: #eb5977;
    font-weight: 400;
  }

  .summer-item-ice {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .keiro-choujyu-head {
    height: 112vw;
    background-image: url(../images/choujyu-head-bg__sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .keiro-choujyu-head section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    height: 112vw;
    justify-content: center;
    padding-top: 15vw;
  }

  .osusume-item-inner h3 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .osusume-item {
    padding: 15vw 0 5vw;
  }

  .osusume-item-inner .osusume-item-sweets li.large-item .hover-item {
    height: auto;
  }

  .link-btn-2 {
    height: 9vw;
    width: 64%;
    background-color: #b1e0a7;
    border-radius: 4.5vw;
    box-sizing: border-box;
    margin: 1vw auto 14vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4vw;
    color: #fff;
    font-weight: 700;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 2vw auto;
    background-position: right 4vw center;
  }
  #pickup02 .link-btn-2 {
    margin-bottom: 0;
  }

  .keiro-ranking {
    margin-bottom: 10vw;
  }

  .keiro-ranking__inner {
    padding: 10vw 6vw;
    width: auto;
  }

  .keiro-ranking__inner > figure {
    width: 60%;
    height: auto;
    margin: 0 auto;
  }

  .keiro-ranking__inner > figure img {
    width: 100%;
    height: auto;
  }

  .keiro-ranking__inner .lead {
    font-size: 3.4vw;
  }

  .keiro-ranking__inner > h3 {
    font-size: 4.6vw;
    margin: 10vw 0;
  }

  .keiro-ranking__inner > h3::before {
    width: 20%;
  }

  .keiro-ranking__inner > h3::after {
    width: 20%;
  }

  .keiro-ranking__inner .rank5-img {
    flex-direction: column;
  }

  .keiro-ranking__inner .rank5-img figure {
    width: 100%;
    height: auto;
    margin: 0 0 5vw;
  }

  .keiro-ranking__inner .rank5-img figure img {
    width: 100%;
    height: auto;
  }

  .keiro-ranking__inner .rank5-img ul {
    margin-top: 5vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    top: unset;
    right: unset;
  }

  .keiro-ranking__inner .rank5-img .rank5-list li {
    margin-bottom: 5vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-ranking__inner .rank5-img .rank5-list li:first-child {
    margin-bottom: 5vw;
  }

  .keiro-ranking__inner .rank5-img ul li {
    width: 32%;
    height: 10vw;
    line-height: 10vw;
    margin: 0;
    background-size: 2vw auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: right 1.5vw center;
    background-size: 1.5vw auto;
  }

  .keiro-ranking__inner .rank5-img ul li a {
    color: #fff;
    font-size: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-ranking__inner > p {
    font-size: 2.8vw;
    margin-top: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-giftconcierge {
    padding: 13vw 6vw 10vw;
  }

  .keiro-giftconcierge h2 img {
    width: 80%;
    height: auto;
  }

  .keiro-giftconcierge > p {
    text-align: left;
    font-size: 3.4vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-giftconcierge .giftconcierge-inner {
    width: 100%;
    align-items: flex-start;
    margin-top: 10vw;
  }

  .keiro-giftconcierge .giftconcierge-inner > a {
    width: 49%;
    margin-bottom: 5vw;
  }

  .keiro-giftconcierge .giftconcierge-inner > a > div p {
    font-size: 3.4vw;
    text-align: left;
    margin-top: 5vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-giftconcierge .giftconcierge-inner > a > div {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  .giftconcierge-image {
    width: 40vw;
    height: 30vw;
    padding: 1rem;
  }

  #houjin {
    padding-bottom: 15vw;
    background-image: url(../images/choujyu-bg__sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }

  #pickup01 .page-ttl p,
  #pickup02 .page-ttl p {
    font-size: 4vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: bold;
  }

  #pickup01 .page-ttl h2,
  #pickup02 .page-ttl h2 {
    font-size: 6.4vw;
    font-weight: 400;
    line-height: 1.3em;
    margin-top: 2vw;
  }

  .keiro-choujyu-inner.choujyu-feature .feature-inner ul li {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2vw 0 5vw;
  }

  .keiro-choujyu-inner.choujyu-feature .feature-inner ul li img {
    height: 8vw;
    width: auto;
  }

  .keiro-choujyu-inner.choujyu-feature .feature-inner ul li span {
    font-size: 2.8vw;
    margin-top: 2vw;
  }

  .link-btn.totopbtn {
    background-image: none;
    margin: 10vw auto 0;
    background-color: #d2d2d2;
    width: 70%;
  }

  html .rb2019---page-top-button {
    display: flex;
    position: fixed;
    right: 4vw;
    bottom: 10vh;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.more-area {
  display: none;
}

.keiro2025-cgranking .rb2019---tabs {
  margin: 0 50px 30px;
  border-bottom: 4px solid #5f3109;
}

.keiro2025-cgranking .rb2019---tabs > * {
  border-radius: 0;
  background-color: #dfd6ce;
  border-color: unset;
  border-width: 0;
  color: #fff;
}

.keiro2025-cgranking .rb2019---tabs h3 {
  font-size: 20px;
  font-weight: 700;
}

.keiro2025-cgranking .rb2019---tabs > a.rb2019---active {
  color: #fff;
  background: #5f3109;
}

.keiro2025-cgranking .rb2019---tabs > a:hover {
  text-decoration: unset;
}

.keiro2025-cgranking .chugen2025-tab__items {
  margin: 0 50px;
}

.chugen2025-tab__items .top-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.chugen2025-tab__items .top-grid a {
  position: relative;
  width: 192px;
  flex-basis: 192px;
  flex-shrink: 0;
}

.chugen2025-tab__items .top-grid a .rank-icon {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 50px;
}
.chugen2025-tab__items .top-grid a .rank-icon img {
  width: 100%;
  height: auto;
}

.chugen2025-tab__items .top-grid a .thumbnail {
  width: 192px;
  height: 192px;
  background: #ccc;
  margin-bottom: 10px;
}
.chugen2025-tab__items .top-grid a .thumbnail > img {
  width: 100%;
  height: auto;
}
.chugen2025-tab__items .top-grid a .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  height: 100px;
}

.chugen2025-tab__items .top-grid a .price {
  font-size: 16px;
  font-weight: 700;
  color: #961822;
}

.ranking-bn {
  margin-top: 0;
  margin-bottom: 80px;
}

.ranking-bn p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ranking-bn02 p {
  color: #5f3109;
  font-size: 32px;
}
.ranking-bn02 img {
  display: block;
  margin: 0 auto;
  width: 900px;
}
.ranking-bn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 950px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.ranking-bn a:hover {
  opacity: 0.7;
}

.keiro2025-inner .recommend {
  width: 1040px;
  margin: 0 auto;
  background: #f6d2c7;
  border-radius: 20px;
  padding: 45px 40px;
  box-sizing: border-box;
}

.keiro2025-inner .recommend h2 {
  margin-bottom: 50px;
}

.keiro2025-inner .recommend .recommend-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.keiro2025-inner .recommend .recommend-list li {
  width: 303px;
}

.keiro2025-inner .recommend .recommend-list li a {
  transition: opacity 0.3s ease;
}

.keiro2025-inner .recommend .recommend-list li a:hover {
  opacity: 0.7;
}

.keiro2025-inner .recommend .recommend-list li a .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 20px 0;
}

.keiro2025-inner .recommend .recommend-list li a .price {
  color: #961822;
  font-size: 20px;
  font-weight: 700;
}

.keiro2025-inner02 {
  background: #ffdca8;
}

.keiro2025-select {
  width: 1000px;
  margin: 0 auto;
  border-radius: 30px;
  background: #ffdca8;
  padding: 40px;
  box-sizing: border-box;
}

#select .keiro2025-select {
  border-radius: 0;
  background: transparent;
  padding: 0 40px 80px;
}

.keiro2025-select .page-ttl.wide {
  margin-bottom: 100px;
}

.keiro2025-select + .keiro2025-select {
  margin-top: 45px;
}

.keiro2025-select > h2 {
  color: #fff;
  background: #ff9800;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 28px;
  /* font-family: "Shippori Mincho", serif; */
  font-weight: bold;
  margin-bottom: 30px;
}

.keiro2025-select__block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.keiro2025-select__block + .keiro2025-select__block {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid rgba(95, 49, 9, 0.4);
}

.keiro2025-select__block .user {
  position: relative;
  margin-right: 70px;
  width: 320px;
}

.keiro2025-select__block .user::after {
  display: block;
  content: "";
  background: url(../images/arrow-right.png) no-repeat center center/100% auto;
  width: 32px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  margin: auto 0;
}

.select-list {
  overflow: hidden;
  height: auto;
  width: 530px;
  display: flex;
  justify-content: space-between;
}

.select-list li {
  width: 250px;
  padding: 0;
}
.select-list li:last-child {
  /* width: 190px; */
  padding-right: 0;
}

.select-list li img {
  width: 100%;
  height: auto;
}
.select-list li a {
  transition: opacity 0.3s ease;
}

.select-list li a:hover {
  opacity: 0.7;
}

.select-list li a .thumbnail {
  margin-bottom: 10px;
}

.select-list li a .name {
  font-size: 16px;
  font-weight: 700;
  min-height: 80px;
}

.select-list li a .price {
  color: #961822;
  font-size: 16px;
  font-weight: 700;
}

.slick-slider button.slick-prev.slick-arrow,
.slick-slider button.slick-next.slick-arrow {
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.85);
  background-size: 12px auto;
  top: 0;
  bottom: 0;
  font-size: 0;
  color: transparent;
  height: 80px;
  margin: auto 0;
  width: 40px;
  border-color: transparent;
  z-index: 100;
}

.slick-slider button.slick-prev.slick-arrow::before,
.slick-slider button.slick-next.slick-arrow::before {
  content: "";
}

.slick-slider button.slick-prev.slick-arrow.slick-disabled,
.slick-slider button.slick-next.slick-arrow.slick-disabled {
  opacity: 0;
}

.slick-slider button.slick-next.slick-arrow {
  right: 0;
  border-radius: 40px 0 0 40px;
  background-image: url(../images/right-white.png);
  background-position: left 16px center;
}

.slick-slider button.slick-prev.slick-arrow {
  left: 0;
  border-radius: 0 40px 40px 0;
  background-image: url(../images/left-white.png);
  background-position: right 16px center;
}

.category-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.category-list li {
  background: #fff;
  width: 300px;
  height: 110px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease;
}
.category-list li:nth-of-type(n + 4) {
  margin-bottom: 0;
}
.category-list li:hover {
  opacity: 0.7;
}

.category-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.category-list li a span {
  font-size: 18px;
  font-weight: 700;
  margin-left: 12px;
}

.category-list li:nth-child(4),
.category-list li:nth-child(5),
.category-list li:nth-child(6),
.category-list li:last-child {
  width: 222px;
  height: 90px;
}

.category-list li:nth-child(4) a span,
.category-list li:nth-child(5) a span,
.category-list li:nth-child(6) a span,
.category-list li:last-child a span {
  font-size: 16px;
}

.keiro-feature {
  background: url(../images/feature-bg.jpg) repeat-x center center/cover;
  padding: 80px 0;
  margin: 100px auto;
}

.keiro-feature .page-ttl p {
  color: #333;
  font-size: 24px;
}

.keiro-feature .page-ttl h2 {
  font-size: 40px;
  color: #336a28;
  margin-top: 10px;
}

.keiro-feature .page-ttl::after {
  background-color: #336a28;
}

.feature-bn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto 90px;
}

.feature-bn a {
  margin: 0 9px 12px;
  transition: opacity 0.3s ease;
  width: 28%;
}
.feature-bn a img {
  width: 100%;
  height: auto;
}
.feature-bn a:hover {
  opacity: 0.7;
}

#topCampaign {
  width: 1100px;
  margin: 80px auto 0;
}

.top-campaign__item {
  margin: 0 7px;
}
.top-campaign__item img {
  width: auto;
  height: 240px;
}
.top-campaign__prev {
  position: absolute;
  left: -50px;
  top: 100px;
  width: 22px;
  height: 40px;
  background: url(../images/arrow-prev.png) no-repeat center center/contain;
  opacity: 0.4;
  transition: 0.3s all ease-out;
}
#top-specialfeature__slider .top-campaign__prev,
#top-specialfeature__slider .top-campaign__next {
  top: 110px;
}
.top-campaign__next {
  position: absolute;
  right: -50px;
  top: 100px;
  width: 22px;
  height: 40px;
  background: url(../images/arrow-next.png) no-repeat center center/contain;
  opacity: 0.4;
  transition: 0.3s all ease-out;
}
.top-campaign__prev:hover,
.top-campaign__next:hover {
  opacity: 0.9;
}
#top-specialfeature__slider a {
  margin-right: 30px;
}
#top-specialfeature__slider .slick-active {
  margin: 0 15px;
}

.keiro2025-choju {
  width: 1000px;
  margin: 100px auto;
}

.keiro2025-choju .title {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #336a28;
  border-radius: 20px 20px 0 0;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keiro2025-choju__body {
  background: #bfdab9;
  border-radius: 0 0 20px 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.keiro2025-choju__body .choju-link {
  width: 900px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  margin: 0 auto 60px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}
.keiro2025-choju__body .choju-link img {
  width: 100%;
  height: auto;
}
.keiro2025-choju__body a:hover {
  opacity: 0.7;
}

.choju-article {
  width: 900px;
  border-radius: 0;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
  transition: opacity 0.3s ease;
}

.choju-article div {
  width: 390px;
}

.choju-article div h2 {
  padding-bottom: 18px;
  border-bottom: 2px solid #c9c9c9;
  margin-bottom: 20px;
}
.choju-article div h2 img {
  width: 80%;
  height: auto;
}
.choju-article div h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 19px;
}

.choju-article > img {
  width: 400px;
}

.keiro2025-cgranking .lead,
.pickup01 .lead {
  font-size: 18px;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .page-ttl-inner p {
    font-size: 4vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  #gourmet .page-ttl::after {
    background-color: #5f3109;
  }

  .keiro2025-cgranking .rb2019---tabs {
    margin: 0 5vw 2vw;
    border-bottom: 2px solid #5f3109;
  }

  .keiro2025-cgranking .rb2019---tabs > * {
    border-radius: 0;
    background-color: #dfd6ce;
    border-color: unset;
    border-width: 0;
    color: #fff;
  }
  .keiro2025-cgranking .rb2019---tabs a,
  .keiro2025-cgranking .rb2019---tabs > a.rb2019---active {
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding: 3vw 0;
  }
  .keiro2025-cgranking .rb2019---tabs h3 {
    font-size: 3.6vw;
    font-weight: 700;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro2025-cgranking .rb2019---tabs > a.rb2019---active {
    color: #fff;
    background: #5f3109;
  }

  .keiro2025-cgranking .rb2019---tabs > a:hover {
    text-decoration: unset;
  }

  .keiro2025-cgranking .chugen2025-tab__items {
    margin: 0 5vw;
    overflow-x: scroll;
    padding-top: 3vw;
  }

  .chugen2025-tab__items .top-grid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .chugen2025-tab__items .top-grid a {
    position: relative;
    width: 32vw;
    flex-basis: 32vw;
    flex-shrink: 0;
    margin: 0 1vw;
  }

  .chugen2025-tab__items .top-grid a .rank-icon {
    position: absolute;
    top: -1vw;
    left: -1vw;
    width: 9vw;
  }

  .chugen2025-tab__items .top-grid a .thumbnail {
    width: 32vw;
    height: 32vw;
    margin-bottom: 10px;
  }

  .chugen2025-tab__items .top-grid a .thumbnail img {
    width: 100%;
    height: auto;
  }

  .chugen2025-tab__items .top-grid a .name {
    font-size: 3vw;
    font-weight: 700;
    line-height: 1.3;
    height: 8.2em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .chugen2025-tab__items .top-grid a .price {
    font-size: 3vw;
    font-weight: 700;
    color: #961822;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .ranking-bn {
    margin: 0 auto 6vw;
  }

  .ranking-bn p {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 4.8vw;
    font-weight: 700;
    margin-bottom: 3vw;
    line-height: 1.4em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .ranking-bn p::before {
    content: "";
    height: 14vw;
    width: 1px;
    background-color: #000;
    transform: rotate(-25deg);
    margin-right: 4vw;
    display: block;
  }
  .ranking-bn p::after {
    content: "";
    height: 14vw;
    width: 1px;
    background-color: #000;
    transform: rotate(25deg);
    margin-left: 4vw;
    display: block;
  }

  .ranking-bn02 p {
    color: #5f3109;
    font-size: 4.8vw;
    white-space: nowrap;
  }

  .ranking-bn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90vw;
    margin: 0 auto;
  }

  .ranking-bn a img,
  .ranking-bn a picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .keiro2025-inner .recommend {
    width: 90%;
    margin: 0 auto;
    background: #f6d2c7;
    border-radius: 5vw;
    padding: 8vw 5vw;
    box-sizing: border-box;
  }

  .keiro2025-inner .recommend h2 {
    margin-bottom: 5vw;
  }

  .keiro2025-inner .recommend h2 img {
    width: 100%;
    height: auto;
  }

  .keiro2025-inner .recommend .recommend-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .keiro2025-inner .recommend .recommend-list li {
    width: 90%;
    margin: 0 auto;
  }

  .keiro2025-inner .recommend .recommend-list li + li {
    margin-top: 5vw;
  }

  .keiro2025-inner .recommend .recommend-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .keiro2025-inner .recommend .recommend-list li a .thumbnail {
    width: 25vw;
    height: auto;
    margin-right: 5vw;
  }

  .keiro2025-inner .recommend .recommend-list li a .thumbnail img {
    width: 100%;
    height: auto;
  }

  .keiro2025-inner .recommend .recommend-list li a .name {
    font-size: 3.6vw;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro2025-inner .recommend .recommend-list li a .price {
    color: #961822;
    font-size: 3.4vw;
    font-weight: 700;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro2025-inner02 {
    padding: 10vw 5vw;
  }

  .keiro2025-select {
    width: 90vw;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 6vw;
    background: #ffdca8;
    padding: 6vw 6vw 8vw;
    box-sizing: border-box;
  }

  .keiro2025-select + .keiro2025-select {
    margin-top: 6vw;
  }

  .keiro2025-select > h2 {
    color: #fff;
    background: #ff9800;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vw;
    font-size: 4.2vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: bold;
    margin-bottom: 5vw;
  }

  .keiro2025-select__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 30vw;
  }

  .keiro2025-select__block + .keiro2025-select__block {
    margin-top: 6vw;
    padding-top: 6vw;
    border-top: 1px solid rgba(95, 49, 9, 0.4);
  }

  .keiro2025-select__block .user {
    position: static;
    /* top: 5vw;
    left: 0; */
    margin-right: 0;
    width: 100%;
  }

  .keiro2025-select__block .user.user01 {
    top: 0;
  }

  .keiro2025-select__block .user img {
    width: 100%;
    height: auto;
  }

  .keiro2025-select__block .user::after {
    display: none;
    content: "";
    background: url(../images/arrow-right.png) no-repeat center center/auto 100%;
    width: 3vw;
    height: 5vw;
    position: absolute;
    top: unset;
    bottom: -10vw;
    left: 12vw;
    right: unset;
    margin: auto 0;
  }
  .user-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .select-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow-x: unset;
    position: relative;
    height: auto;
    margin-top: 5vw;
  }

  .select-list::before {
    /* display: block;
    content: "";
    width: 25vw; */
  }

  .select-list li {
    width: 47%;
    padding: 0;
  }

  .select-list li:last-child {
    width: 47%;
    padding-right: 0;
  }

  .select-list li + li {
    margin-left: 0;
  }

  .select-list li:first-child,
  .select-list li:nth-child(2) {
    margin-bottom: 5vw;
  }

  .select-list li a {
    transition: opacity 0.3s ease;
  }

  .select-list li a:hover {
    opacity: 0.7;
  }

  .select-list li a .thumbnail {
    margin-bottom: 2vw;
    width: 100%;
    height: 100%;
  }

  .select-list li a .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .select-list li a .name {
    font-size: 2.8vw;
    font-weight: 700;
    min-height: 15vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .select-list li a .price {
    color: #961822;
    font-size: 2.8vw;
    font-weight: 700;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .category-list li {
    background: #fff;
    width: 48%;
    height: 15vw;
    margin-bottom: 2.5vw;
  }

  .category-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    padding: 0 2vw;
    box-sizing: border-box;
  }

  .category-list li a span {
    font-size: 3vw;
    font-weight: 700;
    margin-left: 1vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .category-list li a img {
    width: 12vw;
    height: auto;
  }

  .category-list li:nth-child(4),
  .category-list li:nth-child(5),
  .category-list li:nth-child(6),
  .category-list li:last-child {
    width: 48%;
    height: 15vw;
    margin-bottom: 2.5vw;
  }
  .category-list li:last-child {
    margin-bottom: 0;
  }
  .category-list li:nth-child(4) a span,
  .category-list li:nth-child(5) a span,
  .category-list li:nth-child(6) a span,
  .category-list li:last-child a span {
    font-size: 3vw;
  }

  .keiro-feature {
    background: url(../images/feature-bg.jpg) repeat-x center center/cover;
    padding: 14vw 5vw;
    margin-top: 15vw;
  }

  .keiro-feature .page-ttl p {
    color: #333;
    font-size: 4vw;
    line-height: 1em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .keiro-feature .page-ttl h2 {
    font-size: 6vw;
    color: #336a28;
    margin-top: 10px;
  }

  .keiro-feature .page-ttl::after {
    background-color: #336a28;
  }

  .feature-bn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 10vw;
  }

  .feature-bn a {
    margin: 0 0 3vw;
    width: 49%;
  }

  .feature-bn a img {
    width: 100%;
    height: auto;
  }

  #topCampaign {
    width: 100%;
    margin: 16vw auto 0;
  }

  .top-campaign__item {
    margin: 0 7px;
  }
  .top-campaign__item img {
    width: auto;
    height: 100%;
  }
  .top-campaign__prev {
    position: absolute;
    left: -2vw;
    top: 19vw;
    width: 6vw;
    height: 10vw;
    background: url(../images/arrow-prev.png) no-repeat center center/contain;
    opacity: 1;
    z-index: 10;
  }
  #top-specialfeature__slider .top-campaign__prev,
  #top-specialfeature__slider .top-campaign__next {
    top: 28vw;
  }
  .top-campaign__next {
    position: absolute;
    right: -2vw;
    top: 19vw;
    width: 6vw;
    height: 10vw;
    background: url(../images/arrow-next.png) no-repeat center center/contain;
    opacity: 1;
    z-index: 10;
  }

  #top-specialfeature__slider a {
    margin-right: 30px;
  }
  #top-specialfeature__slider .slick-active {
    margin: 0 15px;
  }

  .keiro2025-choju {
    width: 90%;
    margin: 10vw auto;
  }

  .keiro2025-choju .title {
    font-size: 4vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #336a28;
    border-radius: 4vw 4vw 0 0;
    height: 12vw;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .keiro2025-choju__body {
    background: #bfdab9;
    border-radius: 0 0 4vw 4vw;
    padding: 5vw 5vw;
  }

  .keiro2025-choju__body .choju-link {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    margin: 0 auto 5vw;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }

  .keiro2025-choju__body a img {
    width: 100%;
    height: auto;
  }

  .choju-article {
    width: 100%;
    border-radius: 4vw;
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 4vw 3vw;
    box-sizing: border-box;
  }

  .choju-article div {
    width: 100%;
  }

  .choju-article div h2 {
    padding-bottom: 3vw;
    border-bottom: 2px solid #c9c9c9;
    margin-bottom: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .choju-article div h2 img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .choju-article div h3 {
    font-size: 4.2vw;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 3vw;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .choju-article div p {
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
    font-size: 3.4vw;
    padding: 0 1vw;
    margin-bottom: 5vw;
  }

  .choju-article > img {
    width: 80%;
    height: auto;
  }

  .keiro2025-cgranking .lead,
  .pickup01 .lead {
    font-size: 3.4vw;
    padding: 0 5vw;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
  }

  .rb2019---detail--fixed-buttons .rb2019---page-top-button {
    bottom: 4vw;
  }
}

/*grape*/
.grape-area {
  background: #fce9fb;
  border-radius: 20px;
  padding: 35px 25px;
  box-sizing: border-box;
  width: 1040px;
  margin: 50px auto 100px;
}

.grape-area__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

.grape-area__inner > img {
  width: 413px;
  height: auto;
}

.grape-area__title {
  width: 508px;
}

.grape-area__title h2 {
  font-size: 50px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  color: #83407f;
  letter-spacing: -0.05em;
  border-bottom: 2px solid #83407f;
  margin-bottom: 20px;
}

.grape-area__title h2 img {
  width: 62px;
  height: auto;
  margin-right: 15px;
}

.grape-area__title .text {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  color: #5a194c;
  margin-bottom: 20px;
}

.grape-area__title a {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  width: 394px;
  height: 72px;
  border-radius: 10px;
  background: #83407f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}

.grape-area__title a:hover {
  opacity: 0.7;
}

.grape-area__title a span {
  font-family: "Shippori Mincho", serif;
  font-size: 42px;
  font-weight: 600;
}

.grape-area__title .note {
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  margin-top: 15px;
  line-height: 2;
}

.grape-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grape-items a {
  width: 300px;
  transition: opacity 0.3s ease;
}

.grape-items a:hover {
  opacity: 0.7;
}

.grape-items a img {
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}

.grape-items a .name {
  font-size: 16px;
  font-weight: 700;
}

.grape-items a .price {
  font-size: 20px;
  font-weight: 700;
  color: #9a2a2e;
  margin-top: 10px;
}

.grape-items a .price span {
  font-size: 16px;
}

@media screen and (max-width: 599px) {
  .grape-area {
    background: #fce9fb;
    border-radius: 20px;
    padding: 8vw 5vw;
    box-sizing: border-box;
    width: 90%;
    margin: 5vw auto 0;
  }

  .grape-area__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10vw;
  }

  .grape-area__inner > img {
    width: 80%;
    height: auto;
  }

  .grape-area__title {
    width: 100%;
    margin: 0 auto 5vw;
  }

  .grape-area__title h2 {
    font-size: 5.8vw;
    font-weight: 600;
    font-family: "Shippori Mincho", serif;
    color: #83407f;
    letter-spacing: -0.05em;
    border-bottom: 2px solid #83407f;
    margin-bottom: 3vw;
    padding-bottom: 1vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .grape-area__title h2 img {
    width: 8vw;
    height: auto;
    margin-right: 2vw;
  }

  .grape-area__title .text {
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    color: #5a194c;
    margin-bottom: 3vw;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .grape-area__title a {
    font-size: 4.2vw;
    font-weight: 700;
    color: #fff;
    width: 100%;
    height: 12vw;
    border-radius: 10px;
    background: #83407f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: opacity 0.3s ease;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .grape-area__title a span {
    font-family: "Shippori Mincho", serif;
    font-size: 7.6vw;
    font-weight: 600;
    margin: 0 1vw;
  }

  .grape-area__title .note {
    font-size: 3vw;
    text-align: center;
    /* white-space: unset; */
    margin-top: 3vw;
  }

  .grape-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }

  .grape-items a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .grape-items a + a {
    margin-top: 5vw;
  }

  .grape-items a img {
    width: 28vw;
    height: 28vw;
    margin-bottom: 0;
    margin-right: 3vw;
  }

  .grape-items a .name {
    font-size: 3.4vw;
    font-weight: 700;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .grape-items a .price {
    font-size: 3.6vw;
    font-weight: 700;
    color: #9a2a2e;
    margin-top: 1vw;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .grape-items a .price span {
    font-size: 3vw;
  }
}

/* search */
.search .section__lead {
  margin-bottom: 30px;
  font-weight: 700;
}
.search .section__lead p {
  font-size: 20px;
  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: 30px;
  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: 70px;
  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;
  font-weight: 700;
  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;
}

@media screen and (max-width: 599px) {
  .search .section__lead p {
    font-size: 3.5vw;
    text-align: center;
    white-space: normal;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }
  .search__fields {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 2rem;
    padding: 0;
    width: 100%;
  }
  .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: 1rem;
  }
  .search .form-select__element {
    font-size: 1rem;
    padding-left: 3.4em;
  }
  .search .form-button {
    font-size: 1rem;
    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;
  }
}

.keiro2025-topic {
  width: 1100px;
  height: 359px;
  background: url(../images/topic-bg.png) no-repeat center center/cover;
  margin: 65px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  box-sizing: border-box;
}

.keiro2025-topic__inner {
  width: 633px;
}

.keiro2025-topic__inner h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  background: #ec7331;
  border-radius: 10px;
  height: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.keiro2025-topic__inner h3 span {
  font-size: 18px;
}

.keiro2025-topic__inner p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.keiro2025-topic__inner p span {
  font-size: 11px;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .keiro2025-topic {
    width: 100%;
    height: auto;
    background: url(../images/topic-bg-sp.png) no-repeat top center/100% auto;
    background-image: url(../images/topic-bg-sp.png),
      url(../images/topic-bg02-sp.png);
    background-size: 100% auto, 100% auto;
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    margin: 8vw auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 8vw 5vw;
    box-sizing: border-box;
    position: relative;
  }

  .keiro2025-topic > img {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .keiro2025-topic__inner {
    width: 100%;
    margin-bottom: 5vw;
  }

  .keiro2025-topic__inner h3 {
    font-size: 4.6vw;
    font-weight: 700;
    color: #fff;
    background: #ec7331;
    border-radius: 10px;
    height: auto;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3vw;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .keiro2025-topic__inner h3 span {
    font-size: 3.2vw;
  }

  .keiro2025-topic__inner p {
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 1.8;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
      sans-serif;
  }

  .keiro2025-topic__inner p span {
    font-size: 3vw;
    font-weight: 500;
    display: block;
  }
}

.announce {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 30px;
}

.announce span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

@media (max-width: 599px) {
  .announce {
    font-family: "yu gothic", YuGothic, Verdana, Meiryo, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .announce span {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
}

.gift-list {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .gift-list {
    padding-top: 0rem;
    margin-bottom: 0;
    margin-top: 12vw;
  }
  .gift-list * {
    font-family: "yu gothic", YuGothic, Verdana, Meiryo, sans-serif;
  }
}

.gift-list__inner {
  background: #fff0c7;
  position: relative;
  padding-top: 190px;
  padding-bottom: 100px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .gift-list__inner {
    padding-top: 8rem;
    padding-bottom: 0rem;
    width: 100%;
    margin: 0 auto;
  }
}

.gift-list__label {
  font-weight: 500;
  font-size: 28px;
  border-bottom: 2px solid currentColor;
  position: absolute;
  left: 100px;
  top: -120px;
  transform-origin: left bottom;
  transform: rotate(-10deg);
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.gift-list__label strong {
  font-weight: 700;
  font-size: 140%;
}
@media (max-width: 599px) {
  .gift-list__label {
    font-size: 1.2rem;
    left: 1rem;
    top: -6rem;
  }
}

.gift-list__title {
  width: 1000px;
  height: 160px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .gift-list__title {
    width: auto;
    height: 2.5rem;
  }
}

.gift-list__title h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gift-list__title img {
  width: 100%;
  height: auto;
}

.gift-list__title span {
  position: absolute;
  display: block;
  right: 0;
  top: -62px;
  width: 150px;
}
@media (max-width: 599px) {
  .gift-list__title span {
    width: 4rem;
    top: -2.6rem;
    right: 2rem;
  }
}

.gift-list__title b {
  position: absolute;
  display: block;
  width: 449px;
  left: 0;
  right: 0;
  top: -62px;
  margin: 0 auto;
  padding-right: 50px;
}
@media (max-width: 599px) {
  .gift-list__title b {
    width: 70vw;
    left: 0;
    margin: auto;
    top: -2.3rem;
    padding-right: 0;
    right: 0;
  }
}

.gift-list__lead {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 50px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
@media (max-width: 599px) {
  .gift-list__lead {
    font-size: 3.2vw;
    margin: 0 1rem 3rem;
    text-align: left;
  }
}

.gift-list__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .gift-list__items {
    width: auto;
    flex-wrap: wrap;
    margin: 0 1rem;
  }
}

.gift-list-item {
  flex-shrink: 0;
  width: 222px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
}
@media (max-width: 599px) {
  .gift-list-item {
    width: calc(50% - 0.5rem);
    margin-bottom: 4rem;
  }
}

.gift-list-item__thumbnail {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 599px) {
  .gift-list-item__thumbnail {
    height: auto;
    margin-bottom: 2rem;
  }
}
.gift-list-item__thumbnail span {
  display: block;
  width: calc(222px / 3);
  height: calc(222px / 3);
}
.gift-list-item__thumbnail span:first-child {
  width: 100%;
  height: 222px;
}

.gift-list-item__thumbnail span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-list-item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 15px;
  height: calc(1.375em * 2);
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
@media (max-width: 599px) {
  .gift-list-item__title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.gift-list-item__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 15px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
@media (max-width: 599px) {
  .gift-list-item__price {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.gift-list-item__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 30px;
}
.gift-list-item__tags + .gift-list-item__tags {
  margin-top: 5px;
}

.gift-list-item__tags span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  height: 24px;
  background: #fff;
  border-radius: 6px;
  padding: 0 4px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .gift-list-item__tags span {
    font-size: 0.7rem;
    height: 1.3rem;
    border-radius: 0.2rem;
    padding: 0.3em;
  }
}

.gift-list-item__tags span::before {
  content: "#";
  margin-right: 0.2em;
}

.gift-list-item__text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
  height: calc(1.6em * 2);
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
@media (max-width: 599px) {
  .gift-list-item__text {
    font-size: 0.9rem;
  }
}

.gift-list-item__button {
  margin-top: auto;
  height: 52px;
  border-radius: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c09234 url(../images/external.svg) no-repeat right 20px
    center/17px auto;
  font-size: 16px;
  font-weight: 700;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  color: #fff !important;
}
@media (max-width: 599px) {
  .gift-list-item__button {
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    background-position: right 1em center;
    background-size: 1.1em auto;
    transform: none;
  }
}

.pickup {
  background: url(../images/pickup-bg.jpg) no-repeat center center/cover;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .pickup {
    padding: 10vw 5vw;
    background-color: #bee0f7;
    margin-bottom: 12vw;
  }
  .pickup h2 {
    text-align: center;
  }
}
.pickup .contents-ttl h2 {
  font-size: 34px;
  margin-bottom: 35px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Meiryo", sans-serif;
}
.pickup-inner {
  width: 1030px;
  border-radius: 30px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 50px;
  box-sizing: border-box;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2);
}
.pickup-inner.budou {
  margin-top: 70px;
  overflow: hidden;
}
.budou__title {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: -50px;
  margin-bottom: 45px;
}
.budou__title img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 599px) {
  .pickup-inner {
    width: auto;
    border-radius: 5vw;
    padding: 7vw 5vw;
    box-shadow: 0px 1vw 5vw 0px rgba(0, 0, 0, 0.2);
  }
  .pickup-inner.budou {
    margin-top: 6vw;
  }
  .budou__title {
    margin-left: -5vw;
    margin-right: -5vw;
    margin-top: -7vw;
    margin-bottom: 5vw;
  }
}

.pickup-inner .contents-ttl .en {
  /* font-family: "Montserrat", sans-serif; */
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  color: #e88259;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
}
/* .pickup-inner .contents-ttl .en::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background-color: #3697d6;
  content: "";
  display: block;
} */

.pickup-tags {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .pickup-tags {
    margin-bottom: 10vw;
  }
  .pickup-inner .contents-ttl .en {
    font-size: 4vw;
    font-weight: 600;
    padding-bottom: 0;
    color: #fff;
    position: relative;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #e88259;
    width: 39vw;
    height: 8vw;
    border-radius: 20vw;
    box-sizing: border-box;
    line-height: 8vw;
    margin: 0 auto 4vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
}

.pickup-tag {
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background: #3697d6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px;
}
@media screen and (max-width: 599px) {
  .pickup-tag {
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    width: 36vw;
    height: 8vw;
    border-radius: 10vw;
    font-size: 3.2vw;
    margin: 0 2.5vw;
  }
}

.pickup-images {
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  margin-bottom: 60px;
}
.pickup-images img {
  width: auto;
  margin: 0 10px;
  height: 320px;
}
@media screen and (max-width: 599px) {
  .pickup-images {
    height: auto;
    padding-top: 0vw;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8vw;
  }
  #keiro .pickup-images img {
    height: 32vw;
    margin: 0 1vw;
    width: auto;
  }
  #keiro .pickup-images img:nth-of-type(n + 3) {
    margin-top: 2vw;
  }
}

.pickup-title {
  font-size: 23px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  line-height: 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pickup-title.blue {
  background-color: #e88259;
  color: #fff;
  padding: 12px;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .pickup-title {
    font-size: 3.8vw;
    margin-bottom: 2vw;
    line-height: 1.5em;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pickup-title.blue {
    background-color: #e88259;
    color: #fff;
    padding: 3vw;
    font-size: 4vw;
    line-height: 1em;
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 599px) {
  .pickup-title span {
    position: absolute;
  }

  .pickup-title span:first-child {
    bottom: 0;
    left: 0;
  }
  .pickup-title span:last-child {
    bottom: 0;
    right: 0;
  }
}

.pickup-text {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 30px;
  font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Meiryo", sans-serif;
}
.pickup-text p small {
  display: block;
  margin-top: 15px;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .pickup-text p {
    font-size: 3.4vw;
    margin-bottom: 1vw;
    text-align: left;
    line-height: 1.6em;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .pickup-text p small {
    font-size: 2.6vw;
    line-height: 1.8em;
    margin-top: 3vw;
    display: block;
  }
  .pickup-text p small br {
    display: none;
  }
}

.pickup-text p + p {
  margin-top: 1.5em;
}

@media screen and (max-width: 599px) {
  .pickup-text p + p {
    margin-top: 0;
  }
}

.pickup-items {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 599px) {
  .pickup-items {
    margin-bottom: 0;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
}

.pickup-item {
  width: 290px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 0;
  position: relative;
  box-sizing: border-box;
}

@media screen and (max-width: 599px) {
  .pickup-item {
    width: 100%;
    height: 35vw;
    display: flex;
    position: relative;
    padding-left: 38vw;
    box-sizing: border-box;
    margin-bottom: 4vw;
    flex-direction: column;
    min-height: 35vw;
  }
  .pickup-item:nth-child(n + 3) {
    margin-bottom: 0vw;
  }
}

.pickup-item-image {
  width: 290px;
  height: 290px;
  /* margin-right: 20px; */
  /* position: absolute;
  left: 0;
  top: 0; */
  border: 1px solid #eee;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .pickup-item-image {
    width: 34vw;
    height: 34vw;
    margin-bottom: 0;
    margin-right: 4vw;
    position: absolute;
    left: 0;
    top: 0;
  }

  /* .pickup-item-image::before {
    font-size: 1rem;
  } */
}

.pickup-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pickup-images img {
  width: auto;
  margin: 0 1vw;
  height: 320px;
}

.pickup-item-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .pickup-item-name {
    font-size: 3.4vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .pickup-item-image img {
    width: 34vw;
    height: 34vw;
    object-fit: cover;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .pickup-images img {
    width: auto;
    margin: 0 1vw;
    height: 32vw;
  }
}

.pickup-item-price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1em;
  font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Meiryo", sans-serif;
}
@media screen and (max-width: 599px) {
  .pickup-item-price {
    font-size: 3.4vw;
  }
}

.pickup-present {
  border-top: 1px solid #e1e2e4;
  padding-top: 40px;
}

.pickup-present__images {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.pickup-present__images > div {
  width: 43%;
  margin: 0 15px;
}
.pickup-present__images > div img {
  width: auto;
  height: 130px;
  display: block;
  margin: 0 auto;
}
.pickup-present__images > div > p {
  color: #e88259;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.2em;
}

@media screen and (max-width: 599px) {
  .pickup-present {
    padding-top: 8vw;
  }

  .pickup-present__images {
    flex-direction: column;
    align-items: center;
  }

  .pickup-present__images > div + div {
    margin-top: 6vw;
  }

  .pickup-present__images > div > p {
    font-size: 3.2vw;
    margin-top: 3vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }

  .pickup-present__images > div > img {
    height: 25vw;
    width: auto;
  }

  .pickup .contents-ttl h2 {
    font-size: 5.2vw;
    margin-bottom: 5vw;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    padding-bottom: 4vw;
  }
  .pickup-present__images > div {
    width: 95%;
    margin: 2vw auto 0;
  }
  .pickup-present__images > div img {
    width: 100%;
  }
}

.keiro-qanda {
  width: 1000px;
  margin: 0 auto 100px;
}

.keiro-qanda .page-ttl {
  margin-bottom: 80px;
}

.qanda-list .question {
  height: 60px;
  font-size: 22px;
  color: #fff;
  background-color: #895222;
  width: 100%;
  line-height: 1em;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}
.qanda-list .question span {
  font-size: 34px;
  margin-right: 15px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  /* font-weight: normal; */
}
.qanda-list .answer {
  padding: 0 20px;
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 2em;
}
.qanda-list .answer span {
  font-size: 34px;
  margin-right: 20px;
  font-weight: 600;
  color: #895222;
  font-family: "Montserrat", sans-serif;
  /* font-weight: normal; */
}
.qanda-list .answer:nth-last-child {
  margin-bottom: 0;
}

.pickup-inner.budou .link-btn {
  background-color: #fff;
  color: #804485;
  border: 2px solid #804485;
  font-size: 18px;
  background-image: url(/ringbell/contents/keiro/2025/images/arrow-right-budou.png);
}
.pickup-inner.budou .link-btn + .link-btn {
  margin-top: 20px;
}

.pickup-inner .contents-ttl .en {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 0;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #e88259;
  width: 220px;
  height: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  line-height: 40px;
  margin: 0 auto 20px;
}

.pickup-inner.budou .contents-ttl .en {
  background-color: #804485;
}

.keiro2025-select .user picture {
  height: 120px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.keiro2025-select .user h3 {
  font-size: 15px;
  line-height: 1.2em;
  font-weight: normal;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.keiro2025-select .user p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6em;
}
.keiro2025-select .link-btn {
  height: 50px;
  width: 320px;
  background-color: #961822;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  background-image: url(../images/arrow-right-wh.png);
  background-size: 9px auto;
  background-position: right 12px center;
}

@media screen and (max-width: 599px) {
  .keiro-qanda {
    width: 90vw;
    margin: 0 auto 12vw;
  }
  .keiro-qanda .page-ttl {
    margin-bottom: 12vw;
  }
  .qanda-list .question {
    height: 11vw;
    font-size: 4vw;
    color: #fff;
    background-color: #895222;
    width: 100%;
    line-height: 1em;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 5vw;
    border-radius: 2vw;
    font-weight: bold;
    text-align: center;
    justify-content: center;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .qanda-list .question span,
  .qanda-list .answer span {
    font-size: 5vw;
    margin-right: 2vw;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
  }
  .qanda-list .answer {
    padding: 0 2vw;
    margin-bottom: 8vw;
    display: flex;
    align-items: flex-start;
    font-size: 3.2vw;
    line-height: 1.8em;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }

  #sonae {
    background: url(../images/sonae-bg_sp.jpg) no-repeat center center/cover;
    padding: 7vw 5vw 10vw;
  }
  .sonae-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0vw;
  }
  .sonae-title > img {
    width: 20vw;
    height: auto;
    display: none;
  }
  .sonae-title__inner {
    width: 100%;
    margin-left: 0;
    margin-top: 2vw;
  }
  .sonae-title__inner h2 {
    font-size: 5.6vw;
    line-height: 1.4em;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .sonae-title__inner h2::before {
    content: "";
    display: block;
    background-image: url(../images/new-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15vw auto;
    height: 18vw;
    width: 24vw;
    margin-right: 5vw;
    overflow: hidden;
  }
  .sonae-title__inner p {
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
    flex-direction: unset;
    padding-top: 3vw;
    margin-top: 3vw;
    border-top: 2px solid #fff;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .sonae-title__inner p span {
    display: block;
    font-size: 3.2vw;
  }
  #sonae .container .lead {
    text-align: left;
    font-size: 3.4vw;
    font-weight: 700;
    line-height: 1.8;
    margin-top: 10vw;
    margin-bottom: 5vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    position: relative;
    display: block;
    align-items: flex-start;
  }
  #sonae .container .lead strong {
    font-size: 4.5vw;
    display: block;
    margin-bottom: 4vw;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 4vw;
    line-height: 1.3em;
  }
  #sonae .container .lead br {
    display: none;
  }
  #sonae .container .lead::before {
    content: "";
    display: none;
    width: 35vw;
    height: 60vw;
    float: right;
    shape-outside: polygon(0vw 60vw, 20vw 20vw, 20vw 20vw, 0vw 20vw);
  }
  #sonae .container figure {
    position: static;
    display: block;
    width: 60vw;
    margin: 0 auto;
  }
  #sonae .container figcaption {
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  #sonae .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .sonae-catalog {
    margin-top: 6vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .sonae-catalog li {
    width: 30%;
  }
  .sonae-catalog li + li {
    /* margin-top: 5vw; */
  }
  .sonae-catalog li a {
    display: flex;
    align-items: center;
  }
  .sonae-catalog li a .name {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 2vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    flex-direction: column;
    margin-top: 1vw;
  }
  .sonae-catalog li a .name small {
    font-size: 2.7vw;
    margin-left: 0;
    margin-top: 1vw;
    display: block;
    line-height: 1em;
  }

  .sonae-catalog li a .price {
    font-size: 3.8vw;
    font-weight: 700;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
    flex-direction: column;
  }
  .sonae-catalog li a .price span {
    font-size: 2.6vw;
    margin-left: 0;
    white-space: nowrap;
    margin-top: 1vw;
  }
  .sonae-catalog li a img {
    margin-bottom: 3vw;
    width: 100%;
    height: auto;
  }
  .pickup-inner.budou .link-btn {
    margin: 7vw auto 0;
    background-color: #fff;
    color: #804485;
    border: 2px solid #804485;
    font-size: 4vw;
    background-image: url(/ringbell/contents/keiro/2025/images/arrow-right-budou.png);
  }
  .pickup-inner.budou .link-btn + .link-btn {
    margin-top: 4vw;
  }

  .keiro2025-select .user p {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.6em;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .keiro2025-select .user h3 {
    font-size: 2.8vw;
    line-height: 1.2em;
    font-weight: normal;
    border-bottom: 1px solid #000;
    padding-bottom: 2vw;
    margin-bottom: 3vw;
    font-family: YakuHanMP, "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
      "Meiryo", sans-serif;
  }
  .keiro2025-select .link-btn {
    height: 12vw;
    width: 100%;
    background-color: #961822;
    border-radius: 6vw;
    box-sizing: border-box;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.6vw;
    line-height: 1.2em;
    text-align: center;
    background-size: 2vw auto;
    background-position: right 3vw center;
  }
  .keiro2025-select .link-btn + .link-btn {
    margin-top: 3vw;
  }
  .keiro2025-select .user picture {
    height: 16vw;
    width: 100%;
    background-color: #fff;
    margin-bottom: 5vw;
    display: block;
    border-radius: 2vw;
    overflow: hidden;
  }
  .keiro2025-select__block .user img {
    width: auto;
    height: 16vw;
    object-fit: cover;
    object-position: center;
  }

  .keiro2025-nav .page-nav-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateY(-13vw);
    transition: all 0.3s;
    opacity: 0;
    z-index: 1000;
  }
  .keiro2025-nav .page-nav-fixed.show {
    transform: translateY(0);
    opacity: 1;
  }
  .keiro2025-nav .page-nav-fixed li {
    width: calc(100% / 3);
    background-position: right 2vw center;
    background-size: 3vw auto;
    border-right: 1px solid #fff;
    box-sizing: border-box;
  }
  .keiro2025-nav .page-nav-fixed li:nth-of-type(n + 3) {
    border-right: none;
  }
  .keiro2025-nav .page-nav-fixed li a {
    font-size: 2.7vw;
  }
}

a.button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  font-weight: 700;

  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  a.button {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
}
a.button:hover {
  opacity: 0.6;
}

a.button.for-ranking {
  width: 520px;
  height: 60px;
  border-radius: 60px;
  font-size: 18px;

  margin: 50px auto 0;

  color: #593313;
  background: #fff url(../images/arrow-right-brown.svg) no-repeat right 20px
    center/12px auto;
  border: 1px solid #593313;
}
@media screen and (max-width: 599px) {
  a.button.for-ranking {
    width: 100%;
    height: 15vw;
    border-radius: 15vw;
    font-size: 3.6vw;
    background-position: right 3vw center;
    background-size: 3vw auto;
  }
}

a.button.for-sonae {
  width: 100%;
  height: 60px;
  border-radius: 60px;
  font-size: 16px;

  margin-top: 40px;

  color: #0b8a6a;
  background: #fff url(../images/arrow-right-green.svg) no-repeat right 20px
    center/10px auto;
}

@media screen and (max-width: 599px) {
  a.button.for-sonae {
    width: 100%;
    height: 10vw;
    border-radius: 10vw;
    font-size: 3vw;
    margin-top: 8vw;
    text-indent: -1em;
    background-position: right 2vw center;
    background-size: 2vw auto;
  }
}

.pickup-other {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .pickup-other {
    margin-top: 10vw;
  }
}

.concierge {
  background: url(../images/feature-bg.jpg) repeat left top;
  padding: 90px 0 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .concierge {
    padding: 12vw 0 8vw;
  }
}

.concierge__heading {
  width: 332px;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .concierge__heading {
    width: 80%;
    margin-bottom: 8vw;
  }
}
.concierge__heading img {
  width: 100%;
  height: auto;
}

.concierge__lead {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .concierge__lead {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 3.4vw;
  }
}

.concierge__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1045px;
}
@media screen and (max-width: 599px) {
  .concierge__inner {
    width: 90vw;
  }
}

.concierge__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  width: 320px;
  margin-right: calc((100% - 320px * 3) / 2);
  margin-bottom: 30px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 599px) {
  .concierge__item {
    width: 42.5vw;
    margin-right: 5vw;
    margin-bottom: 10vw;
  }
}
.concierge__item:hover {
  opacity: 0.6;
}
.concierge__item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .concierge__item:nth-child(3n) {
    margin-right: 5vw;
  }
  .concierge__item:nth-child(2n) {
    margin-right: 0;
  }
}

.concierge__image {
  background: #fff;
  width: 100%;
  height: 240px;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .concierge__image {
    height: calc(42.5vw * 240 / 320);
    padding: 5vw;
    margin-bottom: 5vw;
  }
}

.concierge__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.concierge__title {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
@media screen and (max-width: 599px) {
  .concierge__title {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 3vw;
  }
}

.original-card {
  background: #fce9fa;
  border-radius: 10px;
  margin-top: 60px;
  padding: 30px 35px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 599px) {
  .original-card {
    border-radius: 5vw;
    margin-top: 10vw;
    padding: 5vw;
  }
}

.original-card__heading {
  width: 380px;
  font-size: 25px;
  font-weight: 700;
  color: #7f4283;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.36;
}
@media screen and (max-width: 599px) {
  .original-card__heading {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    width: auto;
    font-size: 4vw;
    margin-bottom: 5vw;
  }
}

.original-card__date {
  width: 380px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7f4283;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .original-card__date {
    width: auto;
    height: auto;
    padding: 5vw;
    border-radius: 5vw;
    margin-bottom: 5vw;
  }
}

.original-card__date img {
  width: 328px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .original-card__date img {
    width: 100%;
  }
}

.original-card__note {
  width: 380px;
  font-size: 12px;
  color: #333;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .original-card__note {
    width: auto;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 2.6vw;
  }
}

.original-card__note > span:first-child {
  flex-shrink: 0;
  margin-right: 0.5em;
}

.original-card__images {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  right: 43px;
  top: -11px;
  bottom: -11px;
}
@media screen and (max-width: 599px) {
  .original-card__images {
    position: static;
    margin-top: 5vw;
    justify-content: center;
  }
}

.original-card__images img {
  width: auto;
  height: 100%;
  display: block;
}
@media screen and (max-width: 599px) {
  .original-card__images img {
    height: 45vw;
  }
}

.original-card__images img + img {
  margin-left: 15px;
}
