.chugen2025 {
  font-family: "Shippori Mincho", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.clearfix::after {
  display: none;
}
.chugen2025 a:link,
.chugen2025 a:visited {
  color: #333;
}
.chugen2025 a {
  transition: all 0.3s;
}
.chugen2025 a:hover {
  opacity: 0.6;
}

#chugen2025-mv {
  height: 615px;
  background-image: url(../images/mv-bg2_a.png), url(../images/mv-bg_a.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;
}
#chugen2025-mv .mv-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#chugen2025-mv .mv-inner h1 {
  margin: 0;
}
#chugen2025-mv p {
  text-align: center;
  font-size: 22px;
  line-height: 1.85em;
  font-weight: 600;
  margin-top: 30px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#chugen2025-mv p::before {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #082453;
  margin-bottom: 30px;
}

.chugen2025-intro {
  width: 100%;
  height: 70px;
  /* padding: 16px; */
  background-color: #fe5421;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chugen2025-intro p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.chugen2025-intro p span {
  line-height: 1em;
  padding: 5px 15px;
  background-color: #fff;
  color: #fe5421;
  font-size: 18px;
  border-radius: 20px;
  margin-right: 15px;
}
.chugen2025-intro p small {
  font-size: 12px;
  font-weight: normal;
  margin-left: 12px;
}
.chugen2025-intro a {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chugen2025-intro p {
  font-size: 28px;
  /* font-weight: 400; */
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chugen2025-nav {
  width: 100%;
  height: 110px;
  padding: 16px;
  background-color: #00427f;
  box-sizing: border-box;
  z-index: 100;
  position: relative;
}

.chugen2025-nav ul {
  display: flex;
  justify-content: center;
}

.chugen2025-nav ul li {
  width: 170px;
  height: 80px;
  background-image: url(../images/nav-icon2.png);
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  background-size: 16px auto;
  transition: all 0.3s;
  margin: 0 5px;
  background-color: #fff;
}
.chugen2025-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
  box-sizing: border-box;
  padding-bottom: 1em;
  color: #00427f !important;
  font-weight: bold;
}
.chugen2025-nav ul li:hover {
  opacity: 0.6;
}

.chugen2025-nav ul li:nth-child(3) a {
  align-items: center;
  /* padding-top: 5px; */
  box-sizing: border-box;
}
.chugen2025-nav.for-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 55px;
  transform: translate(0, -100%);
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}
.chugen2025-nav.for-fixed.active.show {
  transform: translate(0, 0);
  pointer-events: all;
}

.chugen2025-inner {
  /* background-color: #f8fdff; */
  padding-bottom: 60px;
}

.chugen2025-osusume__inner {
  width: 1120px;
  margin: 0 auto;
  padding-top: 100px;
}
.chugen2025-osusume__inner .btn-area {
  display: flex;
  justify-content: center;
}

.chugen2025-osusume__inner .sub-ttl {
  margin-top: 0;
}

/* .chugen2025-inner .rb2019---tabs {
  border-bottom: 1px solid #00427f;
} */

.chugen2025-inner .rb2019---tabs > * {
  border-radius: 0;
}

.chugen2025-inner .rb2019---tabs a {
  /* margin: 0; */
  width: 30%;
  font-size: 18px;
  font-weight: 400;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.chugen2025-inner .rb2019---tabs a h3 {
  font-size: 17px;
}
.chugen2025-inner .rb2019---tabs {
  border-bottom: none;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
}
.chugen2025-inner .rb2019---tabs a:not(.rb2019---active) {
  border: 1px solid #00427f;
  color: #00427f;
  background: #fff;
}

.chugen2025-inner .rb2019---tabs a:hover {
  text-decoration: none;
}

.chugen2025-inner .rb2019---tabs .rb2019---active {
  margin-bottom: 0;
  border: 1px solid #00427f;
  color: #00427f;
  background-color: rgba(0, 66, 127, 0.15);
}

.chugen2025-inner .rb2019---tab.rb2019---active {
  padding: 40px 0 0;
  background-color: #fff;
}

.chugen2025-tab__items .top-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 50px;
}
.chugen2025-tab__items .top-grid.cg {
  margin-bottom: 80px;
}
.chugen2025-tab__items {
  margin-bottom: 70px;
}

.chugen2025-tab__items .top-grid a {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  width: 200px;
  flex-basis: 200px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
}

.chugen2025-tab__items .top-grid a:hover {
  opacity: 0.6;
}

.chugen2025-tab__items .top-grid a .thumbnail {
  margin-bottom: 16px;
  position: relative;
}

.chugen2025-tab__items .top-grid a .thumbnail .rank-icon {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 45px;
}
.chugen2025-tab__items .top-grid a .thumbnail .rank-icon img {
  width: 100%;
  height: auto;
}
.chugen2025-tab__items .top-grid a .name {
  font-size: 15px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.chugen2025-tab__items .top-grid a .price {
  color: #eb5977;
  font-size: 14px;
  line-height: 1.1em;
}

.chugen2025-tab__items .top-grid a .price span {
  font-size: 16px;
}

.chugen2025 a.link-button {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  width: 400px;
  height: 50px;
  color: #fff;
  font-size: 16px;
  background-color: #00427f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  margin: 0 auto;
  background-image: url(../images/link-btn-icon-w.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px auto;
  border-radius: 25px;
}
.chugen2025-osusume__inner .btn-area a.link-button {
  margin: 0 20px;
}
.chugen2025 a.link-button:hover {
  opacity: 0.6;
}

.chugen2025 a.link-button.btn-w {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  background-image: url(../images/link-btn-icon.png);
}

.chugen2025-inner .osusume-ttl {
  text-align: center;
  font-size: 27px;
}

.chugen2025-inner .catalog-ranking-ttl {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-bottom: 50px;
  position: relative;
  width: 100%;
  line-height: 1em;
}
.chugen2025-inner .catalog-ranking-ttl::after {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  display: block;
  background-color: #333;
  z-index: -1;
}
.chugen2025-inner .catalog-ranking-ttl span {
  background-color: #fff;
  padding: 0 20px;
  line-height: 1em;
  position: relative;
  z-index: 10;
}

.chugen2025-service {
  width: 1080px;
  margin: 0 auto;
  border: 1px solid #00427f;
  border-radius: 12px;
  padding: 60px 0 50px;
  position: relative;
}
.chugen2025-service .page-ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -85px;
  z-index: 10;
}
.chugen2025-service .page-ttl h2 {
  padding: 0 30px;
  background-color: #fff;
  width: auto;
}
.chugen2025-service .page-ttl h2::after {
  display: none;
}
.chugen2025-service ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.chugen2025-service ul li {
  width: 300px;
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.chugen2025-service ul li h3 {
  text-align: center;
  line-height: 1.4em;
  font-weight: 400;
  color: #00427f;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
.chugen2025-service ul li img {
  width: 112px;
  height: auto;
  margin: 0 auto 20px;
}
.chugen2025-service ul li p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 20px;
  min-height: 6.5em;
}
.chugen2025-service ul li a,
.chugen2025-service ul li a:link,
.chugen2025-service ul li a:visited {
  width: 240px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  height: 36px;
  color: #fff;
  background-color: #888;
}

.page-ttl {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
#manner .page-ttl {
  margin-bottom: 80px;
}
#for-business .page-ttl {
  margin-bottom: 60px;
}
.chugen2025-ranking .page-ttl {
  margin-bottom: 60px;
}
.page-ttl p {
  font-size: 20px;
  font-weight: 400;
  margin-top: 32px;
}
#for-business .page-ttl p {
  font-size: 18px;
  font-weight: 400;
  margin-top: 30px;
}
.page-ttl .sub-ttl {
  display: block;
  color: #00427f;
  font-size: 20px;
  line-height: 1.3em;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: 400;
}
#digital-catalog .page-ttl .sub-ttl,
#topCampaign .page-ttl .sub-ttl {
  margin-top: 0;
}
.chugen2025-atoraku .page-ttl .sub-ttl {
  font-size: 28px;
  font-family: "Shippori Mincho", "Yu Gothic", YuGothic,
    "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 0;
  color: #333;
}
.chugen2025-atoraku .page-ttl p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6em;
}
#for-business .page-ttl .sub-ttl {
  margin-top: 0;
}
.page-ttl h2 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 1em;
  position: relative;
  width: 1200px;
}
.houjin-area .page-ttl h2 {
  width: auto;
}
.page-ttl h2 span {
  padding: 0 20px;
  background-color: #fff;
  line-height: 1em;
  position: relative;
  z-index: 10;
}
.page-ttl h2::after {
  height: 1px;
  width: 100%;
  background-color: #333;
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  z-index: 0;
}
.houjin-area .page-ttl h2::after,
#useful.page-ttl h2::after {
  display: none;
}

