:root {
  --103px: 6.4375rem;
  --115px: 7.1875rem;
  --314px: 19.625rem;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Mulish", "Zen Kaku Gothic New", sans-serif;
}

#loading {
  width: 100vw;
  height: calc(100vh);
  z-index: 11;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  visibility: visible;
}

#loading img {
  opacity: 0;
}

#bg {
  display: flex;
  justify-content: center;
}

#bg-anim {
  position: fixed;
  z-index: -2;
  height: calc(100vh);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

#bg-anim .bg {
  display: flex;
  justify-content: end;
  overflow: hidden;
}

#bg-anim .bg.left {
  transform: rotate(-30deg);
}

#bg-anim .bg.right {
  transform: rotate(-30deg);
  padding-bottom: 80px;
}

#bg-anim .bg .wrap {
  display: flex;
}

#bg-anim .bg .wrap img {
  height: 240px;
}

#footer {
  z-index: 10;
  position: fixed;
  bottom: 0;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 14px 0;
}

#footer .limit {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 175%;
}

#footer .limit .deadline {
  border: 1px solid #000000;
  border-radius: 8px;
  padding: 0 8px;
  margin-right: 8px;
}

#footer .button {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  width: 90%;
  max-width: 400px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  height: 62px;
  padding: 24px 24px 24px 40px;
  border-radius: 31px;
}

#footer .finished {
  background-color: #000000;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #ffffff;
  margin: 4px 0;
  padding: 2px 8px;
}

#content {
  z-index: 1;
  background-color: #f5f5f5;
  width: 100%;
  max-width: 500px;
  overflow: hidden;
}

#kv {
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: calc(100vh - 67px);
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

#kv .header {
  z-index: 1;
  position: absolute;
  top: 12px;
}

@media screen and (max-width: 500px) {
  #kv .header {
    left: 10px;
  }
}
@media screen and (min-width: 501px) {
  #kv .header {
    left: calc(50% - 240px);
  }
}

#kv .scroll {
  font-weight: 700;
  font-size: 12px;
  align-items: center;
  display: flex;
  box-shadow: -2px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 16px 0px 0px 16px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: calc(50% - 164px);
  height: 164px;
  background-color: #ffffff;
  width: 32px;
  padding-top: 12px;
  cursor: default;
}

#kv .scroll .lines {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#kv .scroll .lines .line {
  width: 1px;
  height: 40px;
  background-color: #000000;
}

#kv .scroll .lines .dot {
  z-index: 2;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  background-color: #000000;
}

#kv .bg {
  opacity: 1;
  display: flex;
  white-space: nowrap;
}

#kv .bg img {
  height: calc(30vh);
}

#kv .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#kv .title .subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 175%;
}

#thanks {
  margin: 136px 0 32px 0;
}

#thanks .content .bg {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 63px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.05;
}

#thanks .content {
  background-color: #ffffff;
  padding: 56px 24px 48px 24px;
  margin: 0 24px;
  border-radius: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#thanks .content .icon img {
  position: absolute;
  top: -72px;
  left: calc(50% - 52px);
}

#thanks .content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

#lineup {
  margin-top: 112px;
  position: relative;
  margin-bottom: 112px;
}

#lineup .bg {
  position: absolute;
  left: 24px;
  top: -32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#lineup .bg .title {
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
}

#lineup .bg .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 32px;
}

#lineup .content {
  background-color: #ffffff;
  margin-right: 48px;
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
  padding: 136px 0 200px 0;
}

#lineup .content .inner {
  width: 100vw;
  max-width: 500px;
}

#lineup .content .inner .detail {
  font-size: 16px;
  line-height: 175%;
  padding: 0 24px;
}

#lineup .content .inner .items {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

#lineup .content .inner .items .item {
  margin-left: 24px;
  border-width: 2px 0px 2px 2px;
  border-style: solid;
  border-color: #000000;
  border-radius: 24px 0px 0px 24px;
  height: 215px;
  margin-bottom: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding: 0 24px 0 8px;
}

