[id="business-seibo"] a {
  transition: 0.3s all ease-out;
}
[id="business-seibo"] a:hover {
  opacity: 0.6;
}

#seibo2025-mv {
  height: 600px;
  width: 100%;
  background-image: url(../img/mv-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 70px;
}
#seibo2025-mv.without-banner {
  height: calc(600px + 70px - 140px);
  padding-top: 140px;
}
.mv-title {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding-bottom: 100px; */
  flex-direction: column;
}
.mv-title img {
  width: 605px;
  height: auto;

  /* box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4); */
}

.mv-title span {
  width: 770px;
  height: 70px;
  border-radius: 35px;
  margin: 50px auto 0;
  background-color: #c11a21;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.mv-title span b {
  height: 32px;
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-right: 30px;
  color: #c11a21;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.mv-title span b::after {
  content: "";
  width: 34px;
  height: 20px;
  background-image: url(../img/intro-fukidashi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mv-title span strong {
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
}
.mv-title span strong small {
  font-size: 14px;
  margin-left: 10px;
  font-weight: normal;
}
.mv-text01 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #9d7631;
  border-top: 2px solid #9d7631;
  border-bottom: 2px solid #9d7631;
  width: 500px;
  padding: 5px 0;
  margin: 80px auto 30px;
}
.mv-text02 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.seibo2025-fixed-nav {
  height: 90px;
  background-color: #946913;
  padding: 15px 0;
  box-sizing: border-box;
  /* margin-bottom: 80px; */

  position: fixed;
  z-index: 20;
  left: 0;
  width: 100%;
  top: calc(100px + 50px + 40px - 90px);
  transition: top 0.2s ease;
  /* opacity: 0; */
  visibility: hidden;
}

.is-seibo-menu-fixed .seibo2025-fixed-nav {
  top: 190px;
  /* opacity: 1; */
  visibility: visible;
}
.is-scroll-up .seibo2025-fixed-nav {
  top: 0;
}
.is-scroll-up.is-seibo-menu-fixed .seibo2025-fixed-nav {
  top: 0;
}

#business-wrapper .seibo2025-fixed-nav ul {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seibo2025-fixed-nav ul li {
  height: 60px;
  border-left: 1px solid #fff;
  width: calc(100% / 6);
  background-image: url(../img/navbtn-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 20px auto;
}
.seibo2025-fixed-nav ul li:last-child {
  border-right: 1px solid #fff;
}
.seibo2025-fixed-nav ul li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
  box-sizing: border-box;
  line-height: 1.4em;
}
.seibo2025-nav {
  height: 90px;
  background-color: #946913;
  padding: 15px 0;
  box-sizing: border-box;
  /* margin-bottom: 80px; */
}
#business-wrapper .seibo2025-nav ul {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seibo2025-nav ul li {
  height: 60px;
  border-left: 1px solid #fff;
  width: calc(100% / 6);
  background-image: url(../img/navbtn-arrow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 20px auto;
}
.seibo2025-nav ul li:last-child {
  border-right: 1px solid #fff;
}
.seibo2025-nav ul li a {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  padding-bottom: 16px;
  box-sizing: border-box;
  line-height: 1.4em;
}
/* #ranking,
#categoly-select,
#yosan-select,
#houjin-feature,
#manner {
  padding-top: 115px;
  margin-top: -115px;
} */
#business-wrapper #tabcontents ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ichioshi {
  padding-top: 0;
  margin-top: 0;
}
.ichioshi-item {
  background-color: #fff1d4;
  padding: 115px 0 90px;
  margin-bottom: 150px;
}
.ichioshi-item-inner {
  margin: 0 auto;
  width: 1100px;
}
.ichioshi-item .seibo-title {
  margin-bottom: 55px;
}
.ichioshi-item .ichioshi-item-inner > section {
  width: 850px;
  margin-left: 250px;
  position: relative;
}
.ichioshi-item .ichioshi-item-inner > section p {
  font-size: 20px;
  line-height: 1.8em;
}
.ichioshi-item .ichioshi-item-inner > section figure {
  position: absolute;
  left: -250px;
  top: -60px;
  width: 304px;
}
.ichioshi-item .ichioshi-item-inner > section figure img {
  position: relative;
  z-index: 10;
}
.ichioshi-item .ichioshi-item-inner > section figure span {
  width: 162px;
  height: 162px;
  background-color: #a67c27;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: absolute;
  right: 15px;
  top: 10px;
  text-align: center;
}
.ichioshi-item .ichioshi-item-inner > section figure span strong {
  font-size: 18px;
}
#business-wrapper .ichioshi-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 115px;
}
#business-wrapper .ichioshi-item ul li {
  width: 350px;
}
#business-wrapper .ichioshi-item ul li a {
  width: 350px;
  height: 350px;
  position: relative;
  color: #fff;
  font-size: 18px;
  display: block;
}
#business-wrapper .ichioshi-item ul li a > span {
  width: 350px;
  height: 350px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: rgba(130, 12, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#business-wrapper .ichioshi-item ul li:hover a > span {
  opacity: 1;
  visibility: visible;
}
#business-wrapper .ichioshi-item ul li a > span span {
  margin-top: 1em;
  display: block;
}
.mv-lead {
  text-align: center;
  font-size: 22px;
  line-height: 1.8em;
  margin-bottom: 80px;
}
.seibo-title {
  border-bottom: 2px solid #946913;
  padding-bottom: 20px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 70px;
}
.seibo-title span {
  color: #946913;
}
.seibo-title b {
  position: relative;
}
.seibo-title b small {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.link-btn {
  width: 540px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #fff;
  /* background-color: #a6a6a6; */
  background-color: #e3bf76;
  margin: 80px auto 0;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 20px center;
}

.link-btn:link,
.link-btn:visited {
  color: #fff;
}

.categoly-select,
.yosan-select,
.houjin-feature {
  margin: 0 auto 160px;
  width: 1100px;
}
/* .categoly-select {
  margin-bottom: 120px;
} */
#business-wrapper .categoly-select ul {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#business-wrapper .categoly-select ul li {
  width: 265px;
  height: 265px;
  margin-bottom: 15px;
}
#business-wrapper .categoly-select ul li a,
#business-wrapper .categoly-select ul li a:link,
#business-wrapper .categoly-select ul li a:visited {
  color: inherit;
}
#business-wrapper .categoly-select ul li img {
  height: 220px;
  width: 100%;
  background-color: #ccc;
  display: block;
}
#business-wrapper .categoly-select ul li span {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6ddca;
  background-image: url(../img/cate-arrow.png);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 15px center;
  font-size: 16px;
  font-weight: bold;
}
#business-wrapper .yosan-select ul {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#business-wrapper .yosan-select ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #946913;
  width: 265px;
  height: 110px;
  position: relative;
}
#business-wrapper .yosan-select ul li::after {
  content: "";
  display: block;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 15px;
  height: 26px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.6;
}

