@charset "UTF-8";

/*  update 2018-012-19 1512
-----------------------------------*/
article {
  margin: 0 0;
  padding-top: 0;
}

@media screen and (min-width: 1000px) {
  article {
    margin: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  article {
    margin: 0;
    width: calc(100%);
    padding-top: 0;
  }
}

.bgc01Wrap {
  padding-top: 28px;
}

@media screen and (min-width: 480px) {
  .bgc01Wrap {
    margin-top: 40px;
  }
}

.ttl-h2 {
  position: relative;
  text-align: center;
  color: #c89f94;
}

.ttl-h2 .icon {
  display: block;
  position: absolute;
}

.fs-body-top main .search-section {
  background-color: #fffbe2;
  padding: 13px 20px;
}

@media screen and (min-width: 480px) {
  .fs-body-top main .search-section {
    display: none;
  }
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

.section h2 {
  margin-bottom: 15px;
  line-height: 1;
}

@media screen and (min-width: 480px) {
  .section h2 {
    margin-bottom: 30px;
  }
}

.section p.lead {
  text-align: center;
  margin-bottom: 15px;
  color: #c89f94;
}

@media screen and (min-width: 480px) {
  .section p.lead {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

/* ==============================================

 ### メインビジュアル

=================================================*/
.mv {
  /* Arrows */
  /* Dots */
}

.mv .inner {
  /* width: 300px; */
  width: 100vw;
  padding: 0 3px;
}

@media screen and (min-width: 1000px) {
  .mv .inner {
    width: 960px;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .mv .inner {
    width: 640px;
  }
}

.mv .inner img {
  width: 100%;
}

.mv .slick-slide {
  opacity: 0.5;
  transition: 0.5s;
}

.mv .slick-now {
  opacity: 1;
}

.mv .slick-prev,
.mv .slick-next {
  height: 56px;
  width: 56px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 50;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  padding: 18px;
  background-color: #fff;
  opacity: 0.6;
}

.mv .slick-prev img,
.mv .slick-next img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}

.mv .slick-prev:hover,
.mv .slick-prev:focus,
.mv .slick-next:hover,
.mv .slick-next:focus {
  outline: none;
  opacity: 1;
}

.mv .slick-prev {
  left: 0;
  right: auto;
}

[dir="rtl"] .mv .slick-prev {
  left: auto;
  right: 0;
}

.mv .slick-next {
  right: 0;
  left: auto;
}

[dir="rtl"] .mv .slick-next {
  left: 0;
  right: auto;
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mv .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px;
}

.mv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.mv .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  background-color: #eaeaea;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.mv .slick-dots li.slick-active button {
  background-color: #c89f94;
}

/* ==============================================

 ### 特集バナーエリア

=================================================*/
.feature-bnr-section {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.feature-bnr-section .feature-bnrList {
  margin-top: 35px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -18px;
  margin-bottom: 30px;
}

.feature-bnr-section .feature-bnrList .inner {
  width: calc(100% / 3 - 18px);
  margin-left: 18px;
}

.feature-bnr-section .feature-bnrList .inner span {
  display: block;
  text-align: center;
}

.feature-bnr-section .feature-bnrList .inner span.image {
  margin-bottom: 25px;
}

.feature-bnr-section .feature-bnrList .inner span.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}

.feature-bnr-section .feature-bnrList .inner span.text {
  margin-bottom: 25px;
}

.feature-bnr-section .feature-bnrList .inner span.ttl:after {
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  border-top: 1px solid #c89f94;
  border-right: 1px solid #c89f94;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 480px) {
  .feature-bnr-section .feature-bnrList {
    margin-top: 35px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .feature-bnr-section .feature-bnrList .inner span.image {
    margin-bottom: 10px;
  }

  .feature-bnr-section .feature-bnrList .inner {
    width: 200px;
    margin-left: 20px;
    flex: 0 0 auto;
  }

  .feature-bnr-section .feature-bnrList .inner span.ttl {
    font-size: 1.6rem;
  }

  .feature-bnr-section .feature-bnrList .inner span.text {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 480px) {
  .feature-bnr-section .btn2 {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}


/* ==============================================

 ### ブラウンビレッジへようこそ

=================================================*/
.brownvillage-info {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .brownvillage-info {
    background-image: url(https://naturalfoods.itembox.design/item/img/index/bg_welcome-pc.png);
    background-repeat: no-repeat;
    background-position: center 70px;
  }
}

@media screen and (min-width: 1000px) {
  .brownvillage-info:before {
    position: absolute;
    content: "";
    width: 222px;
    height: 326px;
    background-image: url(https://naturalfoods.itembox.design/item/img/index/brownvillage-info-deco1.png);
    display: block;
    top: -70px;
    left: 30px;
  }
}

@media screen and (min-width: 1000px) {
  .brownvillage-info:after {
    position: absolute;
    content: "";
    width: 162px;
    height: 355px;
    background-image: url(https://naturalfoods.itembox.design/item/img/index/brownvillage-info-deco4.png);
    display: block;
    bottom: -70px;
    right: 30px;
  }
}

.welcome-section {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 135.86666666%;
  background-image: url(https://naturalfoods.itembox.design/item/img/index/bg_welcome-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

@media screen and (min-width: 1000px) {
  .welcome-section {
    padding: 100px 20px;
    margin-bottom: 100px;
    height: auto;
    background: none;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .welcome-section {
    background-image: url(https://naturalfoods.itembox.design/item/img/index/bg_welcome-tab.png);
    padding-top: 108.5333333%;
  }
}

.welcome-section .welcome-section-container {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .welcome-section .welcome-section-container {
    position: relative;
    top: auto;
    left: auto;
  }
}

@media screen and (min-width: 481px) and (max-width: 999px) {
  .welcome-section .welcome-section-container {
    top: 100px;
  }
}

.welcome-section h2 {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.welcome-section h2 img {
  width: 220px;
}

@media screen and (min-width: 480px) {
  .welcome-section h2 img {
    width: 440px;
  }
}

.welcome-section h2+.text {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 480px) {
  .welcome-section h2+.text {
    font-size: 1.6rem;
  }
}

.welcome-section .txBlock {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .welcome-section .txBlock {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 100px;
    width: 960px;
    margin: 0 auto;
  }
}

.welcome-section .txBlock:before {
  display: block;
  content: "";
  width: 58px;
  height: 40px;
  background-image: url(https://naturalfoods.itembox.design/item/img/index/welcome_icon.png);
  background-size: contain;
  margin: 20px auto 0;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1000px) {
  .welcome-section .txBlock:before {
    position: relative;
    position: absolute;
    width: 78px;
    height: 53px;
    top: 0;
    left: 50%;
    margin-left: -39px;
  }
}

.welcome-section .txBlock h3 {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

@media screen and (min-width: 480px) {
  .welcome-section .txBlock h3 {
    font-size: 2.8rem;
  }
}

.welcome-section .txBlock .inner {
  margin-top: 15px;
  text-align: center;
}

@media screen and (min-width: 1000px) {
  .welcome-section .txBlock .inner {
    width: calc(45%);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1000px) {
  .welcome-section .txBlock .inner {
    margin-bottom: 40px;
  }
}

.welcome-section .txBlock .inner .text strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

@media screen and (min-width: 1000px) {
  .welcome-section .txBlock .inner .text {
    font-size: 1.6rem;
  }
}

/* ==============================================

 ### やりたいことから探す

=================================================*/
.want-to-do-section {
  position: relative;
}

@media screen and (min-width: 1000px) {
  .want-to-do-section:before {
    position: absolute;
    content: "";
    width: 248px;
    height: 337px;
    background-image: url(https://naturalfoods.itembox.design/item/img/index/brownvillage-info-deco2.png);
    display: block;
    top: -100px;
    right: 0;
    z-index: 1;
  }
}

@media screen and (min-width: 1000px) {
  .want-to-do-section:after {
    position: absolute;
    content: "";
    width: 265px;
    height: 296px;
    background-image: url(https://naturalfoods.itembox.design/item/img/index/brownvillage-info-deco3.png);
    display: block;
    bottom: -100px;
    left: 0;
    z-index: 1;
  }
}

.want-to-do-section h2 .icon {
  width: calc(256px / 2);
  top: -35px;
  right: 0;
}

@media screen and (min-width: 480px) {
  .want-to-do-section h2 .icon {
    width: calc(256px);
    top: -80px;
    left: 50%;
    right: auto;
  }
}

.want-to-do-section h2 img {
  width: calc(375px / 2);
}

@media screen and (min-width: 480px) {
  .want-to-do-section h2 img {
    width: 375px;
  }
}

.want-to-do-section .macrobioticList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 480px) {
  .want-to-do-section .macrobioticList {
    margin-bottom: 40px;
    margin-left: -50px;
  }
}

.want-to-do-section .macrobioticList .item {
  width: calc(100% / 2 - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .want-to-do-section .macrobioticList .item {
    width: calc(100% / 3 - 50px);
    margin-bottom: 40px;
    margin-left: 50px;
  }
}

.want-to-do-section .macrobioticList .item a {
  display: block;
}

.want-to-do-section .macrobioticList .item span {
  display: block;
}

.want-to-do-section .macrobioticList .item span.image {
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .want-to-do-section .macrobioticList .item span.image {
    margin-bottom: 20px;
  }
}

.want-to-do-section .macrobioticList .item span.name {
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .want-to-do-section .macrobioticList .item span.name {
    font-size: 2.4rem;
  }
}

.want-to-do-section .macrobioticList .item span.text {
  font-size: 1.1rem;
}

@media screen and (min-width: 480px) {
  .want-to-do-section .macrobioticList .item span.text {
    font-size: 1.6rem;
  }
}

/* ==============================================

 ### 自然食品から探す

=================================================*/
.natural-food-section {
  background-color: #fff6be;
  padding-top: 57px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

@media screen and (min-width: 480px) {
  .natural-food-section {
    padding-top: 110px;
    margin-bottom: 80px;
  }
}

.natural-food-section h2 .icon {
  width: calc(264px / 2);
  top: -35px;
  right: 0;
}

@media screen and (min-width: 480px) {
  .natural-food-section h2 .icon {
    width: 264px;
    top: -70px;
    left: 50%;
    right: auto;
    margin-left: 40px;
  }
}

.natural-food-section h2 img {
  width: calc(458px / 2);
}

@media screen and (min-width: 480px) {
  .natural-food-section h2 img {
    width: 458px;
  }
}

.natural-food-section .natural-foodList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.natural-food-section .natural-foodList .item {
  width: calc(100% / 2);
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .natural-food-section .natural-foodList .item {
    width: calc(100% / 5);
  }
}

.natural-food-section .natural-foodList .item a {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.natural-food-section .natural-foodList .item span {
  display: block;
}

.natural-food-section .natural-foodList .item span.image {
  margin-bottom: 10px;
  width: 48px;
  margin-right: 5px;
}

@media screen and (min-width: 480px) {
  .natural-food-section .natural-foodList .item span.image {
    width: 64px;
  }
}

.natural-food-section .natural-foodList .item span.name {
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .natural-food-section .natural-foodList .item span.name {
    font-size: 1.6rem;
  }
}

/* ==============================================

 ### 今月のおすすめ商品

=================================================*/
.monthly-recommend-section {
  margin-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .monthly-recommend-section {
    margin-bottom: 60px;
  }
}

.monthly-recommend-section h2 img {
  width: calc(511px / 2);
}

@media screen and (min-width: 480px) {
  .monthly-recommend-section h2 img {
    width: 511px;
  }
}

/* ==============================================

 ### 新商品

=================================================*/
@media screen and (min-width: 480px) {
  .newitem-section {
    margin-top: 40px;
  }
}

.newitem-section h2 img {
  width: calc(321px / 2);
}

@media screen and (min-width: 480px) {
  .newitem-section h2 img {
    width: 321px;
  }
}

/* ==============================================

 ### お知らせ

=================================================*/
.news-section {
  margin-bottom: 40px;
}

.news-section h2 {
  text-align: left;
}

@media screen and (min-width: 1000px) {
  .news-section .contentWrap {
    display: flex;
    justify-content: space-around;
  }
}

.news-section h2 img {
  width: calc(350px / 2);
}

@media screen and (min-width: 480px) {
  .news-section h2 img {
    width: 350px;
  }
}

.news-section .newsList dt {
  font-size: 1.2rem;
  float: left;
}

@media screen and (min-width: 480px) {
  .news-section .newsList dt {
    font-size: 1.6rem;
    float: left;
    width: 6em;
    color: #b5b5b5;
  }
}

.news-section .newsList dd {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-left: 7em;
}

@media screen and (min-width: 480px) {
  .news-section .newsList dd {
    font-size: 1.6rem;
  }
}

/* ==============================================

 ### コラム

=================================================*/
.column-section {
  padding-top: 40px;
  padding-bottom: 35px;
  padding-left: 18px;
  padding-right: 18px;
}

.column-section h2 img {
  width: calc(504px / 2);
}

@media screen and (min-width: 480px) {
  .column-section h2 img {
    width: 504px;
  }
}

.column-section .columnList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-left: -10px;
}

@media screen and (min-width: 480px) {
  .column-section .columnList {
    margin-left: -25px;
  }
}

.column-section .columnList .item {
  width: calc(100% / 2 - 10px);
  margin-left: 10px;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .column-section .columnList .item {
    width: calc(33.33% - 25px);
    margin-left: 25px;
  }
}

.column-section .columnList .item .image {
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
  .column-section .columnList .item .image {
    margin-bottom: 20px;
  }
}

.column-section .columnList .item .ttl {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}

@media screen and (min-width: 480px) {
  .column-section .columnList .item .ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.column-section .columnList .item .lead {
  font-size: 1.1rem;
  display: block;
}

@media screen and (min-width: 480px) {
  .column-section .columnList .item .lead {
    font-size: 1.6rem;
  }
}

/* ==============================================

 ### お客様の声

=================================================*/
.review-section {
  margin-bottom: 40px;
  padding-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .review-section {
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
}

.review-section h2 img {
  width: calc(384px / 2);
}

@media screen and (min-width: 480px) {
  .review-section h2 img {
    width: 384px;
  }
}

.review-section .reviewList {
  background-color: #fff;
  padding-top: 10px;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList {
    padding: 20px;
  }
}

.review-section .reviewList .inner {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px dotted #363636;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList .inner {
    border-bottom: none;
  }
}

.review-section .reviewList .inner .txBlock {
  margin-left: 10px;
  width: 70%;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList .inner .txBlock {
    margin-left: 30px;
    width: calc(100% - 190px);
  }
}

.review-section .reviewList .inner .productImg {
  width: 30%;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList .inner .productImg {
    width: 160px;
  }
}

.review-section .reviewList .inner .productName {
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList .inner .productName {
    font-size: 2rem;
  }
}

.review-section .reviewList .inner .text {
  font-size: 1.1rem;
}

@media screen and (min-width: 480px) {
  .review-section .reviewList .inner .text {
    font-size: 1.4rem;
  }
}

/* ==============================================

 ### 人気ランキング

=================================================*/

@media screen and (min-width: 480px) {
  .ranking-section {
    margin-top: 40px;
  }
}

.ranking-section h2 img {
  width: calc(436px / 2);
}

@media screen and (min-width: 480px) {
  .ranking-section h2 img {
    width: 436px;
  }
}

.ranking-section .rankinglist .item:before {
  left: 0;
  width: 26px;
  height: 26px;
}

@media screen and (min-width: 480px) {
  .ranking-section .rankinglist .item a img {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .ranking-section .rankinglist .item {
    line-height: 34px;
    text-align: center;
    width: calc(100% / 3 - 24px);
  }
}