@charset "UTF-8";
.new .maintitle {
  margin-bottom: 30px;
}

.front-page .front-itemlist .maintitle {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .front-page .front-itemlist .maintitle {
    margin-bottom: 20px;
  }
}

.front-page .front-itemlist .productlist {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .front-page .front-itemlist .productlist {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .new .maintitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .new .recipe-contents {
    margin-top: 20px;
  }
}

.new header {
  -webkit-box-shadow: 0 5px 10px #e4e4e4;
  box-shadow: 0 5px 10px #e4e4e4;
}

.new header.is-fixed {
  border: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.new header.is-fixed * {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.new header.is-fixed .head_t {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding-bottom: 0;
}

.new header.is-fixed .head_t2 .link2-icon {
  display: none;
}

.new header.is-fixed .logo {
  /* max-width: 150px; */
  max-width: 25%;
}

.new .new {
  background-color: #412202;
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 500;
}

.new .pickuplist_top .pickuplist {
  margin-bottom: 0;
}

.new .pickuplist_top .pickuplist li {
  margin-bottom: 10px;
}

.new .pickuplist_top .pickuplist li a {
  position: relative;
}

.new .pickuplist_top .pickuplist li a .new {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .new .pickuplist_top .pickuplist li a .new {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .new .pickuplist_top .pickuplist li .photo {
    width: auto;
  }
}

.new .pickuplist_top .pickuplist li .pickup_text {
  padding: 20px 10px 10px;
  color: #272727;
  font-size: 16px;
}

@media (max-width: 767px) {
  .new .pickuplist_top .pickuplist li .pickup_text {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0;
  }
}

.new .pickuplist_top .pickuplist .slick-arrow {
  top: 38%;
}

@media screen and (max-width: 1200px) {
  .new .pickuplist_top .pickuplist .slick-arrow {
    top: 11.5vw;
  }
}

@media screen and (max-width: 900px) {
  .new .pickuplist_top .pickuplist .slick-arrow {
    top: 17vw;
  }
}

@media screen and (max-width: 767px) {
  .new .pickuplist_top .pickuplist {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 360px) {
  .new .pickuplist_top .pickuplist .slick-arrow {
    top: 30vw;
  }
}

.new .top_news_wrap {
  text-align: center;
}

.new .top_news_wrap .newslist {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .new .top_news_wrap .newslist dl {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

.new .maintitle.mb-30 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .new .maintitle.mb-30 {
    margin-bottom: 30px;
  }
}

.new .maintitle.mb-30 .title {
  margin-bottom: 15px;
}

.new .maintitle.mb-10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .new .maintitle.mb-10 {
    margin-bottom: 20px;
  }
}

.new .sub.bold {
  font-weight: 500;
}

.new .head_t {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.new .head_t .desc h1 a {
  max-width: 222px;
  display: inline-block;
}

.new .head_t .desc h1 a img {
  width: 100%;
}

.new .head_t2 .link2 {
  width: 100%;
}

.new .head_t2 .link2 li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0;
  padding-bottom: 10px;
}

.new .head_t2 .link2 li a {
  display: block;
  position: relative;
}

.new .head_t2 .link2 li a::before {
  content: "";
  width: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: solid 5px transparent;
}

.new .head_t2 .link2 li a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -20px;
  border-bottom: solid 5px #412101;
}

.new .head_t2 .link2 li a .link2-icon {
  max-width: 46px;
  margin: 0 auto 10px;
  height: 54px;
}

.new .head_t2 .link2 li a .link2-icon svg,
.new .head_t2 .link2 li a .link2-icon img {
  width: 100%;
  height: 100%;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}

.new .head_t2 .link2 li a .link2-text {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-weight: 500;
  color: #412101;
  font-size: 15px;
  font-family: "Noto Sans JP";
}

.new .head_t2 .link2 li:not(:last-child) a {
  border-right: dashed 1px #412101;
}
.new .new_mainvisual {
  position: relative;
  margin-bottom: 20px;
	display: flex;
}

.new .new_mainvisual:not(.slick-initialized) {
	margin-left: 5vw;
}

.new .new_mainvisual li {
	flex-shrink: 0;
}

.new .new_mainvisual li img {
	max-width: 90vw;
}

@media screen and (max-width: 767px) {
  .new .new_mainvisual {
    height: 60vw;
    margin-bottom: 60px;
  }
  .new .new_mainvisual .slick-list,
  .new .new_mainvisual .slick-track,
  .new .new_mainvisual .slick-slide,
  .new .new_mainvisual picture {
    height: 100%;
  }
  .new .new_mainvisual .slick-list img,
  .new .new_mainvisual .slick-track img,
  .new .new_mainvisual .slick-slide img,
  .new .new_mainvisual picture img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.new .new_mainvisual_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new .new_mainvisual_text span {
  text-align: center;
  display: block;
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.95);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.new .new_mainvisual_text span:first-child {
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .new .new_mainvisual_text span:first-child br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .new .new_mainvisual_text span:first-child {
    font-size: 20px;
  }
}

.new .new_mainvisual_text span:last-child {
  font-size: 35px;
}

@media screen and (max-width: 767px) {
  .new .new_mainvisual_text span:last-child {
    font-size: 22px;
  }
}

.new .new_btn_wrap {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .new .new_btn_wrap {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .new .new_btn_wrap a {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .new .new_btn_wrap a {
    width: auto !important;
    max-width: 300px;
  }
}

.new .kodawari-contents .inner {
  overflow: visible;
}

.new .cards {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .new .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.new .cards .card {
  text-decoration: none !important;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  color: #272727;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .new .cards .card {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .new .cards .card {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.new .cards .card:hover {
  opacity: 0.8;
}

.new .cards .card .card-bottom {
  padding: 12px 25px 40px;
}

.new .cards .card .card-bottom p:first-child {
  margin-bottom: 10px;
  line-height: 1.7;
  font-weight: 500;
}

.new .cards .card .card-bottom p:last-child {
  text-align: right;
  position: absolute;
  bottom: 12px;
  right: 25px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.new .new_blandlist.new_comapnylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.new_comapnylist {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.new .new_blandlist.new_comapnylist > li a {
  display: block;
  padding: 0px 7px;
}

.new .new_blandlist.new_comapnylist > li:first-child {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.new_comapnylist > li:first-child {
    height: 235px;
  }
  .new .new_blandlist.new_comapnylist > li:first-child a {
    height: 100%;
  }
  .new .new_blandlist.new_comapnylist > li:first-child img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:first-child {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist > li:nth-child(2) {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(2) {
    height: 235px;
  }
  .new .new_blandlist.new_comapnylist > li:nth-child(2) a {
    height: 100%;
  }
  .new .new_blandlist.new_comapnylist > li:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(2) {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist > li:nth-child(3) {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(3) {
    height: 235px;
  }
  .new .new_blandlist.new_comapnylist > li:nth-child(3) a {
    height: 100%;
  }
  .new .new_blandlist.new_comapnylist > li:nth-child(3) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(3) {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist > li:nth-child(4) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(4) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist > li:nth-child(5) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(5) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist > li:nth-child(6) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist > li:nth-child(6) {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist ul {
    width: auto;
  }
}

.new .new_blandlist.new_comapnylist ul li a {
  padding-top: 0;
  padding-bottom: 0;
}

.new .new_blandlist.new_comapnylist ul li:first-child {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist ul li:first-child {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist ul li:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist ul li:nth-child(2) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist ul li:nth-child(3) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist ul li:nth-child(3) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist ul li:nth-child(4) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist ul li:nth-child(4) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist .new_comapnylist_text {
  background-color: #412101;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-top: -7px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:first-child {
  width: 50%;
  height: auto;
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:first-child img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:first-child {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(2) {
  width: 50%;
  height: auto;
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(2) img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(2) {
    width: 100%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(3) {
  width: 25%;
  height: auto;
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(3) img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(3) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(4) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(4) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(5) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(5) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(6) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(6) {
    width: 50%;
  }
}

.new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(7) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.new_comapnylist.new_comapnylist li:nth-child(7) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -7px;
  margin-right: -7px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.new .new_blandlist.top_blandlist > li a {
  display: block;
  padding: 0px 7px;
}

.new .new_blandlist.top_blandlist > li:first-child {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist > li:first-child a {
    position: relative;
    padding-top: 56.15%;
  }
  .new .new_blandlist.top_blandlist > li:first-child img {
    width: calc(100% - 14px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:first-child {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist > li:nth-child(2) {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist > li:nth-child(2) a {
    position: relative;
    padding-top: 56.15%;
  }
  .new .new_blandlist.top_blandlist > li:nth-child(2) img {
    width: calc(100% - 14px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:nth-child(2) {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist > li:nth-child(3) {
  width: calc(100% / 3);
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist > li:nth-child(3) a {
    position: relative;
    padding-top: 56.15%;
  }
  .new .new_blandlist.top_blandlist > li:nth-child(3) img {
    width: calc(100% - 14px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:nth-child(3) {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist > li:nth-child(4) {
  width: 25%;
}

.new .new_blandlist.top_blandlist > li:nth-child(4) div {
  position: relative;
}

.new .new_blandlist.top_blandlist > li:nth-child(4) div img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:nth-child(4) {
    width: 50%;
    padding-bottom: 7px;
  }
  .new .new_blandlist.top_blandlist > li:nth-child(4) div {
    padding-top: 81.59%;
  }
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist > li:nth-child(4) div {
    padding-top: calc(80.97% + 5px);
  }
}

.new .new_blandlist.top_blandlist > li:nth-child(5) {
  width: 25%;
}

.new .new_blandlist.top_blandlist > li:nth-child(5) div {
  position: relative;
}

.new .new_blandlist.top_blandlist > li:nth-child(5) div img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:nth-child(5) {
    width: 50%;
    padding-bottom: 7px;
  }
  .new .new_blandlist.top_blandlist > li:nth-child(5) div {
    padding-top: 81.59%;
  }
}

@media screen and (min-width: 768px) {
  .new .new_blandlist.top_blandlist > li:nth-child(5) div {
    padding-top: calc(80.97% + 5px);
  }
}

.new .new_blandlist.top_blandlist > li:nth-child(6) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist > li:nth-child(6) {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist ul {
    width: auto;
  }
}

.new .new_blandlist.top_blandlist ul li a {
  padding-top: 0;
  padding-bottom: 0;
}

.new .new_blandlist.top_blandlist ul li:first-child {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist ul li:first-child {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist ul li:nth-child(2) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist ul li:nth-child(2) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist ul li:nth-child(3) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist ul li:nth-child(3) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist ul li:nth-child(4) {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist ul li:nth-child(4) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist .new_comapnylist_text {
  background-color: #412101;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin-top: -7px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.new .new_blandlist.top_blandlist.new_comapnylist li:first-child {
  width: 50%;
  height: auto;
}

.new .new_blandlist.top_blandlist.new_comapnylist li:first-child img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:first-child {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(2) {
  width: 50%;
  height: auto;
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(2) img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(2) {
    width: 100%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(3) {
  width: 25%;
  height: auto;
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(3) img {
  height: auto;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(3) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(4) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(4) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(5) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(5) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(6) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(6) {
    width: 50%;
  }
}

.new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(7) {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .new .new_blandlist.top_blandlist.new_comapnylist li:nth-child(7) {
    width: 50%;
  }
}

.new .recipe-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .new .recipe-cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.new .recipe-cards .recipe-card-img {
  margin-bottom: 10px;
  padding-top: 75%;
  position: relative;
}

.new .recipe-cards .recipe-card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.new .recipe-cards .recipe-card {
  width: 18%;
  color: #412101;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .new .recipe-cards .recipe-card {
    width: 48%;
    margin-bottom: 10px;
  }
}

.new .recipe-cards .recipe-card p {
  font-weight: 500;
}

.new .company-info {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .new .company-info {
    margin-top: 80px;
  }
}

.new .contact-contents {
  background: url("../img/top/new/contact-bg.jpg") no-repeat center center/cover;
  padding: 0;
  text-align: center;
}

.new .contact-contents > div {
  padding: 40px;
}

.new .contact-contents > div p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .new .contact-contents > div p {
    font-size: 16px;
  }
}

.new .contact-contents > div .button_wrap {
  max-width: 556px;
}

.new .contact-contents > div .button_wrap a {
  padding: 25px 10px;
  font-size: 22px;
  font-weight: 500;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .new .contact-contents > div .button_wrap a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

@media screen and (min-width: 768px) {
  .new .banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.new .banners a {
  display: block;
  max-width: 390px;
  margin: 0 15px 20px;
}

.new .banners a img {
  width: 100%;
}

.new .banner-contents {
  padding-bottom: 30px;
  margin-top: 60px;
}

.new .pickuplist_home {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .new .pickuplist_home {
    margin-bottom: 10px;
  }
}

.new .new_blandlist.top_blandlist {
  padding-bottom: 16px;
}

.new .ec-button_wrap {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .new .ec-button_wrap {
    margin-bottom: 20px;
  }
}

.new .ec-button_wrap .ec-button {
  font-weight: 600;
  font-size: 25px;
  padding: 32px 0px;
  background-color: #3d2308;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  display: block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .new .ec-button_wrap .ec-button {
    font-size: 19px;
    padding: 25px 0;
  }
}

.new .ec-button_wrap .ec-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 28.7px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .new .ec-button_wrap .ec-button::after {
    width: 9.1px;
    height: 9.1px;
    right: 21.8px;
  }
}

.new .ec-button_wrap .ec-button_inner {
  position: relative;
  display: inline-block;
}

.new .ec-button_wrap .ec-button_inner::after {
  content: "";
  display: block;
  width: 82px;
  height: 88px;
  position: absolute;
  right: -104px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../img/top/new/top-banner.png) center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .new .ec-button_wrap .ec-button_inner::after {
    width: 62px;
    height: 66px;
    right: -80px;
  }
}

.new.front-page .pickuplist_top .contents {
  padding: 0 0 20px;
}

@media screen and (min-width: 768px) {
  .new.front-page .bg_beige.contents.first {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.new.front-page .newslist {
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .new.front-page .newslist {
    margin: 0 auto 50px;
  }
}

@media screen and (max-width: 767px) {
  .new.front-page .front-itemlist .productlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .new.front-page .front-itemlist li {
    width: 49%;
    margin: 5px 0;
  }
  .new.front-page .front-itemlist li a {
    font-size: 12px;
    background-color: #fff;
    color: #af8f66;
    display: block;
    text-align: center;
    padding: 13px 0;
    text-decoration: none;
    border: solid 1px #af8f66;
    position: relative;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    transition: all, 0.3s;
    cursor: pointer;
  }
  .new.front-page .front-itemlist li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #af8f66;
    border-right: 2px solid #af8f66;
    transform: translateY(-50%) rotate(45deg);
    transition: all, 0.3s;
  }
  .new.front-page .front-itemlist .productlist li .photo {
    display: none;
  }
  .new.front-page .front-itemlist .productlist li .title {
    width: 100%;
    font-weight: unset;
    color: unset;
  }
}

@media screen and (max-width: 767px) {
  .new .kodawari-contents .cards .card {
    display: flex;
    max-width: 384px;
    height: 49.532vw;
    max-height: 211px;
  }
  .new .kodawari-contents .cards .card .card_img {
    width: 50%;
  }
  .new .kodawari-contents .cards .card .card_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .new .kodawari-contents .cards .card .card-bottom {
    box-sizing: border-box;
    padding: 22px 10px 10px 9px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .new .kodawari-contents .cards .card .card-bottom p:first-child {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 25px;
    line-height: 1.57;
    color: #272727;
  }
  .new .kodawari-contents .cards .card .card-bottom p:last-child {
    font-size: 14px;
    line-height: 1.71;
    color: #412202;
    font-weight: 300;
    position: unset;
    bottom: unset;
    right: unset;
  }
}

@media screen and (max-width: 425px) {
  .new .kodawari-contents .cards .card .card-bottom {
    padding: 5vw 2.4vw 2.4vw 2.2vw;
  }
  .new .kodawari-contents .cards .card .card-bottom p:first-child {
    margin-bottom: 6vw;
    font-size: 3.2vw;
  }
  .new .kodawari-contents .cards .card .card-bottom p:last-child {
    font-size: 3.3vw;
  }
}

/* 取扱店舗一覧 */
.new .shopguide_btn_box.ec-button_wrap .ec-button{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.new .shopguide_btn_box.ec-button_wrap .ec-button{
  font-size: 22px;
  padding: 22px 0;
}
.new .shopguide_btn_box.ec-button_wrap .ec-button_inner::after{
  width: 70px;
  height: 74px;
  right: -80px;
}
@media screen and (max-width: 767px){
  .new .shopguide_btn_box.ec-button_wrap .ec-button{
    font-size: 18px;
    padding: 18px 0;
  }
  .new .shopguide_btn_box.ec-button_wrap .ec-button_inner::after{
    width: 50px;
    height: 55px;
    right: -50px;
  }
  
}
@media screen and (max-width: 767px){
  .new .shopguide_btn_box.ec-button_wrap .ec-button{
    font-size: 18px;
    padding: 18px 0;
  }
  .new .shopguide_btn_box.ec-button_wrap .ec-button_inner::after{
    width: 50px;
    height: 55px;
    right: -50px;
  }
  
}

/*# sourceMappingURL=renewal.css.map */