.yosan-select ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.houjin-feature section {
  margin: 0 auto;
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 40px;
  box-sizing: border-box;
  border-bottom: #999 solid 1px;
  margin-bottom: 40px;
}
.houjin-feature section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.houjin-feature section h3 {
  background-color: #820c00;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 50px;
}
.houjin-feature section .feature-inner {
  width: calc(100% - 150px);
}
.houjin-feature section .feature-inner.feature03 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.houjin-feature section .feature-inner h4 {
  font-size: 24px;
  color: #820c00;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}
.houjin-feature section .feature-inner p {
  font-size: 16px;
  line-height: 1.65em;
}
.houjin-feature section .feature-inner.feature03 p {
  width: 520px;
}
.houjin-feature section .feature-inner p a {
  color: #820c00;
  text-decoration: underline;
}
.houjin-feature section .feature-inner > a {
  width: 200px;
  height: 160px;
  background-color: #820c00;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  flex-direction: column;
  text-align: center;
}
.houjin-feature section .feature-inner > a span {
  line-height: 1.4em;
}
.houjin-feature section .feature-inner > a img {
  margin-bottom: 15px;
}
.seibo-manner {
  padding: 0px 0 50px;
  margin: 0 auto;
  width: 1100px;
}
.seibo-qanda {
  width: 900px;
  margin: 0 auto;
}
.seibo-q {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.seibo-q dt {
  margin-right: 20px;
  background-color: #820c00;
  height: 58px;
  width: 58px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seibo-q dd {
  font-size: 24px;
  font-weight: 700;
  color: #820c00;
  width: 820px;
}

.seibo-a {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #bfbfbf;
}

.seibo-a:last-child {
  border: none;
}

.seibo-a dt {
  margin-right: 20px;
  background-color: #c09234;
  height: 58px;
  width: 58px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  line-height: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seibo-a dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  width: 820px;
}

.seibo-a dd p + p {
  margin-top: 2em;
}

.seibo-concierge {
  background: #e6e4cf;
  padding-top: 64px;
  padding-bottom: 50px;
}

.seibo-concierge .update {
  text-align: right;
  margin-right: 2em;
  margin-bottom: 20px;
  margin-top: 40px;
}
.seibo-concierge .rb2019---update {
  margin-top: 70px;
}

.seibo-concierge h2 {
  text-align: center;
}

.seibo-concierge__inner {
  width: 1200px;
  margin: 0 auto;
}

.seibo-concierge__inner > p {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}

.seibo-concierge__article {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
}

.seibo-concierge__article a {
  width: 280px;
}

.seibo-concierge__article a p {
  font-size: 15px;
  font-weight: 700;
  margin-top: 12px;
  line-height: 1.6;
  color: #333;
}

.seibo-concierge__image {
  width: 280px;
  height: 210px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}
.seibo-concierge__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.seibo-concierge__image img {
  width: 280px;
  height: 180px !important;
  object-fit: cover;
  overflow: hidden;
}

#ranking-area .ranking-inner {
  width: 1200px;
  margin: 0 auto;
}
#ranking-area .ranking-inner ul li {
  width: 200px !important;
  margin-right: 20px;
  padding: 18px 0 0;
  position: relative;
}
#ranking-area .ranking-inner ul li > p.rank {
  width: 89px;
  height: 38px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  background-image: url(../img/rank-sankaku2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding-bottom: 6px;
}
#ranking-area .cg-gift.ranking-inner ul li > p.rank {
  background-image: url(../img/rank-sankaku1.png);
}
#ranking-area .ranking-inner .img {
  margin-bottom: 10px;
}
#ranking-area .cg-gift.ranking-inner .img {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#ranking-area .ranking-inner ul li .txt p {
  font-size: 15px;
  color: #333;
  line-height: 1.4em;
}
#ranking-area .ranking-inner ul li .txt p.name {
  min-height: 2.8em;
}
#ranking-area .ranking-inner ul li .txt p.brand {
  margin-bottom: 10px;
}
#ranking-area .ranking-inner ul li .txt p.price {
  margin-top: 1em;
  font-size: 16px;
  color: #c14b4a;
}
#ranking-area .ranking-inner ul li.other-link {
  width: 100px !important;
  height: 350px !important;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #31666c;
  border-radius: 6px;
  padding: 0 0;
}
#ranking-area .ranking-inner ul li.other-link a img {
  width: 36px;
  height: auto;
}
#ranking-area .ranking-inner ul li.other-link a {
  width: 100px;
  height: 350px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #31666c;
  border-radius: 6px;
  padding: 0 0;
}
#ranking-area .cg-gift.ranking-inner ul li.other-link a {
  width: 100px;
  height: 370px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-color: #820c00;
  border-radius: 6px;
  padding: 0 0;
}
#ranking-area .ranking-inner ul li.other-link span {
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
#business-wrapper .ranking-area-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
#business-wrapper .ranking-area-nav li {
  width: 450px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background-color: #820c00;
  margin: 0 20px;
  position: relative;
  opacity: 0.5;
  transition: all 0.2s;
  cursor: pointer;
}
#business-wrapper .ranking-area-nav li::after {
  background-image: url(../img/ranking-nav-icon.png);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  width: 26px;
  opacity: 0;
  transition: all 0.2s;
}
#business-wrapper .ranking-area-nav li.active::after,
#business-wrapper .ranking-area-nav li.active {
  opacity: 1;
  cursor: default;
}
#business-wrapper .ranking-area-nav li:hover {
  opacity: 0.2;
}
#business-wrapper .ranking-area-nav li.gourmet {
  background-color: #31666c;
}
#ranking-area .seibo-title {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 95px;
  background-image: url(../img/ranking-ttl-icon.png);
  background-repeat: no-repeat;
  background-size: 82px auto;
  background-position: top center;
}

#ranking-area {
  background-image: url(../img/main-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding-top: 80px;
  padding-bottom: 160px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}