.page-ttl.link-other {
  margin-top: 50px;
  margin-bottom: 150px;
}
.page-ttl.link-other p {
  margin-bottom: 0.8em;
}

.chugen2025 .service {
  padding-top: 130px;
  padding-bottom: 100px;
}

.chugen2025-ranking {
  display: flex;
  flex-direction: column;
  align-items: center;

  background-image: url(../images/ranking-bg01.png),
    url(../images/ranking-bg02.png), url(../images/ranking-bg.jpg);
  background-size: contain, contain, cover;
  background-position: top -15% center, bottom -15% center, center;
  background-repeat: no-repeat;
  width: 1000px;
  margin: 60px auto 100px;
  border-radius: 30px;
  padding: 50px;
  box-sizing: border-box;
}
.chugen2025-ranking .ranking-ttl {
  margin-bottom: 40px;
}
.chugen2025-ranking > img {
  width: 100%;
  height: auto;
}
.chugen2025-catalog {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
}

#gift-ranking {
  position: relative;
  border-top: 3px solid #00427f;
  padding-bottom: 0;
}

#for-business .chugen2025-catalog {
  padding-bottom: 0;
}
.chugen2025-items__wrap {
  /* background: #fff; */
  width: 1120px;
  margin: 0 auto;
  /* padding: 40px; */
}

.chugen2025-items__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.rank01 .chugen2025-items__inner {
  padding-top: 40px;
}
.chugen2025-items__inner a {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  width: 260px;
  flex-basis: 260px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chugen2025-catalog.pickup .chugen2025-items__inner a {
  width: 350px;
  flex-basis: 350px;
}
#top-specialfeature__slider.chugen2025-items__inner {
  margin-top: 100px;
}
#top-specialfeature__slider.chugen2025-items__inner a:nth-of-type(n + 5),
.chugen2025-catalog.pickup .chugen2025-items__inner a:nth-of-type(n + 4) {
  margin-top: 40px;
}
.chugen2025-items__inner a.slick-slide {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  width: 340px;
  flex-basis: 340px;
  flex-shrink: 0;
  transition: opacity 0.2s ease;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.chugen2025-items__inner a:hover {
  opacity: 0.6;
}

.chugen2025-items__inner a span {
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}

.chugen2025-items__inner a img {
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}

.chugen2025-items__inner.feature,
#topCampaign {
  width: 1100px;
  margin: 80px auto 0;
}
#topCampaign {
  padding-top: 100px;
}
#top-specialfeature__slider {
  margin-bottom: 60px;
}
.top-campaign__prev {
  position: absolute;
  left: -50px;
  top: 90px;
  width: 40px;
  height: 80px;
  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: 90px;
  width: 40px;
  height: 80px;
  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;
}

#topCampaign {
  margin-top: 0px;
}

#topCampaign .top-section__title {
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topCampaign .top-section__title span {
  background-color: #f8fdff;
  padding: 0 30px;
  font-size: 26px;
  font-weight: normal;
  position: relative;
  top: 0.8em;
}
.top-campaign__item {
  margin: 0 7px;
}
.top-campaign__item img {
  width: auto;
  height: 238px;
}
.top-campaign__prev {
  position: absolute;
  left: -50px;
  top: 90px;
  width: 40px;
  height: 80px;
  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: 90px;
  width: 40px;
  height: 80px;
  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 .slick-active {
  margin: 0 15px;
}

.chugen2025-gift {
  /* background-image: url(../images/bg01.png), url(../images/bg02.png);
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat; */
  padding-top: 0;
  padding-bottom: 100px;
  border-bottom: 3px solid #00427f;
}

/* .chugen2025-gift .chugen2025-items__wrap {
  box-shadow: 0 5px 20px rgba(120, 68, 66, 0.1);
} */

.chugen2025-gift .chugen2025-items__wrap02 {
  /* box-shadow: 0 5px 20px rgba(120, 68, 66, 0.1); */
  margin-top: 20px;
  padding: 40px 0 0;
  justify-content: space-between;
}

.chugen2025-gift .chugen2025-items__wrap.item02 {
  box-shadow: unset;
  margin: 0;
}

.chugen2025-gift .chugen2025-items__wrap + .chugen2025-items__wrap {
  margin-top: 70px;
}

.chugen2025-gift
  .chugen2025-items__wrap02
  .chugen2025-items__wrap
  + .chugen2025-items__wrap {
  margin-top: 0;
}

.chugen2025-gift .chugen2025-items__inner {
  padding: 40px 0px;
}

.chugen2025-items__wrap > h3 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  color: #33698f;
  border-bottom: 2px solid #33698f;
  padding-bottom: 12px;
  display: flex;
  flex-direction: unset;
  align-items: center;
  justify-content: center;
}
.chugen2025-items__wrap > h3 .rank-icon {
  font-size: 18px;
  background: url(../images/ranking-icon.svg) no-repeat center center/contain;
  width: 80px;
  height: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  padding-bottom: 4px;
  box-sizing: border-box;
  margin-right: 15px;
}
.chugen2025-items__wrap > h3 .rank-icon b {
  font-size: 1.5em;
  line-height: 1em;
  padding-bottom: 3px;
  margin: 0 2px;
}
.chugen2025-items__wrap > h3 img {
  margin-left: 1em;
}
.chugen2025-items__inner li {
  width: calc((100% - 75px) / 6);
}
#for-business .chugen2025-items__inner li {
  width: calc((100% - 60px) / 5);
}
.chugen2025-items__wrap02 .chugen2025-items__inner li {
  width: calc((100% - 30px) / 3);
}
.chugen2025-items__inner li a {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
}

