@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Sans+JP:wght@500&family=Outfit:wght@500;600;700&display=swap');

/*======================================================
Common layout
======================================================*/
body {
  font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #42210B;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}
a {
  color: #42210B;
  text-decoration: none;
}
.cmn-inr {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 4%;
  box-sizing: content-box;
}
.cmn-color-white {
  color: #fff;
}
.cmn-txt-01 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.83;
  letter-spacing: 0.075em;
}
.cmn-btn-01 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 296px;
  height: 68px;
  place-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  background: #fff;
}
.cmn-btn-01.is-color {
  background: #42210B;
  color: #fff;
}
.cmn-btn-01.is-wide {
  background: #BF2D2D;
  border: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  max-width: 480px;
  height: 88px;
}
.cmn-btn-01::after {
  content: "";
  width: 10px;
  aspect-ratio: 10/18;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow02.svg)no-repeat center /contain;
  position: absolute;
  top: calc(50% - 9px);
  right: 14px;
}
.cmn-btn-01.is-color::after,
.cmn-btn-01.is-wide::after {
  background: #fff;
  mask: url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow02.svg)no-repeat center /contain;
}
.header {
  background: #42210B;
  padding: 22px 0 11px;
}
.mv {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_mv.jpg)no-repeat center /cover;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 62px 0 32px;
}
.mv__ttl {
  font-size: 26px;
  font-weight: 500;
  font-family: Outfit;
  margin-bottom: 20px;
}
.mv__ttl span {
  display: block;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.mv__img {
  margin-top: 45px;
}
.mv__img img {
  max-width: 100%;
  height: auto;
}
.nav {
  background: #42210B;
  color: #fff;
  text-align: center;
  border-top: 1px solid #fff;
}
.nav__ttl {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.075em;
  padding: 7px 0;
}
.nav__ttl::before {
  content: "";
  width: calc(100% + 80px);
  height: 1px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.nav__ttl span {
  position: relative;
  display: inline-block;
  background: #42210B;
  padding: 0 10px;
}
.nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #fff;
}
.nav__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
}
.nav__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 1;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  place-content: center;
  align-items: center;
  letter-spacing: 0.075em;
  padding: 45px 0 63px;
}
.nav__item a::after {
  content: "";
  width: 24px;
  aspect-ratio: 24 / 14;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow01.svg) no-repeat center / contain;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 12px);
  transition: transform .5s ease;
}
.nav__item.is-01 a {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_nav_01.jpg)no-repeat center /cover;
}
.nav__item.is-02 a {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_nav_02.jpg)no-repeat center /cover;
}
.nav__item.is-03 a {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_nav_03.jpg)no-repeat center /cover;
}
.intro {
  text-align: center;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_intro_02.jpg)no-repeat top right /1018px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_intro_01.jpg)no-repeat left calc(50% - 380px) bottom -35px /882px;
  letter-spacing: 0.075em;
  padding: 150px 0 100px;
}
.intro__ttl {
  font-family: Outfit;
  width: 100%;
  max-width: 427px;
  margin: 0 auto;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/frame01.svg)no-repeat top left /30px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/frame02.svg)no-repeat bottom right /30px;
  padding: 33px 0 28px;
}
.intro__ttl span {
  display: inline-block;
  text-align: right;
  font-size: 22px;
}
.intro__ttl em {
  display: block;
  font-weight: 600;
  line-height: 1.1;
  font-style: normal;
  letter-spacing: 0.04em;
  font-size: 32px;
}
.intro__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.77;
}
.intro__lead {
  margin: 67px 0 14px;
}
.intro__lead02 {
  font-size: 28px;
  font-weight: 600;
  margin: 10px 0 14px;
  letter-spacing: 0.075em;
}
.intro__tester {
  background: linear-gradient(to right, #6c2b00 0%, #0d0702 100%);
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
  max-width: 800px;
  width: 82%;
  margin: 134px auto 0;
  padding: 32px 4% 38px;
}
.intro__tester-ttl {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.intro__btn {
  margin-top: 25px;
}
.step {
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  padding: 113px 0 74px;
}
.step img {
  max-width: 100%;
  height: auto;
}
.step__ttl {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.step__ttl-img {
  position: absolute;
  right: calc(100% - 46px);
  top: -50px;
  width: 140px;
}
.step.is-01 {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step01_01.jpg)repeat-y center /cover;
}
.step.is-02 {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step02.png)no-repeat center /cover, #F7F5F0;
  color: #42210B;
}
.step.is-03 {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step03.jpg)no-repeat center /cover;
}
.step01__lyt01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 70px;
}
.step01__lyt01-item {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step01_03.png)no-repeat top 20px left 20px /200px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow03.svg)no-repeat bottom 20px right 20px /40px, #241508;
  color: #fff;
  padding: 52px 8% 61px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  border: none;
  cursor: pointer;
}
.step01__lyt01-item:nth-child(2n) {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step01_04.png)no-repeat top 20px left 20px /200px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow04.svg)no-repeat bottom 20px right 20px /40px, #EFEBE1;
  color: #42210B;
}
.step01__lyt01-ttl {
  font-family: Noto Serif JP;
  font-weight: 500;
  font-size: 21px;
}
.step01__lyt01-img {
  max-width: 300px;
  aspect-ratio: 300 / 200;
  margin: 20px auto 26px;
  border-radius: 0 20px 0 20px;
  line-height: 1;
  overflow: hidden;
}
.step01__lyt01-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.step01__lyt01-txt {
  font-family: Noto Sans JP;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.025em;
  font-size: 14px;
}
.step01__lyt01-txt span {
  font-size: 23px;
  margin: 1px 0;
  display: inline-block;
}
.step__lyt03 {
  display: grid;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}
