@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 768px) {
  a {
    transition: opacity 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.l-contents-uz-orezo {
  font-family: "Noto Serif JP", serif;
}
.l-contents-uz-orezo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .pc-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .pc-non {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .pc-non {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .sp-only {
    display: block;
  }
}
.l-contents-uz-orezo .kv__block .kv__block--img {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .kv__block .kv__block--img {
    width: 100%;
  }
}
.l-contents-uz-orezo .product__block {
  background-image: url(/-/Media/com/uv-orezo/20260415/pc.anchor.bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block {
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.anchor.bg.jpg);
    background-size: cover;
    background-position: center;
  }
  .l-contents-uz-orezo .product__block {
    padding-top: 4vw;
  }
  .l-contents-uz-orezo .product__block {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block .product__block-inner {
    display: block;
    margin-inline: auto;
  }
  .l-contents-uz-orezo .product__block .product__block-inner {
    padding-top: 0.8333333333vw;
  }
  .l-contents-uz-orezo .product__block .product__block-inner {
    width: 34.5138888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-inner {
    width: 81.3333333333vw;
  }
  .l-contents-uz-orezo .product__block .product__block-inner {
    margin-left: 6vw;
  }
}
.l-contents-uz-orezo .product__block .product__block-contents {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block--img {
    margin-right: 4.8611111111vw;
  }
  .l-contents-uz-orezo .product__block .product__block-contents .product__block--img {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block--img {
    width: 29.3333333333vw;
  }
}
.l-contents-uz-orezo .product__block .product__block-contents .product__block-text {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block-text {
    padding-left: 6.6666666667vw;
  }
}
.l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-title {
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-title {
    font-size: 1.9444444444vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-title {
    font-size: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-subtitle {
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-subtitle {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents .product__block-text .product__block-subtitle {
    font-size: 2.9333333333vw;
  }
}
.l-contents-uz-orezo .product__block .product__block-contents::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000b5c;
  border: 2px solid #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    width: 1.9444444444vw;
  }
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    height: 1.9444444444vw;
  }
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    right: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    border: none;
    background-size: 45%;
  }
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    width: 5.8666666667vw;
  }
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    height: 5.8666666667vw;
  }
  .l-contents-uz-orezo .product__block .product__block-contents::after {
    right: -7.3333333333vw;
  }
}
.l-contents-uz-orezo .section01__block {
  background-image: url(/-/Media/com/uv-orezo/20260415/pc.section01.bg.jpg);
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block {
    padding-bottom: 18.0555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section01.bg.jpg);
  }
  .l-contents-uz-orezo .section01__block {
    padding-bottom: 25.3333333333vw;
  }
}
.l-contents-uz-orezo .section01__block .section01__block-inner {
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    max-width: 62.5vw;
  }
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    padding-top: 7.5vw;
  }
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    padding-bottom: 5.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    padding-top: 19.4666666667vw;
  }
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    padding-left: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section01__block .section01__block-inner {
    padding-right: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section01__block .section01__block-img {
  display: block;
}
.l-contents-uz-orezo .section01__block .section01__block-img img {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .section01__block-img img {
    width: 16.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .section01__block-img img {
    width: 49.3333333333vw;
  }
}
.l-contents-uz-orezo .section01__block .logo__text {
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .logo__text {
    font-size: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section01__block .logo__text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .logo__text {
    font-size: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section01__block .logo__text {
    margin-top: 5.8666666667vw;
  }
}
.l-contents-uz-orezo .section01__block .logo__text-block {
  color: #ffffff;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .logo__text-block {
    font-size: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section01__block .logo__text-block {
    margin-top: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .logo__text-block {
    font-size: 4.2666666667vw;
  }
  .l-contents-uz-orezo .section01__block .logo__text-block {
    margin-top: 12vw;
  }
  .l-contents-uz-orezo .section01__block .logo__text-block {
    letter-spacing: -0.01em;
  }
}
.l-contents-uz-orezo .section01__block .logo__text-block .text__color {
  color: #ecce97;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .logo__text-block + .logo__text-block {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .logo__text-block + .logo__text-block {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .cm__block {
    margin-top: 11.3333333333vw;
  }
}
.l-contents-uz-orezo .section01__block .cm__block-title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .cm__block-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .cm__block-title {
    font-size: 9.0666666667vw;
  }
}
.l-contents-uz-orezo .section01__block .cm__block-img {
  display: block;
  margin-inline: auto;
}
.l-contents-uz-orezo .section01__block .cm__block-img iframe {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    margin-top: 2.4305555556vw;
  }
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    width: 52.7777777778vw;
  }
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    height: 29.7222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    margin-top: 4vw;
  }
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    width: 89.3333333333vw;
  }
  .l-contents-uz-orezo .section01__block .cm__block-img iframe {
    height: 50.2666666667vw;
  }
}
.l-contents-uz-orezo .section02__block {
  position: relative;
}
.l-contents-uz-orezo .section02__block .section02__block-img-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container {
    margin-top: -12.3611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container {
    margin-top: -13.4666666667vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-bgimg img {
  width: 100%;
  display: block;
}
.l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text {
  position: absolute;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text {
    top: 50%;
    left: 49%;
    transform: translate(-49%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-subtitle {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-subtitle {
    font-size: 4.2666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-subtitle {
    margin-bottom: 1.3333333333vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-title {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-title {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-img-container .section02__block-text .section02__block-title {
    font-size: 9.0666666667vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner {
  background: linear-gradient(115deg, #ffffff 0%, #b3d4ff 100%);
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner {
    padding-bottom: 19.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner {
    padding-top: 2.6666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner {
    padding-bottom: 25.8666666667vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__block-img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__block-img {
    padding-top: 4.1666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__block-img {
    width: 44.8611111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__block-img {
    width: 89.3333333333vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    margin-top: 5.5555555556vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.accordion-close-bg.png);
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    width: 45.1388888889vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    min-height: 4.1666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.accordion-close-bg.png);
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    margin-top: 6.5333333333vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    width: 89.3333333333vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    min-height: 13.3333333333vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion.is-open {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.accordion.bg.png);
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion.is-open {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.accordion.bg.png);
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text {
  text-align: center;
  color: #000b5c;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text {
    padding-top: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text {
    padding-top: 4vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text {
    font-size: 4vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
  content: "+";
  position: absolute;
  transform: translateY(-50%);
  color: #000b5c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    top: 70%;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    font-size: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    right: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    top: 65%;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    font-size: 4.8vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text::after {
    right: 4vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accrdion-text.is-open::after {
  content: "−";
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
  display: none;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    margin-top: 1.0416666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    border-radius: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-top: 2.7777777778vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-right: 8.3333333333vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-bottom: 2.9861111111vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-left: 8.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    margin-top: 3.4666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    border-radius: 0.6666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-top: 10.6666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-right: 4.8vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-bottom: 10.6666666667vw;
  }
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner {
    padding-left: 4.8vw;
  }
}
.l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner .section02__accordion-img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner .section02__accordion-img {
    width: 28.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section02__block .section02__block-inner .section02__accordion .section02__accordion-inner .section02__accordion-img {
    width: 79.7333333333vw;
  }
}
.l-contents-uz-orezo .section03__block {
  position: relative;
}
.l-contents-uz-orezo .section03__block .section03__block-img-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container {
    margin-top: -12.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container {
    margin-top: -12.5333333333vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-bgimg img {
  width: 100%;
  display: block;
}
.l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text {
  position: absolute;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text {
    top: 50%;
    left: 49%;
    transform: translate(-49%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text {
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-subtitle {
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-subtitle {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-subtitle {
    letter-spacing: 0.22em;
  }
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-subtitle {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-subtitle {
    margin-bottom: 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-title {
    font-size: 3.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-title {
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .l-contents-uz-orezo .section03__block .section03__block-img-container .section03__block-text .section03__block-title {
    font-size: 9.0666666667vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner {
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section03.bg.jpg);
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    padding-bottom: 13.8888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section03.bg.under.jpg);
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    padding-top: 10.6666666667vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    padding-bottom: 29.0666666667vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    padding-left: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner {
    padding-right: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-contents-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-contents-wrapper {
    height: 37.4305555556vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img {
    width: 43.0555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img {
    width: 59.6vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list {
    margin-top: 2.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list {
    flex-direction: column;
    width: 100%;
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list {
    gap: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links {
    width: 23.9583333333vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links {
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links:not(:last-child) {
    margin-right: 1.3888888889vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links .section03__block-list-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links .section03__block-list-img {
    width: 24.0972222222vw;
  }
}
.l-contents-uz-orezo .section03__block .section03__block-inner .section03__block-img-list .section03__block-img-links .section03__block-list-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-contents-uz-orezo .section03__block .section03__block-notice {
  text-align: center;
  color: white;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section03__block .section03__block-notice {
    margin-top: 1.9444444444vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section03__block .section03__block-notice {
    margin-top: 4.6666666667vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-notice {
    font-size: 2.5333333333vw;
  }
  .l-contents-uz-orezo .section03__block .section03__block-notice {
    letter-spacing: -0.03em;
  }
}
.l-contents-uz-orezo .section04__block {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section04.test.png);
  }
  .l-contents-uz-orezo .section04__block {
    padding-bottom: 18.75vw;
  }
  .l-contents-uz-orezo .section04__block {
    margin-top: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section04.bg.png);
  }
  .l-contents-uz-orezo .section04__block {
    margin-top: -14.5333333333vw;
  }
  .l-contents-uz-orezo .section04__block {
    padding-bottom: 26.6666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-text {
  text-align: center;
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-text {
    padding-top: 10.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-text {
    padding-top: 18.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text {
    padding-left: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-subtitle {
    font-size: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-subtitle {
    margin-bottom: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-subtitle {
    font-size: 3.7333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-subtitle {
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title {
    font-size: 7.2vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
  content: "";
  display: block;
  margin-inline: auto;
  background-color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    width: 4.1666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    height: 0.1388888889vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    width: 10.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    height: 0.2666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-title::after {
    margin-top: 3.4666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-text .section04__block-text-lead {
  text-align: center;
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-text-lead {
    margin-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-text-lead {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-text-lead {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-text .section04__block-text-lead {
    font-size: 4.2666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-img {
    margin-top: 2.0833333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-img {
    width: 36.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-img {
    margin-top: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-img {
    width: 89.3333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-img .section04__block-list-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-img .section04__block-list-img:not(:last-child) {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-img .section04__block-list-img:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-img .section04__block-list-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-contents-uz-orezo .section04__block .section04__block-notice {
  text-align: center;
  color: #000b5c;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-notice {
    margin-top: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-notice {
    margin-top: 4vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-notice {
    font-size: 2.5333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    row-gap: 2.2916666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    margin-top: 4.4444444444vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    max-width: 62.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    row-gap: 2vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list {
    max-width: 89.3333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    width: 100%;
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section04.prod.bg.png);
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    width: 100%;
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section04.prod.bg.png);
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-top: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-right: 2.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-bottom: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item {
    padding-left: 2.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) {
    grid-column: 1/-1;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) {
    padding-top: 7.4666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) {
    padding-right: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) {
    padding-bottom: 7.4666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) {
    padding-left: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #000b5c;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-lead {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-lead {
    font-size: 3.7333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-lead .sup {
  font-size: 0.6em;
  vertical-align: top;
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-notice {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-notice {
    font-size: 0.8333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-notice {
    margin-top: 0.2777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-notice {
    font-size: 2.4vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-notice {
    margin-top: 2.6666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-left: 2.7777777778vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-right: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-left: 9.7333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img {
    margin-right: 29.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-sp {
    width: 32.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-sp {
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-img--offset {
    margin-top: 2.4305555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-img--mt70 {
    margin-top: 10.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-img--img04 {
    margin-top: 2.2916666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-img--img04 {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-img.section04__block-product-img03 {
    width: 16.6666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #000b5c;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    letter-spacing: 0.02em;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    font-size: 1.25vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    letter-spacing: -0.02em;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-sub {
    margin-top: 3.7333333333vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #000b5c;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
    font-size: 0.9722222222vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
    line-height: 1.4;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
    font-size: 2.4vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-name {
    margin-top: 1.8666666667vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link {
    width: 20.8333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link {
    width: 34.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link {
    padding-top: 3.2vw;
  }
}
.l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item .section04__block-product-link .section04__block-product-link-img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-lead {
    font-size: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-img {
    width: 50vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-img {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-sub {
    font-size: 4.2666666667vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-sub {
    margin-top: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-name {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-name {
    margin-top: 1.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-link {
    width: 53.3333333333vw;
  }
  .l-contents-uz-orezo .section04__block .section04__block-product-list .section04__block-product-item:nth-child(-n+2) .section04__block-product-link {
    padding-top: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section05__block {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section05.bg.png);
  }
  .l-contents-uz-orezo .section05__block {
    padding-bottom: 20.0694444444vw;
  }
  .l-contents-uz-orezo .section05__block {
    margin-top: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section05.bg.png);
  }
  .l-contents-uz-orezo .section05__block {
    padding-bottom: 27.6vw;
  }
  .l-contents-uz-orezo .section05__block {
    margin-top: -13.7333333333vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-text {
  text-align: center;
  color: #241500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-text {
    padding-top: 10.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-text {
    padding-top: 18.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text {
    padding-left: 4.5333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text {
    padding-right: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-subtitle {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-subtitle {
    letter-spacing: 0.04em;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-subtitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title {
    letter-spacing: -0.02em;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title {
    font-size: 7.2vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title {
    margin-top: 2vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
  content: "";
  display: block;
  margin-inline: auto;
  background-color: #241500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    width: 4.1666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    height: 0.1388888889vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    width: 9.8666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    height: 0.2666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-title::after {
    margin-top: 3.2vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead {
  text-align: center;
  color: #241500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead {
    margin-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead {
    margin-top: 7.6vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead {
    font-size: 4.2666666667vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-text .section05__block-text-lead .sup {
  font-size: 0.6em;
  vertical-align: top;
}
.l-contents-uz-orezo .section05__block .section05__block-img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-img {
    margin-top: 2.0833333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-img {
    width: 36.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-img {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-img {
    width: 89.3333333333vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-img .section05__block-list-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-img .section05__block-list-img:not(:last-child) {
    margin-bottom: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-img .section05__block-list-img:not(:last-child) {
    margin-bottom: 1.3333333333vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-img .section05__block-list-img img {
  display: block;
  width: 100%;
  height: auto;
}
.l-contents-uz-orezo .section05__block .section05__block-notice {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
  color: #241500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-notice {
    margin-top: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-notice {
    margin-top: 2.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-notice {
    font-size: 2.5333333333vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    row-gap: 2.2916666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    margin-top: 4.4444444444vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    max-width: 62.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    -moz-column-gap: 1.8666666667vw;
         column-gap: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    margin-top: 8vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list {
    max-width: 92vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
  background-image: url(/-/Media/com/uv-orezo/20260415/pc.section05.prod.bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    width: 100%;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    width: 100%;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    min-height: 104.2666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-right: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-bottom: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item {
    padding-left: 1.8666666667vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #241500;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-lead {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-lead {
    font-size: 3.7333333333vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice {
    margin-top: 2.8vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
  display: inline-block;
  color: #241500;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    font-size: 0.8333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    width: 5.2777777778vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-top: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-bottom: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-left: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-right: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    font-size: 2.1333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    min-width: 12.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-top: 0.5333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-bottom: 0.5333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-left: 0.8vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-notice.section05__block-product-notice--boxed {
    padding-right: 0.8vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    margin-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    width: 17.4305555556vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    margin-left: 2.7777777778vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    margin-right: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    width: 30.5333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img--offset {
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img--offset {
    width: 30.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img-right {
    margin-top: 3.3333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img-right {
    margin-left: 3.3333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img-right {
    margin-right: 11.1111111111vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-img.section05__block-product-img-right {
    width: 16.3194444444vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #241500;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
    font-size: 1.25vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
    letter-spacing: -0.02em;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-sub {
    margin-top: 5.6vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-name {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #241500;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-name {
    font-size: 0.9722222222vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-name {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-name {
    font-size: 2.4vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-name {
    margin-top: 1.8666666667vw;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
    width: 20.8333333333vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
    width: 34.6666666667vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
    padding-top: 4vw;
  }
  .l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link {
    margin-top: auto;
  }
}
.l-contents-uz-orezo .section05__block .section05__block-product-list .section05__block-product-item .section05__block-product-link .section05__block-product-link-img {
  display: block;
  width: 100%;
}
.l-contents-uz-orezo .section06__block {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section06.bg.png);
  }
  .l-contents-uz-orezo .section06__block {
    padding-bottom: 20.0694444444vw;
  }
  .l-contents-uz-orezo .section06__block {
    margin-top: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section06.bg.png);
  }
  .l-contents-uz-orezo .section06__block {
    padding-bottom: 28vw;
  }
  .l-contents-uz-orezo .section06__block {
    margin-top: -14.1333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-text {
  text-align: center;
  color: #005e83;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-text {
    padding-top: 10.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-text {
    padding-top: 18.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-text {
    padding-left: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-text {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-subtitle {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-subtitle {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-title {
    font-size: 7.2vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-title::after {
  content: "";
  display: block;
  margin-inline: auto;
  background-color: #005e83;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    width: 4.1666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    height: 0.1388888889vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    width: 9.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    height: 0.2666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-title::after {
    margin-top: 3.2vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-text-lead {
  text-align: center;
  color: #005e83;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-text-lead {
    margin-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-text-lead {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-text-lead {
    letter-spacing: -0.02em;
  }
  .l-contents-uz-orezo .section06__block .section06__block-text-lead {
    margin-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-text-lead {
    font-size: 4.2666666667vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-img {
  display: grid;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-img {
    margin-top: 2.0833333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    width: 36.1111111111vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    -moz-column-gap: 0.5555555556vw;
         column-gap: 0.5555555556vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    row-gap: 0.5555555556vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-img {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    margin-top: 6.2666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    max-width: 89.3333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img {
    row-gap: 1.3333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img {
  display: block;
}
.l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img:nth-child(5) {
    grid-column: 1/-1;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img:nth-child(5) {
    grid-column: 1/-1;
  }
  .l-contents-uz-orezo .section06__block .section06__block-img .section06__block-list-img:nth-child(5) {
    margin-top: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding: 0;
    margin-inline: auto;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    margin-top: 4.8vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    max-width: 82.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badges {
    row-gap: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-badge {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    color: #005e83;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #005e83;
    border-radius: 999px;
    letter-spacing: 0.04em;
    line-height: 1;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badge {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badge {
    padding-top: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-badge {
    padding-bottom: 1.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    color: #005e83;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #005e83;
    border-radius: 6px;
    margin-inline: auto;
    line-height: 1.55;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    margin-top: 1.6vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    max-width: 82.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    font-size: 2.4vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    padding-top: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    padding-bottom: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    padding-left: 2.1333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-allergy {
    padding-right: 2.1333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-notice {
  text-align: center;
  color: #005e83;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    margin-top: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    margin-top: 3.2vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    padding-left: 4vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    padding-right: 4vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-notice {
    font-size: 2.5333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    row-gap: 2.2916666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    -moz-column-gap: 1.6666666667vw;
         column-gap: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    margin-top: 4.4444444444vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    max-width: 62.7777777778vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    -moz-column-gap: 2.1333333333vw;
         column-gap: 2.1333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    row-gap: 3.0666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    margin-top: 6.2666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list {
    max-width: 89.3333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
  background-image: url(/-/Media/com/uv-orezo/20260415/pc.section06.prod.bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    width: 100%;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    padding-top: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    padding-bottom: 3.4722222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.section06.prod.bg.png);
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    background-image: none;
    background-color: #ffffff;
    width: 100%;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    border-radius: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    padding-top: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    padding-bottom: 6.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.section06.prod.bg.png);
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-lead {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #005e83;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-lead {
    font-size: 1.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-lead {
    min-height: 3.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-lead {
    font-size: 2.9333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-lead .sup {
  font-size: 0.6em;
  vertical-align: top;
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice {
    margin-top: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice {
    margin-top: 1.0666666667vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
  display: inline-block;
  color: #005e83;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    font-size: 0.8333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    width: 5.2777777778vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-top: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-bottom: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-left: 0.3472222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-right: 0.3472222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    font-size: 2.1333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    min-width: 20vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-top: 1.0666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-bottom: 1.0666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-left: 1.8666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-notice.section06__block-product-notice--boxed {
    padding-right: 1.8666666667vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
    margin-top: 2.5vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
    margin-left: 2.7777777778vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
    margin-right: 11.1111111111vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
    width: 30.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-img.section06__block-product-img--offset {
    margin-top: 35px;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-sub {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #005e83;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-sub {
    font-size: 1.25vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-sub {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-sub {
    font-size: 2.9333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-sub {
    margin-top: 5.3333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-name {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #005e83;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-name {
    font-size: 0.9722222222vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-name {
    margin-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-name {
    font-size: 2.4vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-name {
    margin-top: 2.2666666667vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link {
    width: 20.8333333333vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link {
    margin-top: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link {
    width: 34.6666666667vw;
  }
  .l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link {
    margin-top: 2.9333333333vw;
  }
}
.l-contents-uz-orezo .section06__block .section06__block-product-list .section06__block-product-item .section06__block-product-link .section06__block-product-link-img {
  display: block;
  width: 100%;
}
.l-contents-uz-orezo .section07__block {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center 0%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/pc.setcion07.bg.png);
  }
  .l-contents-uz-orezo .section07__block {
    padding-bottom: 8.3333333333vw;
  }
  .l-contents-uz-orezo .section07__block {
    margin-top: -11.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block {
    background-image: url(/-/Media/com/uv-orezo/20260415/sp.setcion07.bg.png);
  }
  .l-contents-uz-orezo .section07__block {
    padding-bottom: 8vw;
  }
  .l-contents-uz-orezo .section07__block {
    margin-top: -14.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .section07__block-primary,
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    max-width: 45.1388888889vw;
  }
  .l-contents-uz-orezo .section07__block .section07__block-primary,
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .section07__block-primary,
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    padding-left: 5.3333333333vw;
  }
  .l-contents-uz-orezo .section07__block .section07__block-primary,
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    padding-right: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .section07__block-secondary {
    margin-top: 9.3333333333vw;
  }
}
.l-contents-uz-orezo .section07__block .section07__block-text {
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .section07__block-text {
    padding-top: 11.4583333333vw;
  }
  .l-contents-uz-orezo .section07__block .section07__block-text {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .section07__block-text {
    padding-top: 16vw;
  }
  .l-contents-uz-orezo .section07__block .section07__block-text {
    margin-bottom: 6.6666666667vw;
  }
}
.l-contents-uz-orezo .section07__block .section07__block-text .section07__block-title {
  color: #ffffff;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .section07__block-text .section07__block-title {
    font-size: 2.6388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .section07__block-text .section07__block-title {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .section07__block-secondary .section07__block-text {
    padding-top: 0;
  }
  .l-contents-uz-orezo .section07__block .section07__block-secondary .section07__block-text {
    margin-top: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .section07__block-secondary .section07__block-text {
    padding-top: 0;
  }
}
.l-contents-uz-orezo .section07__block .store__block-primary,
.l-contents-uz-orezo .section07__block .store__block-secondary {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-primary,
  .l-contents-uz-orezo .section07__block .store__block-secondary {
    margin-bottom: 2.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-primary,
  .l-contents-uz-orezo .section07__block .store__block-secondary {
    margin-bottom: 6vw;
  }
}
.l-contents-uz-orezo .section07__block .store__block-primary-title,
.l-contents-uz-orezo .section07__block .store__block-secondary-title {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    text-align: center;
  }
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    font-size: 1.3888888889vw;
  }
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    text-align: left;
  }
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    font-size: 3.7333333333vw;
  }
  .l-contents-uz-orezo .section07__block .store__block-primary-title,
  .l-contents-uz-orezo .section07__block .store__block-secondary-title {
    margin-bottom: 2.4vw;
  }
}
.l-contents-uz-orezo .section07__block .store__block-primary-img {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-primary-img {
    width: 45.1388888889vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-primary-img {
    width: 100%;
  }
  .l-contents-uz-orezo .section07__block .store__block-primary-img {
    margin-bottom: 1.8666666667vw;
  }
}
.l-contents-uz-orezo .section07__block .store__block-primary-img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary {
    width: 45.1388888889vw;
  }
  .l-contents-uz-orezo .section07__block .store__block-secondary {
    display: block;
    margin-inline: auto;
  }
}
.l-contents-uz-orezo .section07__block .store__block-secondary-img-wrapper {
  display: grid;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-img-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-img-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-contents-uz-orezo .section07__block .section07__block-secondary .store__block-secondary-img-wrapper {
  display: flex;
  justify-content: center;
}
.l-contents-uz-orezo .section07__block .store__block-secondary-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-link {
    width: 14.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-link {
    width: 43.3333333333vw;
  }
}
.l-contents-uz-orezo .section07__block .store__block-secondary-link--welcia {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-link--welcia {
    width: 22.2222222222vw;
  }
}
@media screen and (max-width: 767px) {
  .l-contents-uz-orezo .section07__block .store__block-secondary-link--welcia {
    width: 43.3333333333vw;
  }
}
.l-contents-uz-orezo .section07__block .store__block-secondary-img,
.l-contents-uz-orezo .section07__block .store__block-secondary-img--welcia {
  display: block;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.l-contents-uz-orezo .section07__block .store__block-secondary-img img,
.l-contents-uz-orezo .section07__block .store__block-secondary-img--welcia img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper {
    padding-top: 2.5vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper {
    padding-top: 36px;
  }
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper {
    padding-bottom: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .fs-footer-banner-wrapper {
    padding-top: 11.0666666667vw;
  }
  .fs-footer-banner-wrapper {
    padding-bottom: 12.6666666667vw;
  }
}
.fs-footer-banner-wrapper h2 {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper h2 {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper h2 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper h2 {
    width: 31.6666666667vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper h2 {
    width: 456px;
  }
}
@media screen and (max-width: 767px) {
  .fs-footer-banner-wrapper h2 {
    margin-bottom: 4vw;
  }
  .fs-footer-banner-wrapper h2 {
    width: 66.6666666667vw;
  }
}
.fs-footer-banner-wrapper h2 img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper h2 img {
    width: 49.0277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper h2 img {
    width: 706px;
  }
}
@media screen and (max-width: 767px) {
  .fs-footer-banner-wrapper h2 img {
    width: 77.3333333333vw;
  }
}
.fs-footer-banner-wrapper a {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper a {
    width: 49.0277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper a {
    width: 706px;
  }
}
@media screen and (max-width: 767px) {
  .fs-footer-banner-wrapper a {
    width: 77.3333333333vw;
  }
}
.fs-footer-banner-wrapper a img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fs-footer-banner-wrapper a img {
    width: 49.0277777778vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .fs-footer-banner-wrapper a img {
    width: 706px;
  }
}
@media screen and (max-width: 767px) {
  .fs-footer-banner-wrapper a img {
    width: 77.3333333333vw;
  }
}

.toolBox01 {
  background-color: #003294 !important;
}