@charset "UTF-8";
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
/*
ユーティリティ系おまとめファイル
*/
#top .p-slider {
  left: calc(50% - 264px);
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider {
    left: calc(50% - 19.3265007321vw);
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider {
    left: calc(50% - 36.5333333333vw);
  }
}
#top .p-slider__container {
  margin-top: 121px;
  padding-top: 40px;
  background: url("/inc/image/top/bg_p-slider-pc@2x.jpg.webp?250626-") no-repeat center/1366px 600px;
  min-height: 636px;
  overflow: hidden;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__container {
    margin-top: 8.8579795022vw;
    padding-top: 2.9282576867vw;
    background-size: 100vw 43.9238653001vw;
    min-height: 46.5592972182vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__container {
    background: url("/inc/image/top/bg_p-slider-sm@2x.jpg.webp?250626") no-repeat center/cover;
    aspect-ratio: 150/249;
    margin-top: 20.8vw;
    padding-top: 42.6666666667vw;
    min-height: auto;
  }
}
#top .p-slider__item {
  overflow: visible;
}
#top .p-slider__item > a {
  display: block;
  width: 490px;
  height: 490px;
  background: #FFFFFF;
  border: 10px solid #FFFFFF;
  border-radius: 44px;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16);
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__item > a {
    width: 35.8711566618vw;
    height: 35.8711566618vw;
    border-width: 0.7320644217vw;
    border-radius: 3.2210834553vw;
    box-shadow: 0 0 0.6588579795vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__item > a {
    width: 63.4666666667vw;
    height: 63.4666666667vw;
    border-width: 1.6vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0 0 1.2vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (max-width: 568px) {
  #top .p-slider__item > a {
    width: 67.7333333333vw;
    height: 67.7333333333vw;
  }
}
#top .p-slider__img img {
  display: block;
  width: 490px;
  height: 490px;
  border-radius: 38px;
  transition: opacity 0.4s ease;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__img img {
    width: 35.8711566618vw;
    height: 35.8711566618vw;
    border-radius: 2.7818448023vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__img img {
    width: 63.4666666667vw;
    height: 63.4666666667vw;
    border-radius: 4.2666666667vw;
  }
}
@media screen and (max-width: 568px) {
  #top .p-slider__img img {
    width: 67.7333333333vw;
    height: 67.7333333333vw;
  }
}
@media (any-hover) {
  #top .p-slider__img img:hover {
    opacity: 0.7;
  }
}
#top .p-slider__container {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .swiper-pagination {
    bottom: 32.5333333333vw;
  }
}
#top .p-slider__container .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 14px;
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .swiper-pagination .swiper-pagination-bullet {
    --swiper-pagination-bullet-size: 3.7333vw;
    margin-left: 1.0665vw;
    margin-right: 1.0665vw;
  }
}
#top .p-slider__container .swiper-pagination .swiper-pagination-bullet-active {
  --swiper-pagination-color: #E83828;
}
@keyframes kakukaku {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(25deg);
  }
}
@keyframes kakukaku-r {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
#top .p-slider__container div[class^=kakukaku-] {
  position: absolute;
  animation-duration: 2400ms;
  animation-timing-function: steps(2, end);
  animation-iteration-count: infinite;
  z-index: 2;
}
#top .p-slider__container div[class^=kakukaku-] > img {
  display: block;
  width: 100%;
  height: auto;
}
#top .p-slider__container .kakukaku-1 {
  width: 168px;
  left: calc(50% - 546px);
  top: 66px;
  animation-name: kakukaku;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__container .kakukaku-1 {
    width: 12.298682284vw;
    left: calc(50% - 39.9707174231vw);
    top: 4.831625183vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .kakukaku-1 {
    width: 39.2vw;
    left: 0;
    top: auto;
    bottom: 6.6666666667vw;
  }
}
#top .p-slider__container .kakukaku-2 {
  width: 160px;
  right: calc(50% - 550px);
  bottom: 50px;
  animation-name: kakukaku;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__container .kakukaku-2 {
    width: 11.7130307467vw;
    right: calc(50% - 40.2635431918vw);
    bottom: 3.6603221083vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .kakukaku-2 {
    animation-name: kakukaku-r;
    width: 35.2vw;
    right: 0;
    bottom: 5.3333333333vw;
  }
}
#top .p-slider__container .kakukaku-3 {
  width: 316px;
  right: calc(50% - 645px);
  top: 25px;
  animation-name: kakukaku-r;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__container .kakukaku-3 {
    width: 23.1332357247vw;
    right: calc(50% - 47.2181551977vw);
    bottom: 1.8301610542vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .kakukaku-3 {
    display: none;
  }
}
#top .p-slider__container .kakukaku-4 {
  width: 285px;
  left: calc(50% - 594px);
  bottom: 47px;
  animation-name: kakukaku-r;
}
@media screen and (768px < width <= 1366px) {
  #top .p-slider__container .kakukaku-4 {
    width: 20.8638360176vw;
    left: calc(50% - 43.4846266471vw);
    bottom: 3.4407027818vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-slider__container .kakukaku-4 {
    display: none;
  }
}
#top .p-importantNews {
  width: 530px;
  max-width: 75%;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 20;
}
#top .p-importantNews__ttl {
  -ms-flex: 0 0 72px;
      flex: 0 0 72px;
  color: #FFFFFF;
  background: #E83828;
  font-size: 12px;
  line-height: 1.1;
  height: 60px;
  padding-left: 0.5em;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#top .p-importantNewsSlider {
  width: 100%;
  height: 60px;
}
#top .p-importantNewsArticle {
  height: 60px;
}
#top .p-importantNewsArticle__link {
  box-sizing: border-box;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 7px 40px 10px 10px;
  position: relative;
}
#top .p-importantNewsArticle__link::after {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background: url("/inc/image/common/ico/ico_arrowRight-keyColor.svg") no-repeat center/cover;
  position: absolute;
  right: 17px;
  top: calc(50% - 8px);
}
@media (any-hover) {
  #top .p-importantNewsArticle__link:hover .p-importantNewsArticle__ttl {
    color: #E83828;
  }
}
#top .p-importantNewsArticle__meta {
  font-weight: 700;
  margin-bottom: 0.3em;
}
#top .p-importantNewsArticle__date {
  font-size: 14px;
}
#top .p-importantNewsArticle__category {
  font-size: 9px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px;
  margin-left: 0.4em;
  border: 1px solid #ABABAB;
  border-radius: 11px;
}
#top .p-importantNewsArticle__ttl {
  width: 100%;
  height: 1em;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#top .p-intro {
  background: url("/inc/image/top/bg_intro-pc@2x.jpg.webp") no-repeat center top/1366px auto;
  padding-top: 40px;
}
@media screen and (768px < width <= 1366px) {
  #top .p-intro {
    background-size: 100vw auto;
    padding-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-intro {
    background-size: 105% auto;
  }
}
@media screen and (max-width: 568px) {
  #top .p-intro {
    background: url("/inc/image/top/bg_intro-sm@2x.jpg.webp") no-repeat center bottom/100% auto;
    padding-top: 5.3333333333vw;
    padding-bottom: 108vw;
  }
}
#top .p-intro h2 {
  font-weight: 900;
}
#top .p-intro h2 .big {
  font-size: 63px;
}
@media screen and (768px < width <= 1366px) {
  #top .p-intro h2 .big {
    font-size: 4.6120058565vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-intro h2 .big {
    font-size: 1.8666666667rem;
  }
}
#top .p-intro h2 .small {
  font-size: 47px;
}
@media screen and (768px < width <= 1366px) {
  #top .p-intro h2 .small {
    font-size: 3.4407027818vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-intro h2 .small {
    font-size: 1.3333333333rem;
  }
}
#top .p-intro p {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.417;
}
@media screen and (768px < width <= 1366px) {
  #top .p-intro p {
    font-size: 1.756954612vw;
  }
}
@media screen and (max-width: 768px) {
  #top .p-intro p {
    font-size: 1rem;
  }
}
#top .p-products {
  overflow-x: hidden;
}
@media screen and (max-width: 568px) {
  #top .p-products {
    padding-top: 4rem;
  }
}
#top .p-products__ttl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 568px) {
  #top .p-products__ttl {
    font-size: 1.8666666667rem;
    padding-top: 2rem;
    margin-bottom: 2em;
  }
}
#top .p-products__ttl::before {
  content: "PRODUCTS";
  color: #fff9ee;
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 568px) {
  #top .p-products__ttl::before {
    font-size: 4rem;
  }
}
#top .p-products__ttl__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #top .p-products__ttl__inner > img {
    width: 1.6666666667rem;
    height: auto;
  }
}
#top .p-products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  margin-bottom: 2em;
}
@media screen and (max-width: 568px) {
  #top .p-products-list {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    column-gap: 0.7333333333rem;
    row-gap: 2.4rem;
  }
}
@media screen and (max-width: 568px) {
  #top .p-products-list__item {
    margin-bottom: 0;
  }
}
#top .p-products-list__item:nth-child(1) {
  margin-top: 80px;
}
@media screen and (max-width: 568px) {
  #top .p-products-list__item:nth-child(1) {
    margin-top: 0;
  }
}
#top .p-products-list__item:nth-child(2) {
  margin-top: 40px;
}
@media screen and (max-width: 568px) {
  #top .p-products-list__item:nth-child(2) {
    margin-top: 0;
  }
}
#top .p-products-list__link {
  color: #333;
  font-weight: 700;
  transition: color 0.4s ease;
}
@media (any-hover) {
  #top .p-products-list__link:hover {
    color: #E83828;
  }
  #top .p-products-list__link:hover .p-products-list__img {
    transform: scale(1.1);
    transition: transform 0.4s ease;
    transition-duration: 0.6s;
  }
}
#top .p-products-list__imgArea {
  background: linear-gradient(135deg, #FFFAF0 0%, #FFFAF0 50%, #FFF4E2 50%, #FFF4E2 100%);
  aspect-ratio: 1/1;
  padding: 9.392%;
  margin-bottom: 10px;
  border-radius: 17px;
  position: relative;
}
#top .p-products-list__imgArea::before {
  content: "オススメ商品";
  font-size: 13px;
  font-weight: 900;
  display: block;
  line-height: 1;
  color: #FFFFFF;
  background: #E83828;
  padding: 11px 14px;
  position: absolute;
  left: 20px;
  top: 13px;
  border-radius: 18px;
  z-index: 3;
}
@media screen and (max-width: 568px) {
  #top .p-products-list__imgArea::before {
    font-size: 0.6rem;
    padding: 0.4666666667rem 0.7333333333rem;
    left: 0.4rem;
    top: -0.9333333333rem;
    border-radius: 0.9333333333rem;
  }
}
#top .p-products-list__imgArea img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#top .p-products-list__img {
  transform: scale(1);
  transition: transform 0.4s ease;
  transition-duration: 0.6s;
}
#top .p-products-list__ttl {
  font-size: 17px;
  line-height: 1.235;
  margin-bottom: 0.1em;
  padding-left: 0.9em;
}
#top .p-products-list__more {
  color: #E83828;
  font-size: 16px;
  padding-left: 1em;
  position: relative;
}
#top .p-products-list__more::after {
  content: "";
  display: block;
  width: calc(100% - 6.5em);
  height: 14px;
  background: url("/inc/image/top/longArrow-more.svg") no-repeat right top/262px auto;
  position: absolute;
  right: 0;
  top: 7px;
}
@media screen and (max-width: 568px) {
  #top .p-products-list__more {
    display: none;
  }
}
#top .p-magicRice {
  background-color: #FFF9EE;
  padding-top: 0;
  margin-top: 70px;
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 568px) {
  #top .p-magicRice {
    margin-top: 0;
    padding-top: 3.3333333333rem;
  }
}
#top .p-magicRice::before {
  content: "";
  background: url("/inc/image/common/bg_arch.svg") no-repeat left bottom/100% 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 93px;
  left: 0;
  top: -93px;
}
@media screen and (max-width: 768px) {
  #top .p-magicRice::before {
    height: 1.5333333333rem;
    top: -1.5333333333rem;
  }
}
#top .p-magicRice::after {
  content: "";
  background: url("/inc/image/common/bg_arch.svg") no-repeat left bottom/100% 100%;
  display: block;
  position: absolute;
  width: 100%;
  height: 93px;
  left: 0;
  bottom: -93px;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #top .p-magicRice::after {
    height: 1.5333333333rem;
    bottom: -1.5333333333rem;
  }
}
#top .p-magicRice__ttl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  padding-top: 40px;
  margin-bottom: 2em;
}
@media screen and (max-width: 568px) {
  #top .p-magicRice__ttl {
    font-size: 1.8666666667rem;
    padding-top: 6rem;
  }
}
#top .p-magicRice__ttl::before {
  content: "ABOUT MAGIC RICE";
  width: 100%;
  color: #FFFFFF;
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 568px) {
  #top .p-magicRice__ttl::before {
    content: "ABOUT\aMAGIC RICE";
    white-space: pre;
    font-size: 4rem;
  }
}
#top .p-magicRice__ttl__inner {
  position: relative;
  z-index: 1;
}
#top .p-magicRiceIntro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  column-gap: 1.25em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #top .p-magicRiceIntro {
    display: block;
  }
}
#top .p-magicRiceIntro__imgArea {
  -ms-flex: 0 0 318px;
      flex: 0 0 318px;
}
@media screen and (max-width: 768px) {
  #top .p-magicRiceIntro__imgArea {
    text-align: center;
  }
  #top .p-magicRiceIntro__imgArea img {
    width: 11.3333333333rem;
  }
}
#top .p-magicRiceIntro__txtArea {
  font-weight: 700;
}
#top .p-magicRiceIntro__catch {
  font-size: 34px;
  line-height: 1.45;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #top .p-magicRiceIntro__catch {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.7em;
  }
}
#top .p-magicRiceIntro__lead {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top .p-magicRiceIntro__lead {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.7em;
  }
}
@media screen and (max-width: 568px) {
  #top .p-magicRiceIntro__lead {
    text-align: left;
  }
}
@media screen and (568px < width <= 1206px) {
  #top .p-magicRiceCont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25em;
    margin-top: 2rem;
  }
}
#top .p-magicRiceSec__link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background: #FFFFFF;
  padding-top: 58px;
  padding-left: 588px;
  padding-right: 30px;
  padding-bottom: 96px;
  border-radius: 10px;
}
#top .p-magicRiceSec__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #E83828;
  border-radius: 10px;
  transition: border-width 0.4s ease;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__link {
    height: 100%;
    padding: 3.3333333333rem 1rem 4.6666666667rem;
    border-width: 0.1333333333rem;
    border-radius: 0.6666666667rem;
  }
}
@media (any-hover) {
  #top .p-magicRiceSec__link:hover::before {
    border-width: 6px;
  }
  #top .p-magicRiceSec__link:hover .p-magicRiceSec__ttl {
    color: #E83828;
    transition: color 0.4s ease;
  }
  #top .p-magicRiceSec__link:hover .p-magicRiceSec__more::after {
    right: 10px;
    transition: right 0.4s ease;
  }
}
#top .p-magicRiceSec__imgArea {
  position: absolute;
  left: 88px;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__imgArea {
    position: static;
    text-align: center;
    margin-bottom: 1.3333333333rem;
  }
}
#top .p-magicRiceSec__txtArea {
  color: #333;
}
#top .p-magicRiceSec__ttl {
  margin-bottom: 0.5em;
  transition: color 0.4s ease;
}
#top .p-magicRiceSec__ttl .small {
  font-size: 18px;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__ttl .small {
    font-size: 0.9375rem;
  }
}
@media screen and (width <= 1206px) and (max-width: 568px) {
  #top .p-magicRiceSec__ttl .small {
    font-size: 0.9866666667rem;
  }
}
#top .p-magicRiceSec__ttl .big {
  font-size: 24px;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__ttl .big {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 568px) {
  #top .p-magicRiceSec__ttl .big {
    font-size: 1.2866666667rem;
  }
}
#top .p-magicRiceSec__ttl .en {
  color: #E83828;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  height: 90%;
  text-align: center;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  left: 34px;
  top: 25px;
  border-right: 1px solid #E83828;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__ttl .en {
    -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
    transform: none;
    border-right: none;
    font-size: 0.8rem;
    width: calc(100% - 2rem);
    height: 1em;
    left: 1rem;
    top: 1.6666666667rem;
    border-top: 0.1rem solid #E83828;
  }
}
#top .p-magicRiceSec__ttl .en .inner {
  display: inline-block;
  background: #FFFFFF;
  padding: 0.6em 0;
  position: relative;
  right: -0.6em;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__ttl .en .inner {
    right: auto;
    padding: 0 0.6em;
    top: -0.6em;
  }
}
#top .p-magicRiceSec__body {
  font-size: 15px;
  line-height: 1.73;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__body {
    font-size: 1rem;
    letter-spacing: -0.03em;
    margin-bottom: 0.5em;
  }
}
#top .p-magicRiceSec__more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  width: 272px;
  height: 50px;
  padding-top: 20px;
  padding-left: 24px;
  background: #E83828;
  border-radius: 26px 0px 7px;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__more {
    font-size: 1rem;
    width: 100%;
    height: 3.3333333333rem;
    padding-top: 0;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    column-gap: 0.6em;
    border-radius: 0 0 0.5333333333rem 0.5333333333rem;
  }
}
#top .p-magicRiceSec__more::after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url("/inc/image/top/ico_arrowMore-white.svg") no-repeat center/contain;
  position: absolute;
  top: 18px;
  right: 15px;
  transition: right 0.4s ease;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec__more::after {
    width: 0.6666666667rem;
    height: 1.2rem;
    position: static;
  }
}
#top .p-magicRiceSec.sec1 {
  margin-bottom: 30px;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec.sec1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 568px) {
  #top .p-magicRiceSec.sec1 {
    margin-bottom: 1.3333333333rem;
  }
}
#top .p-magicRiceSec.sec1 .p-magicRiceSec__imgArea {
  top: 30px;
}
#top .p-magicRiceSec.sec1 .p-magicRiceSec__imgArea img {
  width: 458px;
  height: auto;
  aspect-ratio: 458/360;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec.sec1 .p-magicRiceSec__imgArea img {
    max-width: 100%;
    width: auto;
    height: 14.1333333333rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#top .p-magicRiceSec.sec2 .p-magicRiceSec__imgArea {
  top: 52px;
}
#top .p-magicRiceSec.sec2 .p-magicRiceSec__imgArea img {
  width: 486px;
  height: auto;
  aspect-ratio: 486/311;
}
@media screen and (width <= 1206px) {
  #top .p-magicRiceSec.sec2 .p-magicRiceSec__imgArea img {
    max-width: 100%;
    width: auto;
    height: 14.1333333333rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#top .p-recipe {
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 1206px) {
  #top .p-recipe {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 568px) {
  #top .p-recipe {
    padding-bottom: 3.0666666667rem;
  }
}
#top .p-recipe::after {
  content: "";
  display: block;
  background: #FFF9EE;
  width: 100%;
  height: 63%;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: calc(50% - 602px);
  top: 200px;
  z-index: -1;
}
@media screen and (width <= 1206px) {
  #top .p-recipe::after {
    height: 77%;
    left: 3.3333333333rem;
    top: 3.6rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-recipe::after {
    content: normal;
  }
}
#top .p-recipe > .l-section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  column-gap: 6rem;
}
@media screen and (width <= 1206px) {
  #top .p-recipe > .l-section__inner {
    column-gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-recipe > .l-section__inner {
    display: block;
  }
}
#top .p-recipe__sliderArea {
  -ms-flex: 0 1 411px;
      flex: 0 1 411px;
}
@media screen and (max-width: 768px) {
  #top .p-recipe__sliderArea {
    margin-bottom: 0.6666666667rem;
  }
}
#top .p-recipe__textArea {
  -ms-flex: 0 0 500px;
      flex: 0 0 500px;
}
@media screen and (width <= 1206px) {
  #top .p-recipe__textArea {
    -ms-flex-preferred-size: 22em;
        flex-basis: 22em;
  }
}
@media screen and (max-width: 768px) {
  #top .p-recipe__textArea {
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
  }
}
#top .p-recipeSlider {
  max-width: 411px;
}
@media screen and (max-width: 768px) {
  #top .p-recipeSlider {
    width: 25.6875rem;
  }
}
@media screen and (max-width: 568px) {
  #top .p-recipeSlider {
    width: 20.3333333333rem;
  }
}
#top .p-recipeSlider__item {
  padding: 9px;
}
@media screen and (max-width: 568px) {
  #top .p-recipeSlider__item {
    padding: 0.6rem;
  }
}
#top .p-recipeSlider__link {
  border-radius: 11px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 568px) {
  #top .p-recipeSlider__link {
    padding-bottom: 1.3333333333rem;
    box-shadow: 0 0 0.6rem 0.0666666667rem rgba(0, 0, 0, 0.25);
  }
}
#top .p-recipeSlider__navigation-btns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  column-gap: 2px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #top .p-recipeSlider__navigation-btns {
    margin-top: 1.3333333333rem;
  }
}
#top .p-recipeSlider__navigation-btns::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #D9D9D9;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
}
#top .p-recipeSlider__navigation-btns .swiper-button-disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}
#top .p-recipeSlider__navigation-btn-prev, #top .p-recipeSlider__navigation-btn-next {
  -ms-flex: 0 0 25px;
      flex: 0 0 25px;
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .p-recipeSlider__navigation-btn-prev, #top .p-recipeSlider__navigation-btn-next {
    -ms-flex-preferred-size: 1.6666666667rem;
        flex-basis: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}
