@charset "UTF-8";
/* all */
/* scroll */
/*メインビジュアルの指定*/
.mainvisual {
  position: relative;
  height: 100vh;
  background: url(../../mias.kilo.jp/material/photo/img03.jpg) no-repeat center;
  background-size: cover;
}

/*スクロールボタンの指定*/
.scroll {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 99;
  line-height: 0;
}

.scroll a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 50px;
  /*矢印を作成する*/
}

#section01 {
  padding: 0;
}

#section01 .titleBox {
  padding: 100px 0 200px;
  background: url(../lib/cmn_img/bg_milk01.jpg) no-repeat left top;
  background-size: cover;
}

/* mv */
.mv.pc_only {
  position: relative;
  overflow: hidden;
}

.slideWidth.sp_only {
  position: relative;
}

.mv .mv_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 99;
}

.mv .mv_text .title {
  width: 65%;
  margin: 0 auto 30px;
  font-size: 48px;
}

.mv .mv_text .title img {
  width: 100%;
}

.mv .mv_text .text {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  text-shadow: 0px 0px 10px #000000;
}

/* #news */
#news .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#news .contents .titleBox {
  background-color: #f12837;
  width: 25%;
  padding: 3% 8%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#news .contents .titleBox p span.icon {
  width: 50px;
  display: block;
  margin: 0 auto 10px;
}

#news .contents .titleBox p {
  font-size: 38px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}

#news .contents .titleBox p span.icon img {
  width: 100%;
}

#news .contents .listBox {
  height: 200px;
  overflow: scroll;
  padding: 2%;
  width: 75%;
  background-color: #fff;
}

/*
#news .contents .listBox {
  background-color: #fff;
  width: 78.9%;
  overflow: scroll;
}
*/
#news .contents .listBox ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #333;
}

#news .contents .listBox ul li .ymd {
  font-size: 14px;
  font-weight: 600;
  color: #054172;
  margin-right: 30px;
}

#news .contents .listBox ul li .title {
  width: 87%;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

#news .contents .listBox ul li .title a {
  color: #333;
}

#news .contents .listBox ul li .title a:hover {
  color: #f12837;
  opacity: 1;
  text-decoration: underline;
}

/*スクロール*/
#news .contents .listBox {
  height: 200px;
  overflow: auto;
  padding: 30px 30px 30px 41px;
}

/*スクロールバーの横幅指定*/
#news .contents .listBox::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
#news .contents .listBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #f2f2f2;
}

/*スクロールバーの色・角丸指定*/
#news .contents .listBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #054172;
}

#news.alt .contents .titleBox {
  width: 100%;
  padding: 45px 0 5px;
  background-color: white;
}
#news.alt .contents .titleBox p {
  color: #f12837;
}
#news.alt .contents .listBox {
  width: auto;
  height: auto;
}
#news.alt .contents .listBox ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* #section01 */
#section01 .productsBox {
  background-color: #f12837;
}

#section01 .productsBox .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  top: -100px;
}

#section01 .productsBox ul {
  width: 30%;
  margin-right: 30px;
}

#section01 .productsBox ul:last-child {
  margin-right: 0;
}

#section01 .productsBox ul li.image {
  width: 100%;
  margin-bottom: 40px;
}

#section01 .productsBox ul li.image img {
  width: 100%;
}

#section01 .productsBox ul li.title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

#section01 .productsBox ul li.text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}

#section01 .productsBox ul li.btn {
  text-align: right !important;
  float: right;
}

/* #section02 */
#section02 {
  padding: 100px 50px;
  background: #fff;
}

#section02 .contents {
  margin-top: 50px;
}

#section02 .recipeBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#section02 .recipeBox .imgBox {
  width: 50%;
}

#section02 .recipeBox .imgBox img {
  width: 100%;
}

#section02 .recipeBox .txtBox {
  width: 50%;
  padding-left: 50px;
}

