@charset "UTF-8";
/* over write */
.top--news__cont .list--news {
  border-top: none;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .top--news__cont .list--news {
    margin-top: 10px;
  }
}

.top--recipe {
  background: #faf7f3 url(/assets/images/top/bg_recipe-pc.png) center/1448px no-repeat;
}
@media only screen and (max-width: 768px) {
  .top--recipe {
    background: #faf7f3 url(/assets/images/top/bg_recipe-sp.png) top center/652px no-repeat;
  }
}
.top--recipe .top--recipe__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: -10px;
}
@media only screen and (max-width: 980px) {
  .top--recipe .top--recipe__list {
    margin: -5px;
  }
}
.top--recipe .top--recipe__list .list__blk {
  padding: 10px;
}
@media only screen and (max-width: 980px) {
  .top--recipe .top--recipe__list .list__blk {
    padding: 5px;
  }
}
.top--recipe .top--recipe__list .list__blk.v-recommend {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .top--recipe .top--recipe__list .list__blk.v-recommend {
    width: 100%;
  }
}
.top--recipe .top--recipe__list .list__blk.v-recommend .list--card__btn::before {
  content: '今週のおすすめ';
  background-color: #e60014;
}
.top--recipe .top--recipe__list .list__blk.v-season {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .top--recipe .top--recipe__list .list__blk.v-season {
    max-width: 300px;
    width: 50%;
  }
}
.top--recipe .top--recipe__list .list__blk.v-season .list--card__item .list--card__btn::before {
  content: '季節のおすすめ';
  background-color: #2391a5;
}
.top--recipe .top--recipe__list .list__blk.v-basic {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .top--recipe .top--recipe__list .list__blk.v-basic {
    max-width: 300px;
    width: 50%;
  }
}
.top--recipe .top--recipe__list .list__blk.v-basic .list--card__item .list--card__btn::before {
  content: '基本のレシピ';
  background-color: #7da000;
}
.top--recipe .top--recipe__list .list__blk .list--card {
  flex-wrap: nowrap;
  height: 100%;
}
.top--recipe .top--recipe__list .list__blk .list--card::after {
  display: none;
}
.top--recipe .top--recipe__list .list__blk .list--card .list--card__item {
  width: 100%;
}
.top--recipe .top--recipe__list .list__blk .list--card .list--card__item.is-show {
  display: block;
}
.top--recipe .top--recipe__list .list__blk .list--card .list--card__item .list--card__btn::before {
  display: block;
  padding: 10px 0 5px;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .top--recipe .top--recipe__list .list__blk .list--card .list--card__item .list--card__btn::before {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top--recipe .top--recipe__list .list__blk .list--card .list--card__item .list--card__btn::before {
    padding: 6px 0 4px;
    font-size: 12px;
  }
}
.top--recipe .top--recipe__list .list__blk .list--card .list--card__item .list--card__btn .list__tit {
  padding: 18px 15px 90px;
}
@media only screen and (max-width: 768px) {
  .top--recipe .top--recipe__list .list__blk .list--card .list--card__item .list--card__btn .list__tit {
    padding: 10px 12px 60px;
  }
}

.top--products {
  background: #fee;
}

.top--news {
  margin-top: 50px;
  background-color: #fff;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.top--news .top--news__item {
  width: 50%;
  height: 50px;
  border-bottom: 1px solid #aaa;
  padding: 0 10px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 769px) {
  .top--news .top--news__item:hover {
    cursor: pointer;
    color: #e60014;
    text-decoration: none;
  }
}
@media only screen and (max-width: 768px) {
  .top--news .top--news__item {
    height: 50px;
    padding: 0 3px;
  }
}
.top--news .top--news__item span {
  display: block;
  height: 49px;
  padding: 8px 0;
  border: 1px solid #aaa;
  background-color: #fff;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .top--news .top--news__item span {
    height: 49px;
    padding: 13px 0;
    font-size: 16px;
  }
}
.top--news .top--news__item[for="topics"] span {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .top--news .top--news__item[for="topics"] span {
    margin: 0 5px 0 0;
  }
}
.top--news .top--news__item[for="news"] span {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .top--news .top--news__item[for="news"] span {
    margin: 0 0 0 5px;
  }
}
.top--news input[name="top--news__item"] {
  display: none;
}
.top--news .top--news__cont {
  display: none;
  clear: both;
  overflow: hidden;
}
.top--news input:checked + .top--news__item span {
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .top--news input:checked + .top--news__item span {
    height: 50px;
  }
}

#topics:checked ~ #topics__cont,
#news:checked ~ #news__cont {
  display: block;
}