#lineup .content .inner .items .item.multiline {
  margin-bottom: 108px;
}

#lineup .content .inner .items .item > img {
  width: 40%;
}

#lineup .content .inner .items .item .name {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
}

#lineup .content .inner .items .item .name span {
  font-size: 12px;
}

#lineup .content .inner .items .item .button {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  height: 30px;
  width: 30px;
  border-radius: 15px;
}

#lineup .content .inner .items .item .comment {
  position: absolute;
  bottom: -48px;
  padding: 16px 24px;
  width: 246px;
  background: #ffffff;
  border-radius: 32px;
  left: calc(50% - 135px);
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.2));
  font-weight: 700;
  font-size: 14px;
  line-height: 175%;
}

#lineup .content .inner .items .item .comment.multiline {
  bottom: -72px;
}

#lineup .content .inner .items .item .comment img {
  position: absolute;
  left: -8px;
  top: 0;
  transform: rotate(15deg);
}

#inside {
  margin-bottom: 112px;
}

#inside .content {
  margin: 0 24px;
  padding: 24px 24px 48px 24px;
  background: #ffffff;
  border-radius: 56px;
}

#inside .content .title {
  font-weight: 700;
  font-size: 22px;
  line-height: 300%;
  text-align: center;
  border-bottom: 2px solid #000000;
}

#inside .items {
  padding: 16px 0;
}

#inside .row {
  padding: 16px 0;
  border-bottom: 2px dotted #000000;
}

#inside .row .label {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  display: flex;
  align-items: center;
}

#inside .row .label span {
  font-size: 12px;
  padding-top: 2px;
}

#inside .row .label .head {
  margin-right: 8px;
  width: 4px;
  height: 15px;
  border-radius: 2px;
  background-color: #000000;
}

#inside .row .value {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
}

#inside .row ul {
  margin-bottom: 8px;
  list-style: inside;
  list-style-position: outside;
  margin-left: 20px;
}

#inside .row ul > li {
  padding: 4px 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 175%;
  word-break: break-all;
}

#inside .subtext {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

#exchange {
  margin: 136px 0 32px 0;
  padding-bottom: 80px;
}

#exchange .content {
  background-color: #ffffff;
  padding: 56px 16px 40px 16px;
  margin: 0 24px;
  border-radius: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#exchange .content .icon img {
  position: absolute;
  top: -72px;
  left: calc(50% - 52px);
}

#exchange .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
}

#exchange .content .button {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
  height: 94px;
  padding: 24px 24px 24px 40px;
  border-radius: 47px;
}

#exchange .button img {
  width: 30px;
}

#exchange .content .subtitle {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 175%;
}

#exchange .content .subtitle {
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  line-height: 175%;
}

#exchange .content .limit {
  width: 90%;
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #f2f4f6;
  border-radius: 16px;
  padding: 8px;
}

#exchange .content .limit .deadline {
  font-weight: 700;
  font-size: 13px;
  padding: 2px 8px;
  border: 1px solid #000000;
  border-radius: 8px;
}

#exchange .content .limit .date {
  font-weight: 700;
  font-size: 16px;
}
#exchange .content .subtext {
  margin-top: 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 175%;
}

#about {
  position: relative;
  margin-bottom: 112px;
}

#about .bg {
  position: absolute;
  right: 24px;
  top: -32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#about .bg .title {
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
}

#about .bg .subtitle {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  text-align: end;
}

#about .content {
  background-color: #ffffff;
  margin-left: 48px;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
  padding: 112px 0 32px 0;
}

#about .content .inner {
  margin-left: -48px;
  width: 100vw;
  max-width: 500px;
}

#about .content .inner .detail img {
  margin-bottom: 32px;
}

#about .content .inner .detail {
  font-size: 16px;
  line-height: 175%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#about .content .inner .detail p {
  margin-bottom: 32px;
}

#about .content .inner .detail span {
  font-weight: bold;
}

#faq {
  position: relative;
  margin-bottom: 112px;
}