.sp-only {
  display: none !important;
}
.pc-only {
  display: block !important;
}

.order-nav {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #9d7631;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 24px;
  box-sizing: border-box;
  position: fixed;
  right: 16px;
  top: 260px;
  z-index: 100;
  animation: nav-swing 2s linear infinite;
  scroll-behavior: smooth;
}

.order-nav::after {
  display: block;
  content: "";
  background: url(../img/order-nav-arrow.png) no-repeat center center/100% auto;
  width: 22px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: 0 auto;
}

.order-nav img {
  width: 46px;
  height: auto;
}

.order-nav p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.order-nav p small {
  font-size: 14px;
  display: block;
  margin-top: 6px;
  padding-top: 6px;
  position: relative;
}

.order-nav p small::before {
  display: block;
  content: "";
  width: 136px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@keyframes nav-swing {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translateY(16px);
  }
}

@media only screen and (max-width: 599px) {
  #business-seibo * {
    font-family: 游ゴシック体, YuGothic, yu gothic m, 游ゴシック medium,
      yu gothic medium, メイリオ, sans-serif;
    box-sizing: border-box;
    /* color:#333 */
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  #ranking,
  #categoly-select,
  #yosan-select,
  #houjin-feature,
  #manner,
  #pickup {
    padding-top: 28vw;
    margin-top: -28vw;
  }

  .is-scroll-up #ranking,
  .is-scroll-up #categoly-select,
  .is-scroll-up #yosan-select,
  .is-scroll-up #houjin-feature,
  .is-scroll-up #manner,
  .is-scroll-up #pickup {
    padding-top: 11vw;
    margin-top: -11vw;
  }
  .is-scroll-up #ranking {
    margin-top: -12.4vw;
  }
  .link-btn {
    width: 80vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6vw;
    color: #fff !important;
    background-color: #e3bf76;
    margin: 8vw auto 0;
    font-size: 3.4vw;
    font-weight: bold;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 3vw auto;
    background-position: right 4vw center;
  }
  #seibo2025-mv {
    height: calc((700 / 1000) * 100vw);
    width: 100%;
    padding-top: calc((80 / 1000) * 100vw);
    background-image: url(../img/mv-bg-sp.jpg);
  }
  #seibo2025-mv.without-banner {
    height: calc(((700) / 1000) * 100vw);
    padding-top: calc(((80 + 90) / 1000) * 100vw);
  }
  .mv-title {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mv-title img {
    width: 55vw;
    height: auto;
  }
  .mv-title span {
    width: 94vw;
    height: 11vw;
    border-radius: 6vw;
    margin: 6vw auto 0;
    background-color: #c11a21;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
  }
  .mv-text01 {
    text-align: center;
    font-size: calc((38 / 1000) * 100vw);
    font-weight: 700;
    color: #9d7631;
    border-top: 1px solid #9d7631;
    border-bottom: 1px solid #9d7631;
    width: calc((585 / 1000) * 100vw);
    padding: calc((10 / 1000) * 100vw) 0;
    margin: calc((47 / 1000) * 100vw) auto calc((37 / 1000) * 100vw);
  }
  .mv-text02 {
    font-size: calc((30 / 1000) * 100vw);
    font-weight: 700;
    text-align: center;
    color: #000;
  }

  .seibo2025-nav,
  .seibo2025-fixed-nav {
    height: 20vw;
    background-color: #946913;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  .seibo2025-fixed-nav {
    top: calc(18vw + 10vw + 10vw - 24vw);
  }

  .is-seibo-menu-fixed .seibo2025-fixed-nav {
    top: calc(18vw + 10vw + 10vw);
    opacity: 1;
    visibility: visible;
  }
  .is-scroll-up .seibo2025-fixed-nav {
    top: calc(18vw - 24vw);
  }
  .is-scroll-up.is-seibo-menu-fixed .seibo2025-fixed-nav {
    top: -10vw;
  }
  .mv-title span b {
    height: 7.4vw;
    background-color: #fff;
    border-radius: 0.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2vw;
    margin-right: 5vw;
    color: #c11a21;
    font-size: 2.7vw;
    font-weight: bold;
    position: relative;
    line-height: 1.2em;
  }
  .mv-title span b::after {
    content: "";
    width: 5vw;
    height: 3vw;
    background-image: url(../img/intro-fukidashi.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: -3vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .mv-title span strong {
    color: #fff;
    font-size: 5vw;
    display: flex;
    align-items: center;
  }
  .mv-title span strong small {
    font-size: 2.6vw;
    margin-left: 2vw;
    font-weight: normal;
  }
  #business-wrapper .seibo2025-nav ul,
  #business-wrapper .seibo2025-fixed-nav ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .seibo2025-nav ul li,
  #business-wrapper .seibo2025-fixed-nav ul li {
    height: 10vw;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: calc(100% / 3);
    background-image: url(../img/navbtn-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom 2vw center;
    background-size: 2.4vw auto;
    box-sizing: border-box;
  }
  .seibo2025-nav ul li:nth-child(4),
  .seibo2025-nav ul li:nth-child(5),
  .seibo2025-nav ul li:nth-child(6),
  #business-wrapper .seibo2025-fixed-nav ul li:nth-child(4),
  #business-wrapper .seibo2025-fixed-nav ul li:nth-child(5),
  #business-wrapper .seibo2025-fixed-nav ul li:nth-child(6) {
    border-bottom: 0;
  }
  .seibo2025-nav ul li:nth-child(1),
  .seibo2025-nav ul li:nth-child(4),
  #business-wrapper .seibo2025-fixed-nav ul li:nth-child(1),
  #business-wrapper .seibo2025-fixed-nav ul li:nth-child(4) {
    border-left: 0;
  }
  .seibo2025-nav ul li:last-child,
  #business-wrapper .seibo2025-fixed-nav ul li:last-child {
    border-right: 0;
  }
  .seibo2025-nav ul li a,
  .seibo2025-fixed-nav ul li a {
    width: 100%;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff !important;
    font-weight: bold;
    padding-bottom: 0;
    box-sizing: border-box;
    line-height: 1.4em;
    font-size: 2.6vw;
    text-align: center;
    padding-bottom: 2.4vw;
  }
  .seibo2025-nav ul li a span,
  .seibo2025-fixed-nav ul li a span {
    color: #fff !important;
  }

  #ranking-area .ranking-inner {
    width: 100%;
    margin: 0 auto;
    overflow-x: scroll;
  }
  #ranking-area .ranking-inner ul {
    display: flex;
    flex-wrap: nowrap;
    width: 300vw;
  }
  .seibo-title {
    border-bottom: 2px solid #c09234;
    padding-bottom: 4vw;
    text-align: center;
    font-size: 5vw;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 7vw;
  }

  #ranking-area {
    background-image: url(../img/main-bg_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    padding: 8vw 0vw 13vw;
  }
  .mv-lead {
    text-align: center;
    font-size: 4vw;
    line-height: 1.8em;
    margin-bottom: 8vw;
  }
  #ranking-area .seibo-title {
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 10vw;
    background-image: url(../img/ranking-ttl-icon.png);
    background-repeat: no-repeat;
    background-size: 9vw auto;
    background-position: top center;
    margin-bottom: 6vw;
  }
  #business-wrapper .ranking-area-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 6vw auto 6vw;
    padding: 0 5vw;
  }
  #business-wrapper .ranking-area-nav li {
    width: 45vw;
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 3.4vw;
    font-weight: bold;
    background-color: #820c00;
    margin: 0;
    position: relative;
    padding-bottom: 4vw;
    box-sizing: border-box;
  }
  #business-wrapper .ranking-area-nav li::after {
    background-image: url(../img/ranking-nav-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 2.8vw;
    margin: auto;
    height: 2vw;
    width: 3.4vw;
    opacity: 0.4;
    transition: all 0.2s;
    left: 0;
  }
  #tabcontents {
    padding: 0 0 0 5vw;
  }
  #ranking-area .ranking-inner ul li {
    width: 50vw !important;
    margin: 0 5vw 0 0;
    padding: 4vw 0 0;
    position: relative;
  }
  #ranking-area .ranking-inner ul li.other-link {
    width: 25vw !important;
    height: 80vw !important;
    margin-right: 5vw;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #31666c;
    border-radius: 2vw;
    padding: 0 0;
  }
  #ranking-area .cg-gift.ranking-inner ul li.other-link a {
    width: 25vw;
    height: 80vw;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #820c00;
    border-radius: 6px;
    padding: 0 0;
  }
  #ranking-area .ranking-inner ul li.other-link span {
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #ranking-area .ranking-inner ul li.other-link img {
    width: 8vw;
    height: auto;
  }
  #ranking-area .ranking-inner ul li > p.rank {
    width: 24vw;
    height: 9vw;
    color: #fff;
    font-size: 5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    padding-bottom: 1vw;
  }
  #ranking-area .ranking-inner ul li .txt p {
    font-size: 3.53vw;
    color: #333;
    line-height: 1.4em;
  }
  #ranking-area .ranking-inner ul li .txt p.price {
    margin-top: 1em;
    font-size: 3.6vw;
    color: #c14b4a;
  }
  #ranking-area .ranking-inner ul li .txt p.name {
    min-height: 3em;
  }
  #ranking-area .ranking-inner ul li .txt p.brand {
    margin-bottom: 2vw;
  }

  #business-wrapper .ichioshi-item ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  .ichioshi-item {
    background-color: #fff1d4;
    padding: 16vw 5vw 10vw;
    margin-bottom: 16vw;
  }
  .ichioshi-item .seibo-title {
    margin-bottom: 6vw;
  }
  .ichioshi-item-inner {
    margin: 0 auto;
    width: 100%;
  }
  .ichioshi-item .ichioshi-item-inner > section {
    width: calc(100% - 30vw);
    margin-left: 30vw;
    position: relative;
  }
  .ichioshi-item .ichioshi-item-inner > section p {
    font-size: 3.4vw;
    line-height: 1.8em;
  }
  .ichioshi-item .ichioshi-item-inner > section figure {
    position: absolute;
    left: -31vw;
    top: 0;
    width: 28vw;
  }
  .ichioshi-item .ichioshi-item-inner > section figure span {
    width: 25vw;
    height: 25vw;
    background-color: #a67c27;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff !important;
    position: absolute;
    right: 1vw;
    top: 35vw;
    text-align: center;
    font-size: 3.2vw;
  }
  .ichioshi-item .ichioshi-item-inner > section figure span strong {
    font-size: 3.6vw;
    color: #fff !important;
  }

  #business-wrapper .ichioshi-item ul li {
    width: 100%;
    margin-top: 4vw;
  }
  #business-wrapper .ichioshi-item ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 4vw;
    display: flex;
    flex-direction: column-reverse;
  }
  #business-wrapper .ichioshi-item ul li a img {
    height: 65vw;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  #business-wrapper .ichioshi-item ul li a > span {
    width: 100%;
    height: auto;
    position: static;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    background-color: rgba(130, 12, 0, 0.9);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
    padding: 3vw 0;
    color: #fff !important;
  }
  #business-wrapper .ichioshi-item ul li a > span span {
    color: #fff !important;
  }
  #business-wrapper .ichioshi-item ul li a > span span {
    margin-top: 0.3em;
    display: block;
  }
  #business-wrapper .categoly-select ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business-wrapper .categoly-select ul li {
    width: 43vw;
    height: 46vw;
    margin-bottom: 3vw;
  }
  #business-wrapper .categoly-select ul li span {
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6ddca;
    background-image: url(../img/cate-arrow.png);
    background-repeat: no-repeat;
    background-size: 2vw auto;
    background-position: right 2.5vw center;
    font-size: 3.2vw;
    font-weight: bold;
  }
  #business-wrapper .categoly-select ul li img {
    height: auto;
    width: 100%;
    background-color: #ccc;
    display: block;
  }

  #business-wrapper .yosan-select ul {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #business-wrapper .yosan-select ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #946913;
    width: 44vw;
    height: 18vw;
    position: relative;
    margin-bottom: 2vw;
  }
  .yosan-select ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 18vw;
    color: #fff;
    font-size: 4vw;
    text-align: center;
  }
  #business-wrapper .yosan-select ul li::after {
    content: "";
    display: block;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 3vw;
    height: 5vw;
    position: absolute;
    right: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6;
  }
  .categoly-select,
  .yosan-select,
  .houjin-feature {
    margin: 0 auto 15vw;
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .houjin-feature section {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 8vw;
    box-sizing: border-box;
    border-bottom: #999 solid 1px;
    margin-bottom: 8vw;
    flex-direction: column;
  }
  .houjin-feature section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .houjin-feature section h3 {
    background-color: #31666c;
    height: 13vw;
    width: 13vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 7vw;
    margin-bottom: 5vw;
  }
  .houjin-feature section .feature-inner {
    width: 100%;
  }
  .houjin-feature section .feature-inner h4 {
    font-size: 5vw;
    color: #31666c;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 4vw;
    text-align: center;
  }
  .houjin-feature section .feature-inner p {
    font-size: 3.4vw;
    line-height: 1.7em;
  }
  .houjin-feature section > a {
    width: 90%;
    height: 18vw;
    background-color: #31666c;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    flex-direction: unset;
    text-align: center;
    margin-top: 6vw;
  }
  .houjin-feature section > a img {
    margin-bottom: 0;
    margin-right: 5vw;
  }
  .houjin-feature section > a span {
    line-height: 1.4em;
    text-align: left;
  }
  .seibo-manner {
    padding: 3vw 5vw 10vw;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }
  .seibo .seibo-manner .seibo-title b {
    font-family: shippori mincho, serif;
  }
  .seibo .seibo-manner .seibo-title::after {
    display: block;
    content: "";
    width: 20vw;
    height: 2px;
    background: #31666c;
    margin: 5vw auto;
  }
  .seibo-qanda {
    width: 100%;
    margin: 0 auto;
  }
  .seibo-q {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 3vw;
  }
  .seibo-q dt {
    margin-right: 3vw;
    width: 10vw;
    flex-shrink: 0;
    flex-basis: 10vw;
    height: 10vw;
    font-size: 6vw;
  }
  .seibo-q dt img {
    width: 100%;
    height: auto;
  }
  .seibo-q dd {
    font-size: calc((30 / 750) * 100vw);
    font-weight: 700;
    /* color:#31666c */
  }
  .seibo-a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
    border-bottom: 1px solid #bfbfbf;
  }
  .seibo-a:last-child {
    border: none;
  }
  .seibo-a dt {
    margin-right: 3vw;
    width: 10vw;
    flex-shrink: 0;
    flex-basis: 10vw;
    height: 10vw;
    font-size: 6vw;
  }
  .seibo-a dt img {
    width: 100%;
    height: auto;
  }
  .seibo-a dd {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.7;
  }
  .seibo-a dd p + p {
    margin-top: 2em;
  }

  .seibo-concierge {
    background: #e6e4cf;
    padding: 10vw 5vw;
  }
  .seibo-concierge .rb2019---update {
    margin-top: 10vw;
  }
  .seibo-concierge h2 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }
  .seibo-concierge h2 img {
    width: 100%;
    height: auto;
  }
  .seibo-concierge__inner {
    width: 100%;
    margin: 0 auto;
  }
  .seibo-concierge__inner > p {
    font-size: calc((22 / 750) * 100vw);
    text-align: center;
    margin-top: 5vw;
  }
  .seibo-concierge__article {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10vw;
  }
  .seibo-concierge__article a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 5vw;
  }
  .seibo-concierge__article a p {
    font-size: 3.4vw;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.6;
  }
  .seibo-concierge__image {
    width: 44vw;
    height: calc(226 / 320 * 40vw);
    margin-right: 3vw;
    flex-shrink: 0;
    padding: 2vw;
  }
  .seibo-concierge__image img {
    width: 40vw;
    height: 24.5vw !important;
  }
  .seibo-concierge .update {
    text-align: right;
    margin-right: 0;
    margin-bottom: 7vw;
    margin-top: 4vw;
  }
}