#section02 .recipeBox .txtBox:nth-child(odd) {
  padding-left: 0;
  padding-right: 50px;
}

#section02 .recipeBox .txtBox ul li.title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
  color: #b28856;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

#section02 .recipeBox .txtBox ul li.text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 22px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 20px;
  width: 100%;
}

#section02 .recipeBox .txtBox ul li.btn2 {
  float: left;
}

/* #section03 */
#section03 {
  padding: 100px 0 200px;
  background: url(../lib/cmn_img/bg_about.jpg) no-repeat center bottom;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  /* all */
  .titleBox h2.ttl {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .titleBox p.txt {
    font-size: 16px;
  }
  /* mv */
  .mv .pc_only .mv_text .text {
    font-size: 16px;
  }
  /* newsBox */
  #news .contents .titleBox p span.icon {
    width: 40px;
  }
  #news .contents .titleBox p {
    font-size: 32px;
  }
  #news .contents .listBox {
    height: 150px;
    padding: 20px 30px 20px 31px;
  }
  #news .contents .listBox ul li .title {
    font-size: 16px;
    width: 100%;
  }
  /* #section01 */
  #section01 .titleBox {
    padding: 50px 0 100px;
  }
  #section01 .productsBox ul li.title {
    font-size: 24px;
  }
  #section01 .productsBox ul li.text {
    font-size: 12px;
    line-height: 18px;
  }
  .blob-btn {
    padding: 12px 64px;
    font-size: 16px;
  }
  /* #section02 */
  #section02 .recipeBox .txtBox ul li.title {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  #maincontants {
    padding-top: 0 !important;
  }
  .mv .slideWidth.sp_only ul.slider li:nth-child(1) {
    padding-top: 300px;
    background: url(../images/mv01.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .mv .slideWidth.sp_only ul.slider li:nth-child(2) {
    padding-top: 300px;
    background: url(../images/mv02.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .mv .slideWidth.sp_only ul.slider li:nth-child(3) {
    padding-top: 300px;
    background: url(../images/mv03.jpg) no-repeat center center;
    background-size: cover;
  }
  .mv .mv_text .title {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mv.sp_only .text {
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    background: url(../lib/cmn_img/bg_milk02.jpg) no-repeat left top;
    background-size: cover;
  }
  .scroll a {
    width: 40px;
  }
  /* section */
  #section01 .titleBox {
    padding: 40px 20px 160px;
  }
  #section02 {
    padding: 40px 20px;
  }
  /* #news */
  #news .contents {
    flex-wrap: wrap;
  }
  #news .contents .titleBox {
    background-color: #f12837;
    width: 100%;
  }
  #news .contents .listBox {
    width: 100%;
  }
  /* #section01 */
  #section01 .scInr {
    padding: 0;
  }
  #section01 .productsBox .wrap {
    flex-wrap: wrap;
  }
  #section01 .productsBox ul {
    width: 80%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #section01 .titleBox {
    background: url(../lib/cmn_img/bg_milk01.jpg) no-repeat center top;
  }
  #section01 .productsBox ul:last-child {
    margin-bottom: 0;
  }
  #section01 .productsBox ul li.image {
    margin-bottom: 15px;
  }
  /* #section02 */
  #section02 .contents {
    margin-top: 30px;
  }
  #section02 .recipeBox {
    flex-wrap: wrap;
  }
  #section02 .recipeBox .imgBox {
    width: 100%;
    margin-bottom: 15px;
  }
  #section02 .recipeBox .txtBox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  #section02 .recipeBox:nth-child(2) .imgBox {
    order: 1;
  }
  #section02 .recipeBox:nth-child(2) .txtBox {
    order: 2;
  }
  /* #section03 */
  #section03 {
    padding: 60px 20px 100px;
    background: url(../lib/cmn_img/bg_about.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #section03 .titleBox p.txt {
    margin-bottom: 15px;
  }
}