@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.6rem;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

caption, th {
  text-align: left;
}

img, a img {
  border: 0;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
}

div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, textarea, p, blockquote {
  line-height: 1.7;
}

address {
  font-style: normal;
}

.br_only-sp {
  display: none;
}

/* -------- For Mobile -------- */
@media screen and (max-width: 768px) {
  .br_only-pc {
    display: none;
  }
  .br_only-sp {
    display: block;
  }
}
/* ========= link ========= */
a {
  color: #005ca2;
  text-decoration: none;
  outline: none;
}

/* ====================================================
Color
==================================================== */
/* ====================================================
MODULE
==================================================== */
.fc_ff {
  color: #fff;
}
.fc_brown {
  color: #5d402c;
}
.fc_darkbrown {
  color: #2e2016;
}
.fc_green {
  color: #009c67;
}

.fw__bd {
  font-weight: 700 !important;
  font-weight: bold;
}

.t_c {
  text-align: center;
}
.t_r {
  text-align: right;
}
.t_l {
  text-align: left;
}

.v_md {
  vertical-align: middle;
}
.v_top {
  vertical-align: top;
}

sup {
  font-size: 60%;
  vertical-align: super;
}

.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

/* ====================================================
Media Quary
==================================================== */
/* ====================================================
layout & styles
==================================================== */
header {
  width: 100%;
}
header .main {
  height: 657px;
  background-image: url("../images/bg_main.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  header .main {
    height: 480px;
  }
}
@media screen and (max-width: 768px) {
  header .main {
    height: 240px;
  }
}
header .main h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  header .main .logo {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  header .main .logo {
    width: 20%;
  }
}
header .main h2 img {
  position: absolute;
  top: 90px;
  left: 55px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  header .main h2 img {
    top: 150px;
    left: 40px;
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  header .main h2 img {
    top: 70px;
    left: 0;
    width: 40%;
  }
}
header .main .onlineshop {
  position: absolute;
  bottom: -3%;
  right: 18px;
  z-index: 3;
}
@media screen and (min-width: 1400px) {
  header .main .onlineshop {
    bottom: -5%;
  }
}
@media screen and (max-width: 1024px) {
  header .main .onlineshop {
    width: 60px;
    right: 10px;
    bottom: 0;
  }
}

nav {
  position: relative;
  width: 100%;
  padding: 30px 0 30px;
}
@media screen and (max-width: 1024px) {
  nav {
    padding: 0 0;
  }
}
nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  nav ul {
    display: block;
  }
}
nav li {
  font-size: 1.8rem;
  line-height: 1;
}
nav li a {
  color: #5d402c;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  nav li {
    font-size: 1.4rem;
    width: calc(50% - 3px);
    border-right: 1px solid #f6f2ea;
    border-bottom: 1px solid #f6f2ea;
    text-align: center;
    display: inline-block;
    padding: 15px 10px;
  }
}
nav li img {
  margin-right: 8px;
}
@media screen and (max-width: 1024px) {
  nav li img {
    margin-right: 5px;
    width: 16px;
    height: auto;
  }
}

main {
  color: #2e2016;
  position: relative;
  background: url(../images/bg_contents.jpg) repeat 0 0;
  padding: 50px 0 80px;
}
@media screen and (max-width: 1024px) {
  main {
    padding: 40px 0;
  }
}

section#cate01 {
  background: #fff url(../images/bg_no-01.png) no-repeat 27px 35px;
}
@media screen and (max-width: 1024px) {
  section#cate01 {
    background: #fff url(../images/bg_no-01.png) no-repeat 10px 15px;
  }
}

section#cate02 {
  background: #fff url(../images/bg_no-02.png) no-repeat 27px 35px;
}
@media screen and (max-width: 1024px) {
  section#cate02 {
    background: #fff url(../images/bg_no-02.png) no-repeat 10px 15px;
  }
}

section#cate03 {
  background: #fff url(../images/bg_no-03.png) no-repeat 27px 35px;
}
@media screen and (max-width: 1024px) {
  section#cate03 {
    background: #fff url(../images/bg_no-03.png) no-repeat 10px 15px;
  }
}