#business-seibo .chugen2025-cataloglist .page-ttl-inner {
  width: 100%;
}

#business-seibo .chugen2025-cataloglist h2,
#business-seibo .houjin-item-inner .page-ttl h2 {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  line-height: 1em;
  margin-top: 15px;
  border-bottom: 2px solid #946913;
  width: 100%;
  padding-bottom: 20px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
}

#business-seibo .cate-select h2 {
  color: #333;
  font-weight: 500;
  font-size: 28px;
  line-height: 1em;
  margin-top: 15px;
  border-bottom: 2px solid #174168;
  padding-bottom: 20px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
}

#business-seibo .chugen2025-cataloglist h2 span,
#business-seibo .cate-select h2 span,
#business-seibo .houjin-item-inner .page-ttl h2 span {
  color: #946913;
}

/* #business-seibo .chugen2025-cataloglist p {
  margin-top: 5vw;
  text-align: center;
  font-size: 3.6vw;
  line-height: 1.8em;
} */

#business-seibo .business-chugen2025__title {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #174168;
  padding-bottom: 20px;
}

.business-chugen2025__title h2 {
  font-size: 28px;
  line-height: 1em;
}

.business-chugen2025__title h2 span {
  color: #0c82f0;
}

.business-chugen2025__title p {
  font-size: 18px;
  font-weight: 700;
}

