@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  color: #5a4a42;
  font-family: 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho',
    'MS 明朝', serif;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  line-height: 0px;
  max-width: 100%;
}
a {
  text-decoration: none;
}
ul {
  list-style-type: none;
}
/* Color */
.co-red {
  color: #f64635;
}
.co-red-d {
  color: #a0522d;
}
.co-yl {
  color: #ffb700;
}
.co-br {
  color: #c59d59;
}
.co-green {
  color: #556b2f;
}

/* Border color */
.br-1 {
  border-color: #fef009;
}
.br-2 {
  border-color: #f64635;
}
.br-3 {
  border-color: #a0522d;
}
.br-4 {
  border-color: #c59c5a;
}
.br-5 {
  border-color: #556b2f;
}

/* Background color */

.bg-1 {
  background-color: #c59d59;
}
.bg-2 {
  background-color: #fef009;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
/* Components */

.c-wrapper {
  width: 100%;
  max-width: 1140px;
	min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .c-wrapper {
    padding-left: 10px;
    padding-right: 10px;
		min-width: auto;
  }
}

.c-btn {
  width: 538px;
  height: 78px;
  margin: 0 auto;
  border: 2px solid #f64635;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #f64635;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  transition: 0.3s;
	white-space: nowrap;
}
.c-btn:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/i-btn.png);
  background-size: cover;
  margin-left: 25px;
  transition: 0.3s;
}
.c-btn:hover,
.c-btn.\--reverse {
  background-color: #f64635;
  color: #fff;
}
.c-btn:hover:after,
.c-btn.\--reverse:after {
  background-image: url(../images/i-btn2.png);
}
.c-btn.\--reverse:hover {
  background-color: #fff;
  color: #f64635;
}
.c-btn.\--reverse:hover:after {
  background-image: url(../images/i-btn.png);
}

.c-btn-bottom {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #f64635;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  transition: 0.3s;
	white-space: nowrap;
}
.c-btn-bottom:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../images/i-btn2.png);
  background-size: cover;
  margin-left: 25px;
  transition: 0.3s;
}
.c-btn-bottom:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .c-btn-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14vw;
    font-size: 3.5vw;
		white-space: nowrap;
  }
  .c-btn-bottom:after {
    width: 3vw;
    height: 3vw;
    margin-left: 5px;
    transition: 0.3s;
  }
}
@media (max-width: 768px) {
  .c-btn {
    width: 100%;
    max-width: 630px;
    height: 11vw;
    font-size: 3vw;
		white-space: nowrap;
  }
  .c-btn:after {
    width: 3vw;
    height: 3vw;
    margin-left: 6vw;
  }
}
.c-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .c-ttl {
    font-size: 5vw;
  }
}

/* Header */