.chugen2025-items__inner li a img {
  margin-bottom: 15px;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.chugen2025-items__inner li a .brand-name {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1em;
}

.chugen2025-items__inner li a .item-name {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5em;
  min-height: 3em;
}

.chugen2025-items__inner li a .item-price {
  color: #eb5977;
  font-size: 14px;
  line-height: 1.2em;
}

.chugen2025-items__inner li a .item-price span {
  font-size: 16px;
}

.chugen2025-gift .page-ttl {
  margin-bottom: 50px;
  padding-top: 30px;
}

.chugen-houjin {
  /* background-image: url(../images/houjin-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center; */
}

.chugen-houjin-head {
  /* height: 348px;

  margin-bottom: 60px; */
}
.chugen-houjin-head section {
  width: 1000px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.chugen-houjin-head section h2 {
  text-align: center;
  padding: 30px 20px;
  border-top: 3px solid #174168;
  border-bottom: 3px solid #174168;
  font-size: 48px;
  font-weight: 500;
  color: #174168;
  font-family: "Yu Mincho", YuMincho, serif;
}

.chugen-houjin-lead {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 60px;
}

.chugen2025-catalog__wrap {
  background: #fff;
  padding-bottom: 60px;
  width: 1150px;
  margin: 0 auto;
}
.chugen2025-catalog__wrap .chugen2025-items__wrap {
  width: 1050px;
}

.houjin-service {
  padding-top: 90px;
  padding-bottom: 90px;
  /* margin-bottom: 40px; */
  /* width: 1230px; */
  margin: 0 auto;
}

.houjin-service .page-ttl {
  margin-bottom: 40px;
}

.houjin-service .page-ttl .sub-ttl {
  margin-top: 0;
}

.houjin-service__inner {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.houjin-service__block {
  width: 360px;
  background: #33698f;
  padding: 20px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

.houjin-service__block h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
}

.houjin-service__text {
  background: #fff;
  height: auto;
  padding: 20px 25px 25px;
  box-sizing: border-box;
}

.houjin-service__text > div {
  border-bottom: 1px solid #f2f1ef;
  margin-bottom: 24px;
  padding-bottom: 12px;
  height: 150px;
}

.houjin-service__text > div p {
  font-size: 15px;
  line-height: 1.5;
}

.houjin-service__text > div p:first-child {
  margin-bottom: 20px;
}

.houjin-service__text > div p a {
  text-decoration: underline;
}

.chugen2025 a.service-button {
  width: 240px;
  height: 35px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #888888;
  margin: 0 auto;
}

.chugen2025 a.service-button.btn-w {
  color: #000;
  background: #fff;
  border: 1px solid #000;
}

.chugen2025-atoraku {
  padding-bottom: 10px;
  /* background-image: url(../images/houjin-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center; */
}

.chugen2025-atoraku .page-ttl {
  margin-bottom: 34px;
}

.chugen2025-atoraku .link-atoraku {
  margin: 0 auto;
  width: 900px;
  display: block;
  margin-bottom: 60px;
}

.chugen2025-atoraku .link-atoraku img {
  width: 100%;
  height: auto;
}
#digital-catalog {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 160px;
}
.chugen-panf {
  width: 100%;
  height: 30vw;
  background-image: url(../images/panf-img.jpg);
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 70px;
  display: block;
  min-height: 400px;
}

.chugen2025-catalog.pickup .page-ttl {
  margin-bottom: 60px;
}

.chugen2025-manner__block {
  width: 1000px;
  margin: 0 auto;
}

.chugen2025-manner__q {
  background: #00427f;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 30px;
  box-sizing: border-box;
}

.chugen2025-manner__q p {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

.chugen2025-manner__a {
  padding: 30px;
}

.chugen2025-manner__a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 30px;
}

.chugen2025-giftconcierge {
  background: #e6e4cf;
  padding: 60px 0 70px;
  margin-top: 70px;
}

.chugen2025-giftconcierge .page-ttl {
  margin-bottom: 30px;
}

.chugen2025-giftconcierge__inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (min-width: 600px) {
  .chugen2025 .sp-only {
    display: none !important;
  }
  .chugen2025 .pc-only-in {
    display: inline-block;
  }
  .chugen2025 .chugen2025-giftconcierge__inner .slick-list {
    width: 100% !important;
  }
  .chugen2025 .chugen2025-giftconcierge__inner .slick-track {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
  }

  .slick-track::after,
  .slick-track::before {
    display: none;
  }

  .chugen2025-giftconcierge__block {
    width: 350px !important;
  }
}

.chugen2025-giftconcierge__block {
  width: 350px;
  height: 550px;
  background: #fff;
  padding: 20px 20px 40px;
  box-sizing: border-box;
}

.chugen2025-giftconcierge .thumbnail {
  margin-bottom: 20px;
}
.chugen2025-giftconcierge .thumbnail img {
  width: 100%;
  height: auto;
}

.chugen2025-giftconcierge .chugen2025-giftconcierge__title {
  color: #eb5977;
  font-size: 16px;
  height: auto;
  margin-bottom: 20px;
}
.chugen2025-giftconcierge .chugen2025-giftconcierge__title br {
  display: none;
}
.chugen2025-giftconcierge .chugen2025-giftconcierge__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

#osusume,
#feature,
#brand,
#manner,
#digital-catalog,
#point-detail {
  margin-top: -140px;
  padding-top: 140px;
}
#osusume,
#gift-list.gift-list {
  /* border-bottom: 1px solid #ccc; */
  position: relative;
  z-index: 10;
  padding-bottom: 120px;
}
#for-business {
  margin-top: 30px;
  padding-top: 140px;
}
#manner {
  margin-top: -80px;
}
.houjin-area {
  background-image: url(../images/houjin-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center;
}
@media screen and (max-width: 599px) {
  .chugen2025 .pc-only {
    display: none !important;
  }
  .chugen2025 .pc-only-in {
    display: none !important;
  }

  .chugen2025 *,
  .chugen2025 p {
    font-family: "Shippori Mincho", "Yu Gothic", YuGothic,
      "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }

  .chugen2025 .clearfix::after {
    display: none;
  }
  .chugen2025 a:link,
  .chugen2025 a:visited {
    color: #333;
  }
  .slick-initialized .slick-slide {
    opacity: 0.3;
    pointer-events: none;
  }
  .slick-initialized .slick-slide.slick-active {
    opacity: 1;
    pointer-events: visible;
  }
  .chugen2025 a {
    transition: all 0.3s;
  }
  .chugen2025 a:hover {
    opacity: 0.6;
  }

  #chugen2025-mv {
    height: 73vw;
    padding-top: 20vw;
    background-image: url(../images/mv-bg2_a-sp.png),
      url(../images/mv-bg_a-sp.jpg);
    background-position: top center, top center;
    background-size: auto 70vw, auto 70vw;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 8vw;
  }
  #chugen2025-mv .mv-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #chugen2025-mv h1 {
    width: 56vw;
    height: auto;
  }
  #chugen2025-mv .mv-inner h1 {
    margin-bottom: 12vw;
  }
  #chugen2025-mv h1 img {
    width: 100%;
    height: auto;
  }
  #chugen2025-mv p {
    text-align: center;
    font-size: 2.65vw;
    line-height: 1.65em;
    font-weight: 600;
    margin-top: calc((60 / 1200) * 100vw);
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #chugen2025-mv p::before {
    display: none;
  }

  .chugen2025-intro {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 4vw 0;
  }

  .chugen2025-intro a {
    width: 85vw;
    margin-bottom: 0;
  }

  .chugen2025-intro a img {
    width: 100%;
    height: auto;
  }

  .chugen2025-intro p {
    font-size: 4.2vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
    flex-direction: column;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .chugen2025-intro p span {
    line-height: 1em;
    padding: 1vw 3vw;
    background-color: #fff;
    color: #00427f;
    font-size: 3.6vw;
    border-radius: 6vw;
    margin-right: 0;
    margin-bottom: 1.5vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .chugen2025-intro p small {
    font-size: 2.6vw;
    font-weight: normal;
    margin-left: 0;
    margin-top: 1vw;
    line-height: 1em;
  }
  .chugen2025-nav {
    top: auto;
    width: 100%;
    padding: calc((8 / 400) * 100vw) 0;
    background-color: #00427f;
    box-sizing: border-box;
    height: auto;
    position: relative;
  }
  .chugen2025-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* height: calc((290 / 400) * 100vw); */
  }

  .chugen2025-nav ul li {
    width: 32%;
    height: calc((50 / 400) * 100vw);
    background-position: center right 0.3em;
    background-size: 0.8em auto;
    margin: 0 1px;
    background-color: #fff;
    transition: none;
    box-shadow: 0 2px 0 #00427f inset;
  }
  .chugen2025-nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc((50 / 400) * 100vw);
    text-align: center;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 2.7vw;
    font-weight: bold;
    line-height: 1.2em;
    transition: none;
    padding-bottom: 0;
  }

  .chugen2025-nav ul li:nth-child(2) a,
  .chugen2025-nav ul li:nth-child(4) a {
    align-items: center;
    padding-top: unset;
    box-sizing: border-box;
  }

  .chugen2025-nav.for-fixed {
    position: fixed;
    left: 0;
    top: 50px;
    width: 100%;
    padding: calc((5 / 400) * 100vw) calc((5 / 400) * 100vw);
  }

  .chugen2025-nav.for-fixed ul {
    flex-direction: row;
  }
  .chugen2025-nav.for-fixed ul li {
    width: 32%;
    height: calc((30 / 400) * 100vw);
    /* background-image: url(../images/nav-icon2.png); */
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom 0.2em center;
    background-size: 0.8em auto;
  }
  .chugen2025-nav.for-fixed ul li a {
    height: calc((35 / 400) * 100vw);
    font-size: calc((9 / 400) * 100vw);
    box-sizing: border-box;
    white-space: nowrap;
  }

  .chugen2025-inner {
    background-color: #fff;
    padding-bottom: calc((60 / 500) * 100vw);
  }
  .chugen2025-inner .catalog-ranking-ttl span {
    background-color: #fff;
    padding: 0 1vw 0 3vw;
    line-height: 1em;
    position: relative;
    z-index: 10;
    font-size: 3.8vw;
  }
  .chugen2025-inner .catalog-ranking-ttl {
    text-align: center;
    font-size: 3.4vw;
    margin-bottom: 6vw;
    position: relative;
    width: 100%;
    line-height: 1em;
    flex-direction: column;
  }
  .chugen2025-inner .catalog-ranking-ttl img {
    width: 8em;
    height: auto;
    margin-top: 1em;
  }

  .chugen2025-inner .catalog-ranking-ttl::after {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 2vw;
    left: 0;
    content: "";
    display: block;
    background-color: #333;
    z-index: -1;
  }
  #gift-ranking {
    position: relative;
    border-top: 3vw solid #00427f;
    padding-bottom: 0;
  }
  .chugen2025-gift {
    border-bottom: 3vw solid #00427f;
  }
  #osusume {
    width: 100%;
    padding-bottom: 14vw;
  }

  .chugen2025-osusume__inner {
    width: 100%;
    padding: 12vw 0 0;
    box-sizing: border-box;
  }

  .chugen2025-inner .rb2019---tabs {
    border-bottom: none;
    width: 92vw;
    margin-bottom: 6vw;
  }

  .chugen2025-inner .rb2019---tabs > * {
    border-radius: 0;
  }

  .chugen2025-inner .rb2019---tabs a {
    margin: 0 2px;
    font-size: 3vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .chugen2025-inner .rb2019---tabs a h3 {
    font-size: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .chugen2025-inner .rb2019---tabs a h3 br {
    display: none;
  }

  /* .chugen2025-inner .rb2019---tabs a:not(.rb2019---active) {
    border-width: 0;
    color: #fff;
    background: rgba(0, 66, 127, 0.8);
  } */

  /* .chugen2025-inner .rb2019---tabs .rb2019---active {
    margin-bottom: -1px;
    border-width: 2px 2px 0;
    border-color: #00427f;
    color: #000;
  } */

  .chugen2025-inner .rb2019---tab.rb2019---active {
    padding: calc((25 / 500) * 100vw) 0 1vw;
    background-color: #fff;
  }

  .chugen2025-tab__items .top-grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 3vw;
    margin-bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .chugen2025-tab__items {
    margin-bottom: 5vw;
  }
  .chugen2025-tab__items .top-grid.cg {
    margin-bottom: 10vw;
  }
  .chugen2025-tab__items .top-grid a {
    width: calc((155 / 500) * 100vw);
    flex-basis: calc((155 / 500) * 100vw);
    flex-shrink: 0;
    margin-right: calc((20 / 500) * 100vw);
    padding: calc((15 / 500) * 100vw) calc((10 / 500) * 100vw);
  }
  .chugen2025-tab__items .top-grid a:first-child {
    margin-left: calc((20 / 500) * 100vw);
  }
  .chugen2025-tab__items .top-grid a .thumbnail {
    margin-bottom: calc((12 / 500) * 100vw);
  }

  .chugen2025-tab__items .top-grid a .thumbnail img {
    width: 100%;
    height: auto;
  }

  .chugen2025-tab__items .top-grid a .thumbnail .rank-icon {
    left: -1vw;
    top: -1vw;
    width: 8vw;
  }

  .chugen2025-tab__items .top-grid a .name {
    font-size: 3vw;
    margin-bottom: calc((12 / 500) * 100vw);
  }

  .chugen2025-tab__items .top-grid a .price {
    color: #eb5977;
    font-size: 3vw;
  }

  .chugen2025-tab__items .top-grid a .price span {
    font-size: 3vw;
  }

  .chugen2025 a.link-button {
    width: 80vw;
    height: 9vw;
    color: #fff;
    font-size: 3.2vw;
    background-color: #00427f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-image: url(../images/link-btn-icon-w.png);
    background-repeat: no-repeat;
    background-position: right calc((12 / 500) * 100vw) center;
    background-size: calc((12 / 500) * 100vw) auto;
    border-radius: 4.5vw;
  }

  .chugen2025 a.link-button.btn-w {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    background-image: url(../images/link-btn-icon.png);
  }

  .chugen2025-inner .osusume-ttl {
    text-align: center;
    font-size: 3.8vw;
  }
  .chugen2025-inner .osusume-ttl br {
    display: none;
  }
  .chugen2025-service {
    width: calc(100% - 10vw);
    margin: 0 auto;
    border: 1px solid #00427f;
    border-radius: 12px;
    padding: 1vw 5vw 6vw;
    position: relative;
    box-sizing: border-box;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
  .chugen2025-service .page-ttl {
    position: absolute;
    left: 0;
    right: 0;
    top: -13vw;
    z-index: 10;
  }
  .chugen2025-service .page-ttl h2 {
    padding: 0 5vw;
    background-color: #fff;
  }

  .chugen2025-service ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .chugen2025-service ul li {
    width: 100%;
    margin: 8vw auto 0;
    display: flex;
    flex-direction: unset;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .chugen2025-service ul li h3 {
    text-align: left;
    line-height: 1.4em;
    font-weight: 400;
    color: #00427f;
    font-size: 4.5vw;
    line-height: 1.3em;
    margin-bottom: 0;
    width: 60vw;
    margin-left: 3vw;
  }
  .chugen2025-service ul li img {
    width: 14vw;
    height: auto;
    margin: 0 auto 0;
  }
  .chugen2025-service ul li p {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 3.5vw;
    width: 100%;
    min-height: auto;
  }
  .chugen2025-service ul li a,
  .chugen2025-service ul li a:link,
  .chugen2025-service ul li a:visited {
    width: 100%;
    line-height: 8vw;
    border-radius: 4vw;
    text-align: center;
    font-weight: 400;
    font-size: 3vw;
    height: 8vw;
    color: #fff;
    background-color: #888;
    margin-top: 4vw;
  }

  .page-ttl {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: calc((30 / 500) * 100vw);
  }
  #topCampaign .page-ttl {
    margin-bottom: 8vw;
  }
  .page-ttl p {
    font-size: 2.8svw;
    font-weight: 400;
    margin-top: calc((20 / 500) * 100vw);
  }
  .page-ttl .sub-ttl {
    display: block;
    color: #00427f;
    font-size: calc((17 / 500) * 100vw);
    line-height: 1.3em;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-weight: 400;
    white-space: nowrap;
  }
  .chugen2025-catalog.pickup {
    margin-bottom: 8vw;
    margin-top: 4vw;
  }
  .chugen2025-catalog.pickup .page-ttl .sub-ttl {
    margin-top: 0;
  }
  .page-ttl h2 {
    font-size: 4.8vw;
    font-weight: 400;
    line-height: 1em;
    margin-top: 2vw;
    width: 100vw;
    position: relative;
  }
  .page-ttl h2 span {
    padding: 0 2vw;
    background-color: #fff;
    line-height: 1em;
    position: relative;
    z-index: 10;
  }
  #osusume .page-ttl h2 span,
  #gift-ranking .page-ttl h2 span {
    display: inline-block;
    line-height: 1.3em;
  }
  #gift-ranking .page-ttl h2 span br {
    display: inline !important;
  }
  #gift-ranking .page-ttl h2::after,
  #osusume .page-ttl h2::after {
    top: 6vw;
  }
  .chugen2025-catalog.pickup .page-ttl h2.f-min {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .page-ttl.link-other {
    margin-top: 0;
    margin-bottom: calc(100 / 500 * 100vw);
  }

  .page-ttl.link-other p {
    font-size: calc(25 / 500 * 100vw);
  }
  .page-ttl.link-other img {
    width: 100%;
    height: auto;
  }

  .chugen2025 .service {
    padding-top: calc((130 / 500) * 100vw);
    padding-bottom: calc((30 / 500) * 100vw);
    margin-bottom: 8vw;
  }
  .chugen2025-osusume__inner .btn-area {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .chugen2025-osusume__inner .btn-area a.link-button {
    margin: 0 auto 3vw;
  }

  .chugen2025-ranking {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc((20 / 500) * 100vw) auto 12vw;
    padding: 6vw;
    box-sizing: border-box;
    width: 90vw;
    border-radius: 4vw;
    background-position: top -15% center, bottom center, center;
  }
  .chugen2025-ranking .ranking-ttl {
    margin-bottom: 5vw;
    width: 72vw;
  }
  .chugen2025-ranking .ranking-ttl img {
    width: 100%;
    height: auto;
  }
  .chugen2025-ranking > img {
    width: 100%;
    height: auto;
  }

  .chugen2025-ranking .f-min {
    line-height: 1.4em;
  }

  .chugen2025-catalog {
    background: #fff;
    padding: 10vw 0 0;
    margin-bottom: 0;
  }
  #for-business .chugen2025-catalog {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  #for-business .chugen2025-catalog:nth-of-type(n + 2) {
    padding-top: 0;
  }
  .chugen2025-catalog .chugen2025-items__wrap {
    width: 100%;
  }

  .chugen2025-catalog .lead {
    margin-left: 4px;
    margin-right: 4px;
  }
  #for-business .page-ttl {
    margin-bottom: 4vw;
  }
  #for-business .page-ttl p {
    font-size: 2.9vw;
    font-weight: 400;
    margin: 4vw auto 0;
  }
  .chugen2025-items__inner.feature,
  #topCampaign {
    width: 100%;
    margin: 10vw auto 5vw;
    padding-top: 18vw;
  }
  .chugen2025-items__inner.feature {
    padding: 0 4vw;
    box-sizing: border-box;
  }
  #top-specialfeature__slider.chugen2025-items__inner {
    margin-top: 9vw;
  }
  #top-specialfeature__slider {
    margin-bottom: 8vw;
  }

  #topCampaign {
    margin-top: -3vw;
  }
  #topCampaign .top-section__title {
    border-bottom: 1px solid #000;
    margin-bottom: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5vw 10vw;
  }

  .top-campaign__next {
    position: absolute;
    right: 3vw;
    top: 19vw;
    width: 6vw;
    height: 10vw;
    background: url(../images/arrow-next.png) no-repeat center center/contain;
    opacity: 1;
    transition: 0.3s all ease-out;
  }
  .top-campaign__prev {
    position: absolute;
    left: 3vw;
    top: 19vw;
    width: 6vw;
    height: 10vw;
    background: url(../images/arrow-prev.png) no-repeat center center/contain;
    opacity: 1;
    transition: 0.3s all ease-out;
  }
  .top-campaign__item img {
    width: auto;
    height: 100%;
  }
  #top-specialfeature__slider .top-campaign__prev,
  #top-specialfeature__slider .top-campaign__next {
    top: 28vw;
  }
  #top-specialfeature__slider .slick-active,
  #top-specialfeature__slider .slick-slide {
    margin: 0 8vw;
  }

  #topCampaign .top-section__title span {
    font-size: 4.5vw;
    padding: 0 2vw;
  }

  .chugen2025-items__wrap {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 5vw;
    box-sizing: border-box;
  }

  .chugen2025-gift .chugen2025-items__wrap + .chugen2025-items__wrap {
    margin-top: 0;
  }

  .chugen2025-items__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .chugen2025-items__inner::after {
    width: 32%;
    height: 32%;
    content: "";
    display: block;
  }

  .chugen2025-items__inner a {
    width: 48%;
    flex-basis: 48%;
    flex-shrink: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #top-specialfeature__slider.chugen2025-items__inner a:nth-of-type(n + 3) {
    margin-top: 4vw;
  }
  .chugen2025-items__inner a span {
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    font-size: 2.7vw;
    text-align: center;
    line-height: 1.3em;
  }

  .chugen2025-items__inner a img {
    margin-bottom: calc((12 / 500) * 100vw);
    width: 100%;
    height: auto;
  }

  .chugen2025-gift {
    /* background: url(../images/22896773.png) repeat-y center center/100% auto;
    background: url(../images/bg01.png) no-repeat top center/100% auto;
    padding-left: calc((20 / 500) * 100vw);
    padding-right: calc((20 / 500) * 100vw);
    padding-bottom: calc((30 / 500) * 100vw); */
    padding-top: 10vw;
    box-sizing: border-box;
    padding-bottom: 10vw;
  }

  .chugen2025-gift .chugen2025-items__inner {
    padding: calc((30 / 500) * 100vw) 0;
    box-sizing: border-box;
  }
  .rank01 .chugen2025-items__inner {
    padding: calc((30 / 500) * 100vw) 0 0;
    box-sizing: border-box;
  }

  .chugen2025-items__wrap > h3 {
    font-size: 4.4vw;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
  }
  .chugen2025-items__wrap > h3 .rank-icon {
    background: url(../images/ranking-icon.svg) no-repeat center center/contain;
    width: 16vw;
    height: 11vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    font-size: 3vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
    padding-bottom: 0.4vw;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-right: 3vw;
  }
  .chugen2025-items__wrap > h3 br {
    display: none;
  }
  .chugen2025-items__wrap > h3 img {
    width: 8em;
    height: auto;
  }
  .chugen2025-items__inner li {
    width: calc((100% - 6vw) / 3);
    margin-bottom: 0;
  }
  .chugen2025-gift .chugen2025-items__inner li:nth-of-type(n + 4) {
    margin-top: 4vw;
  }
  .chugen2025-items__wrap02 .chugen2025-items__inner li {
    width: calc((100% - 6vw) / 3);
    margin-bottom: 0;
  }
  .chugen2025-items__inner li a {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .chugen2025-items__inner li a img {
    margin-bottom: 3vw;
  }

  .chugen2025-items__inner li a .brand-name {
    font-size: 2.6vw;
    margin-bottom: 1.5vw;
    line-height: 1.1em;
  }

  .chugen2025-items__inner li a .item-name {
    font-size: 3vw;
    margin-bottom: 1.5vw;
    text-align: left;
  }

  .chugen2025-items__inner li a .item-price {
    color: #eb5977;
    font-size: 3vw;
  }

  .chugen2025-items__inner li a .item-price span {
    font-size: 3vw;
  }

  .chugen2025-gift .page-ttl {
    margin-bottom: calc((30 / 500) * 100vw);
    padding-top: 0;
  }

  /* .chugen-houjin {
  } */

  .chugen-houjin-head {
    height: auto;
    margin-bottom: 1vw;
    padding: 5vw;
  }
  .chugen-houjin-head section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: auto;
  }
  .chugen2025 .chugen-houjin-head section h2 {
    text-align: center;
    border-top: 1px solid #174168;
    border-bottom: 1px solid #174168;
    font-weight: normal;
    color: #174168;
    text-align: center;
    padding: 4vw 0;
    font-size: 5.3vw;
    color: #174168;
    width: 90vw;
    box-sizing: border-box;
    margin: 0 auto;
    font-family: "Yu Mincho", YuMincho, serif;
    white-space: nowrap;
  }
  .chugen2025 .chugen-houjin-head section h2 br {
    display: none;
  }
  .chugen-houjin-lead {
    text-align: center;
    font-size: calc((16 / 500) * 100vw);
    font-weight: 400;
    line-height: 2em;
    margin-bottom: calc((50 / 500) * 100vw);
    padding: 0 calc((24 / 500) * 100vw);
  }

  .chugen2025-catalog .f-min {
    line-height: 1.45;
    font-size: 4.6vw;
  }
  .chugen2025-catalog .f-min br {
    display: none;
  }
  .chugen2025-catalog__wrap {
    background: #fff;
    padding: 1vw 0 1vw;
    width: 90vw;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .chugen-houjin .chugen2025-catalog .chugen2025-items__inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .chugen-houjin .chugen2025-catalog .chugen2025-items__inner li {
    width: calc((155 / 500) * 100vw);
    flex-basis: calc((155 / 500) * 100vw);
    flex-shrink: 0;
    margin-right: calc((20 / 500) * 100vw);
  }

  .houjin-service {
    padding-top: 12vw;
    margin-bottom: 0;
    padding-bottom: 15vw;
  }

  .houjin-service .page-ttl {
    margin-bottom: 8vw;
  }

  .houjin-service .page-ttl .sub-ttl {
    margin-top: 0;
  }

  .houjin-service__inner {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
  }

  .houjin-service__block {
    width: 100%;
    /* background: #f8fdff; */
    padding: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
  }
  .houjin-service__block:nth-of-type(n + 2) {
    margin-top: 3vw;
  }
  .houjin-service__block h3 {
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .houjin-service__text {
    background: #fff;
    height: auto;
    padding: calc((20 / 500) * 100vw);
    box-sizing: border-box;
  }

  .houjin-service__text > div {
    border-bottom: 1px solid #f2f1ef;
    margin-bottom: calc((20 / 500) * 100vw);
    padding-bottom: calc((20 / 500) * 100vw);
    height: auto;
  }

  .houjin-service__text > div p {
    font-size: 3vw;
    line-height: 1.6;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .houjin-service__text > div p:first-child {
    margin-bottom: 0;
  }

  .houjin-service__text > div p a {
    text-decoration: underline;
  }

  .chugen2025 a.service-button {
    width: calc((310 / 500) * 100vw);
    height: calc((32 / 500) * 100vw);
    border-radius: calc((16 / 500) * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc((18 / 500) * 100vw);
    font-weight: 400;
    color: #fff;
    background: #888888;
    margin: 0 auto;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .chugen2025 a.service-button.btn-w {
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }
  .chugen2025-atoraku .page-ttl p {
    margin-top: 4vw;
    font-size: 3.3vw;
    line-height: 1.6em;
    text-align: left;
  }

  .chugen2025-atoraku .page-ttl .sub-ttl {
    font-size: 4vw;
    font-family: "Shippori Mincho", "Yu Gothic", YuGothic,
      "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin-top: 0;
    color: #333;
    text-align: center;
  }

  .chugen2025-atoraku {
    padding-left: calc((24 / 500) * 100vw);
    padding-right: calc((24 / 500) * 100vw);
    padding-bottom: calc((30 / 500) * 100vw);
  }

  .chugen2025-atoraku .page-ttl {
    margin-bottom: calc((30 / 500) * 100vw);
  }

  .chugen2025-atoraku .link-atoraku {
    margin: 0 auto;
    width: 100%;
    display: block;
    margin-bottom: calc((30 / 500) * 100vw);
  }

  .chugen2025-atoraku .link-atoraku img {
    width: 100%;
    height: auto;
  }

  .chugen-panf {
    width: 100%;
    height: 70vw;
    background-image: url(../images/panf-img-sp.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 10vw;
    display: block;
    min-height: 70vw;
  }

  .chugen2025-catalog.pickup .page-ttl {
    margin-bottom: 3vw;
  }

  .chugen2025-catalog.pickup .chugen2025-items__inner a {
    width: 48%;
    flex-basis: 48%;
  }
  .chugen2025-catalog.pickup .chugen2025-items__inner a:nth-of-type(n + 3) {
    margin-top: 4vw;
  }

  .chugen2025-catalog.pickup .chugen2025-items__inner a span {
    text-align: center;
    font-size: 3vw;
  }
  #manner .page-ttl {
    margin-bottom: 9vw;
  }
  .chugen2025-manner__block {
    width: 100%;
    margin: 0 auto;
    padding: 0 calc((20 / 500) * 100vw);
    box-sizing: border-box;
  }

  .chugen2025-manner__q {
    background: #00427f;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 3vw;
    box-sizing: border-box;
  }

  .chugen2025-manner__q p {
    font-size: 3.6vw;
    font-weight: normal;
    color: #fff;
  }

  .chugen2025-manner__a {
    padding: calc((12 / 500) * 100vw) 0 0;
  }

  .chugen2025-manner__a p {
    font-size: 3.2vw;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1.6rem;
  }

  .chugen2025-giftconcierge {
    background: #e6e4cf;
    padding: 5vw 5vw 8vw;
    margin-top: 16vw;
  }

  .chugen2025-giftconcierge .page-ttl {
    margin-bottom: calc((30 / 500) * 100vw);
  }

  .chugen2025-giftconcierge__inner.slide-items {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
  }

  .chugen2025-giftconcierge__block {
    width: calc((340 / 500) * 100vw);
    background: #fff;
    padding: calc((30 / 500) * 100vw);
    box-sizing: border-box;
    height: 116vw;
  }

  .chugen2025-giftconcierge .thumbnail {
    margin-bottom: calc((20 / 500) * 100vw);
  }

  .chugen2025-giftconcierge .thumbnail img {
    width: 100%;
    height: auto;
  }

  .chugen2025-giftconcierge .chugen2025-giftconcierge__title {
    color: #eb5977;
    font-size: 3.6vw;
    height: 3em;
  }

  .chugen2025-giftconcierge .chugen2025-giftconcierge__text {
    font-size: 3vw;
    font-weight: 400;
    line-height: 1.5;
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li {
    margin: 0 calc((15 / 500) * 100vw);
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li button {
    position: relative;
    text-indent: -9999px;
    font-size: 0px;
  }

  .chugen2025-giftconcierge__inner.slide-items .slick-dots li button::before {
    display: block;
    content: "";
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 50%;
    background-color: #ccc;
  }

  .chugen2025-giftconcierge__inner.slide-items
    .slick-dots
    li.slick-active
    button::before {
    background-color: #000;
  }

  #osusume,
  #feature,
  #brand,
  #for-business,
  #manner,
  #digital-catalog,
  #point-detail {
    margin-top: calc((-55 / 750) * 100vw);
    padding-top: calc((55 / 750) * 100vw);
  }
  #manner {
    margin-top: 0;
    padding-top: 10vw;
  }
  #point-detail {
    margin-bottom: 0vw;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  #point-detail .chugen2025-point__inner {
    padding-bottom: 0;
  }
  #for-business {
    margin-top: 15vw;
    padding-top: calc((55 / 750) * 100vw);
  }
}

.dosanko {
  box-sizing: border-box;
  margin: 100px auto;
  width: 1132px;
  background: rgba(255, 163, 82, 0.3);
  border-radius: 30px;
  padding: 230px 64px 40px;
  position: relative;
}

.dosanko__title {
  position: absolute;
  left: 0;
  right: 0;
  width: 1012px;
  top: -35px;
  border-bottom: 4px solid #ff6a1d;
  margin: 0 auto;
  padding-bottom: 30px;

  display: flex;
  justify-content: center;
  align-items: center;
}

.dosanko__title img {
  width: 100%;
  height: auto;
}

.dosanko__lead {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}

.dosanko__lead img {
  display: inline-block;
  height: 42px;
  width: auto;
  margin: 0 1em;
}

.dosanko__items .slick-list .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.dosanko__item {
  width: 300px !important;
}
.dosanko__thumbnail {
  display: block;
  margin-bottom: 20px;
}
.dosanko__name {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 15px;
}
.dosanko__name a {
  color: #333;
}
.dosanko__desc {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  height: calc(1.6em * 3);
  margin-bottom: 25px;
}
.chugen2025 a.dosanko__link {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #333 url(../images/triangle-white.svg) no-repeat right 11px
    center/10px auto;
  margin: 0 auto;
}

.chugen2025 a.dosanko__button {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  margin: 60px auto 0;
  width: 400px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6a1d;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  .dosanko {
    margin: 4rem 1rem;
    width: auto;
    border-radius: 1rem;
    padding: 5rem 1rem 2rem;
  }

  .dosanko__title {
    position: absolute;
    left: 1rem;
    right: 1rem;
    width: auto;
    top: -1rem;
    padding-bottom: 1rem;
    border-bottom-width: 2px;
  }

  .chugen2025 .dosanko__lead {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    margin-bottom: 2rem;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }

  .dosanko__lead img {
    display: block;
    height: 2rem;
    margin: 1rem auto;
  }

  .dosanko__items {
    display: block;
    padding: 0 3rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: hidden;
  }
  .dosanko__items .slick-list {
    overflow: visible;
  }
  .dosanko__item {
    width: calc(100vw - 1rem);
    padding: 0 1rem;
  }
  .dosanko__thumbnail {
    display: block;
    margin-bottom: 1rem;
  }
  .dosanko__thumbnail img {
    width: 100%;
    height: auto;
  }
  .dosanko__name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    margin-bottom: 1rem;
  }
  .dosanko__desc {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: center;
    height: calc(1.6em * 3);
    margin-bottom: 1rem;
  }
  .chugen2025 a.dosanko__link {
    width: auto;
    height: 3rem;
    font-size: 1rem;
    background-position: right 0.5rem center;
    background-size: 0.5rem auto;
    margin: 0;
  }

  .chugen2025 a.dosanko__button {
    width: auto;
    margin: 3rem 1rem 0;
    height: 4rem;
    font-size: 1rem;
  }
}

.ranking-button {
  width: 400px;
  margin-top: 50px;
}
.ranking-button img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .ranking-button {
    width: 100%;
    margin-top: 3rem;
  }
}