#business-seibo .page-ttl .page-ttl-inner .ttl-sub {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

#business-seibo .page-ttl .page-ttl-inner .ttl-sub + h2 {
  margin-top: 5px;
}

.chugen2025-ranking {
  margin-bottom: 100px;
}

.chugen2025-ranking .chugen-title {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 95px;
  background-image: url(../img/ranking-ttl-icon.png);
  background-repeat: no-repeat;
  background-size: 82px auto;
  background-position: top center;
  text-align: center;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 40px;
}
.chugen2025-ranking .chugen-title span {
  color: #0c82f0;
}

#business-wrapper .ranking-item {
  width: 1200px;
  margin: 60px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#business-wrapper .ranking-item li {
  width: 200px;
  position: relative;
}

#business-wrapper .ranking-item li .rank {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 59px;
  z-index: 2;
}

#business-wrapper .ranking-item li a .img {
  margin-bottom: 10px;
}

#business-wrapper .ranking-item li a .brand {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

#business-wrapper .ranking-item li a .name {
  min-height: 2.8em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 10px;
}

#business-wrapper .ranking-item li a .price {
  font-size: 16px;
  font-weight: 700;
}

#business-wrapper .chugen2025-ranking .link-btn {
  width: 540px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #fff;
  /* background-color: #a6a6a6; */
  background-color: #e3bf76;
  margin: 65px auto 0;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 20px center;
}
.chugen2025-cataloglist {
  background-color: #fff1d4;
  padding: 80px 0 90px;
}
.chugen2025-cataloglist ul {
  width: 1040px;
  margin: 0 auto;
}