.step__lyt03-img {
  position: relative;
  height: 535px;
}
.step__lyt03-img img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 625px;
  height: 100%;
  object-fit: cover;
}
.step__lyt03-unit {
  text-align: center;
}
.step__lyt03-ttl {
  border-bottom: 1px solid color-mix(in srgb, #fff 40%, transparent);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.step__lyt03-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.22;
  margin-bottom: 25px;
}
.step__lyt03 .cmn-btn-01[href=""] {
  pointer-events: none;
}
.step__lyt03 .cmn-btn-01[href=""]::before {
  content: "coming soon";
  color: #fff;
  place-content: center;
  width: 100%;
  height: 100%;
  background: #676767d9;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.step__img {
  background: #fff;
  text-align: center;
}
.step__img img {
  max-width: 790px;
  width: 100%;
}
.news {
  text-align: center;
  padding: 80px 0 60px;
}
.news__ttl {
  font-family: Outfit;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-size: 32px;
  margin-bottom: 35px;
}
.news__btn {
  margin-top: 55px;
}
.tester {
  background: linear-gradient(to right, #6c2b00 0%, #0d0702 100%);
  color: #fff;
  text-align: center;
  padding: 45px 0 40px;
}
.tester__ttl {
  letter-spacing: 0.1em;
  font-size: 36px;
  border-bottom: 1px solid #fff;
  padding-bottom: 35px;
  max-width: 808px;
  margin: 0 auto 30px;
}
.tester__txt {
  font-size: 18px;
  letter-spacing: 0.075em;
  line-height: 2.22;
  margin-top: 17px;
}
.tester__select {
  max-width: 808px;
  margin: 35px auto 0;
}
.tester__select img {
  max-width: 100%;
  height: auto;
}
.tester__select-ttl {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.tester__select-list {
  display: grid;
  gap: 28px;
  margin: 26px 0 42px;
}
.tester__select-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  background: #fff;
  color: #42210B;
}
.tester__select-lead {
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/frame01.svg)no-repeat top left /30px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/frame02.svg)no-repeat bottom right /30px;
  margin: 35px 35px 20px;
  padding: 10px 0;
  place-content: center;
  font-weight: 600;
}
.tester__select-txt {
  font-family: Noto Sans JP;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.625;
  margin-bottom: 40px;
  place-content: center;
}
.tester__form-txt {
  font-size: 28px;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: 500;
}
.tester__select-img {
  line-height: 0;
}
.tester__note {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  margin-top: 50px;
}
.footer {
  background: #F7F5F0;
  font-family: Noto Sans JP;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 30px 0;
}
.footer .cmn-inr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 20px;
}
/*======================================================
modal
======================================================*/
.modal {
  background: #fff;
  border: none;
  width: 92%;
  max-width: 1100px;
  padding: 2% 4%;
  text-align: left;
}
.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.modal__inr {
  max-width: 1010px;
  margin: 0 auto;
}
.modal__ttl {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
.modal__data-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 30px;
  margin-bottom: 40px;
}
.modal__data {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.modal__content {
  display: grid;
  gap: 40px;
}
.modal__info {
  display: grid;
  gap: 20px;
}
.modal__detail {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
}
.modal__detail.is-01::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/icon_modal_01.svg)no-repeat center /contain;
}
.modal__detail.is-02::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/icon_modal_02.svg)no-repeat center /contain;
}
.modal__detail.is-03::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/icon_modal_03.svg)no-repeat center /contain;
}
.modal__detail dt {
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  border: 1px solid;
  margin-bottom: 17px;
}
.modal__detail dd {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.modal__img {
  display: grid;
  gap: 10px;
}
.modal__img img {
  max-width: 100%;
  height: auto;
}
.modal__btn {
  text-align: center;
  margin-top: 30px;
}
.fixed-bnr {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.fixed-bnr a {
  display: block;
  position: relative;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.15));
  max-width: 352px;
  width: calc(100% - 10px);
  margin-left: auto;
}
.fixed-bnr a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.fixed-bnr__close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.fixed-bnr__close img {
  width: 18px;
  height: 18px;
}
.fixed-bnr.is-hidden {
  display: none;
}