.ranking {
  margin: 100px 0;
}

.ranking-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
}
.ranking-item {
  display: flex;
  justify-content: space-between;
  min-height: 370px;
  width: 1120px;
  margin: 0 auto 50px;
}
.ranking-item li {
  width: 18%;
}
.ranking-item li .txt .name {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 15px;
}
.ranking-item li .txt .name .brand {
  color: #888;
  font-size: 12px;
  line-height: 1.1em;
  display: block;
  margin-bottom: 6px;
}
.ranking-item li .txt .price {
  font-size: 18px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 30px;
  color: #eb5977;
}
.ranking-item li .txt .price .tax {
  font-size: 14px;
}

.ranking-item li .img {
  position: relative;
  height: calc(1220px * 0.18);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-item li .rank-icon {
  width: 58px;
  position: absolute;
  left: -10px;
  top: -10px;
}
.ranking-item li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .ranking {
    margin: 5rem 0 3rem;
  }

  .ranking-title {
    font-size: 1.5rem;
    margin-bottom: 5rem;
  }
  .ranking-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: calc(740 / (320 / 100vw));
    width: auto;
    margin: 0 3rem;
  }
  .ranking-item li:nth-child(1) {
    width: 80%;
    margin: 0vw auto 0;
  }
  .ranking-item li {
    width: 48%;
    margin-top: 7vw;
  }
  .ranking-item li .img {
    height: calc((100% - 6rem) * 0.48 + 4vw);
  }
  .ranking-item li:nth-child(1) .img {
    height: calc((100vw - 6rem) * 0.8 + 4vw);
  }
  .ranking-item li .txt .name {
    font-size: 3.4vw;
    line-height: 1.4em;
    font-weight: bold;
    margin-top: 3vw;
  }
  .ranking-item li .txt .name .brand {
    color: #888;
    font-size: 2.6vw;
    line-height: 1.1em;
    display: block;
    margin-bottom: 1.2vw;
  }
  .ranking-item li .txt .price {
    font-size: 4vw;
    line-height: 1em;
    font-weight: bold;
    margin-top: 4vw;
    color: #eb5977;
  }
  .ranking-item li .txt .price .tax {
    font-size: 3vw;
  }
  .ranking-item li .rank-icon {
    width: 10vw;
    position: absolute;
    left: -2vw;
    top: -2vw;
  }
  .ranking-item li:nth-child(1) .rank-icon {
    width: 14vw;
  }
  .ranking-item li:nth-child(1) .txt .name {
    min-height: auto !important;
    text-align: center;
  }
  .ranking-item li:nth-child(1) .txt .price {
    text-align: center;
  }
}

