@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New&display=swap");
.header-account,
.ftr-smpl-2 {
  position: relative;
  z-index: 1;
}

.container {
  width: 100%;
  height: 100%;
  background: #f6f5f1;
  margin-inline: auto;
  position: relative;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  z-index: 0;
  color: #7f6b51;
}

.bg-slide__area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.bg-slide__images {
  margin: 0;
  padding: 0;
  height: calc(125vh + 68px);
  width: 100%;
  position: fixed;
  margin-top: -68px;
}
.bg-slide__images li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(125vh + 68px);
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.bg-slide__images li.active {
  opacity: 1;
  z-index: 1;
}
.bg-slide__images img {
  width: 100%;
  height: calc(125vh + 96px);
  -o-object-fit: cover;
     object-fit: cover;
}

.navi {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 10;
}
.navi .inner {
  max-width: 280px;
  margin: 0 auto 0 0;
}
.navi .navi-tab {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #7f6b51;
  font-size: 28px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 32px;
}
.navi ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.navi ul li {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.78);
}
.navi.open {
  display: flex;
}

.navi-list {
  display: block;
  padding: 1px 0 0 10px;
  position: relative;
}
.navi-list:hover {
  color: #ffffff;
  font-weight: 700;
}
.navi-list:hover::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: -6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navi-list span {
  position: relative;
}

.sp-navi {
  display: none;
}
.sp-navi.open span {
  background: #ad0003;
}
.sp-navi.stopped {
  position: absolute;
  bottom: auto;
  top: calc(100vh - 100px);
}

.qr-code {
  position: fixed;
  z-index: 3;
  bottom: 32px;
  right: 32px;
  max-width: 120px;
}

.qr-code__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 21px;
}
.qr-code__text span {
  position: relative;
}
.qr-code__text span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 38px;
  border-left: 2px dashed white;
  position: absolute;
  bottom: -3px;
  left: -12px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.qr-code__text span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 38px;
  border-right: 2px dashed white;
  position: absolute;
  bottom: -3px;
  right: -17px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.qr-code__inner {
  position: relative;
  max-width: 100px;
  margin-inline: auto;
}

.content-wrap {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.mv-area {
  width: 100%;
  max-height: 460px;
  height: 100vh;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_mvbg.png) no-repeat center bottom/cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mv-area__title {
  width: 66%;
  margin-inline: auto;
}
.mv-area__title span {
  display: none;
}

.lead-area {
  background: #f6f5f1;
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lead-area__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  text-align: center;
}
.lead-area__text p {
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #7f6b51;
}

.search-area {
  background: #ad0003;
  width: 100%;
  box-sizing: border-box;
  padding: 107px 43px;
}

.search-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 4.25vw, 27px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(24px, 7.5vw, 36px);
  color: #ffffff;
}
.search-area__title span {
  font-size: clamp(28px, 6vw, 37px);
}

.search-area_buttons {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: clamp(14px, 3.25vw, 20px);
}
.search-area_buttons li a {
  transition: 0.3s;
}
.search-area_buttons li a:hover {
  opacity: 0.85;
}

.search-area__ranking {
  width: 100%;
  margin-bottom: clamp(32px, 7.5vw, 44px);
}
.search-area__ranking a {
  transition: 0.3s;
  box-sizing: border-box;
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: clamp(13px, 2.35vw, 18px);
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
  padding: 0 16px 0 8px;
}
.search-area__ranking a span {
  color: #7f6b51;
  line-height: 1.15;
  letter-spacing: -0.05em;
  font-size: clamp(16px, 4.05vw, 22px);
  position: relative;
}
.search-area__ranking a span::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  margin-left: 14px;
  border-right: 2px solid #7f6b51;
  border-bottom: 2px solid #7f6b51;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.search-area__ranking a:hover {
  opacity: 0.85;
}

.search-area__icon {
  max-width: 42px;
}

.search-area__anchors {
  display: flex;
  justify-content: center;
  gap: 13px;
  flex-wrap: wrap;
}
.search-area__anchors li {
  width: calc(50% - 7px);
}
.search-area__anchors li a {
  transition: 0.3s;
  height: 82px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 6px;
}
.search-area__anchors li a span {
  text-align: center;
  color: #7f6b51;
  line-height: 1.15;
  letter-spacing: -0.05em;
  font-size: clamp(16px, 4.05vw, 22px);
}
.search-area__anchors li a:hover {
  opacity: 0.85;
}

