@charset "utf-8";

/*** フォント・文字幅 ***/
.main{
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  }
.omoi_word{
  display: inline-block;
  padding-bottom: 0.3em;
  border-bottom: solid 1px #3d3d3d;
  letter-spacing: 0.3em;
  padding-left: 0.2em;
}

h1{
  font-size: 40px;
  margin: 100px 0 100px 0;
}
h2{
  font-size: 32px;
  margin-bottom: 50px;
}
h3{
  font-size: 28px;
  margin-bottom: 70px;
}
p{
  font-size: 20px;
}
.text,
.omoi .text,
.rice .rice_text{
  width:(calc(60%+100px));
  max-width: 820px;
}
.omoi .text,
.rice .rice_text{
  text-align: left;
}





/*** 余白設定 ***/
.jimoto{
  margin:100px 0 90px 0;
}
.omoi_title{
  margin-top: 150px;
}

.omoi_slider_container{
  margin-top: 220px;
}
.wrapping img{
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin-top: 150px;
  margin-bottom: 30px;
}
.yamadanishiki{
  padding-top: 90px;
}
.products_handled{
  padding-top: 150px;
}
.select_brand{
  padding-top: 150px;
  padding-bottom: 300px;
}

.rice_slider_container{
  padding-top: 150px;
}
.rice_text,
.wrapping_text,
.text,
.products_handled{
  padding-bottom: 150px;
}



/*** slider ***/
.omoi_slider_container,
.rice_slider_container{
  width: 80%;
  margin: 0 auto;
}
.omoi_slider img,
.rice_slider img{
  width: 100%;
}


/*** 取扱製品・セレクトブランド様 ***/
.select_brand{
  width: 80%;
  margin: 0 auto;
}
.products_handled span,
.selectBrand_wrap span{
  display: block;
  width: 100%;
}
.rice_text,
.wrapping_text,
.text,
.products_handled{
  width: 80%;
  margin: 0 auto;
  border-bottom: solid 0.75px #aeadad;
}
.rice_text,
.wrapping_text,
.products_handled p{
  line-height: 2.5em;
  letter-spacing: 0.1em;
}
.text,
.selectBrand_wrap p{
  line-height: 3.5em;
  letter-spacing: 0.1em;
}
.rice_text span,
.wrapping_text span,
.text span{
  display: block;
  width: 100%;
}
.products_handled h3,
.select_brand h3{
  margin: 0 auto;
  width: 80%;
  margin-bottom: 70px;
}
.select_brand p{
  font-size: 14px;
}

.selectBrand_wrap{
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 40px;
grid-row-gap: 0px;
}
.div1 { grid-area: 1 / 1 / 3 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 2 / 3 / 3; }
.div4 { grid-area: 1 / 3 / 3 / 4; }
.div3{
  margin: -1.6em;
}

/*** レスポンシブ　1230px ***/
@media (max-width:1230px) {
  .selectBrand_wrap{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 0px;
}
.div1 { grid-area: 1 / 1 / 3 / 2; }
.div2 { grid-area: 3 / 1 / 4 / 2; }
.div3 { grid-area: 1 / 2 / 2 / 3; }
.div4 { grid-area: 2 / 2 / 4 / 3; }
.div3{
  margin: 0;
}
.div4{
  margin: -1.5em;
}

}

/*** レスポンシブ 900px ***/
@media (max-width:900px) {
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 32px;
  }
  h3{
    font-size: 24px;
  }
  p{
    font-size: 16px;
  }
  .div4{
    margin: -2em;
  }
}


/*** レスポンシブ 790px ***/
@media (max-width:790px) {
  .selectBrand_wrap{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr repeat(2, 0.5fr) 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 2 / 1 / 3 / 2; }
.div3 { grid-area: 3 / 1 / 4 / 2; }
.div4 { grid-area: 4 / 1 / 5 / 2; }
.div3{
  margin: -1.5em;
}
.div4{
  margin: -2.8em;
}

}
/*** レスポンシブ 640px ***/
@media (max-width:640px) {
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 24px;
  }
  h3{
    font-size: 20px;
  }
  p{
    font-size: 14px;
  }
  .text,
  .products_handled p,
  .selectBrand_wrap p{
  line-height: 2.5em;
  letter-spacing: 0.1em;
}
  .rice h3 span{
    letter-spacing: -0.1em;
}
.rice h3 .el{
  letter-spacing: -0.2em;
}
.rice h3 .shi{
  letter-spacing: -0.2em;
}
}