@charset 'utf-8';

#CenterTop {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
#CentFreeSpace1 {
  margin: 0;
}
h2 {
  color: inherit;
}

/* ------------------------------------------------
   top-body
   */
.top-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top-body .js-toggle-content {
  max-height: 1435px;
}
@media screen and (max-width: 979px) {
  #top-body .js-toggle-content {
    max-height: 2860px;
  }
}
#top-body .js-toggle-trigger {
  margin-top: -40px;
  position: relative;
}
.top-body-item {
  flex-grow: 1;
  display: inline-block\9;
  width: 357.5px\9;
  vertical-align: top\9;
}
.top-body-item.-s {
  flex-basis: 49%;
}
.top-body-item img {
  max-width: 100%;
}

@media screen and (min-width: 980px) {
  .top-body-item {
    flex-grow: 0;
  }
  .top-body-item.-l {
    flex-basis: 720px;
    max-width: 720px; /* for IE */
  }
  .top-body-item.-m {
    flex-basis: 357.5px;
    max-width: 357.5px; /* for IE */
  }
  .top-body-item.-s {
    flex-basis: 178.3px;
    max-width: 178.3px; /* for IE */
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-body-item.-m:not(:target) {
    flex-basis: 352px;
    max-width: 352px; /* for IE11 */
  }
}
/* ------------------------
   top-section
   */
.top-section {
  margin: 10px 0;
}
.top-section > header {
  padding: 5px;
}
.top-section h2 {
  font-size: 15px;
  opacity: .9;
}
/* ------------------------
   top-box
   */
.top-box-m,
.top-box {
  padding: 10px;
  background: #FFF;
  margin-bottom: 5px;
  margin-bottom: 3px\9;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #CCC;
}
.top-box-m{
  clear:both\9;
}
.top-box2 {
  border-bottom: 1px dotted #CCC;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.top-box-m:after,
.top-box2:after,
.top-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.top-box-lid {
  width: 60px;
  /*border: 1px solid #ccc;*/
  line-height: 0;
  float: left;
  text-align: center;
}
.-s .top-box-lid {
  width: 40px;
}
.top-box-lid img {
  max-width: 60px;
  max-height: 60px;
}
.-s .top-box-lid img {
  max-width: 40px;
  max-height: 40px;
}
.top-box-bottom {
  margin-left: 70px;
}
.-s .top-box-bottom {
  margin-left: 50px;
}
.top-headline {
  color: inherit;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.top-content {
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}
.top-content .red {
  color: #d5615b;
}
.top-label {
  font-size: 11px;
  text-align: right;
  margin-bottom: 0;
}
.top-label a {
  color: rgba(0,0,0,.5);
}
.-img-full .top-box-lid {
  width: 100%;
  float: none;
}
.-img-full .top-box-lid img {
  max-width: 100%;
  max-height: none;
}
.-img-full .top-box-bottom {
  margin-left: 0;
  margin-top: 5px;
}
/* ------------------------------------------------
 */
/* ------------------------------------------------
   top-header
   */
.top-header {
  display: flex;
  justify-content: space-between;
}
.top-header-left {
  flex-basis: 558px;
  max-width: 558px;
}
.top-header-right {
  flex-basis: 152px;
}

/* ------------------------------------------------
   info
   */
.top-info {
  border: 1px solid #d5615b;
  background: #FFF;
  padding: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}
.top-info p {
  margin: 0;
}

/* ------------------------------------------------
   news
   */
.top-news {
  margin: 0;
}
.top-news > header {
  margin-bottom: 5px;
}
.top-news h2 {
  flex-shrink: 0;
  font-size: 15px;
  float:left\9;
}
.top-news-rss {
  margin-bottom: 0;
  float:right\9;
  margin-left: 10px;
  margin-right: 10px;
}
.top-news > .body {
  margin: 0;
  overflow-y: scroll;
  padding: 5px 10px 0;
  max-height: 200px;
}
@media screen and (min-width: 980px) {
  .top-news .js-toggle-trigger {
    display: none;
  }
}
.top-news ul {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.top-news li {
  /*padding: 5px;*/
  overflow: hidden;
  margin: 0;
  /*border-bottom: 1px dashed #CCC;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-news time {
  font-size: 11px;
  color: #AAA;
  width: 4.5em;
  display: inline-block;
  text-align: right;
  margin-right: .5em;  
}
.top-news-icon {
  vertical-align: middle;
  margin-right: .5em;
}
.top-news .body span {
  font-size: 13px;/*font-weight: bold;*/
}
.top-news > footer p::before {
  content: "\25BC "; /* ▼ */
}
.top-news-more {
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 979px) { /* for Mobile */
  .top-news {
    width: 100%;
  }
  .top-news > header{
    flex-wrap: wrap;
  }
  .top-news > .body {
    max-height: 200px;
    overflow-y: hidden;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
  }
  .top-news li {
    padding:0 0 5px;
  }
  .top-news li br {
    display: none;
  }
  .top-news-icon {
    display: none;
    /*float:left;*/
  }
}
@media screen and (min-width: 980px) { /* for Desktop */
  .top-news li {
    border-bottom: 1px solid #DDD;
    padding: 5px 0;
  }
  .top-news .body br {
    display: none;
  }
}

.top-shop {
  margin: 0 0 15px;
}
.top-shop-h {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.top-shop-h img {
  height: 24px;
  vertical-align: middle;
}
.top-shop-body img {
  height: 20px;
}
.top-shop-body img.-line2 {
  height: 32px;
}
.top-shop-body > div {
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 5px;
}


/* ------------
   navi
   */
.top-navi ul {
  padding-left: 0;
  margin: 0;
  font-size: 12px;
  list-style-type: none;
}
.top-navi li {
  border-top: 1px dotted #B09D77;
  line-height: 29px;
  margin: 0;
  font-weight: bold;
}
.top-navi li:first-child {
  border-top: 0;
  padding-top: 1px;
}

/* ------------------------
developer
*/
.top-birthday {
  text-align: center;
  margin-top: 10px;
}
.top-developer {
  font-size: 12px; 
  line-height: 15px; 
  border: 1px solid #CCC; 
  border-radius: 4px; 
  margin: 0 0 10px;
}
.top-developer-title {
  background: #79c5f1/*#65ab84*/;
}
.top-developer ul {
  background: #faf9f6; 
  padding: 5px; 
}
.top-developer li {
  max-height: 30px; 
  overflow-y: hidden;
}
.top-developer li small {
  color: #AAA; 
  font-size: 11px; 
  display: block;
}
.top-developer li a {
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .top-developer li:nth-last-child(4) {
    display: none;
  }
}
/* ------------
   media
   */
.top-media-body {
  line-height: 15px;
  font-size: 11px;
}
.top-media-img img {
  vertical-align: middle;
}
.top-media-cover {
  width: 80px;
}
.top-media-detail {
  width: 60px;
  margin-left: -10px;
  -ms-transform: rotate(10deg); /* IE 9 */
  -webkit-transform: rotate(10deg); /* Safari */
  transform: rotate(10deg);
  box-shadow: .1em .1em .1em rgba(0,0,0,.1);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-media-detail:not(:target) {
    margin-left: -10px;
  }
}
.top-media.-reverse .top-media-cover {
  margin-left: -25px;
}
.top-media.-reverse .top-media-detail {
  margin-left: 0;
}
.top-media-body img:hover {
  opacity: 1;
}
a:hover .top-media-detail {
  -ms-transform: rotate(15deg); /* IE 9 */
  -webkit-transform: rotate(15deg); /* Safari */
  transform: rotate(15deg);
}
.top-media-link a:before {
  content: url(http://www.binchoutan.com/images/icon/arrow_20.gif);
}
.top-media-link {
  font-size: 12px;
}

@media screen and (max-width: 979px) {
  .top-header-wrap {
    display: block;
  }
  .top-header {
    margin-top: 10px;
    display: block;
  }
  .top-header2 {
    display: flex;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-header2 > * {
    flex-basis: 48%;
    margin: 0;
  }
  .top-navi li {
    line-height: 34px;
  }
}
/* ------------------------------------------------
 */
.top-icon-link {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 1.5em;
  padding-left: 2em;
  display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-icon-link:not(:target) {
    padding-left: 1.75em;
  }
}
.top-icon-link._new-item {
  background-image: url(https://www.binchoutan.com/top/images/right_icon_new.png);
}
.top-icon-link._original-item {
  background-image: url(https://www.binchoutan.com/top/images/right_icon_ranking.png);
}
.top-icon-link._campaign {
  background-image: url(https://www.binchoutan.com/top/images/right_icon_cam.png);
}
.top-icon-link._outlet {
  background-image: url(https://www.binchoutan.com/images/common/icon_outlet.png);
  background-image: url(https://www.binchoutan.com/top/images/right_icon_pre.png);
}
.top-icon-link._present {
  background-image: url(https://www.binchoutan.com/top/images/right_icon_pre.png);
}
.top-icon-link._shipping {
  background-image: url(https://www.binchoutan.com/top/images/right_icon_souryou.png);
}
/* ------------------------------------------------
   プレゼント
   */

/* ------------------------------------------------
   ランキング
   */
.top-rank header {
  display: flex;
}
.top-rank-foot {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  .top-rank header {
    display: block;
  }
}
.top-rank header p {
  font-size: 12px;
  color: #666;
  margin: 0;
}
.top-rank-item {
  margin-bottom: 10px;
  margin-bottom: 20px\9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear:left\9;
}
.top-rank-pos {
  color: #333;
  font-weight: bold;
  border-radius: 3px;
  flex: 0 0 20px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  float:left\9;
  width:20px\9;
}
.top-rank-lid {
  flex: 0 0 40px;
  /*border: 1px solid #ccc;*/
  text-align: center;
  margin: 0 10px;
  float:left\9;
}
.top-rank-lid a img {
  max-width: 40px;
  max-height: 40px;
}
.top-rank-bottom {
  flex-grow: 1;
  line-height: 15px;
}
.top-rank-pos.-no1 {
  background: #cea65c;
  color: #fff;
}
.top-rank-pos.-no2 {
  background: #999;
  color: #fff;
}
.top-rank-pos.-no3 {
  background: #b98353;
  color: #fff;
}
.top-rank .top-content {
  font-size: 11px;
  margin-bottom: 5px;
  color: #999;
}
/* ------------------------------------------------
   見出し
   */
.title-icon {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 1em;
  padding-left: 1.5em;
}
.title-icon.-present {
  background-image: url(https://www.binchoutan.com/images/common/icon_present.png);
}
.title-icon.-ranking {
  background-image: url(https://www.binchoutan.com/images/common/icon_ranking.png);
  float:left\9;
}
.title-icon.-shizensyoku {
  background-image: url(https://www.binchoutan.com/images/common/icon_shizensyoku.png);
}
.title-icon.-news {
  background-image: url(https://www.binchoutan.com/images/common/icon_cam.png);
}
/* ------------------------------------------------
   自然食品ブランド
   */    
.top-brand-waku {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  line-height: 30px;
}
.top-brand {
  flex-grow: 1;
  flex-basis: 150px;
  box-sizing: border-box;
  margin: 0;
  display:inline-block\9;
  width:150px\9;
}
.top-brand a {
  background-image: url(https://www.binchoutan.com/images/common/rdelta.png);
  background-repeat: no-repeat;
  background-position: .5em center;
  background-size: .75em;
  padding-left: 1.5em;
  font-size: 12px;
  font-weight: bold;
}
/* ------------------------------------------------
   イメージ画像
   */ 
.top-box-image-waku {
  border-top: 1px solid #CCC;
  padding: 10px 0;
}
.top-box-image {
  width: 100%;
  /*border: 1px solid #ccc;*/
  line-height: 0;
}
.top-box-image-bottom {
  padding: 10px 0 0 0;
}
/* ------------------------
   SNS
*/
.top-body-item.-facebook {
  width: 500px\9;
}
.top-body-item.-sns {
  width: 200px\9;
}
@media screen and (max-width: 979px) {
  .top-body-item.-facebook,
  .top-body-item.-sns {
    display: none;
  }
}
.top-body-item.-sns {
  flex-grow: 1;
  text-align: center;
}
.top-body-item.-sns ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
/* ------------------------
   present
*/
.top-present-box {
  border: 2px solid #e898a1;
  background: #FFF;
  padding: 10px 0 5px;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.top-present-box img {
  max-width: 320px;
}
.top-present-btn {
  display: flex;
  max-width: 320px;
  justify-content: space-around;
  margin: 5px auto 0;
}
.top-present-btn img {
  max-width: 101.5px;
}
@media screen and (max-width: 359px) {
  .top-present-box img {
    max-width: 270px;
  }
  .top-present-btn {
    max-width: 270px;
  }
  .top-present-btn img {
    max-width: 90px;
  }
}
/* ------------------------------------------------
   footer
 */
@media screen and (max-width: 979px) {
  .gf-badges {
    display: none;
  }
}
.top-voice {
  max-width: 100%;
}
.top-voice .rensai {
  margin-top: 10px;
}
@media screen and (min-width: 980px) {
  .top-voice {
    max-width: 200px;
  }
  .top-voice .rensai-i-pub {
    display: block;
  }
}


.top-sns {
  margin-top: 20px;
}

