.pc-only {
  display: none;
}

/* PCサイズで表示する */
@media screen and (min-width: 768px) {
  .pc-only {
    display: inline;
  }
}

@media (max-width: 768px) {
  .top-heading-br {
    display: none;
  }
}

#top_slide {
      position: relative;
  	max-width:1200px;
  	margin-right:auto;
  	margin-left:auto;
  
}

/*nkeu追加 */
.caution{font-size:9px;}
#top-lead{
  display:none!important;
}
@media screen and (max-width:640px){
  #top-lead{
    display:block!important;
    background-color:#fafafa;
    font-size:13px;
    line-height: 1.5em;
    font-weight: 400;
    text-align:left;
    padding:8px;
    margin-block-start: 0px!important;
    margin-block-end: 0px!important;
  }
  #top-lead a{text-decoration: underline;color:#666;}
}

#top_slide　{
  z-index: 10; /* カルーセルのZ-indexを低めに設定 */
  margin-bottom:40px;}

a.bnr_image{
  display:block;
  width:100%;
  max-width:1080px;
  margin:10px auto;
}
a.top_slide_item{
  display:block;
  margin-right: 1vw!important;
        margin-left: 1vw!important;
}
a.more{
  display:block;
  width:80%;
  max-width:170px;
  text-align:center;
  text-decoration: none;
  font-weight:bold;
  color:#ffffff;
  margin:20px auto;
  margin-bottom:0px;
  padding:10px 30px;
  border:1px #ccc solid;
  background-color:#333
}
#top_product_list{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
  	width:100%;
  	max-width:1080px;
  	margin:20px auto;
}
a.top_product_list_item{
	display: block;
	width: 100%;
	flex-basis: 23%;
	text-decoration: none;
	color:#666;
}
a.top_product_list_item h4{
    font-size:14px;
  margin:10px 0px;
}
a.top_product_list_item p.price{
  text-align:right;
  margin:7px 0px;
  font-size:14px;
}
a.top_product_list_item span{
  font-size:10px;
}

#bnr_cf_olve_oil_mobile{max-width:400px;margin:0 auto;}
.for_mobile{display:none;}

@media screen and (max-width: 480px) {
  #top_slide{margin-bottom:20px;}
  a.bnr_image{
    margin:20px 0px;
  }
  #top_product_list{
  	margin:10px auto;
  }
  a.top_product_list_item{
	flex-basis: 49%;
    margin-bottom:20px;
  }
  a.top_product_list_item h4{
    font-size:16px;
  }
  .for_mobile{display:block;}
}

#top_product_list_2{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
  	width:100%;
  	max-width:1080px;
  	margin:20px auto;
}
a.top_product_list_2_item{
	display: block;
	width: 100%;
	flex-basis: 49%;
	text-decoration: none;
	color:#666;
}
a.top_product_list_2_item h4{
    font-size:12px;
  margin:10px 0px;
}
a.top_product_list_2_item p.price{
  text-align:center;
  margin:7px 0px;
  font-size:12px;
}
a.top_product_list_2_item span{
  font-size:10px;
}

#bnr_cf_olve_oil_mobile{max-width:400px;margin:0 auto;}
.for_mobile{display:none;}

@media screen and (max-width: 480px) {
  #top_slide{margin-bottom:20px;}
  a.bnr_image{
    margin:20px 0px;
  }
  #top_product_list_2{
  	margin:10px auto;
  }
  a.top_product_list_2_item{
	flex-basis: 99%;
    margin-bottom:20px;
  }
  a.top_product_list_2_item h4{
    font-size:11px;
  }
  .for_mobile{display:block;}
}

#top_product_list_3{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
  	width:100%;
  	max-width:1080px;
  	margin:20px auto;
}
a.top_product_list_3_item{
	display: block;
	width: 100%;
	flex-basis: 25%;
	text-decoration: none;
	color:#666;
}
a.top_product_list_3_item h4{
    font-size:12px;
  margin:10px 0px;
}
a.top_product_list_3_item p.price{
  text-align:center;
  margin:7px 0px;
  font-size:12px;
}
a.top_product_list_3_item span{
  font-size:10px;
}

#bnr_cf_olve_oil_mobile{max-width:400px;margin:0 auto;}
.for_mobile{display:none;}

@media screen and (max-width: 480px) {
  #top_slide{margin-bottom:20px;}
  a.bnr_image{
    margin:20px 0px;
  }
  #top_product_list_3{
  	margin:10px auto;
  }
  a.top_product_list_3_item{
	flex-basis: 50%;
    margin-bottom:20px;
  }
  a.top_product_list_3_item h4{
    font-size:11px;
  }
  .for_mobile{display:block;}
}


#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news a {
  color: #333333;
  text-decoration: none;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #464637;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}








/* 2018.1.18 WEB-S追記
---------------------------------------------------------------------- */
/* トップページバナーエリア --- */

ul#topBnM { width:95%; margin:0 auto; padding:95px 0 30px 3%;}
ul#topBnM:after { content:" "; display:block; clear:both;}
ul#topBnM li { float:left; width:30%; margin:0 3% 50px 0; list-style:none;}
ul#topBnM li img { width:100%;}

@media screen and (max-width: 960px) {
ul#topBnM { width:95%; padding:60px 0 30px 5%;}
ul#topBnM li { width:45%; margin:0 3% 20px 0;}
}

@media screen and (max-width: 480px) {
ul#topBnM { width:95%; padding:40px 0 30px 5%;}
ul#topBnM li { width:95%; margin:0 0 20px 0;}
}

ul#topBnS { width:900px; margin:0 auto; padding:40px 0 40px 50px;}
ul#topBnS:after { content:" "; display:block; clear:both;}
ul#topBnS li { float:left; width:250px; margin:0 50px 50px 0; list-style:none;}
ul#topBnS li img { width:100%;}

@media screen and (max-width: 949px) {
ul#topBnS { width:95%; padding:60px 0 30px 5%;}
ul#topBnS li { width:45%; margin:0 3% 20px 0;}
}

@media screen and (max-width: 480px) {
ul#topBnS { width:95%; padding:40px 0 10px 5%;}
ul#topBnS li { width:95%; margin:0 0 20px 0;}
}