.chugen2025-items__wrap02 {
  display: flex;
  background: #fff;
  width: 1120px;
  margin: 0 auto;
  padding: 40px;
}

.chugen2025-items__wrap.item02 {
  width: 48%;
  padding: 20px 0;
}

.chugen2025-items__wrap.item02 .chugen2025-items__inner {
  padding: 40px 0;
}

#digital-catalog .page-ttl {
  padding-top: 20px;
}

.chugen-brand {
  padding: 100px 0 60px;
  background: #fff;
  text-align: center;
}
.chugen-brand h2 {
  font-size: 34px;
  line-height: 1em;
  /* border-bottom: 1px solid #333; */
  width: 100%;
  padding-bottom: 0px;
  font-weight: normal;
  width: 1200px;
  margin: 10px auto 0px;
  text-align: center;
}
.chugen-brand ul {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
.chugen-brand ul li {
  width: 160px;
  /* margin-top: 15px; */
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 120px;
}
.chugen-brand ul li:nth-of-type(n + 7) {
  margin-top: 15px;
}
.chugen-brand ul li a span img {
  width: 84%;
  height: auto;
  /* max-height: 70px; */
}
.chugen-brand ul li a {
  display: block;
}
.chugen-brand ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
}

.bn-area,
.chugen2025-business-bn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 100px;
}

