@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato:100,400|Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:400,500,600,700&display=swap&subset=japanese');

html body {
  overflow: hidden;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05em;
  background: none;
}
.lato {
  font-family: 'Lato', sans-serif;
}
.notoserif {
  font-family: 'Noto Serif JP', serif;
}
.notosans {
  font-family: 'Noto Sans JP', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
html{
  overflow-x: hidden; 
}
img{
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}
a {
  color: #01987d;
}
a:hover{
  opacity: 0.7;
  text-decoration: none;
  color: #01987d;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-black {
  font-weight: 900;
}
.meiryo {
  font-family: -apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
               'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
               'Segoe UI',                  /* Windowsの欧文 */
               'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
               Meiryo,                      /* Windowsのメイリオ */
               sans-serif;
}
img.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.lp-wrap{
  margin-bottom: 30px;
}

.top-and-bottom-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ec-productRole .lp-wrap img {
  width: auto;
}

/*冒頭リードセクション*/
.lead{
  background-image: url(./p-images/lead-back.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 550px;
  text-align: center;
  color: #40220f;
}
.lead h2{
  color: #b23a23;
  padding: 200px 0 60px;
  font-size: 33px;
}
.lead p{
  font-size: 18px;
}
.lp-wrap .lead img{
  width: 250px;
}
.saijokyu{
  color: #6a3906;
  font-size: 30px;
}

/*商品概要セクション*/
.description{
  display: flex;
  height: 545px;
  background-image: url(./p-images/description-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.description-cont-wrap{
	display: flex;
  align-items: center;
  width: 100%;
}
.description-cont{
  position: relative;
  background: rgba(255,255,255,0.85);
  margin-right: 40px;
  padding: 40px 20px;
}
.description-cont::before{
  position: absolute;
  content: '';/*何も入れない*/
  width: 156px;/*画像の幅*/
  height: 175px;/*画像の高さ*/
  background-image: url(./p-images/crown.png);
  background-repeat: no-repeat;
  top: -60px;
  right: -30px;
}
.description h2{
  font-size: 21px;
}
.unaru{
  color: #b23a23;
  font-weight: bold;
  font-size: 29px;
}

/*素材セクション*/
.sozai h2{
  color: #b23a23;
}
.sozai-lead{
  margin-top: 60px;
  background-image: url(./p-images/sozai-lead-back.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 25px;
}
.sozai-cont-back{
  display: flex;
  height: 600px;
  background-image: url(./p-images/sozai-back.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.sozai-cont-wrap{
	display: flex;
  align-items: center;
  width: 100%;
}
.sozai-cont{
  background: rgba(255,255,255,0.85);
  padding: 60px 40px;
  box-shadow: 0 0 4px rgb(0 0 0 / 13%);
}
.sozai-cont h3{
  color: #6a3906;
  font-size: 16px;
}
.sozai-cont h3 span{
  color: #b23a23;
  font-size: 23px;
  display: block;
}

/*味へのこだわりセクション*/
.aji{
  background-image: url(./p-images/aji-back.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 1000px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.aji-lead{
  background-image: url(./p-images/aji-lead-back.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 70px;
  color: #595757;
}
.aji h2{
  color: #b23a23;
}
.aji-cont{
  margin-top: 50px;
  color: #40220f;
  padding: 0 20px;
}
.aji-cont h3{
  color: #b23a23;
  font-size: 16px;
}
.aji-cont h3 span{
  color: #b23a23;
  font-size: 25px;
}
.aji-cont-02{
  margin-top: 200px;
}

/*製法へのこだわり*/
.seiho{
  background-image: url(./p-images/seiho-back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  min-height: 1550px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 50px;
}
.seiho-lead{
  background-image: url(./p-images/seiho-lead-back.png);
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  color: #595757;
  height: 200px;
  padding-top: 20px;
}
.seiho h2{
  color: #b23a23;
}
.seiho h3{
  border-left: 2px solid #6a3906;
  color: #6a3906;
  font-size: 28px;
  padding-left: 10px;
}
.seiho h3 span{
  display: block;
  font-size: 17px;
}
img.tejun-arrow{
  position: relative;
}
img.tejun-arrow::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 40px;
  border-color: transparent transparent transparent #b23a23;
}
.seiho-water{
  background-image: url(./p-images/seiho-water.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 40px;
  padding: 50px 20px;
}
.seiho .seiho-water h3{
  border-left:none;
  color: #466bb3;
  padding-left: 0;
  font-size: 25px;
}
.seiho .seiho-water h3 span{
  display: block;
  font-size: 16px;
}
.whats-water{
  background-image: url(./p-images/seiho-water-shizuku.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 250px;
  padding-top: 40px;
}
.whats-water h4{
  text-align: center;
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
  color: #466bb3;
}
.whats-water h4::after{
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #466bb3;
}

/*シーン提案セクション*/
.scene{
  color: #ffffff;
}
.scene h2{
  padding: 50px;
}
.scene h3{
  color: #ffeb4d;
  font-size: 28px;
  margin-bottom: 20px;
}
.scene-gohan{
  background-image: url(./p-images/scene-gohan-back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 696px;
}
.scene-gohan-cont{
  padding-top: 50px;
  display: inline-block;
  text-align: left;
  padding-right: 20px;
}
.scene-osake{
  background-image: url(./p-images/scene-osake-back.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 700px;
}
.scene-osake-cont{
  margin-top: 50px;
  padding-left: 50px;
}


/*農林水産大臣賞*/
.award{

}

/*こだわりまとめセクション*/
.kodawari-matome{
  display: flex;
  height: 500px;
  background-image: url(./p-images/kodawari-matome-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.kodawari-cont-wrap{
	display: flex;
  align-items: center;
  width: 100%;
}
.kodawari-cont{
  text-align: center;
  width: 100%;
}
.kodawari-cont h2{
  color: #40220f;
  font-size: 35px;
}
.kodawari-cont h2 .kodawari-h2-small{
  font-size: 25px;
}
.kodawari-cont h2 .kodawari-h2-strong{
  color: #b23a23;
}

@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}
@media all and (min-width: 576px) {
  
}
/*デスクトップまで*/
@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {

}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  /*冒頭リードセクション*/
  .lead{
    background-size: cover;
    min-height: 430px;
  }
  .lead h2 {
    color: #b23a23;
    padding: 130px 0 30px;
    font-size: 26px;
  }
  .lead p {
    font-size: 17px;
  }
  .saijokyu {
    font-size: 26px;
  }

  .scene h2{
    padding: 30px;
    text-align: center;
  }
  .scene-gohan{
    background-image: url(./p-images/scene-gohan-back-sp.jpg);
    height: 1260px;
    background-size: cover;
  }
  .scene-gohan-cont {
    padding-top: 50px;
    margin-top: 400px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px)  {

}
/*小デバイス(横向きモバイル)まで*/
@media all and (max-width: 575px) {

}
@media all and (-ms-high-contrast: none) and (max-width: 575px)  {

}
@media all and (max-width: 536px) {

}
@media all and (max-width: 480px) {
  .lp-wrap .lead img {
    width: 180px;
  }
  .description {
    height: 750px;
    background-size: cover;
    background-position: left -124px bottom;
  }
  .description-cont-wrap {
    align-items: start;
    margin-top: 30px;
  }
  .description-cont {
    margin-right: 0;
    padding: 20px;
  }

  .sozai-cont-wrap {
    align-items: start;
  }
  .sozai-cont {
    padding: 40px 20px 10px;
  }
  .aji-lead {
    background-position: top 30px center;
    padding-top: 60px;
  }
  .aji-cont {
    margin-top: 0;
    padding: 0;
  }
  .seiho-water {
    padding: 50px 10px 0;
  }
  .seiho .seiho-water h3 {
    font-size: 21px;
  }
  .scene-gohan-cont {
    padding-right: 0;
  }
  .scene-osake {
    background-image: url(./p-images/scene-osake-back-sp.jpg);
    background-position: right center;
    background-size: cover;
    height: 600px;
  }
  .scene-osake-cont {
    padding-left: 0;
  }
  .kodawari-cont h2 {
    font-size: 24px;
  }
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}
/*iPhone5:SE*/
@media all and (max-width: 320px) {

}