section#cate04 {
  background: #fff url(../images/bg_no-04.png) no-repeat 27px 35px;
}
@media screen and (max-width: 1024px) {
  section#cate04 {
    background: #fff url(../images/bg_no-04.png) no-repeat 10px 15px;
  }
}

@media screen and (max-width: 1024px) {
  section#cate01, section#cate02, section#cate03, section#cate04 {
    background-size: 60px auto;
  }
}

#index-page section {
  border-radius: 20px;
  margin: 0 auto 40px;
  padding: 75px 0 35px;
  width: 90%;
  max-width: 1310px;
}
#index-page section img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  #index-page section {
    border-radius: 16px;
    margin: 0 auto 20px;
    width: 95%;
    padding: 30px 4% 20px;
  }
}

.cttl {
  text-align: center;
  font-size: 4rem;
  color: #5d402c;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .cttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}

.cttl::before {
  content: url(../images/logo_milkforbread.png);
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.btn {
  border-radius: 50px;
  display: inline-block;
  text-decoration: none;
  background: url(../images/btn_arrow.png) no-repeat center right 5% #5d402c;
  cursor: pointer;
  border-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 0.8em 0;
  font-size: 1.8rem;
  font-weight: bold;
  border: 3px solid #422d1f;
  width: 400px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    font-size: 1.4rem;
  }
}

.btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover,
.btn:focus {
  background: url(../images/btn_arrow.png) no-repeat center right 5% #009c67;
  color: #fff;
  border: 3px solid #00861f;
}

/*------- 01 シリーズ紹介 -------*/
section#cate01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section#cate01 dl {
    display: block;
    width: 100%;
  }
}
section#cate01 dt {
  width: 430px;
  margin-right: 70px;
}
section#cate01 dt img {
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  section#cate01 dt {
    width: 100%;
    margin-right: 0;
    margin: 0 auto;
  }
  section#cate01 dt img {
    padding-top: 0;
  }
}
section#cate01 dd {
  line-height: 2.6;
}
@media screen and (max-width: 1024px) {
  section#cate01 dd {
    line-height: 1.6;
    font-size: 1.4rem;
    margin: -30px auto 50px;
  }
}
section#cate01 .series {
  border-radius: 20px;
  width: 90%;
  max-width: 1180px;
  margin: 50px auto 0;
  background: url(../images/01-bg_bnr.jpg) no-repeat 0 0;
  padding: 30px 0px;
}
@media screen and (max-width: 1024px) {
  section#cate01 .series {
    width: 100%;
    padding: 20px 40px;
  }
  section#cate01 .series img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  section#cate01 .series {
    width: 100%;
    padding: 30px 20px;
  }
  section#cate01 .series img {
    width: 100%;
  }
}
section#cate01 .series ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  section#cate01 .series ul {
    display: block;
  }
}
section#cate01 .series li {
  padding: 0 20px;
  margin: 30px 0 0;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  section#cate01 .series li {
    padding: 0 0;
    width: 100%;
  }
}

/*------- 02 美味しさの秘密 -------*/
section#cate02 .point {
  font-size: 2.4rem;
  color: #009c67;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  section#cate02 .point {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 30px;
  }
}
section#cate02 .text {
  width: 90%;
  margin: 0 auto;
  padding: 0 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  section#cate02 .text {
    width: 100%;
    padding: 0 0;
    font-size: 1.4rem;
  }
}
section#cate02 .purnatur {
  border-radius: 20px;
  width: 90%;
  max-width: 1180px;
  margin: 50px auto 0;
  background: url(../images/02-bg_purnatur.png) repeat 0 0;
  padding: 30px 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  section#cate02 .purnatur {
    width: 100%;
    margin: 30px auto 0;
    padding: 30px 20px;
  }
}
section#cate02 .purnatur dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  section#cate02 .purnatur dd {
    font-size: 1.4rem;
  }
}
section#cate02 .purnatur .logo {
  margin-left: 30px;
  float: right;
}
@media screen and (max-width: 1024px) {
  section#cate02 .purnatur .logo {
    margin-left: 15px;
  }
}
section#cate02 .purnatur .logo:after {
  clear: fix;
}