.bn-area__text,
.chugen2025-business-bn__text {
  font-weight: 500;
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
.chugen2025-business-bn__text {
  margin-bottom: 25px;
}
.chugen2025-business-bn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 60px auto; */
  margin-top: 0;
  padding: 40px 0 100px;
  /* background: #e9fbff; */
  /* width: 1000px; */
  /* background-image: url(../images/houjin-bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: bottom center; */
}

@media screen and (max-width: 599px) {
  .chugen2025-items__wrap02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 calc((30 / 500) * 100vw);
  }

  .chugen2025-items__wrap.item02 {
    width: 100%;
    padding: 6vw 0;
  }

  .chugen2025-items__wrap.item02 .chugen2025-items__inner {
    padding: calc((30 / 500) * 100vw) 0 8vw;
  }

  .chugen2025-gift .chugen2025-items__wrap02 {
    width: 90%;
    margin-top: 0;
    padding-top: 0;
  }

  #digital-catalog .page-ttl {
    padding-top: 100px;
  }

  #digital-catalog .page-ttl {
    padding-top: 0;
    margin-bottom: 8vw;
  }

  .chugen-brand {
    padding: 15vw 0 0;
    background: #fff;
    text-align: center;
  }
  .chugen-brand h2 {
    font-size: 5vw;
    font-weight: 600;
    margin-bottom: 3vw;
    margin-top: 2vw;
    width: 100vw;
    padding-bottom: 0;
  }
  .chugen-brand ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .chugen-brand ul li {
    width: 28vw;
    margin-top: 2vw;
    border-radius: 0;
    height: 23vw;
  }

  .chugen-brand ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23vw;
    width: 100%;
  }

  .bn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6vw auto 0;
    width: 80%;
  }

  .bn-area img,
  .chugen2025-business-bn img {
    width: 100%;
    height: auto;
  }

  .chugen2025-business-bn {
    margin: 0vw auto;
    padding: 5vw 5vw 12vw;
  }

  #digital-catalog {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20vw;
  }
}