.price-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 96px 30px 46px;
}

.price-area__wrap {
  box-sizing: border-box;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_price_bg.png) no-repeat center bottom/cover;
  width: 100%;
  padding: 65px 51px 51px;
  height: 706px;
}

.price-area__inner {
  max-width: 480px;
  margin-inline: auto;
}

.price-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(20px, 7.5vw, 26px);
  letter-spacing: 0.08em;
}
.price-area__title span {
  font-size: clamp(28px, 6vw, 37px);
}

.price-area__box {
  background: #f7f6f2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  padding: 13px;
  margin-inline: auto;
}
.price-area__box:not(:first-of-type) {
  margin-top: 24px;
  margin-bottom: 8px;
}

.price-area__icon {
  width: 67px;
  height: 80px;
  position: relative;
}
.price-area__icon.badge5k::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_5kg_badge.png) no-repeat center bottom/cover;
  position: absolute;
  top: -26px;
  left: -26px;
}
.price-area__icon.badge10k::before {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_10kg_badge.png) no-repeat center bottom/cover;
  position: absolute;
  top: -26px;
  left: -26px;
}

.price-area__mark {
  display: inline-block;
  background: #7f6b51;
  border-radius: 999px;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  padding: 5px 15px;
  margin-bottom: 8px;
}

.price-area__price {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: clamp(16px, 4.25vw, 22px);
  white-space: nowrap;
}
.price-area__price span {
  font-size: clamp(12px, 3vw, 16px);
}

.price-area__note {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 27px;
}

.price-area__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

.merit-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 46px 0 107px;
}

.merit-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(40px, 7.5vw, 52px);
  letter-spacing: 0.08em;
}
.merit-area__title span {
  font-size: clamp(28px, 6vw, 37px);
}

.merit-area__odd {
  width: 100%;
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.merit-area__odd .merit-area__detail {
  padding-right: 44px;
  align-self: flex-end;
  position: relative;
  margin-top: 82px;
}
.merit-area__odd .merit-area__detail.no1::before {
  content: "";
  display: block;
  width: 95px;
  height: 87px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_no01.png) no-repeat center bottom/cover;
  position: absolute;
  top: -100px;
  left: -79px;
  z-index: 0;
}
.merit-area__odd .merit-area__detail.no3::before {
  content: "";
  display: block;
  width: 102px;
  height: 81px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_no03.png) no-repeat center bottom/cover;
  position: absolute;
  top: -99px;
  left: -72px;
  z-index: 0;
}
.merit-area__odd .merit-area__detail.no3 .merit-area__catch {
  margin-top: -42px;
}

.merit-area__even {
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.merit-area__even .merit-area__detail {
  padding-left: 44px;
  align-self: flex-end;
  position: relative;
  margin-top: 82px;
}
.merit-area__even .merit-area__detail.no2::before {
  content: "";
  display: block;
  width: 102px;
  height: 81px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_no02.png) no-repeat center bottom/cover;
  position: absolute;
  top: -100px;
  left: -7px;
  z-index: 0;
}
.merit-area__even .merit-area__detail.no4::before {
  content: "";
  display: block;
  width: 105px;
  height: 88px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_no04.png) no-repeat center bottom/cover;
  position: absolute;
  top: -100px;
  left: -7px;
  z-index: 0;
}

.merit-area__image {
  max-width: 185px;
  max-height: 285px;
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.merit-area__catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 27px;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
  position: relative;
  z-index: 0;
}

.merit-area__text {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.75;
}

.merit-area__anchor {
  padding: 0 42px;
}

.merit-area__button {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 17px 17px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.5;
}
.merit-area__button span {
  position: relative;
  display: block;
}
.merit-area__button span::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #7f6b51;
  border-bottom: 2px solid #7f6b51;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
}

.guid-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 48px 0 53px;
}

.guide-area__image {
  max-width: 260px;
  margin: 0 auto 53px;
  position: relative;
}