/*------- 03 どこで買えるの？ -------*/
section#cate03 .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  section#cate03 .flex-container {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}
section#cate03 .flex-container .list {
  width: 50%;
  padding-left: 75px;
}
@media screen and (max-width: 1024px) {
  section#cate03 .flex-container .list {
    padding-left: 0;
    width: 100%;
    margin-top: 1em;
  }
}
section#cate03 .flex-container .list h4 {
  font-size: 2.4rem;
  color: #009c67;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 1em 0;
}
@media screen and (max-width: 1024px) {
  section#cate03 .flex-container .list h4 {
    font-size: 1.8rem;
  }
}
section#cate03 .flex-container .list ul li {
  margin-left: 2em;
  list-style: disc;
  line-height: 1.85;
}
section#cate03 .flex-container .list ul li a {
  text-decoration: underline;
  color: #2e2016;
}
section#cate03 .flex-container .list .t_c li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  margin-top: 50px;
  list-style: none;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  section#cate03 .flex-container .list .t_c li {
    display: block;
    margin-top: 30px;
  }
}
section#cate03 .flex-container .list .t_c li a {
  text-decoration: none;
  color: currentColor;
}

/*------- 04 カネカと牛乳のお話 -------*/
section#cate04 .text {
  width: 75%;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  section#cate04 .text {
    width: 100%;
    margin: 0 auto;
    font-size: 1.4rem;
  }
}
section#cate04 .sdgs {
  border-radius: 20px;
  width: 90%;
  max-width: 1180px;
  margin: 60px auto 0;
  background: url(../images/04-bg_bnr.jpg) no-repeat 0 0;
  padding: 50px 0;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  section#cate04 .sdgs {
    width: 100%;
    margin: 30px auto 0;
    padding: 50px 10px;
    background: url(../images/04-bg_bnr.jpg) no-repeat center right;
  }
}

/*------- footer -------*/
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  footer ul {
    display: block;
  }
}
footer li {
  background-color: #5d402c;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bold;
}
footer li a {
  color: #ffffff;
  padding: 25px 0;
  display: block;
  letter-spacing: 0.08em;
}
footer li a:hover {
  background-color: #009c67;
}
@media screen and (max-width: 1024px) {
  footer li {
    width: 100%;
    border-bottom: 1px solid #2e2016;
    font-size: 1.4rem;
  }
}
footer li:first-of-type {
  border-right: 1px solid #2e2016;
}
footer p {
  color: #ffffff;
  background-color: #2e2016;
  padding: 25px 0;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer p {
    font-size: 1rem;
  }
}

/* ====================================================
list.html
==================================================== */
#list-page h1 {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 1.6em 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #list-page h1 {
    font-size: 2rem;
    line-height: 1.8;
  }
}
#list-page .area {
  width: 760px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #list-page .area {
    width: 100%;
    padding: 0 4% 0;
  }
}
#list-page .area li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
#list-page .area li a {
  color: #009c67;
}
#list-page section {
  width: 760px;
  margin: 70px auto;
}
@media screen and (max-width: 1024px) {
  #list-page section {
    width: 100%;
    padding: 0 4% 0;
  }
}
#list-page section h2 {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #2e2016;
  padding-bottom: 10px;
  margin-bottom: 1.5em;
  color: #009c67;
}
@media screen and (max-width: 1024px) {
  #list-page section h2 {
    font-size: 1.8rem;
  }
}
#list-page section ul li {
  margin: 1em 0;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #list-page section ul li {
    font-size: 1.4rem;
  }
}
#list-page section ul li span {
  font-weight: bold;
}
#list-page .linkbtn {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #list-page .linkbtn {
    width: 100%;
    padding: 0 4%;
  }
}