.c-header {
  background-color: #fbed09;
}
.c-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fbed09;
  padding: 20px;
}
@media (min-width: 769px) {
  .c-header-txt,
  .c-header-logo,
  .c-header-btn {
    width: calc(100% / 3);
  }
}
.c-header-logo {
  text-align: center;
}
.c-header-txt {
  padding-left: 40px;
}
.c-header-txt-01 {
  font-size: 12px;
  font-weight: 600;
}
.c-header-txt-02 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.c-header-btn {
  display: flex;
  justify-content: flex-end;
}
.c-header-btn a {
  width: 270px;
  height: 50px;
  background-image: url(../images/bg-btn.jpg);
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.c-header-btn a img {
  margin-right: 15px;
}
.c-header-img {
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .c-header-top {
    display: block;
    padding: 10px 20px 0;
  }
  .c-header-txt {
    display: none;
  }
  .c-header-btn {
    justify-content: center;
    margin-top: 10px;
  }
  .c-header-btn a {
    width: 100%;
    height: 8vw;
    background-repeat: repeat;
    font-size: 3vw;
  }
  .c-header-btn a img {
    width: 6vw;
    margin-right: 15px;
  }
  .c-header-img {
    padding: 0 20px 20px;
  }
}
/* Footer */

.c-footer {
  margin-top: 70px;
  margin-bottom: 10px;
  position: relative;
}
.c-footer-img img {
  object-fit: cover;
  width: 100%;
}
.c-footer-ttl {
  position: absolute;
  font-size: 36px;
  color: #fff;
  text-shadow: 1px 1px #333;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  left: 50%;
  transform: translateX(-50%);
  top: 180px;
}
.c-footer-bar {
  display: flex;
  align-items: flex-end;
  background-color: #fbed09;
  padding: 20px 20px 20px 60px;
}
.c-footer-txt {
  padding: 10px 20px 5px;
  margin-right: 20px;
}
.c-footer-btn {
  width: 278px;
  height: 58px;
  margin-bottom: 15px;
  border: 2px solid #f64635;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #f64635;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  transition: 0.3s;
}
.c-footer-btn:after {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/i-btn.png);
  background-size: cover;
  margin-left: 15px;
  transition: 0.3s;
}
.c-footer-btn:hover {
  background-color: #f64635;
  color: #fff;
}
.c-footer-btn:hover:after {
  background-image: url(../images/i-btn2.png);
}
.c-footer-tel {
  margin-bottom: 10px;
  margin-left: 20px;
}
.c-footer-tel .c-tel {
  color: #f64635;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 27px;
  display: flex;
  align-items: center;
}
.c-footer-tel .c-tel:before {
  content: '';
  width: 15px;
  height: 20px;
  background-image: url(../images/tel.png);
  background-size: cover;
  margin-right: 10px;
}
.c-footer-tel .c-time {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .c-footer-bar {
    justify-content: space-between;
  }
  .c-footer-txt {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-footer {
    margin-top: 9vw;
    margin-bottom: 0;
  }
  .c-footer-ttl {
    width: 75vw;
    font-size: 5.3vw;
    top: 16vw;
  }
  .c-footer-bar {
    padding: 2vw;
    margin-bottom: 14vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .c-footer-txt {
    display: block;
  }
  .c-header-txt-01 {
    font-size: 2.7vw;
  }
  .c-header-txt-02 {
    font-size: 5vw;
  }
  .c-footer-logo {
    display: none;
  }
  .c-footer-btn {
    width: 100%;
    max-width: 600px;
    height: 12vw;
    margin-bottom: 15px;
    font-size: 3vw;
    order: 2;
  }
  .c-footer-btn:after {
    width: 3vw;
    height: 3vw;
    margin-left: 2vw;
  }
  .c-footer-tel {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    margin-left: 0;
    order: 1;
  }
  .c-footer-tel .c-tel {
    font-size: 6vw;
  }
  .c-footer-tel .c-tel:before {
    width: 3vw;
    height: 4.5vw;
    margin-right: 10px;
  }
  .c-footer-tel .c-time {
    font-size: 2.5vw;
    margin-left: 3vw;
    margin-bottom: 1vw;
  }
}
/* Banner */
.c-banner {
  border: 1px solid #7d675c;
  padding: 10px;
  margin-top: 60px;
}
.c-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #7d675c;
  padding-right: 30px;
}
.c-banner-content {
  margin-right: 40px;
	width: 510px;
	flex: none;
}
.c-banner-content p {
  text-align: center;
}
.c-banner-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.c-banner-ttl p {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  color: #5a4a42;
  font-weight: 600;
  padding: 0 5px;
  position: relative;
}
.c-banner-ttl p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #fef009;
  z-index: -1;
}
.c-banner-text-01 {
  font-size: 32px;
  font-family: 'Noto Serif JP', serif;
  color: #5a4a42;
  font-weight: 600;
	white-space: nowrap;

}
.c-banner-text-02 {
  font-size: 21px;
  color: #5a4a42;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-banner-date {
  font-size: 14px;
}