#faq .bg {
  position: absolute;
  left: 24px;
  top: -32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#faq .bg .title {
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
}

#faq .bg .subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 32px;
}

#faq .content {
  background-color: #ffffff;
  margin-right: 48px;
  border-top-right-radius: 56px;
  border-bottom-right-radius: 56px;
  padding: 136px 0 64px 0;
}

#faq .content .inner {
  width: 100vw;
  max-width: 500px;
}

#faq .content .inner .items {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

#faq .content .inner .items .item {
  border-top: 2px solid #000000;
}

#faq .content .inner .items .item:last-child {
  border-bottom: 2px solid #000000;
}

#faq .content .inner .items .item .question,
#faq .content .inner .items .item .answer {
  display: flex;
  padding: 16px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  align-items: center;
  justify-content: space-between;
}

#faq .content .inner .items .item .answer {
  justify-content: flex-start;
}

#faq .content .inner .items .item .answer .value a {
  text-decoration: underline;
  cursor: pointer;
}

#faq .content .inner .items .item .question .title {
  display: flex;
  align-items: center;
}

#faq .content .inner .items .item .question input {
  display: none;
}

#faq .content .inner .items .item .question .toggle {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background-color: #000000;
  color: #ffffff;
  font-size: 20px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}

#faq .content .inner .items .item .question .toggle.plus {
  display: flex;
}

#faq .content .inner .items .item .question .toggle.minus {
  display: none;
}

#faq .content .inner .items .item .check:checked + .question .toggle.plus {
  display: none;
}

#faq .content .inner .items .item .check:checked + .question .toggle.minus {
  display: flex;
}

#faq .content .inner .items .item .question .head,
#faq .content .inner .items .item .answer .head {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 26px;
  min-width: 48px;
  width: 48px;
}

#faq .content .inner .items .item .answer {
  border-top: 2px dashed #000000;
  font-weight: 500;
  display: none;
}

#faq .content .inner .items .item .check {
  display: none;
}

#faq .content .inner .items .item .check:checked + .question + .answer {
  display: flex;
}

#contact {
  position: relative;
}

#contact .bg {
  position: absolute;
  right: 24px;
  top: -32px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

#contact .bg .title {
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
}

#contact .bg .subtitle {
  width: 100%;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  text-align: end;
}

#contact .content {
  background-color: #ffffff;
  margin-left: 48px;
  border-top-left-radius: 56px;
  border-bottom-left-radius: 56px;
  padding: 112px 0 32px 0;
}

#contact .content .inner {
  margin-left: -48px;
  width: 100vw;
  max-width: 500px;
}

#contact .content .inner .detail {
  font-size: 16px;
  line-height: 175%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#contact .content .inner .detail p {
  margin-bottom: 32px;
}

#contact .content .inner .detail .button {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000000;
  width: 70%;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  line-height: 150%;
  height: 62px;
  padding: 24px 24px 24px 40px;
  border-radius: 47px;
}

#bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: calc(100vh);
  overflow: hidden;
}

#bottom .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#bottom .title .subtitle {
  font-weight: 700;
  font-size: 12px;
  line-height: 175%;
}

.exchange-button-wrapper {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px;
  background-color: #fff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.exchange-deadline {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.exchange-deadline span:first-child {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 2px 8px;
  margin-right: 8px;
}

.exchange-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 18px 24px;
  border-radius: 30px;
  text-decoration: none;
  width: 90%;
  max-width: 350px;
  box-sizing: border-box; /* paddingを含めた幅計算のため */
}

.arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 15px;
}

