@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Kreon:300,400,700|Oleo+Script:700");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700;900&display=swap");
@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
@import url("https://use.fontawesome.com/releases/v5.0.4/css/all.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  font-size: 62.5%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  background: #fff;
  color: #282828;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

/*Text*/
.txt_br {
  display: block;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

.if:before {
  font-family: 'FontAwesome';
  padding-right: 5px;
}

.is-empty {
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
  height: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*Button*/
.go__sale_cat {
  background: #ff3d6e;
  /*border: 3px solid #7f001b;*/
  color: #fff;
  display: block;
  border-radius: 60px;
  width: 80%;
  max-width: 460px;
  margin: 0 auto 30px;
  padding: 1.2rem 2.4rem;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  text-align: center;
}

.go__sale_cat:hover {
  background: #ff3d6e;
}

/******  Header  *****/
header {
  width: 100%;
  height: 94px;
  position: relative;
}

header h1 {
  height: 60px;
  position: relative;
}

header h1 img {
  max-height: 50px;
}

/******  Search *****/
.itemsearch {
  background: #fff;
  /*#BBBBBB;*/
  padding: 6px;
  margin-bottom: 6px;
  width: 40%;
  max-width: 480px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.itemsearch form {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

#searchword {
  width: 100%;
  margin: 0 auto;
  background: #DCDCDC;
  color: #000;
  padding: 8px 60px 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 36px;
  font-size: 14px;
  outline: none;
}

#searcbtn {
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 8px;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  border: none;
  background: none;
  font-family: 'ionicons';
  font-size: 1.8rem;
}

/*Footer*/
#footer {
  background: #c1c1c1;
  color: #fff;
  font-weight: 200;
  padding: 2em 0;
  text-align: center;
}

#footer a {
  background: #fff;
  border: 3px solid #fff;
  border-radius: 500px;
  display: inline-block;
  margin: 0 auto 1em;
  padding: .5rem 4rem;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  width: 80%;
  max-width: 420px;
}

#footer a img {
  width: 100%;
  max-width: 420px;
}

#footer a:hover {
  border: 3px solid #ff3d6e;
  color: #fff;
}

.move__pagetop {
  color: #fff;
  font-family: 'Ionicons', serif;
  font-size: 2.4rem;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  width: 3em;
  height: 3em;
  background: rgba(172, 172, 172, 0.8);
  border-radius: 500px;
  z-index: 100000;
  text-align: center;
  line-height: 3em;
}

.move__pagetop a {
  color: #fff;
  display: block;
}

#main {
  display: block;
  position: relative;
  padding-bottom: 100px;
}
.key {
  background: #F5D1D2;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
  position: relative;
  text-align: center;
}

.key h1 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto 30px;
}

.key img {
  margin: auto;
  width: 100%;
  height: auto;
}

.key p {
  font-weight: 600;
  text-align: center;
  font-size: 2.0rem;
}

