@charset "UTF-8";
body {
  background: #f9f7f5;
  font-size: 100%;
}

.breadcrumb-inner {
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .breadcrumb-inner {
    padding: 0 22px;
  }
}

.inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

.logo {
  filter: drop-shadow(0px 2px 1px rgba(255, 255, 255, 1)) drop-shadow(0px -2px 1px rgba(255, 255, 255, 1)) drop-shadow(2px 0px 1px rgba(255, 255, 255, 1)) drop-shadow(-2px 0px 1px rgba(255, 255, 255, 1));
}

#mainimg {
  margin: -150px 0 0;
}

#mainimg img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #mainimg {
    margin: 0;
  }
}

#mainimg .inner {
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -514px;
}

#product {
  /* background: url(../../../images/brand/nourin/product_bg.png) center center; */
  background: url(../../../images/brand/nourin/product_bg.png) center center;
  padding: 60px 0;
}
#product article {
  margin-bottom: 60px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#product article:last-child {
  margin-bottom: 0px;
}
#product h2 {
  padding: 20px 50px;
  background: url(../../../images/brand/nourin/title_bg.png) center center;
}
#product .text {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
  padding: 50px 5px 0px 50px;
  box-sizing: border-box;
}
#product .text img {
  margin-top: -50px;
}
#product .text p {
  max-width: 506px;
  font-size: 21px;
  color: #4f3f35;
  line-height: 2;
}

#recipe {
  padding: 70px 0 50px;
}
#recipe h2 {
  font-size: 42px;
  color: #450e13;
  text-align: center;
}
#recipe h2:before {
  content: "";
  height: 3px;
  width: 50px;
  display: inline-block;
  transform: rotate(53deg);
  background: #450e13;
  position: relative;
  top: -13px;
}
#recipe h2:after {
  content: "";
  height: 3px;
  width: 50px;
  display: inline-block;
  transform: rotate(-53deg);
  background: #450e13;
  position: relative;
  top: -13px;
}

#recipe ul li {
  width: 450px;
  margin-top: 100px;
  padding-left: 37px;
  float: left;
  position: relative;
}
#recipe ul li:nth-child(even) {
  float: right;
}

#recipe li div {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 4px 12px 2px rgba(101, 70, 30, 0.1);
}

#recipe ul li p.point {
  width: 147px;
  height: 130px;
  position: absolute;
  left: 0;
  top: -65px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 130px;
}
#recipe ul li p.point.l2 {
  line-height: 1.2;
  padding-top: 36px;
  box-sizing: border-box;
}
#recipe ul li:nth-child(1) p.point {
  background: url(../../../images/brand/nourin/point01.png) center center no-repeat;
}
#recipe ul li:nth-child(2) p.point {
  background: url(../../../images/brand/nourin/point02.png) center center no-repeat;
}
#recipe ul li:nth-child(3) p.point {
  background: url(../../../images/brand/nourin/point03.png) center center no-repeat;
}
#recipe ul li:nth-child(4) p.point {
  background: url(../../../images/brand/nourin/point04.png) center center no-repeat;
}

ul.bnr {
  padding-bottom: 70px;
  text-align: center;
}
ul.bnr li {
  display: inline-block;
  margin: 0 10px 10px;
}

#footer {
  background: #7f7b78;
}
#footer address {
  text-align: center;
  font-size: 10px;
}

a:link,
a:visited {
  color: #585757;
}

.mega-menu.is-scrolled {
  max-height: 580px !important;
}

.mega-menu__title a {
  font-weight: 700;
}