@media (max-width: 1024px) {
  .c-banner-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .c-banner-text-01 {
    font-size: 26px;
		white-space: nowrap;
  }
  .c-banner-text-02 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-banner {
    margin-top: 35px;
  }
  .c-banner-wrap {
    justify-content: center;
    padding-right: 0;
  }
  .c-banner-content {
    margin-right: 0;
    padding-top: 15px;
		width: auto;
  }
  .c-banner-ttl {
    margin-bottom: 20px;
  }
  .c-banner-ttl p {
    font-size: 4.5vw;
    padding: 0 5px;
  }
  .c-banner-text-01 {
    font-size: 5.3vw;
  }
  .c-banner-text-02 {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .c-banner-date {
    font-size: 3vw;
  }
  .c-banner-sp-imgs {
    display: flex;
    margin: 20px 0;
  }
  .c-banner-medal {
    margin-top: 5vw;
  }
  .c-banner-medal img {
    width: 30vw;
  }
  .c-banner-book img {
    width: 55vw;
  }
}

/* Brutus */
.c-brutus {
  margin-top: 70px;
  padding-bottom: 55px;
  position: relative;
}
.c-brutus:before,
.c-brutus:after {
  content: '';
  width: 647px;
  height: 115px;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-brutus:before {
  background-image: url(../images/bg-yl.png);
  top: 0;
  left: 0;
  background-position: top left;
}
.c-brutus:after {
  background-image: url(../images/bg-yl2.png);
  bottom: 0;
  right: 0;
  background-position: bottom right;
}
.c-brutus-wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.c-brutus-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 0;
}
.c-brutus-head-date span {
  font-size: 16px;
  display: inline-block;
  margin-left: 10px;
}
.c-brutus-head-grand {
  margin-bottom: 15px;
  padding-top: 10px;
}
.c-brutus-main {
  display: flex;
  margin-top: 5px;
}
.c-brutus-content {
  margin-left: 25px;
}
.c-brutus-ttl p {
  font-family: 'Noto Serif JP', serif;
}
.c-brutus-ttl-01 {
  font-size: 36px;
}
.c-brutus-ttl-02 {
  font-size: 30px;
}
.c-brutus-menu {
  margin-top: 20px;
  display: flex;
}
.c-brutus-menu-img {
  margin-top: 10px;
}
.c-brutus-menu-txt {
  margin-left: 30px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .c-brutus {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-brutus-head {
    padding: 20px 0 0;
  }
  .c-brutus-main {
    display: flex;
    margin-top: 30px;
  }
  .c-brutus-content {
    margin-left: 25px;
  }
  .c-brutus-ttl-01 {
    font-size: 26px;
  }
  .c-brutus-ttl-02 {
    font-size: 20px;
  }
  .c-brutus-menu-txt {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .c-brutus {
    margin-top: 3.8vw;
    padding-bottom: 55px;
  }
  .c-brutus:before,
  .c-brutus:after {
    width: 82vw;
    height: 115px;
  }
  .c-brutus-head {
    padding: 2vw 0 0;
  }
  .c-brutus-head-date span {
    font-size: 3vw;
    margin-left: 10px;
  }
  .c-brutus-head-date img {
    width: 18vw;
  }
  .c-brutus-main {
    display: block;
    margin-top: 4vw;
  }
  .c-brutus-content {
    margin-left: 0;
  }
  .c-brutus-rel {
    position: relative;
    width: 100%;
  }
  .c-brutus-rel-img {
    width: 39vw;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  .c-brutus-ttl-01 {
    font-size: 5vw;
  }
  .c-brutus-ttl-02 {
    font-size: 4vw;
  }
  .c-brutus-book {
    width: 30vw;
  }
  .c-brutus-menu {
    margin-top: 4vw;
    margin-left: 3vw;
    align-items: center;
  }
  .c-brutus-menu-txt {
    margin-left: 4vw;
    font-size: 3.4vw;
  }
}

/* 現代人は野菜不足 */
.c-vege {
  background-color: #f6f0e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  position: relative;
}
.c-vege-ttl {
  text-align: center;
  margin-bottom: 20px;
}
.c-vege-ttl p {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  margin-top: 30px;
}
.c-vege-txt-01 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.c-vege-txt-02 {
  text-align: center;
  font-size: 14px;
}

.c-vege-arrow {
  position: absolute;
  text-align: center;
  bottom: -40px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .c-vege {
    flex-direction: column;
    padding: 40px;
  }
  .c-vege-ttl {
    margin-bottom: 10px;
  }
  .c-vege-ttl img {
    width: 10vw;
  }
  .c-vege-ttl p {
    font-size: 5vw;
    margin-top: 3vw;
  }
  .c-vege-txt-01 {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
  .c-vege-txt-02 {
    font-size: 2.5vw;
  }
  .c-vege-img {
    margin-top: 4vw;
  }
  .c-vege-arrow {
    bottom: -60px;
  }
  .c-vege-arrow img {
    width: 24vw;
  }
}

/* ポタージュで、もっと野菜を。 */
.c-potage {
  margin-top: 45px;
  position: relative;
}
.c-potage-img img {
  object-fit: cover;
}
.c-potage-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.c-potage-txt-01 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .c-potage {
    margin-top: 10vw;
  }
  .c-potage-txt-01 {
    font-size: 5vw;
  }
  .c-potage-txt-02 {
    width: 42vw;
  }
}

/* 国産こだわり野菜を */

.c-lineup {
  margin-top: 60px;
  background-image: url(../images/bg-lineup.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 55px;
}
.c-lineup-top {
  padding: 55px 50px;
  position: relative;
}
.c-lineup-top::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 157, 89, 0.8);
  mix-blend-mode: multiply;
}
.c-lineup-top-txt {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #333;
  font-family: 'Noto Serif JP', serif;
}
.c-lineup-top-img {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 125px;
}
.c-lineup-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 55px;
}
.c-lineup-arrticle {
  width: 280px;
  margin-left: 70px;
  margin-bottom: 70px;
}
@media (min-width: 1024px) {
  .c-lineup-arrticle:nth-of-type(3n + 1) {
    margin-left: 0;
  }
}
.c-lineup-arrticle-thum {
  width: 150px;
  margin: -25px auto 0;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  position: relative;
}
.c-lineup-arrticle-main {
  margin-top: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  padding: 10px;
}
.c-lineup-arrticle-ttl {
  font-size: 21px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.c-lineup-arrticle-txt {
  font-size: 15px;
  margin-top: 5px;
}
.c-lineup-btn {
  margin-top: -15px;
}

@media (max-width: 1024px) {
  .c-lineup-content {
    justify-content: flex-start;
  }
  .c-lineup-top-img {
    right: 20px;
  }
  .c-lineup-content {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }
  .c-lineup-arrticle {
    width: 50%;
    max-width: 280px;
  }
  .c-lineup-arrticle:nth-of-type(odd) {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .c-lineup {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .c-lineup-top {
    padding: 6vw 4vw;
  }
  .c-lineup-top-txt {
    font-size: 5vw;
  }
  .c-lineup-top-img {
    top: 18px;
    right: 6px;
    width: 12vw;
  }
  .c-lineup-content {
    margin-top: 6vw;
    max-width: 100%;
    padding: 0 20px;
    justify-content: space-between;
  }
  .c-lineup-arrticle {
    width: 48%;
    max-width: 320px;
    margin-left: 4%;
    margin-bottom: 7vw;
  }
  .c-lineup-arrticle-img img {
    width: 100%;
  }
  .c-lineup-arrticle-thum {
    width: 20vw;
    margin: -25px auto 0;
  }
  .c-lineup-arrticle-main {
    margin-top: 4vw;
    padding: 2vw 0;
  }
  .c-lineup-arrticle-ttl {
    font-size: 3.2vw;
  }
  .c-lineup-arrticle-txt {
    font-size: 2.5vw;
  }
  .c-lineup-btn {
    margin-top: 0;
  }
}

.c-lineup2 {
  margin-top: 30px;
  background-image: url(../images/bg-lineup2.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
  display: flex;
  align-items: center;
}
.c-lineup2-txt {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #333;
  font-family: 'Noto Serif JP', serif;
}

.c-lineup2-txt::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(197, 157, 89, 0.8);
  mix-blend-mode: multiply;
}
.c-lineup2-txt-inner {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .c-lineup2 {
    margin-top: 30px;
    height: 58vw;
  }
  .c-lineup2-txt {
    padding: 5vw 1vw;
    font-size: 4vw;
  }
}

/* 生活を豊かに彩るレトルトポタージュスープです */
.c-soup {
  background-color: #f6f0e6;
  padding: 60px;
}
.c-soup-article {
  display: flex;
  margin-bottom: 50px;
}
.c-soup-article:nth-of-type(even) {
  flex-direction: row-reverse;
}
.c-soup-article-content {
  background-color: #fff;
  width: 50%;
}
.c-soup-article-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 27px 8px 50px;
}
.c-soup-article-head.bg-2 .c-soup-article-head-txt {
  color: #5a4a42;
}
.c-soup-article-head-txt {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1.7;
}
.c-soup-article-main {
  display: flex;
  align-items: center;
  padding: 20px;
}
.c-soup-article-main-txt {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  margin-left: 25px;
}
.c-soup-txt {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  background-image: url(../images/i-arrow-w.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
  margin-top: -10px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .c-soup {
    padding: 40px;
  }
  .c-soup-article {
    display: flex;
    margin-bottom: 50px;
  }
  .c-soup-article-head {
    padding: 6px 27px 8px 50px;
  }
  .c-soup-article-head-txt {
    font-size: 14px;
  }
  .c-soup-article-main {
    display: flex;
    align-items: center;
    padding: 20px;
  }
  .c-soup-article-head-fy {
    width: 70px;
  }
  .c-soup-article-main-happy {
    width: 70px;
  }
  .c-soup-article-main-txt {
    font-size: 13px;
    margin-left: 15px;
  }
}
@media (max-width: 768px) {
  .c-soup {
    padding: 5vw;
  }
  .c-soup-article {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .c-soup-article:nth-of-type(even) {
    flex-direction: column-reverse;
  }
  .c-soup-article-img img {
    width: 100%;
  }
  .c-soup-article-content {
    width: 100%;
  }
  .c-soup-article-head-fy,
  .c-soup-article-main-happy {
    display: none;
  }
  .c-soup-article-head {
    justify-content: center;
    padding: 2vw 1vw;
    text-align: center;
    position: relative;
  }
  .c-soup-article-head:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 4vw;
    height: 33px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .c-soup-article-head.bg-1:after {
    background-image: url(../images/i-soup-br.png);
  }
  .c-soup-article-head.bg-2:after {
    background-image: url(../images/i-soup-yl.png);
  }
  .c-soup-article-head-txt {
    font-size: 4vw;
  }
  .c-soup-article-main {
    display: flex;
    align-items: center;
    padding: 3vw 2vw;
  }
  .c-soup-article-main-txt {
    font-size: 3vw;
    padding: 0 3vw;
  }
  .c-soup-txt {
    font-size: 4.5vw;
    background-position: bottom center;
    background-size: 23vw auto;
    padding: 0 0 4vw;
    margin-top: -3vw;
    margin-bottom: 5vw;
  }
}
/* Commitment */

.c-commit {
  margin-top: 80px;
}
.c-commit-top {
  display: flex;
}
.c-commit-top-main {
  flex: 1;
  border-left: 2px solid rgba(90, 74, 66, 0.6);
  margin-left: 50px;
  padding-left: 50px;
  background-image: url(../images/tea.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
.c-commit-top-ttl {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.2;
}
.c-commit-top-ttl p {
  margin-top: 20px;
}
.c-commit-top-check {
  margin-top: 50px;
}
.c-commit-top-check li {
  display: flex;
  align-items: center;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.c-commit-top-check li + li {
  margin-top: 25px;
}
.c-commit-top-check li:nth-child(1),
.c-commit-top-check li:nth-child(2){
		white-space: nowrap;
}
.c-commit-top-check li img {
  margin-right: 5px;
}

.c-commit-main {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-commit-article {
  width: 48%;
  max-width: 510px;
  margin-bottom: 40px;
  margin-left: 4%;
}
.c-commit-article:nth-of-type(odd) {
  margin-left: 0;
}
.c-commit-article-content {
  border-top: 1px solid rgba(90, 74, 66, 0.6);
  margin-top: 25px;
  padding: 20px 0;
}
.c-commit-article:nth-of-type(odd) .c-commit-article-content {
  display: flex;
  justify-content: flex-end;
}
.c-commit-article-wrap {
  width: 100%;
  max-width: 455px;
}
.c-commit-article-ttl {
  font-size: 26px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
.c-commit-article-txt {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 1024px) {
  .c-commit-top {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .c-commit {
    margin-top: -2vw;
  }
  .c-commit-top {
    display: block;
  }
  .c-commit-top-tea-sp {
    display: block;
    width: 82vw;
    margin: 0 auto;
  }
  .c-commit-top-main {
    flex: 1;
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
    background-image: none;
  }
  .c-commit-top-ttl {
    font-size: 5vw;
    text-align: center;
    margin-top: 3vw;
  }
  .c-commit-top-ttl p {
    margin-top: 4vw;
  }
  .c-commit-top-check {
    margin-top: 8vw;
    padding: 0 2vw;
  }
  .c-commit-top-check li {
    font-size: 3.8vw;
    align-items: flex-start;
  }
  .c-commit-top-check li + li {
    margin-top: 3vw;
  }
  .c-commit-top-check li img {
    width: 5vw;
    margin-right: 2vw;
    margin-top: 1vw;
  }
  .c-commit-main {
    margin-top: 7vw;
    padding: 0 2vw;
  }
  .c-commit-article {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5vw;
    margin-left: 0;
  }
  .c-commit-article.hide-sp {
    display: none;
  }
  .c-commit-article-img img {
    width: 100%;
  }
  .c-commit-article-content {
    margin-top: 4vw;
    padding: 5vw 0;
  }
  .c-commit-article:nth-of-type(odd) .c-commit-article-content {
    justify-content: center;
  }
  .c-commit-article-wrap {
    max-width: 100%;
  }
  .c-commit-article-ttl {
    font-size: 5.2vw;
  }
  .c-commit-article-txt {
    margin-top: 1vw;
    font-size: 3.5vw;
  }
}
/* Premium potage */
.c-premium {
  background-color: #f6f0e6;
  margin-top: 30px;
  padding: 40px 60px 50px;
}
.c-premium-ttl p {
  text-align: center;
}
.c-premium-ttl-01 {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.c-premium-ttl-01:after {
  content: '';
  display: block;
  margin: 10px auto 0;
  width: 200px;
  height: 5px;
  background-image: url(../images/ttl-bar.png);
  background-size: cover;
}
.c-premium-ttl-01 span {
  font-size: 42px;
}
.c-premium-ttl-02 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
}

.c-premium-notes {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.c-premium-note {
  width: 48%;
  max-width: 450px;
}
.c-premium-eat {
  margin: 50px 0;
}
.c-premium-eat-ttl {
  background-color: #c59d59;
  text-align: center;
  font-size: 21px;
  color: #fff;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  padding: 10px;
}
.c-premium-eat-content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.c-premium-eat-article {
  width: 32%;
  max-width: 300px;
  margin-left: 2%;
}
.c-premium-eat-article:nth-of-type(3n + 1) {
  margin-left: 0;
}
@media (max-width: 768px) {
  .c-premium {
    margin-top: 2vw;
    padding: 3vw 5vw 8vw;
  }
  .c-premium-ttl-01 {
    font-size: 5vw;
  }
  .c-premium-ttl-01 span {
    font-size: 7vw;
  }
  .c-premium-ttl-02 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 25px;
  }
  .c-premium-notes {
    flex-direction: column;
    margin-top: 8vw;
  }
  .c-premium-note {
    width: 100%;
    max-width: 100%;
  }
  .c-premium-note + .c-premium-note {
    margin-top: 8vw;
  }
  .c-premium-note img {
    width: 100%;
  }
  .c-premium-eat {
    margin: 6vw 0 5vw;
  }
  .c-premium-eat-ttl {
    font-size: 3.5vw;
    padding: 1.5vw;
  }
  .c-premium-eat-content {
    flex-direction: column;
    margin-top: 5vw;
  }
  .c-premium-eat-article {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .c-premium-eat-article + .c-premium-eat-article {
    margin-top: 3vw;
  }
}
/* Voice */
.c-voice {
  margin-top: 55px;
}
.c-voice-top-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6px;
  font-family: 'Noto Serif JP', serif;
  background-image: url(../images/i-arrow-yl.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0;
}
.c-voice-top-imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.c-voice-content {
  margin-top: 60px;
  background-color: #f6f0e6;
  padding: 50px 60px;
}
.c-voice-article {
  display: flex;
  align-items: center;
  padding-top: 30px;
  margin-bottom: 50px;
}
.c-voice-article + .c-voice-article {
  border-top: 1px dotted #5a4a42;
}
.c-voice-article-img_text {
  margin-top: 10px;
  font-size: 14px;
}
.c-voice-article-img img {
  max-width: 220px;
}
.c-voice-article-main {
  flex: 1;
  margin-left: 40px;
}
.c-voice-article-ttl {
  font-size: 21px;
  font-weight: 600;
  color: #f64635;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 10px;
}
.c-voice-article-txt-01 {
  font-size: 14px;
  color: #7d675c;
  margin-bottom: 15px;
}
.c-voice-article-txt-02 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 768px) {
  .c-voice {
    margin-top: 5.5vw;
  }
  .c-voice-top-ttl {
    font-size: 4.2vw;
    background-position: bottom center;
    background-size: 20vw auto;
    padding: 0 0 3vw;
  }
  .c-voice-top-imgs {
    margin-top: 5vw;
  }
  .c-voice-content {
    margin-top: 7vw;
    padding: 6vw 4vw;
  }
  .c-voice-article {
    display: block;
    padding-top: 5vw;
    margin-bottom: 6vw;
  }
  .c-voice-article-head {
    display: flex;
  }
  .c-voice-article-img {
    flex: 1;
  }
  .c-voice-article-img img {
    width: 100%;
    max-width: 100%;
  }

  .c-voice-article-b {
    flex: 1;
    margin-left: 6vw;
  }
  .c-voice-article-main {
    flex: 1;
    margin-left: 0;
  }
  .c-voice-article-ttl {
    font-size: 4vw;
    margin-bottom: 1vw;
  }
  .c-voice-article-txt-01 {
    font-size: 3vw;
    margin-bottom: 0;
  }
  .c-voice-article-txt-02 {
    font-size: 3vw;
    margin-top: 4vw;
  }
}
/* Sale */
.c-sale {
  margin-top: 60px;
  position: relative;
}
.c-sale-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
}
.c-sale-ttl p {
  display: inline-block;
  position: relative;
}
.c-sale-ttl p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background-color: #fef009;
  z-index: -1;
}
.c-sale-price {
  text-align: center;
  margin-top: 30px;
}
.c-sale-price p {
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
	white-space: nowrap;
}
.c-sale-price .co-red {
  font-size: 42px;
}
.c-sale-txt-01 {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.c-sale-txt-02 {
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.c-sale-book {
  margin: 30px 0 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .c-sale {
    margin-top: 8vw;
  }
  .c-sale-ttl {
    font-size: 6vw;
  }
  .c-sale-price {
    margin-top: 2.5vw;
  }
  .c-sale-price p {
    display: inline;
    font-size: 4vw;
  }
  .c-sale-price .co-red {
    font-size: 6vw;
  }
  .c-sale-txt-01 {
    font-size: 2.7vw;
    margin-top: 2vw;
  }
  .c-sale-txt-02 {
    font-size: 3vw;
    margin-top: 3vw;
  }
  .c-sale-book {
    margin: 5vw 0 6vw;
  }
}

.c-page-top {
  font-size: 14px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  height: 170px;
}
.c-page-top:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 80px;
  background-color: #5a5a5a;
  margin-bottom: 10px;
}

/* FAQ */

.c-faq {
  background-color: #f6f0e6;
  margin-top: 60px;
  padding: 40px 60px;
}
.c-faq-content {
  margin-top: 10px;
}
.c-faq-article + .c-faq-article {
  border-top: 1px solid rgba(90, 74, 66, 0.6);
}
.c-faq-q,
.c-faq-a > * {
  font-size: 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  line-height: 1.5;
  padding: 20px 0 25px;
}
.c-faq-q {
  position: relative;
  cursor: pointer;
}
.c-faq-q:after {
  content: '';
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-image: url(../images/faq-show.png);
  background-size: cover;
}
.c-faq-q.is-open:after {
  background-image: url(../images/faq-hide.png);
}
.c-faq-q > *,
.c-faq-a > * {
  display: flex;
  word-break: break-all;
}
.c-faq-q {
  padding-right: 80px;
  border-bottom: 0;
}
.c-faq-q.is-open {
  border-bottom: 1px solid rgba(90, 74, 66, 0.6);
}
.c-faq-q > *:before,
.c-faq-a > *:before {
  content: '';
  line-height: 1;
  font-size: 21px;
  color: #5a4a42;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  padding: 0 40px;
  margin-right: 15px;
}
.c-faq-q > *:before {
  content: 'Q';
}
.c-faq-a > *:before {
  content: 'A';
}

.c-faq-a {
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .c-faq {
    margin-top: 10vw;
    padding: 5vw 4vw;
  }
  .c-faq-content {
    margin-top: 3vw;
  }
  .c-faq-q,
  .c-faq-a > * {
    font-size: 3.5vw;
    padding: 3vw 0 3vw;
  }
  .c-faq-q {
    position: relative;
    cursor: pointer;
  }
  .c-faq-q:after {
    right: 2vw;
    width: 4.5vw;
    height: 4.5vw;
  }
  .c-faq-q {
    padding-right: 5vw;
  }
  .c-faq-q > *:before,
  .c-faq-a > *:before {
    font-size: 4vw;
    padding: 0 1vw;
    margin-right: 4vw;
  }
}
