@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

/* MV */
#rice {
  margin-bottom: 90px;
}

#rice .mvWrap {
  margin-bottom: 40px;
}

/* タイトル */
#rice .wrapTtl {
  margin: 0 auto 30px;
  text-align: center;
}

#rice .wrapTtl span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
  position: relative;
}

#rice .wrapTtl span::before {
  background-color: #af985a;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}

/* 商品 */
#rice .brand {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

#rice .item {
  background-color: #eeeade;
  margin-bottom: 20px;
  padding: 20px 30px;
  width: calc((100% - 20px) / 2);
}

#rice .item:not(:nth-child(2n)) {
  margin-right: 20px;
}

#rice .item .lead {
  color: #009f8f;
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.56;
  margin-bottom: 10px;
  text-align: left;
}

#rice .item .image {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  padding: 0 13px;
}

#rice .item .image .visual {
  margin-right: 11px;
}

#rice .item .summary {
  align-items: center;
  display: flex;
  justify-content: center;
}

#rice .item .summary .origin {
  font-size: 12px;
  letter-spacing: .08em;
}

#rice .item .summary .name {
  align-items: flex-end;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .08em;
}

#rice .item .explanation {
  font-size: 14px;
  line-height: 1.78;
  text-align: left;
}

/* 価格 */
#rice .wrapPri5ce .pricePrimary {
  margin: 0 auto;
}

#rice .wrapPrice .pricePrimary .priceList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rice .wrapPrice .pricePrimary .priceList ul li {
  width: calc((100% - 30px) / 3);
}

#rice .wrapPrice .pricePrimary .priceList ul li a {
  align-items: center;
  background-color: #fff;
  border: 1px solid #af985a;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1.4;
  padding: 0 22px;
  position: relative;
}

#rice .wrapPrice .pricePrimary .priceList ul li a::after {
  background: url(linkArrow_brown.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  content: "";
  content: "";
  display: block;
  height: 17px;
  position: absolute;
  position: absolute;
  right: 15px;
  top: 34%;
  width: 10px;
}

#rice .wrapPrice .pricePrimary .priceList ul li a span {
  font-size: 14px;
}

#rice .wrapPrice .pricePrimary .priceList ul li a > div {
  align-items: baseline;
  display: flex;
}

#rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(3n)) {
  margin-right: 14px;
}

#rice .wrapPrice .pricePrimary .priceList ul li:nth-child(n + 4) {
  margin-top: 15px;
}

/*月替わりたべくらべコース*/
#rice .wrapPrice .pricePrimary .priceList ul li.big {
  margin: 15px 0 0;
  width: 100%;
}
#rice .wrapPrice .pricePrimary .priceList ul li.big > a {
  padding: 5px 0;
  background-color: #af985a;
  color: #FFF;
  height: 70px;
  border: none;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big > a::after{
  background: url(linkArrow_white.svg);
  width: 8px;
  top: 39%;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big > a div{
  width: 100%;
  justify-content: center;
  font-size: 20px;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big .textWrap{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big .textWrap .speaker{
  margin: 0 5px 0 0;
}

#rice .wrapPrice .pricePrimary .priceList ul li span.text{
  font-size: 13px;
  display: block;
}

@media screen and (max-width: 1035px) and (min-width: 851px) {
  #rice .wrapPrice .pricePrimary .priceList ul li {
    width: calc((100% - 30px) / 2);
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:nth-child(n + 4) {
    margin-top: 0;
  }
  #rice .wrapPrice .pricePrimary .priceList ul li:nth-child(n + 3) {
    margin-top: 15px;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(2n)) {
    margin-right: 14px;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li.big {
    width: 100%;
    margin-right: 0;
  }
  
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  /* 商品 */
  #rice .item .summary {
    display: block;
  }
}

@media screen and (max-width: 850px) {
  /* 価格 */
  #rice .wrapPrice {
    margin: 40px auto 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li {
    width: calc((100% - 15px) / 2);
  }

  #rice .wrapPrice .pricePrimary .priceList ul li a {
    border: 1px solid #b2782c;
    display: flex;
    font-size: 14px;
    padding: 0;
    text-align: center;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(2n)) {
    margin-right: 15px;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:nth-child(n + 3) {
    margin-top: 15px;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li.big {
    width: 100%;
    margin-right: 0;
  }

  #rice .catalog .btn a {
    font-size: 16px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  /* MV */
  #rice .mvWrap {
    margin-bottom: 26px;
  }

  /* タイトル */
  #rice .wrapPrice.ttl {
    font-size: 25px;
  }

  /* 商品 */
  #rice .item {
    width: 100%;
  }

  #rice .item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  #rice .item .lead{
    height: auto !important;
  }

  /* 価格 */
  #rice .wrapPrice .pricePrimary .priceList ul li {
    width: 100%;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li a{
    height: auto;
    min-height: 50px;
    padding: 5px 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:not(:nth-child(2n)) {
    margin-right: 0;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li:nth-child(n + 2) {
    margin-top: 15px;
  }

  #rice .wrapPrice .pricePrimary .priceList ul li a::after {
    right: 9px;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big {
  width: 100%;
  margin-right: 0;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big a{
  min-height: 90px;
}

#rice .wrapPrice .pricePrimary .priceList ul li span.text{
 margin-top: 0;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big > a::after{
  background: url(linkArrow_white.svg);
  width: 8px;
  background-size: 6px auto;
  background-repeat: no-repeat;
  top: 44%;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big .textWrap{
  margin-top: 5px;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big .textWrap .speaker{
  margin: 0 10px 0 0;
}

#rice .wrapPrice .pricePrimary .priceList ul li.big .textWrap .speaker img{
  width: 18px;
}

#rice .wrapPrice .pricePrimary .priceList ul li span.text{
  font-size: 13px;
  display: block;
}
}