#business-seibo .chugen2025-cataloglist .business-chugen2025__title {
  flex-direction: column;
}

#business-wrapper .chugen2025-cataloglist ul {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}

.chugen2025-cataloglist ul li {
  width: 330px;
  position: relative;
}

/* .chugen2025-cataloglist ul li.cata-new::after {
  display: block;
  content: "";
  background: url(../img/new-icon.svg) no-repeat center center/contain;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -10px;
  left: -10px;
} */

.chugen2025-cataloglist ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chugen2025-cataloglist ul li a span {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.chugen2025-cataloglist .more-link {
  width: 540px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  color: #fff;
  background-color: #c09234;
  margin: 65px auto 0;
  font-size: 18px;
  font-weight: bold;
  background-image: url(../img/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: right 20px center;
}

.houjin-item-inner .page-ttl h2,
.chugen2025-cataloglist .page-ttl h2 {
  color: #333;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  margin-top: 15px;
  border-bottom: 2px solid #c09234;
  width: 100%;
  padding-bottom: 20px;
  font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
    sans-serif;
  text-align: center;
}
.chugen2025-cataloglist .page-ttl h2 {
  color: #c09234;
  font-weight: 500;
  font-size: 36px;
  border-color: #c09234;
}
.houjin-item-inner .page-ttl h2 span {
  color: #c09234;
}
.houjin-item-inner .page-ttl p,
.chugen2025-cataloglist .page-ttl p {
  text-align: center;
  font-size: 18px;
  line-height: 2em;
  margin-top: 30px;
}

.chugen2025-cataloglist .page-ttl p.ttl-sub {
  line-height: 1em;
}
.chugen2022-feature02 {
  margin-bottom: 150px;
  margin-top: 80px;
}
#gift02 .page-ttl h3 {
  font-size: 28px;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: center;
}
#business-wrapper #office.houjin-item-inner ul,
.chugen2022-feature02 .chugen2022-gift-inner {
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#business-wrapper .houjin-item-inner ul {
  justify-content: center;
}
#business-wrapper #office.houjin-item-inner ul li {
  width: 240px;
  margin-bottom: 40px;
}
.houjin-item-inner ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.chugen2022-feature02 .chugen2022-gift-inner a {
  width: 330px;
}
.chugen2022-categories-item > .chugen2022-gift .chugen2022-gift-inner a span {
  width: 100%;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
.chugen2022-categories-item > .chugen2022-gift .chugen2022-gift-inner a {
  color: #333;
}

.free-tag {
  border: 1px solid #ff6473;
  color: #ff6473;
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Meiryo",
    sans-serif;
  line-height: 1;
  padding: 0.3em 0.6em;
}
.houjin-item-inner ul li .brand-name {
  display: block;
  line-height: 1.1em;
  font-size: 13px;
  color: #666666;
  margin-bottom: 6px;
}
.houjin-item-inner ul li .item-name {
  display: block;
  line-height: 1.4em;
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.houjin-item-inner ul li .item-price {
  display: block;
  line-height: 1em;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.houjin-item-inner ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.houjin-item-inner #tabcontents ul li img {
  margin-bottom: 0;
}
.houjin-item-inner .page-ttl,
.chugen2025-cataloglist .page-ttl {
  width: 1040px;
  margin: 0 auto 50px;
}

.business-chugen2025__title {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #820c00;
  padding-bottom: 30px;
  margin: 0 auto 50px;
  font-size: 30px;
}
.business-chugen2025__title span {
  color: #820c00;
}
#office {
  margin-top: 120px;
  padding: 0 50px;
}

.gift-list {
}
@media (max-width: 599px) {
  .gift-list {
  }
  .gift-list * {
    font-family: "yu gothic", YuGothic, Verdana, Meiryo, sans-serif;
  }
}

.gift-list__inner {
  background: #e6f1f9;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .gift-list__inner {
    padding-top: 4rem;
    padding-bottom: 2rem;
    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: 1160px;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}
@media (max-width: 599px) {
  .gift-list__title {
    width: 92vw;
    height: auto;
    margin-bottom: 10vw;
    flex-direction: column;
    padding: 6vw 0;
  }
}

.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 {
  width: 500px;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .gift-list__title b {
    width: 70%;
    /* left: 3.5rem; */
    margin: 0 auto 6vw;
    /* top: -2.3rem; */
    padding-right: 0;
  }
}

.gift-list__lead {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
  text-align: left;
  /* margin-top: -100px; */
  margin-bottom: 0;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
@media (max-width: 599px) {
  .gift-list__lead {
    font-size: 3vw;
    margin: 0 1rem 0;
    text-align: left;
  }
}

.gift-list__head {
  text-align: center;
  color: #207495;
  font-size: 32px;
  font-feature-settings: "palt";
}

@media (max-width: 599px) {
  .gift-list__head {
    text-align: center;
    color: #207495;
    font-size: 3.8vw;
    font-feature-settings: "palt";
    position: relative;
  }
}

.gift-list__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .gift-list__items {
    width: auto;
    flex-wrap: wrap;
    margin: 0 5vw;
    padding-bottom: 1rem;
  }
}

.gift-list-item {
  flex-shrink: 0;
  width: 600px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(21, 88, 114, 0.2);
  margin-top: 80px;
  padding: 60px 32px 25px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .gift-list-item {
    width: 100%;
    margin-top: 4rem;
    padding: 3rem 1rem 1rem;
  }
}

.gift-list-item__comment {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  background: #207495;
  border-radius: 10px;
  width: 520px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .gift-list-item__comment {
    font-size: 3.6vw;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    background: #207495;
    border-radius: 10px;
    width: 80vw;
    height: 13vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.gift-list-item__comment::after {
  display: block;
  content: "";
  background: url(../img/giftlist-fukidashi.png) no-repeat center center/100%
    auto;
  width: 39px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}

@media (max-width: 599px) {
  .gift-list-item__comment::after {
    display: block;
    content: "";
    background: url(../img/giftlist-fukidashi.png) no-repeat center center/100%
      auto;
    width: 5vw;
    height: 4vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -3vw;
  }
}

.gift-list-item__lead {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  font-feature-settings: "palt";
}

@media (max-width: 599px) {
  .gift-list-item__lead {
    font-size: 2.8vw;
    font-weight: 500;
    text-align: center;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
    border-bottom: 1px solid;
    font-feature-settings: "palt";
  }
}

.gift-list-item__body {
  display: flex;
  align-items: flex-start;
}

.gift-list-item__body > div {
  width: 256px;
}
@media (max-width: 599px) {
  .gift-list-item__body > div {
    width: 43vw;
  }
}

.gift-list-item__thumbnail {
  display: block;
  width: 200px;
  height: 200px;
  margin-right: 30px;
}
@media (max-width: 599px) {
  .gift-list-item__thumbnail {
    width: 35vw;
    height: 35vw;
    flex-shrink: 0;
    margin-right: 1rem;
  }
}

.gift-list-item__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gift-list-item__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  /* height: calc(1.2em * 2); */
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
}
.gift-list-item__title a {
  color: #333 !important;
}
@media (max-width: 599px) {
  .gift-list-item__title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

.gift-list-item__price {
  font-size: 18px;
  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;
}
.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: 13px;
  font-weight: 700;
  line-height: 1;
  height: 22px;
  background: #e6f2fa;
  border-radius: 2px;
  padding: 0 6px;
  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.6rem;
    height: 1.3rem;
    border-radius: 0.2rem;
    padding: 0.3em 0.5em;
  }
}

.gift-list-item__tags span::before {
  content: "#";
  margin-right: 0.2em;
}

.gift-list-item__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  height: calc(1.6em * 3);
  overflow: hidden;
  -webkit-line-clamp: 3;
  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: 20px;
  height: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #207495 url(../img/external.svg) no-repeat right 20px center/17px
    auto;
  font-size: 14px;
  font-weight: 700;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo,
    sans-serif;
  color: #fff !important;
  width: 254px;
}
@media (max-width: 599px) {
  .gift-list-item__button {
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    font-size: 1rem;
    background-position: right 1em center;
    background-size: 1.1em auto;
    transform: none;
    margin-top: 5vw;
  }
}
.gift-list .seibo-title {
  border-bottom: none;
  text-align: center;
  font-size: 34px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 40px;
  padding-bottom: 0;
}
.gift-list .seibo-title b {
  font-weight: normal;
  color: #207495;
}
/* #pickup {
  margin-top: 0;
} */