.guide-area__catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: absolute;
  top: -29px;
  right: -82px;
}
.guide-area__catch span {
  display: inline-block;
  margin-top: 3em;
}

.guide-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 5.05vw, 27px);
  line-height: 1.75em;
  text-align: center;
  margin-bottom: clamp(20px, 7.5vw, 27px);
}

.guide-area__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 42px;
}

.guide-area__text {
  font-weight: 400;
  font-size: 21px;
  line-height: 1.6;
  margin-bottom: 53px;
}

.guide-area__overflow {
  overflow-x: auto;
  margin-bottom: 16px;
  margin-right: -42px;
}
.guide-area__overflow.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.guide-area__table {
  width: 754px;
  margin-inline: auto;
  border-collapse: separate;
  border-spacing: 3px;
}
.guide-area__table th {
  background: #d8d2b3;
  padding: 8px 8px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
.guide-area__table td {
  background: #ffffff;
  padding: 14px 8px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  vertical-align: middle;
}
.guide-area__table td span {
  font-size: 16px;
}

.guide-area__notes {
  font-weight: 400;
  font-size: 16px;
}
.guide-area__notes li {
  position: relative;
  text-indent: -0.725em;
  padding-left: 1.5em;
}
.guide-area__notes li:not(:first-child) {
  margin-top: 6px;
}
.guide-area__notes li::before {
  content: "※";
  display: inline-block;
  margin-right: 5px;
}

.select-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 53px 0 165px;
}

.select-area__inner {
  padding: 0 42px;
}

.select-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 3.85vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(16px, 7.5vw, 20px);
  letter-spacing: -0.1em;
}
.select-area__title span {
  font-size: clamp(20px, 5.5vw, 27px);
}

.select-area__lists {
  width: 100%;
  margin-bottom: 107px;
}
.select-area__lists.-column-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}
.select-area__lists.-column-2 .select-area__item {
  width: calc(50% - 7px);
}
.select-area__lists.-column-2 .select-area__item:not(:first-child) {
  margin-top: 0;
}

.select-area__item {
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.select-area__item:not(:first-child) {
  margin-top: 13px;
}
.select-area__item a {
  padding: 3px 16px;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 52px;
}

.select-area__icon {
  max-width: 42px;
}

.select-area__name {
  display: block;
  width: 100%;
  font-size: 20px;
  letter-spacing: -0.075em;
  position: relative;
}
.select-area__name::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #7f6b51;
  border-bottom: 2px solid #7f6b51;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.step-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 74px 0;
  color: #ffffff;
  position: relative;
}
.step-area::before, .step-area::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_red_circle.png) no-repeat center top/cover;
  position: absolute;
  top: -58px;
  left: 0;
  z-index: 0;
}
.step-area::after {
  background-position: center bottom;
  top: auto;
  bottom: -58px;
}

.step-area__inner {
  background: #ad0003;
  box-sizing: border-box;
  padding: 0 42px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.step-area__image {
  max-width: 260px;
  margin: 0 auto 93px;
  position: relative;
}

.step-area__catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.7;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  position: absolute;
  top: -29px;
  right: -82px;
}
.step-area__catch span {
  display: inline-block;
  margin-top: 6.25em;
  white-space: nowrap;
}

.step-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(40px, 7.5vw, 52px);
  letter-spacing: 0.05em;
}
.step-area__title span {
  font-size: clamp(28px, 6vw, 37px);
}

.step-area__item:not(:first-of-type) {
  margin-top: 96px;
}

.step-area__item-image {
  max-width: 200px;
  margin: 0 auto 43px;
  position: relative;
}
.step-area__item-image.step1::before {
  content: "";
  display: block;
  width: 89px;
  height: 82px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_step_no1.png) no-repeat center top/cover;
  position: absolute;
  bottom: -5px;
  left: -63px;
}
.step-area__item-image.step2::before {
  content: "";
  display: block;
  width: 102px;
  height: 81px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_step_no2.png) no-repeat center top/cover;
  position: absolute;
  bottom: -5px;
  left: -63px;
}
.step-area__item-image.step3::before {
  content: "";
  display: block;
  width: 102px;
  height: 81px;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_step_no3.png) no-repeat center top/cover;
  position: absolute;
  bottom: -5px;
  left: -63px;
}