.subtext {
  display: flex;
  margin: 39px auto 0 auto;
  padding: 0 var(--24px);
  gap: 16px;
}
.subtext .left h3 {
  font-size: var(--24px);
  margin-bottom: 24px;
  line-height: 100%;
}
.subtext .left p {
  font-size: var(--16px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}
.subtext .right {
  width: var(--120px);
}

.favtown-select {
  padding: 0 var(--24px);
}

.favtown-select-title {
  font-size: var(--24px);
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 100%;
}
.favtown-select-description {
  font-size: var(--16px);
  font-weight: 500;
  line-height: 175%;
  margin-bottom: var(--27px);
}

.favtown-select-items-image {
  margin-bottom: var(--25px);
  width: 80%;
}

.favtown-select-items-image img {
  width: 100%;
}

.favtown-select-link a {
  display: flex;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 16px 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  gap: 32px;
  width: var(--250px);
  margin-bottom: var(--43px);
}

#lineup .content .inner .lineup {
  position: absolute;
  left: calc(50% - 144px);
  bottom: 0;
}

.favtown-select-wrapper {
  border-radius: 16px;
  border: 2px solid #000;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.favtown-select-wrapper .favtown-select-title {
  font-size: var(--18px);
  font-weight: 700;
  line-height: 100%;
}

.favtown-select-wrapper .favtown-select-items {
  border-top: 2px solid;
  padding-top: 16px;
}

.favtown-select-wrapper .text {
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.favtown-select-wrapper .row {
  border-bottom: 2px solid !important;
}

.favtown-select-random {
  padding-top: 8px;
}
.favtown-select-random .row {
  padding-top: 8px !important;
  border-bottom: none !important;
}
.favtown-select-random .note {
  font-size: var(--11px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.exchange-section-center {
  background-color: #fff;
  border-radius: 56px;
  padding: 24px 0 48px 0;
  text-align: center;
  margin: 0 24px;
}

.exchange-section-center .icon {
  top: -6rem;
  position: relative;
  margin-bottom: -5rem;
}

.exchange-section-center .icon img {
  margin-bottom: 16px;
}

.exchange-section-center .exchange-title {
  font-size: 22px; /* OCR「引き換えはこちらから」 */
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}

.exchange-section-center .exchange-subtitle {
  font-size: var(--14px);
  margin-bottom: var(--8px);
  font-weight: 700;
  line-height: 175%;
}

.exchange-section-center .exchange-link a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-size: var(--15px);
  font-weight: bold;
  padding: 32px 24px 32px 40px;
  border-radius: 100px;
  text-decoration: none;
  position: relative;
  min-width: 290px; /* ボタンの最小幅 */
  box-sizing: border-box;
  line-height: 1.2; /* ボタン内のテキストの行間 */
  width: 80%;
  margin: 0 auto 8px auto;
}

.exchange-section-center .exchange-deadline {
  display: inline-block;
  background-color: #f2f4f6;
  border-radius: 16px;
  padding: var(--8px);
  font-size: var(--18px);
  color: #000;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 175%;
}

.exchange-section-center .exchange-deadline span:first-child {
  border: 1px solid #000;
  border-radius: 8px;
  padding: 0 var(--8px); /* パディング調整 */
  margin-right: var(--8px); /* 間隔調整 */
  font-size: var(--13px);
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
}

.exchange-section-center .exchange-note {
  font-size: var(--12px);
  font-weight: 500;
  line-height: 175%;
}

.partner-section {
  background: #fff;
  margin-top: var(--97px);
  padding: 0 var(--24px) 59px;
  margin-bottom: 93px;
}
.partner-title {
  font-weight: 700;
  color: #000000;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 16px;
  text-align: center;
  top: -2rem;
  position: relative;
}

.regional-partner-title {
  font-size: var(--22px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}

.regional-partner-badge {
  margin-bottom: 16px;
  text-align: center;
}

.regional-partner-description {
  text-align: center;
  font-size: var(--16px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 32px;
}

.regional-partner-pickup {
  border-radius: 16px;
  border: 2px solid #000;
  background: #fff;
  margin: 0 auto 24px;
  width: fit-content;
}

/* PICKUPセクションタイトル - 吹き出しデザイン */
.regional-partner-pickup .pickup-title {
  position: relative;
  text-align: center;
  padding-top: 8px;
  top: -34px;
  margin-bottom: -39px;
}

.regional-partner-pickup .pickup-title span {
  position: relative;
  display: inline-block;
  background: url("/wp-content/uploads/sites/2/2025/05/benefit-ttl-bg.svg")
    no-repeat center center;
  background-size: contain;
  font-weight: 700;
  font-size: var(--26px);
  color: #fff;
  padding: 12px 40px;
  z-index: 1;
}

.pickup-partner a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px 16px 24px;
  width: 100%;
}

.regional-partner-group {
  padding: 16px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #f2f4f6;
  margin-bottom: 24px;
}

.group-logo {
  text-align: center;
  margin-bottom: 12px;
  max-width: 70%;
}

.group-logo img {
  max-width: 100%;
}

.group-partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.group-partner-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 16px;
  text-decoration: none;
  color: #1c1b1f;
}

.group-partner-list li a > .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}



.group-partner-list li a > .partner-logo > img {
  object-fit: contain;
  height: 50px;
}

.regional-partner-b {
  margin-bottom: 24px;
}

.regional-partner-c {
  margin-bottom: 40px;
}

.group-partner-list,
.regional-partner-b ul,
.regional-partner-c ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列にする */
  gap: 8px; /* アイテム間の隙間 */
  width: 100%;
}