@media only screen and (max-width: 599px) {
  .chugen2025-cataloglist {
    background-color: #fff1d4;
    padding: 13vw 5vw 13vw;
  }
  .chugen2025-cataloglist .page-ttl {
    width: calc(100% - 10vw);
    margin: 0 auto 8vw;
  }
  .chugen2025-cataloglist-inner {
    width: calc(100% + 10vw);
    overflow-x: scroll;
    margin-left: -5vw;
  }
  #business-wrapper .chugen2025-cataloglist ul {
    width: 180vw;
    margin: 0 auto;
    flex-wrap: nowrap;
    padding: 0 5vw;
    justify-content: space-between;
  }
  #business-wrapper .chugen2025-cataloglist ul li {
    width: 31%;
    position: relative;
    margin-top: 0vw;
  }
  .chugen2025-cataloglist .more-link {
    width: 80vw;
    height: 12vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6vw;
    color: #fff;
    background-color: #c09234;
    margin: 9vw auto 0;
    font-size: 3.4vw;
    font-weight: bold;
    background-image: url(../img/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 3vw auto;
    background-position: right 5vw center;
  }
  .chugen2025-cataloglist ul li a span {
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    margin-top: 3vw;
    color: #333;
  }
  #office {
    margin-top: 12vw;
    padding: 0 5vw;
  }
  .houjin-item-inner .page-ttl {
    width: 100%;
  }
  #business-wrapper #office.houjin-item-inner ul,
  .chugen2022-feature02 .chugen2022-gift-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #business-wrapper #office.houjin-item-inner ul li {
    width: 47%;
    margin-bottom: 6vw;
  }
  #business-wrapper #office.houjin-item-inner ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 4vw;
  }
  .free-tag {
    border: 1px solid #ff6473;
    color: #ff6473;
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  .houjin-item-inner ul li .brand-name {
    display: block;
    line-height: 1.1em;
    font-size: 3vw;
    color: #666666;
    margin-bottom: 1vw;
  }
  .houjin-item-inner ul li .item-name {
    display: block;
    line-height: 1.4em;
    font-size: 3.2vw;
    color: #333;
    margin-bottom: 3vw;
    font-weight: bold;
  }
  .houjin-item-inner ul li .item-price {
    display: block;
    line-height: 1em;
    font-size: 3.4vw;
    color: #333;
    font-weight: normal;
  }
  .houjin-feature section {
    padding: 0 0 6vw;
    margin-bottom: 6vw;
  }
  .houjin-feature section h3 {
    background-color: #820c00;
    height: 8.2vw;
    width: 8.2vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .houjin-feature section .feature-inner.feature03 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .houjin-feature section .feature-inner.feature03 p {
    width: 100%;
  }
  .houjin-feature section .feature-inner p {
    font-size: 3.2vw;
    line-height: 1.6em;
  }
  #business-seibo .business-chugen2025__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #820c00;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
    font-size: 4.5vw;
  }
  .houjin-feature section .feature-inner h4 {
    font-size: 4.2vw;
    color: #820c00;
  }
  .gift-list .seibo-title {
    border-bottom: none;
    text-align: center;
    font-size: 5vw;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 9vw;
    padding-bottom: 0;
  }

  .seibo-title b small {
    font-size: 2.8vw;
    margin-top: 2vw;
  }

  #business-seibo .page-ttl .page-ttl-inner .ttl-sub {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0;
  }
  #business-seibo .page-ttl .page-ttl-inner .ttl-sub + h2 {
    margin-top: 1vw;
    font-size: 5.5vw;
  }
  #business-seibo .houjin-item-inner .page-ttl h2 {
    color: #333;
    font-weight: 500;
    font-size: 5vw;
    line-height: 1em;
    margin-top: 3vw;
    border-bottom: 2px solid #946913;
    width: 100%;
    padding-bottom: 4vw;
    font-family: Yu Gothic, YuGothic, Hiragino Kaku Gothic ProN, Meiryo,
      sans-serif;
  }
  .houjin-item-inner .page-ttl p,
  .chugen2025-cataloglist .page-ttl p {
    text-align: center;
    font-size: 3.4vw;
    line-height: 1.8em;
    margin-top: 6vw;
  }
  .houjin-item-inner .page-ttl,
  .chugen2025-cataloglist .page-ttl {
    width: 100%;
    margin: 0 auto 8vw;
  }
  #gift02 .page-ttl h3 {
    font-size: 4.5vw;
    line-height: 1.6em;
    margin-bottom: 6vw;
    text-align: center;
  }
  .chugen2022-feature02 .chugen2022-gift-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
  }
  .chugen2022-feature02 .chugen2022-gift-inner a {
    margin: 0 2vw 4vw;
    width: 43vw;
  }
  .chugen2022-feature02 {
    margin-bottom: 11vw;
    margin-top: 10vw;
  }
  .houjin-feature section .feature-inner > a {
    width: 80vw;
    height: 18vw;
    background-color: #820c00;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    flex-direction: row;
    text-align: left;
    margin-top: 4vw;
  }
  .houjin-feature section .feature-inner > a img {
    margin-bottom: 0;
    margin-right: 5vw;
    width: 9vw;
    height: auto;
  }
}