.step-area__item-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 4.25vw, 27px);
  line-height: 1.4em;
  text-align: center;
  margin-bottom: clamp(20px, 7.5vw, 26px);
}
.step-area__item-title span {
  font-size: clamp(15px, 4.05vw, 20px);
}

.step-area__item-text {
  font-weight: 400;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.75;
}
.step-area__item-text a {
  text-decoration: underline;
}
.step-area__item-text a:hover {
  text-decoration: none;
}

.faq-area {
  box-sizing: border-box;
  background: #f6f5f1;
  width: 100%;
  padding: 156px 0 107px;
}

.faq-area__inner {
  box-sizing: border-box;
  padding: 0 42px;
  width: 100%;
}

.faq-area__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(40px, 7.5vw, 52px);
  letter-spacing: 0.05em;
}
.faq-area__title span {
  font-size: clamp(28px, 6vw, 37px);
}

.faq-area__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.8em;
  text-align: center;
  margin-bottom: clamp(12px, 3.5vw, 16px);
  letter-spacing: 0.05em;
}

.faq-area__accordion {
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-bottom: 10px;
}
.faq-area__accordion:last-of-type {
  margin-bottom: 107px;
}
.faq-area__accordion.is-open .faq-area__accordion__title span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-area__accordion.is-close .faq-area__accordion__contents {
  display: none;
}

.faq-area__accordion__title {
  padding: 13px 32px 13px 15px;
  line-height: 1.8;
  font-size: clamp(16px, 4.25vw, 21px);
  background: #d8d2b3;
  letter-spacing: -0.05em;
  border: none;
  color: #7f6b51;
  width: 100%;
  text-align: left;
}
.faq-area__accordion__title span {
  position: relative;
  display: block;
}
.faq-area__accordion__title span::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #7f6b51;
  position: absolute;
  top: 50%;
  right: -12px;
  transition: 0.4s;
}
.faq-area__accordion__title span::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #7f6b51;
  position: absolute;
  top: 26.5%;
  right: -3px;
  transition: 0.4s;
}

.faq-area__accordion__contents {
  background: #ffffff;
  padding: 13px 16px;
  line-height: 1.8;
}

.faq-area__answer {
  font-size: clamp(16px, 4.25vw, 21px);
  line-height: 1.65;
}

.faq-area__banner:hover {
  opacity: 0.85;
}

.close-area {
  box-sizing: border-box;
  background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_search_bg.png) no-repeat center top/cover;
  width: 100%;
  padding: 90px 42px;
  margin-top: 107px;
  color: #ffffff;
  text-align: center;
}

.close-area__lead-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(16px, 4.25vw, 21px);
  margin-bottom: 13px;
}

.close-area__catch-text {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(24px, 4.25vw, 32px);
  margin-bottom: clamp(20px, 7.5vw, 25px);
  line-height: 1.4;
}