.amazon {
  padding-top: 250px;
  margin: -150px auto 150px;
}
@media screen and (max-width: 599px) {
  .amazon {
    padding-top: 12rem;
    margin: -12rem 0 4rem;
  }
}

.amazon__inner {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
  padding: 80px 65px 90px;
  background: #f8f3e1;
  border-radius: 10px;

  position: relative;
}

.amazon__inner::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #96741b;
}

.amazon__inner::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "こちらのキャンペーンは終了致しました。";
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 599px) {
  .amazon__inner {
    margin: 0 1rem;
    width: auto;
    padding: 2rem 1rem;
    border-radius: 0.5rem;
  }

  .amazon__inner::before {
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    bottom: 0.5rem;
    border: 1px solid #96741b;
  }

  .amazon__inner::after {
    font-size: 1.2rem;
  }
}

.amazon__title {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  text-align: center;
  line-height: 1;

  color: #96741b;
  font-weight: 700;
  font-size: 20px;
}

.amazon__title br {
  display: none;
}

.amazon__title b {
  display: block;
  margin-top: 30px;
  border-top: 2px solid #96741b;
  padding-top: 40px;
  font-size: 30px;
}

@media screen and (max-width: 599px) {
  .amazon__title {
    font-size: 1.2rem;

    margin-bottom: 2rem;
  }

  .amazon__title br {
    display: block;
  }

  .amazon__title b {
    margin-top: 1rem;
    padding-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.amazon__lead {
  margin: 0 15px;
  padding: 40px 0 70px;
  background: url(../images/amazon-gift-card.png) no-repeat right top 20px/227px
    auto;
  font-weight: 400;
}
.amazon__lead p {
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

@media screen and (max-width: 599px) {
  .amazon__lead {
    margin: 0 0 2rem;
    padding: 0 1rem 10rem;
    background-position: center bottom;
    background-size: auto 9rem;
  }
  .amazon__lead br {
    display: none;
  }
  .amazon__lead p {
    font-size: 1.1rem;
  }
}

.amazon__data {
  margin: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.amazon__data dt {
  width: 210px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 18px;
}

.amazon__data dd {
  width: calc(100% - 210px);
}

.amazon__data dd + dt,
.amazon__data dd + dt + dd {
  margin-top: 20px;
}
.amazon__data p {
  font-size: 18px;
  font-weight: 700;
}
.amazon__data ul {
  font-size: 16px;
  line-height: 1.875;
  margin-left: 1em;
  list-style: disc;
}

@media screen and (max-width: 599px) {
  .amazon__data {
    margin: 0 1rem;
    display: block;
  }

  .amazon__data dt {
    width: auto;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .amazon__data dd {
    width: auto;
    margin-bottom: 1rem;
  }

  .amazon__data dd + dt,
  .amazon__data dd + dt + dd {
    margin-top: 0;
  }

  .amazon__data p {
    font-size: 1.1rem;
  }
  .amazon__data ul {
    font-size: 1rem;
  }
}

.top-button {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  display: block;

  transition-property: opcaity, transform;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;

  opacity: 0;
  transform: translate(0, 50px);
  pointer-events: none;
}

.top-button.is-shown {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
@media (max-width: 599px) {
  .top-button {
    right: 1rem;
    bottom: 1rem;
    width: 4rem;
    height: 4rem;
  }
  .top-button img {
    width: 100%;
  }
  .rb2019---page-top-button {
    display: none;
  }
}

.bg-white {
  background: #fff;
  padding: 0px 0 50px;
}

.catalog-banners {
  margin: 70px 0 60px;
  position: relative;
}
.catalog-banners p {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}
.catalog-banners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.catalog-banners.banner02 .bn-ttl,
#top-specialfeature__slider.chugen2025-items__inner .bn-ttl {
  width: 100%;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.catalog-banners.banner02 .catalog-banners__list {
  justify-content: space-between;
}
.catalog-banners__list a {
  margin: 0 10px 25px;
}
.catalog-banners.banner02 .catalog-banners__list a {
  width: 260px;
  flex-basis: 260px;
  flex-shrink: 0;
}
.catalog-banners.banner02 .catalog-banners__list a img {
  width: 100%;
  height: auto;
}
@media (max-width: 599px) {
  .chugen2025 .bn-area__text,
  .chugen2025 .chugen2025-business-bn__text {
    font-size: 4.2vw;
    margin-bottom: 3vw;
    font-family: "Shippori Mincho", "Yu Gothic", YuGothic,
      "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
  .catalog-banners {
    margin: 15vw 0 10vw;
    position: relative;
  }
  .catalog-banners.banner02 {
    margin-bottom: 0;
  }
  .catalog-banners__list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .catalog-banners.banner02 .catalog-banners__list a {
    width: 48%;
    margin: 0 0 4vw;
    flex-basis: 48%;
  }
  .catalog-banners.banner02 .catalog-banners__list a img {
    width: 100%;
    height: auto;
  }

  .chugen2025 .chugen2025-business-bn__text {
    font-size: 4vw;
  }
  .catalog-banners.banner02 .bn-ttl,
  #top-specialfeature__slider.chugen2025-items__inner .bn-ttl {
    width: 100%;
    font-size: 3.2vw;
    margin-bottom: 5vw;
    font-weight: 700;
    text-align: center;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
}

#sweets,
#liquor,
#meat,
#drink,
#food {
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 599px) {
  #sweets,
  #liquor,
  /* #meat,
  #drink, */
  #food,
  #fruits {
    margin-top: 0;
    padding-top: 0;
  }
}

.chugen2025-point__detail {
  width: 1000px;
  margin: 0 auto 100px;
}

.chugen2025-point__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 100px;
}

.chugen2025-point__detail h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  padding-top: 60px;
}

.chugen2025-point__block {
  width: 320px;
}

.chugen2025-point__item {
  background: #e9f2f7;
  border-radius: 20px;
  height: 274px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.chugen2025-point__item h3 {
  color: #00427f;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

.chugen2025-point__text {
  width: 256px;
  height: 80px;
  border-radius: 10px;
  background: #ed4f4f;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto 0;
}

.chugen2025-point__text::before {
  display: block;
  content: "";
  border-right: 14px solid transparent;
  border-bottom: 24px solid #ed4f4f;
  border-left: 14px solid transparent;
  position: absolute;
  top: -23px;
}

.chugen2025-point__text p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

.chugen2025-point__text p span {
  display: block;
  font-size: 12px;
}

@media (max-width: 599px) {
  .chugen2025-point__detail {
    width: 100%;
    margin: 0 auto 15vw;
  }

  .chugen2025-point__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 7vw 0;
    margin: 0;
  }

  .chugen2025-point__detail h2 {
    font-size: 4.2vw;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    padding-top: 10vw;
  }

  .chugen2025-point__block {
    width: 100%;
    margin-bottom: 4vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .chugen2025-point__item {
    border-radius: 3vw;
    height: auto;
    display: flex;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
    padding: 4vw;
    width: 46vw;
  }

  .chugen2025-point__item img {
    width: 18vw;
    height: auto;
  }

  .chugen2025-point__item h3 {
    color: #174168;
    text-align: left;
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .chugen2025-point__text {
    width: 28vw;
    height: auto;
    border-radius: 2vw;
    background: #ed4f4f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 2vw;
  }

  .chugen2025-point__text::before {
    display: block;
    content: "";
    border-right: 7vw solid #ed4f4f;
    border-bottom: 4vw solid transparent;
    border-top: 4vw solid transparent;
    border-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -4vw;
    width: 0;
    height: 0;
    margin: auto;
  }

  .chugen2025-point__text p {
    font-size: 3vw;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.4;
  }

  .chugen2025-point__text p span {
    display: block;
    font-size: 3.2vw;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
      sans-serif;
  }
}

#gift-list.gift-list {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto 120px;
  background: #fefad6;
  border-radius: 0;
  padding: 100px 0 100px;
  overflow: hidden;
  /* border-top: 4ssssssssssssssssssssssssssssssssssssssssssssssssssssss solid #fff; */
  box-sizing: border-box;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}

@media screen and (max-width: 599px) {
  #gift-list.gift-list {
    width: 100%;
    padding: 12vw 0;
    margin-bottom: 12vw;
  }
}
#gift-list .gift-list__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column;
}

#gift-list .gift-list__title span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__title {
    margin-bottom: 6vw;
  }
}
#gift-list .gift-list__title img {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__title img {
    width: 70vw;
  }
}
#gift-list .gift-list__text {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__text {
    font-size: 3.2vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
    line-height: 1.8em;
    font-weight: 500;
    text-align: left;
    margin: 0 6vw 8vw;
  }
  #gift-list .gift-list__text br {
    display: none;
  }
}
#gift-list .gift-list__carousel {
  min-height: 500px;
  width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__carousel {
    width: 60vw;
    min-height: unset;
  }
}
#gift-list .gift-list__carousel::before,
#gift-list .gift-list__carousel::after {
  content: "";
  display: none;
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  width: 90px;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__carousel::before,
  #gift-list .gift-list__carousel::after {
    width: 20vw;
    content: "";
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__carousel::before {
    left: -20vw;
    background: linear-gradient(
      90deg,
      rgb(254, 250, 214),
      rgb(254, 250, 214) 30%,
      rgba(254, 250, 214, 0)
    );
  }
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list__carousel::after {
    right: -20vw;
    background: linear-gradient(
      -90deg,
      rgb(254, 250, 214),
      rgb(254, 250, 214) 30%,
      rgba(254, 250, 214, 0)
    );
  }
}
#gift-list .gift-list__carousel .slick-list {
  overflow: visible;
}