#pickup {
  padding-top: 115px;
  margin-top: -115px;
}
html.is-scroll-up #business-seibo .seibo2025-nav {
  top: 0;
}
html.is-scroll-down #business-seibo .seibo2025-nav {
  top: 190px;
}

@media only screen and (max-width: 599px) {
  .order-nav {
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    background-color: #9d7631;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 2vw;
    box-sizing: border-box;
    position: fixed;
    right: 3vw;
    top: unset;
    bottom: 20vw;
    z-index: 100;
    animation: nav-swing 2s linear infinite;
  }

  .order-nav::after {
    display: block;
    content: "";
    background: url(../img/order-nav-arrow.png) no-repeat center center/100%
      auto;
    width: 3vw;
    height: 3vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1vw;
    margin: 0 auto;
  }

  .order-nav img {
    width: 5vw;
    height: auto;
  }

  .order-nav p {
    color: #fff;
    font-size: 2.6vw;
    font-weight: 700;
    text-align: center;
    margin-top: 1vw;
  }

  .order-nav p small {
    font-size: 2.4vw;
    display: block;
    margin-top: 1vw;
    padding-top: 1vw;
    position: relative;
  }

  .order-nav p small::before {
    display: block;
    content: "";
    width: 20vw;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.gift-sonae {
  background: #fff7c0;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 599px) {
  .gift-sonae {
    background: #fff7c0;
    padding-top: 10vw;
    padding-bottom: 10vw;
    margin-bottom: 10vw;
  }
}

.sonae-inner {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) {
  .sonae-inner {
    width: 100%;
    padding: 0 5vw;
    margin: 0 auto;
  }
}

.sonae-head {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #000;
  font-feature-settings: "palt";
  margin-bottom: 30px;
}
@media only screen and (max-width: 599px) {
  .sonae-head {
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    color: #000;
    font-feature-settings: "palt";
    margin-bottom: 4vw;
  }
}

.sonae-ttl {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  background: #00a380;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#business-wrapper .sonae-ttl img {
  max-width: unset;
  width: 640px;
}
@media only screen and (max-width: 599px) {
  .sonae-ttl {
    width: 100%;
    height: 12vw;
    border-radius: 7vw;
    background: #00a380;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
  }

  #business-wrapper .sonae-ttl img {
    max-width: unset;
    width: auto;
    height: 5vw;
  }
}

.sonae-lead {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 599px) {
  .sonae-lead {
    text-align: center;
    font-size: 3.2vw;
    font-weight: 700;
    color: #000;
  }
}

.sonae-lineup {
  margin-top: 50px;
  margin-bottom: 80px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 599px) {
  .sonae-lineup {
    margin-top: 8vw;
    margin-bottom: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5vw;
  }
}

.sonae-item {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 599px) {
  .sonae-item {
    width: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.sonae-item__thumbnail {
  width: 260px;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 599px) {
  .sonae-item__thumbnail {
    width: 100%;
    display: block;
    margin-bottom: 3vw;
  }
}

.sonae-item__name__en {
  font-family: "Roboto Condensed", "Yu Gothic", "YuGothic",
    "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 28px;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) {
  .sonae-item__name__en {
    font-family: "Roboto Condensed", "Yu Gothic", "YuGothic",
      "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
    font-size: 5vw;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    line-height: 1.3;
  }
}

.sonae-item__name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 599px) {
  .sonae-item__name {
    font-size: 3.4vw;
    font-weight: 700;
    text-align: center;
  }
}

.sonae-item__price {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  .sonae-item__price {
    font-size: 4vw;
    font-weight: 700;
  }
}

.sonae-item__price small {
  font-size: 14px;
}
@media only screen and (max-width: 599px) {
  .sonae-item__price small {
    font-size: 3.2vw;
  }
}

.sonae-item__btn {
  width: 100%;
  height: 40px;
  border-radius: 23px;
  border: 1px solid #15aa86;
  font-size: 16px;
  font-weight: 700;
  color: #00a380 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/sonae-arrow.png) no-repeat center right 20px / 11px
    auto;
  background-color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 599px) {
  .sonae-item__btn {
    width: 100%;
    height: 10vw;
    border-radius: 23px;
    border: 1px solid #15aa86;
    font-size: 2.8vw;
    font-weight: 700;
    color: #00a380 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2vw;
    background: url(../img/sonae-arrow.png) no-repeat center right 2vw / 2vw
      auto;
    background-color: #fff;
    margin-top: 5vw;
  }
}

.sonae-ttl2 {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .sonae-ttl2 {
    font-size: 4vw;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vw;
    position: relative;
  }
}

.sonae-ttl2::before {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  content: "";
  position: absolute;
}

.sonae-ttl2 span {
  background: #fff7c0;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 599px) {
  .sonae-ttl2 span {
    background: #fff7c0;
    padding: 0 2vw;
    position: relative;
  }
}

.sonae-link {
  width: 540px;
  height: 60px;
  border-radius: 32px;
  font-size: 18px;
  color: #fff !important;
  font-weight: 700;
  background: #00a380;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 599px) {
  .sonae-link {
    width: 100%;
    height: 12vw;
    border-radius: 32px;
    font-size: 3.4vw;
    color: #fff !important;
    font-weight: 700;
    background: #00a380;
    margin: 8vw auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#ranking-area .ranking-inner ul li {
  transition: 0.3s all ease-out;
}
#ranking-area .ranking-inner ul li a {
  opacity: 1;
}
#ranking-area .ranking-inner ul li:hover {
  opacity: 0.6;
}