.close-area__button {
  display: block;
  max-width: 348px;
  margin-inline: auto;
  background: #ad0003;
  color: #ffffff;
  font-size: clamp(16px, 4.25vw, 21px);
  letter-spacing: -0.03em;
  text-align: center;
  border-radius: 100px;
  padding: 20px 0;
}
.close-area__button span {
  display: block;
  position: relative;
}
.close-area__button span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  position: absolute;
  top: 50%;
  right: 4%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.ftr-smpl-2 {
  color: #ffffff;
  margin: auto 0 0;
  background-color: #ad0003;
  position: relative;
}
.ftr-smpl-2 a {
  color: #ffffff;
  text-decoration: none;
}
.ftr-smpl-2 a:hover {
  text-decoration: underline;
}
.ftr-smpl-2 .ftr-smpl-2__wrap {
  text-align: center;
}
.ftr-smpl-2 .ftr-smpl-2__inner {
  padding: 0 16px;
}
.ftr-smpl-2 .ftr-smpl-2__sns {
  margin: 12px 0;
}
.ftr-smpl-2 .ftr-smpl-2__info {
  line-height: 1em;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 16px 0;
}
.ftr-smpl-2 .ftr-smpl-2__copyright {
  color: #ffffff;
  margin: 8px 0 0 !important;
  font-size: 12px;
  font-weight: bold;
}
.ftr-smpl-2 .lp-logo {
  height: 28px;
  margin: 16px 0 0 !important;
}
.ftr-smpl-2 .lp-lst-sns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ftr-smpl-2 .lp-lst-icon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.ftr-smpl-2 .lp-lst-icon__link:hover {
  opacity: 0.85;
}
.ftr-smpl-2 .lp-lst-link__item {
  line-height: 1em;
}
.ftr-smpl-2 .lp-lst-link__item:hover {
  text-decoration: underline;
}
.ftr-smpl-2 .lp-lst-link__link {
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 834px) and (max-device-width: 834px) {
  .navi {
    display: none;
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .navi .inner {
    max-width: 100%;
    margin: 0 auto;
  }
  .navi ul {
    flex-direction: column;
    align-items: center;
  }
  .navi ul li {
    margin: 0;
    font-weight: 700;
    color: #7f6b51;
    text-align: center;
  }
  .navi-list:hover {
    color: #7f6b51;
  }
  .navi-list {
    padding: 7px 0;
  }
  .sp-navi {
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 72px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    cursor: pointer;
    background: url(https://img.furusato-tax.jp/img/x/city/files/09367/rice_marketprice_sp_menu.png) no-repeat center top/cover;
    border: none;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.25));
  }
  .sp-navi span {
    height: 2px;
    width: 24px;
    background: #ad0003;
    border-radius: 2px;
    transition: 0.3s;
  }
  .sp-navi.open {
    background: none;
    box-shadow: none;
    gap: 0;
  }
  .sp-navi.open span:first-child {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  .sp-navi.open span:nth-child(2) {
    -webkit-transform: translateY(1px) rotate(-45deg);
            transform: translateY(1px) rotate(-45deg);
  }
  .qr-code {
    display: none;
  }
  .content-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
  .mv-area {
    height: 100%;
    min-height: 360px;
    max-height: 425px;
  }
  .mv-area__title {
    max-width: 310px;
  }
  .lead-area {
    aspect-ratio: 9/10;
    width: 100%;
    height: 100%;
    min-height: 425px;
    max-height: 515px;
  }
  .lead-area__text {
    gap: 15px;
  }
  .lead-area__text p {
    font-size: clamp(18px, 4.25vw, 24px);
    line-height: 1.75em;
  }
  .search-area {
    padding: 80px 32px;
  }
  .search-area__icon {
    max-width: 32px;
  }
  .price-area {
    padding: 71px 23px 45px;
  }
  .price-area__wrap {
    padding: 48px 38px 38px;
    aspect-ratio: 9/15;
    width: 100%;
    height: 100%;
    min-height: 560px;
    max-height: 720px;
    background-position: center center;
    background-size: 99% 99%;
  }
  .price-area__box {
    gap: 10px;
    padding: 10px;
  }
  .price-area__box:not(:first-of-type) {
    margin-top: 18px;
    margin-bottom: 6px;
  }
  .price-area__icon {
    width: 50px;
    height: 60px;
  }
  .price-area__icon.badge5k::before {
    width: 32px;
    height: 32px;
    top: -20px;
    left: -20px;
  }
  .price-area__icon.badge10k::before {
    width: 32px;
    height: 32px;
    top: -20px;
    left: -20px;
  }
  .price-area__mark {
    font-size: 10px;
    padding: 3px 12px;
    margin-bottom: 6px;
  }
  .price-area__note {
    font-size: clamp(12px, 3.25vw, 22px);
    line-height: 1.65;
    margin-bottom: 20px;
  }
  .price-area__text {
    font-size: clamp(12px, 3.25vw, 22px);
    line-height: 1.65;
  }
  .merit-area {
    padding: 45px 0 80px;
  }
  .merit-area__odd .merit-area__detail {
    padding-right: 32px;
  }
  .merit-area__odd .merit-area__detail.no1::before {
    top: -93px;
    left: -70px;
  }
  .merit-area__odd .merit-area__detail.no3::before {
    top: -93px;
    left: -70px;
  }
  .merit-area__even .merit-area__detail {
    padding-left: 32px;
  }
  .merit-area__even .merit-area__detail.no2::before {
    top: -93px;
  }
  .merit-area__even .merit-area__detail.no4::before {
    top: -93px;
  }
  .merit-area__image {
    max-width: 139px;
    max-height: 214px;
  }
  .merit-area__catch {
    margin-bottom: 20px;
    font-size: clamp(20px, 5.25vw, 32px);
  }
  .merit-area__text {
    font-size: clamp(16px, 3.75vw, 26px);
  }
  .merit-area__anchor {
    padding: 0 32px;
  }
  .merit-area__button {
    padding: 13px 13px;
    border-radius: 4px;
    font-size: clamp(16px, 3.5vw, 22px);
    letter-spacing: 0.05em;
  }
  .merit-area__button span::after {
    right: 3px;
  }
  .guid-area {
    padding: 32px 0 40px;
  }
  .guide-area__image {
    max-width: clamp(195px, 32.25vw, 260px);
    margin-bottom: 40px;
  }
  .guide-area__catch {
    font-size: clamp(16px, 3.5vw, 22px);
    line-height: 1.64;
    right: -4.2em;
  }
  .guide-area__inner {
    padding: 0 32px;
  }
  .guide-area__text {
    font-size: clamp(16px, 4.25vw, 22px);
    margin-bottom: 40px;
  }
  .guide-area__overflow {
    padding-bottom: 4px;
    margin-bottom: 12px;
    margin-right: -28px;
  }
  .guide-area__table th {
    padding: 7px;
    font-size: 15px;
  }
  .guide-area__table td {
    padding: 12px 7px;
    font-size: 15px;
    line-height: 1.2;
  }
  .guide-area__table td span {
    font-size: 12px;
  }
  .guide-area__notes {
    font-size: 12px;
  }
  .guide-area__notes li:not(:first-child) {
    margin-top: 4px;
  }
  .guide-area__notes li::before {
    margin-right: 3px;
  }
  .select-area {
    padding: 40px 0 140px;
  }
  .select-area__inner {
    padding: 0 32px;
  }
  .select-area__lists {
    margin-bottom: 80px;
  }
  .select-area__item a {
    padding: 3px 9px 3px 10px;
    gap: 10px;
  }
  .select-area__icon {
    max-width: 32px;
  }
  .select-area__name {
    font-size: clamp(15px, 3.95vw, 21px);
  }
  .step-area {
    padding: 56px 0;
  }
  .step-area__inner {
    padding: 0 32px;
  }
  .step-area__image {
    max-width: clamp(195px, 32.25vw, 260px);
    margin-bottom: 70px;
  }
  .step-area__catch {
    font-size: clamp(16px, 3.5vw, 22px);
    line-height: 1.64;
    right: -4.2em;
  }
  .step-area__item:not(:first-of-type) {
    margin-top: 72px;
  }
  .step-area__item-image {
    max-width: clamp(150px, 32.25vw, 200px);
    margin: 0 auto 33px;
  }
  .faq-area {
    padding: 112px 0 80px;
  }
  .faq-area__inner {
    padding: 0 32px;
  }
  .faq-area__accordion:last-of-type {
    margin-bottom: 80px;
  }
  .faq-area__accordion.is-open .faq-area__accordion__title span::after {
    -webkit-transform: translateY(-45%) rotate(90deg);
            transform: translateY(-45%) rotate(90deg);
  }
  .faq-area__accordion__title {
    padding: 10px 28px 10px 12px;
  }
  .faq-area__accordion__title span::after {
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
  .faq-area__accordion__contents {
    padding: 10px 12px;
  }
  .close-area {
    padding: 67px 32px;
    margin-top: 80px;
  }
  .ftr-smpl-2 .lp-lst-link__item {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 835px), (min-device-width: 835px) {
  .ftr-smpl-2 .ftr-smpl-2__wrap {
    text-align: center;
  }
  .ftr-smpl-2 .ftr-smpl-2__inner {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    box-sizing: border-box;
  }
  .ftr-smpl-2 .lp-lst-link {
    display: block;
  }
  .ftr-smpl-2 .lp-lst-link__item {
    margin-bottom: 12px;
  }
  .ftr-smpl-2 .lp-lst-link__item:not(:last-child) {
    padding-right: 8px;
    border-right: none;
  }
}