#gift-list .gift-list-item {
  position: relative;
  z-index: 12;
  width: 292px;
  padding: 55px 15px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item {
    width: 55vw;
    padding: 10vw 2.5vw 7vw;
  }
}
#gift-list .gift-list-item::before,
#gift-list .gift-list-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  left: 0;
  width: 100%;
}

#gift-list .gift-list-item::before {
  top: 0;
  bottom: 55px;
  background: url(/ringbell/contents/mother/2025/img/giftlist/gift-list-item.png?20250218_001)
    no-repeat center top/262px auto;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item::before {
    bottom: 10vw;
    background-size: 55vw auto;
  }
}
#gift-list .gift-list-item::after {
  height: 55px;
  bottom: 0;
  background: url(/ringbell/contents/mother/2025/img/giftlist/gift-list-item.png?20250218_001)
    no-repeat center bottom/262px auto;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item::after {
    height: 10vw;
    background-size: 55vw auto;
  }
}
#gift-list .gift-list-item > * {
  position: relative;
  z-index: 12;
}

#gift-list .gift-list-item__name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
  line-height: 1.3em;
  height: 2.6em;
  display: flex;
  justify-content: center;
  align-items: center;
}

#gift-list .gift-list-item__name a {
  color: #333 !important;
  font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__name {
    font-size: 3vw;
    margin-bottom: 3vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
  }
}
#gift-list .gift-list-item__image {
  display: block;
  width: 198px;
  height: 198px;
  margin: 0 auto 18px;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__image {
    width: 40vw;
    height: 40vw;
    margin-bottom: 3vw;
  }
}
#gift-list .gift-list-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #eee;
  box-sizing: border-box;
}

#gift-list .gift-list-item__price {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__price {
    font-size: 3vw;
    margin-bottom: 3vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
  }
}
#gift-list .gift-list-item__tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 20px 20px;
  height: auto;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__tags {
    gap: 1vw;
    margin: 0 7.5vw 3vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
    height: auto;
  }
}
#gift-list .gift-list-item__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #333;
  height: 26px;
  border-radius: 13px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__tag {
    height: 5.4vw;
    border-radius: 3vw;
    padding: 0 1em;
    font-size: 2.6vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
  }
}
#gift-list .gift-list-item__link {
  width: 198px;
  height: 36px;
  margin: auto auto 0;
  border-radius: 18px;
  background: #00427f;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__link {
    width: 40vw;
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 3.6vw;
    font-family: "Yu Gothic", YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
    margin-top: 2vw;
  }
}
#gift-list .gift-list-item__link::after {
  content: "";
  display: flex;
  margin-left: 10px;
  margin-right: -10px;
  width: 16px;
  height: 16px;
  background: url(/ringbell/contents/mother/2025/img/giftlist/external.svg)
    no-repeat center center/contain;
}

@media screen and (max-width: 599px) {
  #gift-list .gift-list-item__link::after {
    margin-left: 2vw;
    margin-right: -2vw;
    width: 4vw;
    height: 4vw;
  }
}