@media screen and (min-width: 661px) {
  body {
    font-size: 16px;
  }
  .pc-none {
    display: none !important;
  }
  a,
  button {
    transition: opacity .5s ease;
  }
  a:hover,
  button:hover {
    opacity: .7;
  }
  .nav__item a:hover::after {
    transform: translateY(10px);
  }
  .step01__lyt01 {
    grid-template-columns: repeat(3, 1fr);
  }
  .step__lyt03 {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .tester__select-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal__content {
    grid-template-columns: 1fr min(330px, 43%);
  }
}
@media screen and (max-width:660px) {
  .sp-none {
    display: none !important;
  }
  .cmn-txt-01 {
    font-size: 16px;
    line-height: 1.6;
  }
  .cmn-btn-01 {
    height: 58px;
    font-size: 15px;
  }
  .cmn-btn-01.is-wide {
    font-size: 17px;
    height: 68px;
  }
  .header {
    padding: 15px 0;
  }
  .header__logo img {
    max-width: 60%;
  }
  .mv {
    background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_mv_sp.jpg)no-repeat center /cover;
  }
  .mv__ttl {
    font-size: 13px;
  }
  .mv__ttl span {
    font-size: 27px;
  }
  .mv__img img {
    max-width: 80%;
  }
  .nav__ttl {
    font-size: 16px;
  }
  .nav__item a {
    font-size: 15px;
    padding: 35px 0 45px;
  }
  .nav__item a::after {
    bottom: 15px;
  }
  .intro {
    background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_intro_02.jpg) no-repeat top right / 509px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_intro_01.jpg) no-repeat left calc(50% - 150px) bottom 140px / 441px;
    padding: 70px 0 40px;
  }
  .intro__lead {
    margin: 27px 0 10px;
  }
  .intro__ttl {
    max-width: 280px;
    padding: 25px 0 20px;
  }
  .intro__ttl em {
    font-size: 22px;
  }
  .intro__ttl span {
    font-size: 16px;
  }
  .intro__txt {
    font-size: 14px;
  }
  .intro__lead02 {
    font-size: 18px;
  }
  .intro__tester {
    padding: 22px 5% 28px;
    margin-top: 60px;
  }
  .step {
    padding: 53px 0 40px;
  }
  .step__ttl {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .step__ttl-img {
    right: calc(100% - 30px);
    top: -22px;
    width: 70px;
  }
  .step01__lyt01-item,
  .step01__lyt01-item:nth-child(4) {
    background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step01_03.png)no-repeat top 10px left 10px /100px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow03.svg)no-repeat bottom 15px right 10px /30px, #241508;
    padding: 30px 8% 52px;
    color: #fff;
  }
  .step01__lyt01-item:nth-child(2),
  .step01__lyt01-item:nth-child(3) {
    background: url(/jp/agri/campaign/2026/02/your_rice_stand/img/bg_step01_04.png)no-repeat top 10px left 10px /100px, url(/jp/agri/campaign/2026/02/your_rice_stand/img/arrow04.svg)no-repeat bottom 15px right 10px /30px, #EFEBE1;
    color: #241508;
  }
  .step01__lyt01-ttl {
    font-size: 14px;
  }
  .step01__lyt01-txt {
    font-size: 13px;
  }
  .step01__lyt01-txt span {
    font-size: 18px;
  }
  .step__lyt03 {
    margin-top: 15px;
  }
  .step__lyt03-img {
    height: auto;
    aspect-ratio: 625 / 535;
  }
  .step__lyt03-ttl {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .step__lyt03-txt {
    font-size: 14px;
  }
  .news {
    padding: 40px 0 30px;
  }
  .news__btn {
    margin-top: 30px;
  }
  .tester__ttl {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tester__txt {
    font-size: 14px;
  }
  .tester__select-ttl {
    font-size: 16px;
  }
  .tester__select-list {
    margin: 15px 0 20px;
  }
  .tester__select-lead {
    margin: 25px 35px 17px;
    padding: 15px 0;
  }
  .tester__select-txt {
    font-size: 13px;
  }
  .tester__form-txt {
    font-size: 16px;
    line-height: 1.5;
  }
  .tester__form-txt .sp-none {
    display: none;
  }
  .tester__note {
    margin-top: 30px;
    font-size: 13px;
  }
  .footer small {
    font-size: 10px;
  }
  .fixed-bnr {
    bottom: 15px;
    right: 5px;
  }
  /*======================================================
  modal
  ======================================================*/
  .modal {
    padding: 30px 6%;
  }
  .close-modal {
    top: 10px;
    right: 10px;
  }
  .modal__data-wrap {
    margin-bottom: 25px;
  }
  .modal__inr {
    display: grid;
  }
  .modal__ttl {
    font-size: 18px;
    padding-right: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
    order: 1;
  }
  .modal__data-wrap {
    order: 2;
  }
  .modal__data {
    font-size: 14px;
  }
  .modal__content {
    display: contents;
  }
  .modal__detail {
    grid-template-columns: 60px 1fr;
  }
  .modal__detail dt {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal__detail dd {
    font-size: 12.5px;
  }
  .modal__info {
    order: 3;
  }
  .modal__btn {
    margin-top: 20px;
    order: 4;
  }
  .modal__img {
    order: 5;
    margin-top: 20px;
  }
}