#top .p-recipeSlider__navigation-btn-next {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#top .p-recipe__textArea {
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-recipe__textArea::after {
    content: "";
    display: block;
    background: #FFF9EE;
    width: 200vw;
    height: calc(100% + 12.6666666667rem);
    position: absolute;
    left: -100vw;
    top: 3.4375rem;
    z-index: -1;
  }
}
@media screen and (max-width: 568px) {
  #top .p-recipe__textArea::after {
    top: 3.6666666667rem;
  }
}
#top .p-recipe__ttl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  padding-top: 90px;
  margin-bottom: 0.5em;
}
@media screen and (width <= 1206px) {
  #top .p-recipe__ttl {
    font-size: 1.8666666667rem;
    padding-top: 2rem;
  }
}
#top .p-recipe__ttl::before {
  content: "RECIPE";
  color: #fff9ee;
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
@media screen and (width <= 1206px) {
  #top .p-recipe__ttl::before {
    font-size: 4rem;
    top: 0;
  }
}
#top .p-recipe__ttl__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #top .p-recipe__ttl__inner > img {
    width: 1.4rem;
    height: auto;
  }
}
#top .p-recipe__body {
  margin-bottom: 2em;
  position: relative;
}
@media screen and (max-width: 568px) {
  #top .p-recipe__btnArea {
    text-align: center;
  }
}
#top .p-column {
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 1206px) {
  #top .p-column {
    padding-bottom: 3.0666666667rem;
  }
}
#top .p-column::after {
  content: "";
  display: block;
  background: #FFF9EE;
  width: 100%;
  height: 55%;
  border-radius: 0 2rem 2rem 0;
  position: absolute;
  right: calc(50% + 5.2rem);
  top: 199px;
  z-index: -1;
}
@media screen and (width <= 1206px) {
  #top .p-column::after {
    content: normal;
  }
}
#top .p-column > .l-section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: end;
      justify-content: flex-end;
  column-gap: 50px;
  max-width: 100%;
}
@media screen and (width <= 1206px) {
  #top .p-column > .l-section__inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -ms-flex-pack: center;
        justify-content: center;
    column-gap: 0;
    row-gap: 3.3333333333rem;
  }
}
#top .p-column__textArea {
  -ms-flex: 0 0 465px;
      flex: 0 0 465px;
}
@media screen and (width <= 1206px) {
  #top .p-column__textArea {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 22em;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2.6666666667rem;
    position: relative;
  }
  #top .p-column__textArea::after {
    content: "";
    display: block;
    background: #FFF9EE;
    position: absolute;
    z-index: -1;
    width: 200vw;
    height: 100%;
    border-radius: 0;
    left: -100vw;
    top: 3.4375rem;
  }
}
#top .p-column__sliderArea {
  -ms-flex: 0 1 calc(50% + 4.6666666667rem);
      flex: 0 1 calc(50% + 4.6666666667rem);
  overflow: hidden;
  padding-top: 145px;
  position: relative;
}
@media screen and (width <= 1206px) {
  #top .p-column__sliderArea {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    padding-top: 5.3333333333rem;
  }
}
#top .p-column__ttl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  padding-top: 90px;
  margin-bottom: 0.5em;
}
@media screen and (width <= 1206px) {
  #top .p-column__ttl {
    font-size: 1.8666666667rem;
    padding-top: 2rem;
  }
}
#top .p-column__ttl::before {
  content: "COLUMN";
  color: #fff9ee;
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
}
@media screen and (width <= 1206px) {
  #top .p-column__ttl::before {
    font-size: 4rem;
    top: 0;
  }
}
#top .p-column__ttl__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #top .p-column__ttl__inner > img {
    width: 1.4666666667rem;
    height: auto;
    position: relative;
    left: 0.4rem;
  }
}
#top .p-column__body {
  padding-right: 1em;
  margin-bottom: 2em;
}
@media screen and (width <= 1206px) {
  #top .p-column__btnArea {
    text-align: center;
  }
}
#top .p-columnSlider {
  width: 100%;
  padding-left: 27px;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider {
    padding-left: 0;
  }
}
#top .p-columnSlider__item {
  width: 267px;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider__item {
    width: 17.8rem;
  }
}
#top .p-columnSlider__item > a {
  min-height: 278px;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider__item > a {
    min-height: 18.5333333333rem;
  }
}
#top .p-columnSlider__navigation-btn-prev, #top .p-columnSlider__navigation-btn-next {
  cursor: pointer;
  -ms-flex: 0 0 54px;
      flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #DBDBDB;
  border-radius: 50%;
  position: absolute;
  top: calc(50% + 27px);
  z-index: 10;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider__navigation-btn-prev, #top .p-columnSlider__navigation-btn-next {
    width: 3.6rem;
    height: 3.6rem;
    top: calc(50% + 1.8rem);
  }
}
#top .p-columnSlider__navigation-btn-prev {
  left: 0;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider__navigation-btn-prev {
    left: calc(50% - 8.8666666667rem - 1.8rem);
  }
}
#top .p-columnSlider__navigation-btn-next {
  left: 567px;
}
@media screen and (width <= 1206px) {
  #top .p-columnSlider__navigation-btn-next {
    left: calc(50% + 8.8666666667rem - 1.8rem);
  }
}
#top .p-column__sliderArea:not(:has(.swiper-slide)) .p-columnSlider__navigation-btn-prev, #top .p-column__sliderArea:not(:has(.swiper-slide)) .p-columnSlider__navigation-btn-next {
  display: none;
}
#top .p-govFaq {
  padding-top: 0;
}
@media screen and (width <= 1206px) {
  #top .p-govFaq {
    padding-block: 4rem;
  }
}
#top .p-govFaq .l-section__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 0.75em;
}
@media screen and (max-width: 768px) {
  #top .p-govFaq .l-section__inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 1.3333333333rem;
  }
}
#top .p-govFaq__link {
  color: #333;
  font-weight: 700;
  font-size: 31px;
  background: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0.65em;
  width: 100%;
  padding: 2em;
  border: 1px solid #DBDBDB;
  border-radius: 10px;
  position: relative;
  transition: color 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #top .p-govFaq__link {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-govFaq__link {
    font-size: 1.3333333333rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-govFaq__link:nth-child(1) > img {
    width: 40px;
    height: auto;
    margin-left: -1em;
  }
}
@media screen and (max-width: 568px) {
  #top .p-govFaq__link:nth-child(1) > img {
    width: 1.8rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  #top .p-govFaq__link:nth-child(2) > img {
    width: 40px;
    height: auto;
    margin-left: -1em;
  }
}
@media screen and (max-width: 568px) {
  #top .p-govFaq__link:nth-child(2) > img {
    width: 2.4666666667rem;
    margin-left: 0;
  }
}
#top .p-govFaq__link::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/inc/image/common/ico/ico_circleArrow-keyColor.svg") no-repeat center/contain;
  position: absolute;
  right: 40px;
  top: calc(50% - 15px);
  transition: right 0.4s ease;
}
@media screen and (max-width: 1024px) {
  #top .p-govFaq__link::after {
    right: 20px;
  }
}
@media screen and (max-width: 568px) {
  #top .p-govFaq__link::after {
    width: 1.4666666667rem;
    height: 1.4666666667rem;
    right: 2.2rem;
    top: calc(50% - 0.7333333333rem);
  }
}
@media (any-hover) {
  #top .p-govFaq__link:hover {
    color: #E83828;
    transition: color 0.4s ease;
  }
  #top .p-govFaq__link:hover::after {
    right: 30px;
    transition: right 0.4s ease;
  }
}
#top .p-company {
  position: relative;
  overflow: hidden;
}
@media screen and (width <= 1206px) {
  #top .p-company {
    padding-block: 4rem;
  }
}
#top .p-company::before {
  content: "";
  display: block;
  width: 1290px;
  height: 100%;
  background: #FFF9EE;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (width <= 1206px) {
  #top .p-company::before {
    width: 100%;
    border-radius: 0;
  }
}
#top .p-company > .l-section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  column-gap: 36px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #top .p-company > .l-section__inner {
    display: block;
  }
}
#top .p-company__imgArea {
  -ms-flex: 0 0 552px;
      flex: 0 0 552px;
}
@media screen and (width <= 1206px) {
  #top .p-company__imgArea {
    -ms-flex-preferred-size: 48.1675%;
        flex-basis: 48.1675%;
  }
}
@media screen and (max-width: 568px) {
  #top .p-company__imgArea {
    margin-bottom: 0.7em;
  }
}
#top .p-company__imgArea img {
  display: block;
  border-radius: 10px;
}
#top .p-company__txtArea {
  -ms-flex: 0 0 551px;
      flex: 0 0 551px;
}
@media screen and (width <= 1206px) {
  #top .p-company__txtArea {
    -ms-flex-preferred-size: 48.0802%;
        flex-basis: 48.0802%;
  }
}
#top .p-company__ttl {
  font-size: 40px;
  line-height: 1.2;
  position: relative;
  padding-top: 73px;
  margin-bottom: 0.5em;
}
@media screen and (width <= 1206px) {
  #top .p-company__ttl {
    font-size: 1.8666666667rem;
    padding-top: 2rem;
  }
}
#top .p-company__ttl::before {
  content: "COMPANY";
  color: #FFFFFF;
  font-size: 113px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: -0.1em;
  top: 5px;
  z-index: 0;
}
@media screen and (width <= 1206px) {
  #top .p-company__ttl::before {
    font-size: 4rem;
    top: 0;
  }
}
#top .p-company__ttl__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 568px) {
  #top .p-company__ttl__inner > img {
    width: 1.5333333333rem;
    height: auto;
  }
}
#top .p-company__body {
  margin-bottom: 1em;
}
@media screen and (max-width: 568px) {
  #top .p-company__btnArea {
    text-align: center;
  }
}
@media screen and (width <= 1206px) {
  #top .p-news {
    padding-block: 4rem;
  }
}
#top .p-news .l-mw--800 {
  position: relative;
}
#top .p-news__ttl {
  line-height: 1.05;
  margin-bottom: 1.3em;
}
#top .p-news__ttl .big {
  font-size: 40px;
}
@media screen and (max-width: 568px) {
  #top .p-news__ttl .big {
    font-size: 1.8666666667rem;
  }
}
#top .p-news__ttl .en {
  font-weight: 900;
  font-size: 21px;
  display: inline-block;
  padding-left: 0.15em;
}
@media screen and (max-width: 568px) {
  #top .p-news__ttl .en {
    font-size: 1.0666666667rem;
  }
}
#top .p-news__btnArea {
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (width <= 1206px) {
  #top .p-news__btnArea {
    position: static;
    text-align: center;
  }
}
/*# sourceMappingURL=../_map/project/top.css.map */