@media only screen and (min-width: 600px) {
  .key p {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  .key p {
    font-size: 4.0rem;
  }
}

.key p br.txt-br {
  display: block;
}

@media only screen and (min-width: 600px) {
  .key p br.txt-br {
    display: none;
  }
}

.ricegoods__lineup {
  background: #fffbee;
  padding: 60px 0 30px;
}

@media only screen and (min-width: 600px) {
  .ricegoods__lineup {
    padding: 80px 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods__lineup {
    padding: 80px 0 0;
  }
}

.ricegoods__lineup > h2 {
  color: #d83436;
  font-family: 'Dosis';
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: .1rem;
  margin-bottom: 40px;
}

@media only screen and (min-width: 600px) {
  .ricegoods__lineup > h2 {
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods__lineup > h2 {
    font-size: 4.8rem;
  }
}

.ricegoods__lineup__list {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto 2em;
}

@media only screen and (min-width: 960px) {
  .ricegoods__lineup__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
  }
}

.ricegoods__lineup__list__item {
  width: 100%;
  position: relative;
}

.ricegoods__lineup__list__item .box {
  padding-top: 20%;
}

@media only screen and (min-width: 960px) {
  .ricegoods__lineup__list__item .box {
    padding-top: 0;
  }
}

@media only screen and (min-width: 600px) {
  .ricegoods__lineup__list__item {
    width: 32%;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods__lineup__list__item {
    width: 23%;
  }
}

@media only screen and (min-width: 960px) {
  .ricegoods__lineup__list__item {
    margin-bottom: 8%;
  }
}

.ricegoods__lineup__list__item a {
  color: #282828;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: block;
  font-weight: 600;
  background: #fff;
  border-radius: 6px;
  padding: 1.6rem 1.6rem 2.4rem;
}

.ricegoods__lineup__list__item a .target {
  width: 90%;
  margin: 0 auto 1em;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
}

.ricegoods__lineup__list__item a .target__child {
  border: 2px solid #c3ebf7;
  border-radius: 100px;
  width: 48%;
}

.ricegoods__lineup__list__item a .target__adult {
  border: 2px solid #ffe0e0;
  border-radius: 100px;
  width: 48%;
}

.ricegoods__lineup__list__item a > img {
  margin: -34% auto 0;
  width: 75%;
  display: block;
}

.ricegoods__lineup__list__item a h3 {
  color: #585653;
  font-size: 1.8rem;
}

.ricegoods__lineup__list__item a p {
  font-weight: 400;
  text-align: left;
  margin-bottom: 1em;
}

.ricegoods__lineup__list__item a .button {
  background: #d83436;
  border-radius: 100px;
  color: #fff;
  padding: .6rem;
  display: inline-block;
  width: 80%;
}

.ricegoods h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1em;
}

@media only screen and (min-width: 1025px) {
  .ricegoods h1 {
    font-size: 3.2rem;
  }
}

.ricegoods h2 {
  text-align: center;
  font-weight: 400;
  text-align: center;
}

.ricegoods h2 span {
  display: inline-block;
  padding: 0 2em;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}

@media only screen and (min-width: 600px) {
  .ricegoods h2 span {
    background: none;
    color: #1c3a5c;
    padding: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods h2 span {
    font-size: 2.4rem;
  }
}

.ricegoods h3 {
  text-align: center;
  margin-bottom: 1em;
}

.ricegoods__cat {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: s;
  -webkit-box-align: s;
  -ms-flex-align: s;
}

@media only screen and (min-width: 600px) {
  .ricegoods__cat::after {
    width: 32%;
    display: block;
    content: "";
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods__cat {
    display: none;
  }
}

.ricegoods__cat > li {
  width: 49%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .ricegoods__cat > li {
    width: 32%;
  }
}

.ricegoods__cat > li > a {
  background: #ffffff;
  border-radius: 3px;
  color: #282828;
  display: block;
  padding: 1.2rem 0;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (min-width: 600px) {
  .ricegoods__cat > li > a {
    font-size: 1.4rem;
  }
}

.ricegoods__cat > li > a:hover {
  background: #80add8;
  color: #ffffff;
}

.ricegoods .is-empty {
  width: 49%;
}

@media only screen and (min-width: 600px) {
  .ricegoods .is-empty {
    width: 32%;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .is-empty {
    width: 23.5%;
  }
}

.ricegoods__series {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  list-style: none;
}

.ricegoods__series__item {
  width: 49%;
  margin-right: 2%;
  padding: 10px;
  border: 3px solid #c4c4c4;
  margin-bottom: 2%;
}

.ricegoods__series__item:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (min-width: 600px) {
  .ricegoods__series__item {
    width: 30%;
  }
  .ricegoods__series__item:nth-child(2n) {
    margin-right: 2%;
  }
  .ricegoods__series__item:nth-child(3n) {
    margin-right: 0;
  }
}

.ricegoods .item {
  margin: 0 auto 0px;
  padding-top: 20px;
  list-style: none;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item {
    margin: 0 auto 60px;
    padding-top: 80px;
  }
}

.ricegoods .item h2 {
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item h2 {
    text-align: left;
  }
}

.ricegoods .item__lead {
  margin-bottom: 2em;
  padding: 0 1.6em;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__lead {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
  }
}

.ricegoods .item__lead h2 {
  color: #282828 !important;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  font-size: 2.0rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__lead h2 {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__lead h2 {
    font-size: 4.0rem;
  }
}

.ricegoods .item__lead h2 + p {
  font-size: 1.4rem;
  font-weight: 400;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__lead h2 + p {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__lead h2 + p {
    font-size: 2.2rem;
  }
}

.ricegoods .item__lead p {
  text-align: center;
}

.ricegoods .item__info {
  width: 96%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 10px 30px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info {
    padding-bottom: 60px;
  }
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}

.ricegoods .item__info h2 {
  color: #585653;
  margin-bottom: 1em;
}

.ricegoods .item__info__img {
  margin-right: 4%;
  margin-bottom: 20px;
  width: 80%;
}

@media only screen and (min-width: 641px) {
  .ricegoods .item__info__img {
    width: 32%;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__img {
    width: 23.5%;
  }
}

.ricegoods .item__info__img img {
  width: 100%;
  height: auto;
}

.ricegoods .item__info__txt {
  width: 94%;
  font-size: 1.1rem;
}

@media only screen and (min-width: 641px) {
  .ricegoods .item__info__txt {
    width: 64%;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__txt {
    width: 54%;
  }
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt {
    font-size: 1.5rem;
  }
}

.ricegoods .item__info__txt h3 {
  background: #f2f1e9;
  border-radius: 8px;
  font-weight: 400;
  padding: 1.6rem;
  font-size: 1.6rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt h3 {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__txt h3 {
    font-size: 2.6rem;
  }
}

.ricegoods .item__info__txt p {
  font-size: 1.5rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt p {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__txt p {
    font-size: 1.8rem;
  }
}

.ricegoods .item__info__txt p.item-name {
  margin-bottom: 1em;
  position: relative;
  font-size: 1.8rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt p.item-name {
    font-size: 2.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__txt p.item-name {
    font-size: 2.8rem;
  }
}

.ricegoods .item__info__txt p.item-name::before {
  background: url(../img/push.png) no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 120px;
  height: 40px;
}

.ricegoods .item__info__txt h4 {
  border: 1px solid #000;
  display: inline-block;
  padding: .2em 2.4em;
  margin-bottom: 0.8em;
}

.ricegoods .item__info__txt .keyword {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  margin-bottom: 1.6em;
}

.ricegoods .item__info__txt .keyword > li {
  border: 1px solid #a8a8a8;
  border-radius: 2px;
  display: inline-block;
  padding: .2rem .4rem;
  margin: 0 0.8rem 0.8rem 0;
  font-size: 1.0rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt .keyword > li {
    font-size: 1.2rem;
    padding: .2rem .8rem;
  }
}

.ricegoods .item__info__txt .keyword p {
  font-weight: 300;
  font-size: 1.1rem;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__info__txt .keyword p {
    font-size: 1.5rem;
  }
}

.ricegoods .item__info__code {
  background: #457ec4;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0 1em;
  margin-right: 0.5em;
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__info__code {
    font-size: 1.6rem;
  }
}

.ricegoods .item__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  max-width: 1600px;
  margin: 0 auto;
  padding: 30px 10px;
  padding-bottom: 30px;
  width: 96%;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__list {
    padding: 60px 10px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__list {
    padding: 80px 10px;
  }
}

.ricegoods .item__list__item {
  padding: 10px;
  width: 49%;
  padding: .5em;
  background: #fff;
  border-radius: 10px;
  width: 49%;
  padding: .8rem .8rem .8rem;
  margin-bottom: 2.5%;
  position: relative;
  line-height: 1.2;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__list__item {
    background: #fff;
    border-radius: 10px;
    width: 32%;
    padding: 1.6rem 1.6rem 2.4rem;
    margin-bottom: 2.5%;
    position: relative;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__list__item {
    width: 23.5%;
  }
}

.ricegoods .item__list__item a {
  text-decoration: none !important;
  color: #282828;
  font-size: 1.1rem;
  line-height: 1.2;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__list__item a {
    font-size: 1.4rem;
  }
}

.ricegoods .item__list__item a img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  margin-bottom: 2em;
  width: 100%;
}

.ricegoods .item__list__item a .code-target {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-bottom: 1em;
}

.ricegoods .item__list__item a .code-target__code {
  width: 40%;
  text-align: left;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.2rem 0;
  font-family: 'Roboto', sans-serif;
  background: #d83436;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__list__item a .code-target__code {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__list__item a .code-target__code {
    font-size: 1.7rem;
  }
}

.ricegoods .item__list__item a .code-target__child {
  border: 2px solid #c3ebf7;
  border-radius: 100px;
  width: 48%;
}

.ricegoods .item__list__item a .code-target__adult {
  border: 2px solid #ffe0e0;
  border-radius: 100px;
  width: 48%;
}

.ricegoods .item__list__item a > span {
  display: block;
  text-align: center;
  font-weight: 600;
}

.ricegoods .item__ricegoods {
  background: #f6f3e8;
}

.ricegoods .item__cat {
  background: #ffeded;
  border-radius: 20px;
  padding: 2em;
  width: 94%;
  margin: 0 auto;
}

.ricegoods .item__cat__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__cat__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.ricegoods .item__cat__list > li {
  width: 49%;
}

@media only screen and (min-width: 600px) {
  .ricegoods .item__cat__list > li {
    width: 32%;
    margin-right: 2%;
  }
  .ricegoods .item__cat__list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .ricegoods .item__cat__list > li {
    width: 23.5%;
  }
  .ricegoods .item__cat__list > li:nth-child(3n) {
    margin-right: 2%;
  }
  .ricegoods .item__cat__list > li:nth-child(4n) {
    margin-right: 0;
  }
}

.ricegoods .item__cat__list > li a {
  background: #fff;
  border-radius: 8px;
  color: #282828;
  padding: 1.6rem 0;
  display: block;
  text-align: center;
  margin-bottom: 5%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
}

.ricegoods .item__cat__list > li a:hover {
  background: #f38093;
  color: #ffffff;
}

.ricegoods__lunch {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ricegoods__lunch__item {
  width: 100%;
  margin-bottom: 2%;
}

@media only screen and (min-width: 600px) {
  .ricegoods__lunch__item {
    width: 49%;
  }
}
/*# sourceMappingURL=style.css.map */