.regional-partner-c ul {
  grid-template-columns: repeat(3, 1fr); /* 3列にする */
}

.regional-partner-b li a,
.regional-partner-c li a {
  display: flex;
  align-items: center;
  justify-content: space-around; /* 画像と矢印を両端に */
  padding: 12px 12px 12px 6px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid #f2f4f6;
  text-decoration: none;
  color: #1c1b1f;
  box-sizing: border-box;
}

.regional-partner-b li a > .partner-logo {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
}

.regional-partner-c li a > .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  width: 80%;
  margin: auto;
}

.regional-partner-c li a > .partner-logo > p {
  padding-left: 12px;
  font-size: var(--12px);
  font-weight: 700;
}


.regional-partner-b li a > .partner-logo > img,
.regional-partner-c li a > .partner-logo > img {
  object-fit: contain;
  width: 90%;
}

.group-partner-list li a > .partner-arrow,
.regional-partner-a li a > .partner-arrow,
.regional-partner-b li a > .partner-arrow,
.regional-partner-c li a > .partner-arrow {
  aspect-ratio: 1/1;
  height: 10px;
  width: 10px;
}

/* ふるさと便協賛パートナー */
.furusato-partner {
  margin-top: 40px;
  padding-bottom: 40px;
}

.furusato-partner-title {
  font-size: var(--22px);
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
}

.furusato-partner-badge {
  margin-bottom: 16px;
  text-align: center;
}

.furusato-partner-badge img {
  /* 必要に応じて画像のサイズを調整 */
}

.furusato-partner-description {
  text-align: center;
  font-size: var(--16px);
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
  margin-bottom: 32px;
}

.furusato-partner-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; /* アイテムを中央揃えにする */
  gap: 16px; /* アイテム間の隙間 */
}

.furusato-partner-list li {
  flex-basis: calc(50% - 8px); /* 2列レイアウトのための基本幅 (gapを考慮) */
  max-width: calc(50% - 8px); /* 最大幅も指定 */
  box-sizing: border-box;
  display: flex; /* li要素自体もflexアイテムとして振る舞うようにする */
}

.furusato-partner-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 12px 6px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #e0e0e0; /* 画像に合わせた薄い枠線 */
  text-decoration: none;
  color: #1c1b1f;
  width: 100%; /* aタグがliの幅全体を占めるようにする */
  box-sizing: border-box;
}

.furusato-partner-list li a:hover {
  border-color: #ccc;
}

.furusato-partner-list li a > .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.furusato-partner-list li a > .partner-logo > img {
  object-fit: contain;
  height: 70px;
  max-width: 100%;
}

.furusato-partner-list li a > .partner-arrow {
  aspect-ratio: 1/1;
  height: 10px;
  width: 10px;
}