.l-sec--sns {
  position: relative;
}
.l-sec--sns::before {
  content: "";
  height: 290px;
  width: 100%;
  position: absolute;
  background-color: #faf7f2;
  bottom: 0;
}
.box--sns {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .box--sns {
    display: block;
  }
}
.box--sns__item-twitter,
.box--sns__item-instagram {
  width: 48%;
  padding: 5px 10px 5px 16px;
  border-radius: 8px;
  height: 580px;
}
@media only screen and (max-width: 768px) {
  .box--sns__item-twitter,
  .box--sns__item-instagram {
    width: 90%;
    height: 400px;
    margin: 0 auto;
  }
}
.box--sns__item-twitter {
  background-color: #d8edfb;
  position: relative;
  margin-top: 30px;
}
.box--sns__item-instagram {
  background-color: #ffe7f0;
  position: relative;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .box--sns__item-twitter {
    margin-top: 30px;
  }
  .box--sns__item-instagram {
    margin-top: 60px;
  }
}
.box--sns__item-twitter::before {
  content: "";
  position: absolute;
  background: url(/assets/images/top/img_snstwitter.png) no-repeat center center;
  width: 117px;
  height: 22px;
  background-size: contain;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box--sns__item-instagram::before {
  content: "";
  position: absolute;
  background: url(/assets/images/top/img_snsinstagram.png) no-repeat center center;
  width: 155px;
  height: 28px;
  background-size: contain;
  top: -22px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.box--sns__item-twitter .box--sns__item-inner,
.box--sns__item-instagram .box--sns__item-inner {
  padding: 25px 15px 25px 0;
  overflow-y: scroll;
  height: 576px;
}
@media only screen and (max-width: 768px) {
  .box--sns__item-twitter .box--sns__item-inner,
  .box--sns__item-instagram .box--sns__item-inner {
    height: 396px;
  }
}
.box--sns__item-twitter .box--sns__item-inner::-webkit-scrollbar,
.box--sns__item-instagram .box--sns__item-inner::-webkit-scrollbar {
  width: 10px;
  height: 20px;
  margin-right: 5px;
}
.box--sns__item-twitter .box--sns__item-inner::-webkit-scrollbar-track,
.box--sns__item-instagram .box--sns__item-instagram-inner::-webkit-scrollbar-track {
  border-radius: 100px;
}
.box--sns__item-twitter .box--sns__item-inner::-webkit-scrollbar-thumb {
  background-color: rgba(24, 83, 122, 0.5);
  border-radius: 100px;
  width: 130px;
}
.box--sns__item-instagram .box--sns__item-inner::-webkit-scrollbar-thumb {
  background-color: rgba(102, 24, 53, 0.5);
  border-radius: 100px;
  width: 130px;
}
.instagram-timeline {
  display: flex;
  flex-wrap: wrap;
}
.instagram-timeline__item {
  padding: 0 0 6px 6px;
  width: 33.33%;
  position: relative;
}
.instagram-timeline__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.instagram-timeline__link--image,
.instagram-timeline__link--video {
  display: block;
  margin-bottom: 0;
  line-height: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%!important;
}
.instagram-timeline__img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram-timeline__link--image:hover img,
.instagram-timeline__link--video:hover img {
  opacity: .8;
}
.instagram-timeline__link--video:after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="m 12.823 1 l 2.974 5.002 h -5.58 l -2.65 -4.971 c 0.206 -0.013 0.419 -0.022 0.642 -0.027 L 8.55 1 Z m 2.327 0 h 0.298 c 3.06 0 4.468 0.754 5.64 1.887 a 6.007 6.007 0 0 1 1.596 2.82 l 0.07 0.295 h -4.629 L 15.15 1 Z m -9.667 0.377 L 7.95 6.002 H 1.244 a 6.01 6.01 0 0 1 3.942 -4.53 Z m 9.735 12.834 l -4.545 -2.624 a 0.909 0.909 0 0 0 -1.356 0.668 l -0.008 0.12 v 5.248 a 0.91 0.91 0 0 0 1.255 0.84 l 0.109 -0.053 l 4.545 -2.624 a 0.909 0.909 0 0 0 0.1 -1.507 l -0.1 -0.068 l -4.545 -2.624 Z m -14.2 -6.209 h 21.964 l 0.015 0.36 l 0.003 0.189 v 6.899 c 0 3.061 -0.755 4.469 -1.888 5.64 c -1.151 1.114 -2.5 1.856 -5.33 1.909 l -0.334 0.003 H 8.551 c -3.06 0 -4.467 -0.755 -5.64 -1.889 c -1.114 -1.15 -1.854 -2.498 -1.908 -5.33 L 1 15.45 V 8.551 l 0.003 -0.189 Z" /></svg>');
  height: 18px;
  width: 18px;
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  background-size: contain;
}
