
/********************
* common (共通パーツ)
********************/

@media screen and (min-width: 769px) {

  .c-mt60 {
    margin-top: 60px;
  }

  .c-mt40 {
    margin-top: 40px;
  }

  .c-mt30 {
    margin-top: 30px;
  }

  .c-mt20 {
    margin-top: 20px;
  }

  .c-ml25 {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 100px;
    /* 固定ヘッダの高さ分 */
  }

  .c-mt30_sp {
    margin-top: 30px;
  }

  .c-mt20_sp {
    margin-top: 20px;
  }

  .c-mt10_sp {
    margin-top: 10px;
  }

  .c-dis_center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

div#contents {
  line-height: 1.231;
}

.c-tx-left {
  text-align: left;
}

.c-w100 {
  width: 100%;
}

.c-black {
  color: #000;
}


.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.op-hover:hover {
  opacity: 0.8;
}

.base-ft {
  font-family: 'Zen Maru Gothic', sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

img {
  max-width: 100%;
}

div#top {
  width: auto;
}

div#wrapper {
  width: auto;
}

div#header {
  margin: 0 auto;
}

div#contents {
  width: auto;
}

#prouse-Sitepath {
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
}

#prouse-Pagetop {
  box-sizing: border-box;
  width: 950px;
  margin: 0 auto;
}

div#contents div#main {
  display: block;
  margin: 50px auto 0;
  width: 950px;
  float: none;
}

@media screen and (min-width: 760px) {
  div#contents div#main {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1280px) {
  div#contents div#main {
    margin-top: 116px;
  }
}

.contents-normal {
  margin: 0 auto;
  width: 950px !important;
}

.contents-wide {
  width: 100%;
}

#main h2.ttl {
  padding: 0 0 10px 0;
  border-bottom: 4px solid #115522;
  color: #115522;
  font-size: 1.33375rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 400;
}

/* navi */
.pt-nav {
  margin: 20px 0;
}

.pt-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.pt-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(25% - 10px * 3 / 4);
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.3333;
  background-color: #ffffff;
  border-bottom: solid 4px #ffb681;
}

.pt-nav ul li:last-child {
  margin-right: 0;
}

.pt-nav ul li.active {
  color: #4F3506;
  background-color: #ffb681;
  border-radius: 12px;
  font-weight: bold;
}

.pt-nav ul li a {
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 11px 16px;
  text-decoration: none;
  color: #4F3506;
}

.pt-nav ul .active p {
  font-size: 18px;
  font-weight: bold;
}

.pt-nav ul li a:hover {
  color: #ffffff;
  background-color: #ffb681;
  border-radius: 12px;
  border-bottom: 0px;
}

.pt-nav ul li:hover {
  border-bottom: 4px solid transparent;
}

.pt-nav ul li p {
  box-sizing: border-box;
  width: 100%;
  /* padding: 11px 30px; */
}

/* ank */
.ank_ttl {
  margin-top: 55px;
  text-align: center;
}

.btn_ank {
  margin-top: 25px;
}

.btn_ank a:hover {
  opacity: 0.8;
}

.btn_ank a:first-child {
  margin-right: 25px;
}

.btn_ank .btn_ank_item {
  cursor: pointer;
}

.btn_ank .btn_ank_item:hover {
  opacity: 0.8;
}

.btn_ank .btn_ank_item:first-child {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .pt-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.3333% - 2px * 2 / 3);
    margin-right: 2px;
    font-size: 14px;
    line-height: 1.3333;
    background-color: #ffffff;
    border-bottom: solid 4px #ffb681;
  }

  .pt-nav ul li a {
    font-size: 14px;
  }

  .pt-nav ul .active p {
    font-size: 14px;
    font-weight: bold;
  }

}

/********************
* common (共通パーツ c-backColor)
********************/

.c-backColor-nikomi {
  background-color: #f3fbe5;
  padding: 60px 0 100px;
}

.c-backColor-oden {
  background-color: #FFFDE6;
  padding: 60px 0 100px;
}

.c-backColor-tori {
  background-color: #fff0e8;
  padding: 60px 0 100px;
}

/********************
* common (共通パーツ MVパーツ)
********************/

.c-com-mv__container {
  padding-bottom: 30px;
}

.c-com-mv__banner {
  width: 100%;
}

.c-com-mv-items {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.c-com-mv-item {
  width: calc(33.33333% - 25px * 2 / 3);
  margin-right: 25px;
}

.c-com-mv-item span {
  cursor: pointer;
}

.c-com-mv-item:last-child {
  margin-right: 0px;
}

.c-com-mv-item-picture {
  width: 100%;
}

.c-com-mv-item-picture--size01 {
  width: 116px;
}

.c-com-mv-item li a {
  display: block;
  width: calc(33.33333% - 25px * 2 / 3);
  margin-right: 25px;
}

.c-com-mv__text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #4f3506;
  margin-top: 30px;
}


@media screen and (max-width: 768px) {
  .c-com-mv-items {
    margin-top: 30px;
    display: block;
  }

  .c-com-mv-item {
    width: 100%;
    margin-right: 0px;
    margin-top: 20px;
  }

  .c-com-mv-item:first-child {
    margin-top: 0px;
  }

  .c-com-mvTitle {
    margin-top: 30px;
  }

  .c-com-mvTitle img {
    width: 90%;
  }

  .flavor-chige__inner {
    padding-bottom: 50px;
  }

  .c-com-mv-item-picture {
    width: 100%;
  }

  .c-com-mv-item-picture--size01 {
    width: calc(240 / 768 * 100vw);
  }
}

/********************
* common (共通パーツ セクションタイトルパーツ)
********************/

.c-com-title-yellow {
  background-color: #c6bd5c;
}

.c-com-title-green {
  background-color: #92c98f;
}

.c-com-title-red {
  background-color: #f1745c;
}

.c-com-title {
  width: 1050px;
  margin: auto;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  object-fit: cover;
  color: #fff;
  padding: 44px 0px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
}

.c-com-title p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333;
  margin-top: 10px;
}

.c-com-title-tori {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-tori-back.png);
  background-color: #ffaf25;
}

.c-com-title-syabu {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-syabu-back.png);
  background-color: #ffaf25;
}

.c-com-title-kamo {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-kamo-back.png);
  background-color: #9fca4d;
}

.c-com-title-kaisen {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-kaisen-back.png);
  background-color: #f1745c;
}

.c-com-title-soup {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-soup-back.png);
  background-color: #f1745c;
}


@media screen and (max-width: 768px) {
  .c-com-title {
    width: 100%;
    margin: auto;
    text-align: center;
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: left;
    object-fit: cover;
    color: #fff;
    padding: 22px 0px;
    font-size: calc(46 / 768 *100vw);
    font-weight: 600;
    letter-spacing: 2px;
  }
}

/********************
* common (共通パーツ c-com-banner)
********************/

.c-com-banner__title img {
  width: 355px;
}

.c-com-banner__items {
  display: flex;
}

.c-com-banner__item {
  width: calc(25% - 20px * 3 / 4);
  margin-right: 25px;
}

.c-com-banner__item:last-child {
  margin-right: 0px;
}

.c-com-banner__item-banner {
  /* width: 100%; */
  height: auto;
}

.c-com-banner__btnBox {
  margin-top: 60px;
}

.c-com-banner__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.c-com-banner__itemsBox {
  margin-top: 60px;
}

.c-com-banner__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  width: 100%;
  height: 55px;
  margin: auto;
  background-color: #e9470c;
  font-size: 20px;
  border-radius: 28px;
  color: #fff !important;
  position: relative;
}

.c-com-banner__btn::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {

  .c-com-banner__item-banner {
    width: 100%; 
  }

  .c-com-banner__title img {
    max-width: none;
    width: 70%;
  }

  .c-com-banner__items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .c-com-banner__item {
    width: calc(50% - 20px * 1 / 2);
    margin-right: 20px;
  }

  .c-com-banner__item:nth-child(2n) {
    margin-right: 0px;
  }

  .c-com-banner__item:nth-child(n+3) {
    margin-top: 20px;
  }

  .c-com-banner__btn {
    max-width: none;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: calc(120 / 768 * 100vw);
    font-size: calc(38 / 768 * 100vw);
  }

  .c-com-banner__btn::before {
    content: '';
    width: calc(24 / 768 * 100vw);
    height: calc(24 / 768 * 100vw);
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 48%;
    right: 30px;
    margin-top: -4px;
    transform: rotate(45deg);
  }

}



/********************
* コンテンツ内共通パーツ (c-btn)
********************/

.c-btn {
  width: 200px;
  height: 40px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #543608;
  border-radius: 20px;
}

.c-btn01 {
  width: 200px;
  height: 40px;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #543608;
  border-radius: 20px;
}

.c-btn--leyout01 {
  width: 160px;
  height: 40px;
}

.c-ctnbox {
  height: auto;
  /* margin-top: auto; */
  padding-top: 20px;
}

.arrow_r {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.arrow_r:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 30px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.arrow_samll-r {
  position: relative;
  color: #fff;
  text-decoration: none;
}

.arrow_samll-r:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 49%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: calc(300 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(22 / 768 * 100vw);
    background-color: #543608;
    border-radius: 20px;
  }

  .c-btn01 {
    width: calc(280 / 768 * 100vw);
    height: calc(35 / 768 * 100vw);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #543608;
    border-radius: 20px;
  }

  .c-btn--leyout01 {
    width: calc(300 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
  }

}

/********************
* コンテンツ内共通パーツ (c-product)
********************/

.c-product {
  display: flex;
  flex-wrap: wrap;
}

.c-product__content {
  max-width: calc(50% - 30px * 1 / 2);
  width: 460px;
  min-height: 463px;
  padding: 41px 0 40px 28px;
  margin-right: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  /* display: flex;
  align-items: stretch; */
}

.c-product__content.small {
  min-height: 360px;
}

.c-product__content.small2 {
  min-height: 310px;
}

.c-product__content--leyout {
  max-width: calc(50% - 30px * 1 / 2);
  width: 460px;
  min-height: 443px;
  padding: 30px 0 20px 30px;
  margin-right: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
  display: flex;
  align-items: stretch;
}

.c-product__content:nth-child(2n),
.c-product__content--leyout:nth-child(2n) {
  margin-right: 0px;
}

.c-product__content:nth-child(n+3),
.c-product__content--leyout:nth-child(n+3) {
  margin-top: 40px;
}

.c-product__content--back01 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back01.png);
}

.c-product__content--back02 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back02.png);
}

.c-product__content--back03 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back03.png);
}

.c-product__content--back04 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back04.png);
}

.c-product__content--back05 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back05.png);
}

.c-product__content--back06 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back06.png);
}

.c-product__content--back07 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/teiban/nikomi-back07.png);
}

.c-product__content--back08 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/local/oden-back01.png);
}

.c-product__content--back09 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/local/oden-back02.png);
}

.c-product__content--back10 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/local/oden-back03.png);
}

.c-product__content--back11 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/local/oden-back04.png);
}

.c-product__content--back12 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/local/oden-back05.png);
}

.c-product__content--back13 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back01.png);
}

.c-product__content--back14 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back02.png);
}

.c-product__content--back15 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back03.png);
}

.c-product__content--back16 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back04.png);
}

.c-product__content--back17 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back05.png);
}

.c-product__content--back18 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/miso/enkai-back06.png);
}

.c-product__content--back19 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back01.png);
}

.c-product__content--back20 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back02.png);
}

.c-product__content--back21 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back03.png);
}

.c-product__content--back22 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back04.png);
}

.c-product__content--back23 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back05.png);
}

.c-product__content--back24 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back06.png);
}

.c-product__content--back25 {
  background-image: url(/prouse/features/hot-menu2025/assets/images/otsumami/inbound-back07.png);
}

.c-product__continer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.c-product__rap {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}

.c-product__wrap {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: auto;
}

.c-product__wrap--leyout {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}

.c-product__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.c-product__yasai {
  width: 200px;
  min-height: 42px;
  margin-left: auto;
  text-align: center;
  background-color: #4baf2d;
  color: #faff7b;
  font-weight: bold;
  font-size: 20px;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -42px;
}

.c-product__btnbox {
  margin-top: auto;
  height: auto;
  padding-top: 10px;
}

.c-product__btnbox--leyout {
  height: auto;
  margin-top: auto;
}

.c-product__text {
  max-width: 170px;
  width: 100%;
  margin-top: 10px;
}

.c-product__text--leyout {
  max-width: 160px;
  width: 100%;
  margin-top: 10px;
}


.c-product-btn {
  width: 160px;
  height: 40px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
}

.c-product-btn::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 48%;
  right: 12px;
  margin-top: -4px;
  transform: rotate(45deg);
}


@media screen and (max-width: 768px) {
  .c-product-btn {
    max-width: 180px;
    width: calc(280 / 768 * 100vw);
    height: calc(60 / 768 * 100vw);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }

  .c-product__wrap--leyout {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: auto;
  }

  .c-product__rap {
    height: auto;
  }

  .c-product-btn::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 49%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
  }

  .c-product {
    display: block;
  }

  .c-product__content {
    max-width: none;
    width: 100%;
    min-height: calc(706.5 / 768 * 100vw);
    padding: calc(44 / 768 * 100vw);
    margin-right: 0px;
    margin-top: 30px;
    /* min-height: auto;
    aspect-ratio: 1 / 1; */
  }

  .c-product__content.small {
    min-height: auto;
    aspect-ratio: 1.2777778 / 1;
  }

  .c-product__content.small2 {
    min-height: auto;
    aspect-ratio: 1.484 / 1;
  }

  .c-product__content--leyout {
    max-width: none;
    width: 100%;
    min-height: auto;
    padding: calc(40 / 768 * 100vw) 0 calc(40 / 768 * 100vw) calc(56 / 768 * 100vw);
    margin-right: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    display: flex;
    align-items: stretch;
    margin-top: 40px;
    border: 2px solid #e94609;
    border-radius: 30px;
  }

  .c-product__content--leyout:first-child {
    margin-top: 0;
  }

  .c-product__content:nth-child(2n) {
    margin-right: 0px;
  }

  .c-product__content:nth-child(n+3) {
    margin-top: 30px;
  }

  .c-product__title {
    font-size: calc(38 / 768 * 100vw);
    font-weight: bold;
    line-height: 1.3;
  }

  .c-product__btnbox {
    margin-top: auto;
    height: auto;
    padding-top: 10px;
  }

  .c-product__text {
    max-width: calc(285 / 768 * 100vw);
    width: 100%;
    margin-top: 10px;
    font-size: calc(24 / 768 * 100vw);
  }

  .c-product__text--leyout {
    max-width: none;
    width: 30%;
    margin-top: 10px;
    font-size: calc(24 / 768 * 100vw);
  }

  .c-product__continer {
    position: relative;
  }

  .c-product__yasai {
    width: calc(300 / 768 * 100vw);
    height: calc(80 / 768 * 100vw);
    font-size: 18px;
    margin-right: 2px;
    margin-top: 0;
    position: absolute;
    bottom: 44%;
    right: 0;
  }

  .c-product__btnbox--leyout {
    height: auto;
    margin-top: 0px;
  }
}

/********************
* コンテンツ内共通パーツ (c-useSoup)
********************/

.c-useSoup {
  max-width: 460px;
  width: 100%;
  margin: auto;
  margin-top: 60px;
}

.c-useSoup--leyout {
  width: 100%;
  padding-right: 28px;
  padding-top: 20px;
  margin-top: auto;
}

.c-useSoup__content {
  padding-left: 30px;
  padding-right: calc(30 / 768 * 100vw);
  display: flex;
  justify-content: space-between;
}

.c-useSoup__content--leyout {
  display: flex;
  justify-content: space-between;
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 20px;
  width: 404px;
}

.c-useSoup__content--leyout.green {
  background-color: #F3F9E8;
}

.c-useSoup__content--leyout.yellow {
  background-color: #FCF6E8;
}

.c-useSoup__content--leyout.yellow2 {
  background-color: #FFF4E2;
}


.c-useSoup__title {
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

.c-useSoup__text {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.c-useSoup__text::before {
  position: absolute;
  content: url(/prouse/features/hot-menu2025/assets/images/ico_arrow.png);
  display: block;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 3px;
}

.c-useSoup__picture {
  max-width: 60px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {

  .c-useSoup__content {
    padding-right: calc(80 / 768 * 100vw);
  }

  .c-useSoup {
    max-width: 500px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }

  ƒ√ .c-useSoup__content {
    padding-left: 30px;
    padding-right: calc(80 / 768 * 100vw);
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 20px;
  }

  .c-product__wrap {
    width: 100%;
  }

  .c-useSoup__content--leyout {
    padding-left: 30px;
    padding-right: calc(80 / 768 * 100vw);
    width: 100%;
  }

  .c-useSoup--leyout {
    margin-top: 0;
  }

  .c-useSoup__picture {
    margin-left: 20px;
  }

  .c-useSoup__picture img {
    width: 100%;
    height: 100%;
  }

  .c-useSoup__title {
    padding-top: 20px;
    font-size: calc(24 / 768 * 100vw);
    font-weight: bold;
  }

  .c-useSoup__text {
    padding-bottom: 15px;
  }
}


/* .hot-product */
.hot-product.contents-wide {
  background-color: #faf8e6;
  box-sizing: border-box;
}

.hot-product .product-inr {
  width: 950px;
  margin: 0 auto 0;
  padding: 80px 0;
}

.hot-product .ttl {
  font-size: 30px;
  color: #e94609;
  line-height: 1.5;
}

.hot-product .product-box {
  margin-top: 40px;
}

.hot-product__content {
  margin-top: 55px;
}

.hot-product__content-bottom {
  margin-top: 70px;
}

.hot-product .product-box .product-box__ul-top {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
}

.hot-product .product-box .product-box__ul-top li {
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
}

.hot-product .product-box .product-box__ul-top li:last-child {
  margin-right: 0px;
}

.hot-product .product-box .product-box__ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hot-product .product-box ul li {
  position: relative;
  width: calc(25% - 30px * 3 / 4);
  margin-right: 30px;
  background-color: #ffffff;
  overflow: hidden;
}

.hot-product .product-box ul li:nth-child(4n) {
  margin-right: 0px;
}

.hot-product .product-box ul li:nth-child(n+5) {
  margin-top: 30px;
}

.hot-product .product-box ul li.blank {
  background-color: #faf8e6;
}

.hot-product .product-box ul li a div {
  padding: 20px;
}

.hot-product .product-box ul li a div img {
  display: block;
  width: 128px;
  height: auto;
  margin: 0 auto;
}

.hot-product .product-box ul li a p {
  position: relative;
  margin-top: 20px;
  padding-left: 15px;
}

.hot-product .product-box ul li a p:before {
  position: absolute;
  content: url(/prouse/features/hot-menu2025/assets/images/ico_arrow.png);
  display: block;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
}

.hot-product .product-box ul li.new:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background-image: url(/prouse/features/hot-menu2025/assets/images/img_product_new.png);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {

  .hot-product__content {
    margin-top: 55px;
  }

  .hot-product__content-bottom {
    margin-top: 70px;
  }

  .hot-product .product-box .product-box__ul-top {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
  }

  .hot-product .product-box .product-box__ul-top li {
    width: calc(50% - 20px * 1 / 2);
    margin-right: 20px;
  }

  .hot-product .product-box .product-box__ul-top li:last-child {
    margin-right: 0px;
  }

  .hot-product .product-box ul li {
    position: relative;
    width: calc(50% - 20px * 1 / 2);
    margin-right: 20px;
    background-color: #ffffff;
    overflow: hidden;
  }

  .hot-product .product-box ul li:nth-child(2n) {
    margin-right: 0px;
  }

  .hot-product .product-box ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}

/* #feature */
#feature {
  margin-top: 80px;
}

#feature .main-cont-inr {
  margin: 0 auto 60px;
  max-width: 950px;
}

#feature h2.green {
  padding: 10px 0;
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background: #115522;
}

#feature .flex-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .flex-box ul:before {
  content: "";
  display: block;
  width: calc((100% - 90px) / 4);
  order: 1;
}

#feature .flex-box ul li {
  padding-bottom: 30px;
  display: inline-block;
  width: calc((100% - 90px) / 4);
  box-sizing: border-box;
  letter-spacing: normal;
  font-size: 0;
}

#feature .flex-box ul li:nth-child(4n+1):nth-last-child(-n+4),
#feature .flex-box ul li:nth-child(4n+1):nth-last-child(-n+4)~li {
  padding-bottom: 0;
}

#feature .flex-box ul li a:hover {
  opacity: 0.8;
}

#feature .flex-box ul li img {
  width: 100%;
  vertical-align: bottom;
}

#feature .main-contaner {
  border-top: 1px solid #d9d9d9;
  margin-top: 60px;
}

#feature .main-cont-inr.bnr-inr {
  margin-top: 60px;
  margin-bottom: 36px;
}

#feature .bnr-inr ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-wrap: wrap;
}

#feature .bnr-inr ul li {
  display: inline-block;
  width: 360px;
  box-sizing: border-box;
  letter-spacing: normal;
  font-size: 0;
  text-align: center;
}

#feature .bnr-inr ul li a:hover {
  opacity: 0.8;
}

#feature .bnr-inr ul li img {
  width: 100%;
  vertical-align: bottom;
}

#feature .more_btn a:hover {
  opacity: 0.8;
}

/* #etc-menu */
#etc-menu {
  box-sizing: border-box;
}

#etc-menu .etc-menu-ttl {
  margin-top: 80px;
}

#etc-menu ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

#etc-menu ul li a:hover {
  opacity: 0.8;
}

/* ref */
.ref {
  display: flex;
  justify-content: space-between;
  background-color: #fff3da;
  margin: 20px 30px 30px;
}

.ref .ref-box {
  padding: 15px 30px;
}

.ref .ref-box .ref-ttl {
  font-weight: bold;
}

.ref .ref-box .ref-link {
  position: relative;
  margin-top: 5px;
  padding-left: 15px;
}

.ref .ref-box .ref-link a p:before {
  position: absolute;
  content: url(/prouse/features/hot-menu2025/assets/images/ico_arrow.png);
  display: block;
  width: 7px;
  height: 7px;
  top: 7px;
  left: 0;
}

.ref .ref-img {
  padding: 0 30px 0 0;
}

.ref .ref-img img {
  height: 100%;
}

@media screen and (max-width: 768px) {
  p {
    font-size: calc(24 / 768 * 100vw);
  }

  .pc-none {
    display: block;
  }

  .sp-none {
    display: none;
  }

  .contents-normal {
    width: 100% !important;
    padding: 0 10px;
  }

  .contents-wide {
    padding: 0 10px;
  }

  /* navi */
  .pt-nav ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .pt-nav ul li {
    flex: 1 0 auto;
    width: 33%;
    font-size: 14px;
    line-height: 1.3333;
  }

  .pt-nav ul li:nth-child(1),
  .pt-nav ul li:nth-child(2),
  .pt-nav ul li:nth-child(3) {
    width: 30%;
  }

  .pt-nav ul li:nth-child(4),
  .pt-nav ul li:nth-child(5) {
    margin-top: 5px;
    width: 40%;
  }

  .pt-nav ul li a {
    padding: 5px 10px;
  }

  .pt-nav ul li p {
    padding: 5px 5px;
  }

  #prouse-Sitepath {
    width: 100%;
    padding: 0 10px;
  }

  #prouse-Pagetop {
    width: 100%;
    padding: 0 10px;
  }


  /* ank */
  .ank_ttl {
    margin-top: 30px;
    text-align: center;
  }

  .btn_ank {
    margin-top: 15px;
  }

  .btn_ank a {
    display: block;
  }

  .btn_ank a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn_ank a img {
    width: 100%;
  }

  .btn_ank .btn_ank_item {
    display: block;
  }

  .btn_ank .btn_ank_item:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .btn_ank .btn_ank_item img {
    width: 100%;
  }

  /* .hot-product */
  .hot-product .product-box ul li a div img {
    width: 60%;
  }

  .hot-product .product-inr {
    width: 100%;
    margin: 0 auto 0;
    padding: 40px 0;
  }

  .hot-product .ttl {
    font-size: 24px;
  }

  /* #feature */
  #feature {
    width: 100%;
    border-top: 2px dotted #115522;
    box-sizing: border-box;
    margin-top: 40px;
  }

  #feature .main-cont-inr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #feature .main-contaner h2 {
    width: 80%;
    margin: 0 auto;
  }

  #feature h2.green {
    margin-bottom: 20px;
    padding: 0;
    font-size: 18px;
    color: #000;
    background: none;
  }

  #feature .flex-box ul:before {
    width: 100%;
  }

  #feature .flex-box ul li {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 0;
  }

  #feature .flex-box ul li:nth-child(odd) {
    padding-right: 10px;
  }

  #feature .flex-box ul li:nth-child(even) {
    padding-left: 10px;
  }

  #feature .flex-box ul li:nth-child(4n+1):nth-last-child(-n+4),
  #feature .flex-box ul li:nth-child(4n+1):nth-last-child(-n+4)~li {
    padding-bottom: 30px;
  }

  #feature img {
    width: 100%;
  }

  #feature .main-contaner {
    border-top: 2px dotted #115522;
    margin-top: 30px;
  }

  #feature .main-cont-inr.bnr-inr {
    margin-top: 30px;
  }

  #feature .bnr-inr ul {
    display: block;
  }

  #feature .bnr-inr ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  #feature .more_btn {
    width: 100%;
  }

  /* #etc-menu */
  #etc-menu .etc-menu-ttl {
    margin: 40px 0 0;
    width: 100%;
  }

  #etc-menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #etc-menu ul li {
    width: 47%;
    margin-top: 20px;
  }

  #etc-menu ul li img {
    width: 100%;
  }

  /* ref */
  .ref {
    margin: 15px 15px 15px;
  }

  .ref .ref-box {
    padding: 15px 15px;
    width: 60%;
  }

  .ref .ref-img {
    text-align: center;
    margin: 0 auto;
    width: 40%;
  }
}

@media screen and (max-width: 630px) {

  .hot-product .product-box ul li a div {
    padding: 10px;
  }

  .hot-product .product-box ul li a p {
    margin-top: 10px;
    padding-left: 15px;
  }

  .hot-product .product-box ul li.new:before {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url(/prouse/features/hot-menu2025/assets/images/img_product_new.png);
    background-size: contain;
    vertical-align: middle;
  }

  .hot-product .product-box ul li.blank {
    display: none;
  }
}

.hot-product__title {
  font-size: 38px;
  color: #e9470c;
  font-weight: 700;
  text-align: center;
}

.hot-product__ttl {
  font-size: 24px;
  color: #e9470c;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hot-product__title {
    font-size: calc(40 / 768 * 100vw);
    color: #e9470c;
  }

  .hot-product__ttl {
    font-size: calc(36 / 768 * 100vw);
    color: #e9470c;
    text-align: left;
  }
}

/********************
共通パーツ
********************/

.c-inner {
  width: 950px;
  margin: auto;
}

.c-title-back {
  background-color: #ffb681;
}

.c-title__box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 54px;
  padding-bottom: 54px;
  position: relative;
}

.c-title {
  font-size: 36px;
  color: #4F3506;
  font-weight: 700;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 2px;
  line-height: 1.5;
}
.c-title02 {
  font-size: 30px;
  line-height: 1.5;
  color: #4F3506;
  font-weight: 700;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  letter-spacing: 2px;
}
.c-title__sub {
  font-size: 26px;
  line-height: 1.5;
}

.c-title--pl {
  position: relative;
  /* padding-left: 100px; */
}

.c-block-container-back {
  position: relative;
  background-color: #FFF8EF;
  padding-top: 1px;
  padding-bottom: 62px;
}

/* アイコンを下に表示 */
.c-block-container-back::before {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 0;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  border-top: 60px solid #FFF8EF;
  border-right: 120px solid transparent;
  border-left: 120px solid transparent;
}

.c-c-block-ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #4F3506;
  padding-top: 30px;
}

.c-c-block-text {
  /* text-align: left; */
  color: #4f3506;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  padding: 30px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
}

.c-c-block-ttl2 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #e94609;
  margin-bottom: 20px;
}

.c-c-block-ttl3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 12px;
}

.c-c-block-text2 {
  text-align: center;
  color: #4F3506;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  padding-bottom: 6px;
}

.c-c-block-caution {
	font-weight: 500;
  text-align: right;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.33333;
  /* letter-spacing: 0.025em; */
  word-break: break-all;
}

.c-c-block-caution a {
  text-decoration: underline !important;
}

.c-block-container {
  background-color: #fff;
	color: #4F3506;
  font-family: 'Zen Maru Gothic', sans-serif;
  padding: 40px;
  border-radius: 30px;
}
.c-block-container.br-t-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.c-block-content__title {
  font-size: 30px;
  font-weight: bold;
  color: #f28435;
  padding-bottom: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0;
}

.c-block-content__title.mt {
  margin-top: 50px;
}
.c-block-content__picture.flex {
  display: flex;
  column-gap: 30px;
}
.c-block-content__picture.flex > * {
  width: calc( ( 100% - 30px) / 2 ) ;
}

@media screen and (max-width: 768px) {
  .c-block-content__picture.flex {
    flex-direction: column;
    row-gap: 20px;
  }
  .c-block-content__picture.flex > * {
    width: 100%;
  }

.c-block-content__picture img {
  width: 100%;
}

  .c-inner {
    width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-title__box {
    display: block;
    align-items: center;
    justify-content: center;
    padding-top: calc(54 / 768 * 100vw);
    padding-bottom: calc(54 / 768 * 100vw);
  }

  .c-title {
    font-size: calc(42 / 768 * 100vw);
    color: #4F3506;
    font-weight: 700;
    text-align: center;
    /* margin-top: 20px; */
  }
  .c-title02 {
    font-size: calc(35 / 768 * 100vw);

  }
  .c-title__sub {
    font-size: calc(30 / 768 * 100vw);
  }

  .c-block-content__title {
    font-size: calc(40 / 768 *100vw);
    padding-bottom: 10px;
  }

  .c-c-block-ttl,
  .c-c-block-ttl2 {
    font-size: calc(42 / 768 *100vw);
  }

  .c-block-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
  }

  .c-title--pl {
    width: fit-content;
    margin: 0 auto;
    /* padding-left: calc(80 / 768 *100vw); */
  }

  .c-block-container-back {
    padding-bottom: 42px;
  }

  /* アイコンを下に表示 */
  .c-block-container-back::before {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 0;
    left: 50%;
    bottom: calc(-56 / 768 * 100vw);
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    border-top: calc(60 / 768 * 100vw) solid #FFF8EF;
    border-right: calc(120 / 768 * 100vw) solid transparent;
    border-left: calc(120 / 768 * 100vw) solid transparent;
  }
}




/********************
* hot-menu2025
********************/
/* #mv */
#mv {
	height: 450px;
  background: url(/prouse/features/hot-menu2025/assets/images/bg_mv.jpg) center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

#mv img {
  max-width: 1920px;
  width: 100%;
	height: 100%;
  object-fit: cover;
  margin: auto;
}

.mv-bottom {
  background-color: #fdfbea;
}

.mv-bottom__inner {
  /* padding-top: 30px; */
  padding-bottom: 62px;
}


.mv-bottom__title {
  background-image: url(/prouse/features/hot-menu2025/assets/images/mv-mb-back.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  object-fit: cover;
  padding: 50px 0;
  background-size: 88% auto;
}

.mv-bottom__title p {
  width: 100%;
  height: auto;
  font-size: 40px;
  font-weight: bold;
  color: #CF3D08;
}

.mv-bottom-ank__box {
  display: flex;
	gap: 18px;
}

.mv-bottom-ank__box li {
  flex: 1;
  height: 90px;
  border: 2px solid #CF3D08;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.mv-bottom-ank__box li:hover {
  opacity: 0.8;
}

.mv-bottom-ank__box li span:hover {
  opacity: 0.8;
  color: #CF3D08;
}

.mv-bottom-ank__box li > span {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e9470c;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding-right: 20px;
}


.mv-bottom-ank__box li.red01 {
  border: 2px solid #D90000;
}
.mv-bottom-ank__box li.red01 span {
  color: #D90000;
}

.mv-bottom-ank__box li.red02 {
  border: 2px solid #C1282A;
}
.mv-bottom-ank__box li.red02 span {
  color: #C1282A;
}

.mv-bottom-ank__box li.brown {
  border: 2px solid #AD6345;
}
.mv-bottom-ank__box li.brown span {
  color: #AD6345;
}

.mv-bottom-ank__box li.blue01 {
  border: 2px solid #0068B7;
}
.mv-bottom-ank__box li.blue01 span {
  color: #0068B7;
}

.mv-bottom-ank__box li.blue02 {
  border: 2px solid #053480;
}
.mv-bottom-ank__box li.blue02 span {
  color: #053480;
}

.mv-bottom-ank__box li img {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	#mv {
		height: auto;
	}	
  .mv-bottom__title {
    padding: calc(64 / 768 *100vw) 0;
    background-size: 91% auto;
  }

  .mv-bottom-ank__box li {
    width: 100%;
    height: calc(120 / 768 *100vw);
    border: 1px solid #e9470c;
    background-color: #fff;
    border-radius: 10px
  }
  .mv-bottom-ank__box li:not(:first-of-type) {
    margin-top: 20px;
  }
  
  .mv-bottom-ank__box li > span {
    padding-right: 0;
  }
  
  .mv-bottom-ank__box {
    display: block;
  }

  .mv-bottom__title p {
    width: 100%;
    height: auto;
    font-size: calc(36 / 768 *100vw);
    font-weight: bold;
    color: #e94609;
  }

  .mv-bottom-ank__box li span {
    font-size: calc(32 / 768 *100vw);
  }
  .mv-bottom-ank__box li span .small {
    font-size: calc(26 / 768 * 100vw);
  }
}


/********************
* nabe-item-content
********************/

.nabe-item-content {
  display: flex;
  margin-top: 40px;
}

.nabe-item-content__wrap {
  display: block;
  width: calc(33.33333% - 25px * 2 / 3);
  margin-right: 25px;
  position: relative;
}

.nabe-item-content__wrap img {
  width: 100%;
}

.nabe-item-content__wrap:last-child {
  margin-right: 0px;
}

.nabe-item-content__name {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.nabe-menu {
  padding-top: 100px;
  padding-bottom: 100px;
}

.enkai-nabe-menu {
  padding-bottom: 50px;
}

.nabe-menu__picture {
  display: block;
  margin-top: 42px;
}

.c-heading img {
  display: block;
  margin: 0 auto 40px;
  max-width: 400px;
  width: 52%;
}

.c-heading-text {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #4F3506;
}

.nabe-menu__picture img {
  width: 100%;
	border-radius: 10px;
}

.nabe-item-content-sp {
  display: none;
}

@media screen and (max-width: 768px) {

  .nabe-item-content {
    display: none;
  }

  .nabe-item-content-sp {
    display: flex;
    margin-top: 20px;
  }

  .nabe-item-content-sp img {
    display: block;
    width: calc(33.33333% - 10px * 2 / 3);
    margin-right: 10px;
  }

  .nabe-item-content-sp img:nth-child(3) {
    margin-right: 0px;
  }

  .nabe-item-content__wrap {
    display: block;
    width: 100%;
    margin-top: 30px;
    position: relative;
  }

  .nabe-item-content__wrap {
    display: block;
    width: calc(33.33333% - 10px * 2 / 3);
    margin-right: 10px;
    position: relative;
  }

  .c-heading-text {
    font-size: calc(36 / 768 *100vw);
  }

  .c-heading img {
    max-width: none;
    width: 80%;
  }

  .nabe-item-content__name {
    font-size: calc(10 / 768 *100vw);
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: calc(76 / 768 *100vw);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .nabe-menu {
    padding-top: calc(100 / 768 *100vw);
    padding-bottom: calc(100 / 768 *100vw);
  }

  .c-heading p {
    margin-top: 15px;
  }

}


/* #hot-menu2025-cont */
#hot-menu2025-cont {
  box-sizing: border-box;
}

#hot-menu2025-cont #vol1 {
  box-sizing: border-box;
  margin-top: 38px;
}


#hot-menu2025-cont .vol1-mttl {
  background: linear-gradient(#fff 8%, #ffeece 8%, #ffeece 95%, #fff 95%);
  text-align: center;
}

#hot-menu2025-cont .vol2-mttl {
  margin-bottom: -20px;
  background: linear-gradient(#fff 4%, #ffeece 4%, #ffeece 88%, #fff 88%);
  text-align: center;
}

#hot-menu2025-cont .vol-ttl {
  margin-top: 45px;
}

#hot-menu2025-cont .vol-inr {
  padding: 30px 0 0 0;
  border: solid 2px #f0aa46;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  box-sizing: border-box;
}

#hot-menu2025-cont .vol-inr2 {
  margin-top: 45px;
  padding: 30px 0 0 0;
  border: solid 2px #f0aa46;
  border-radius: 18px;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  #hot-menu2025-cont .vol-inr {
    border-radius: 0 0 2vw 2vw;
  }

  #hot-menu2025-cont .vol-inr2 {
    border-radius: 2vw;
  }
}

#hot-menu2025-cont .vol-inr .vol1-ttl {
  margin-top: -1px;
}

#hot-menu2025-cont .source {
  font-size: 12px;
  color: #666666;
  padding: 15px 15px 10px 0;
  text-align: right;
}

#hot-menu2025-cont .vol-suggestion {
  margin-top: 40px;
  text-align: center;
}



#hot-menu2025-cont .vol-suggestion-lst ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

#hot-menu2025-cont .vol-suggestion-lst ul li {
  width: calc(50% - 15px);
}

#hot-menu2025-cont .vol-titleBox {
  font-size: 32px;
  font-weight: 700;
}

#hot-menu2025-cont .vol-title {
  font-size: 32px;
  color: #543608;
  font-weight: 700;
}

#hot-menu2025-cont .vol-subText {
  font-size: 32px;
  color: #543608;
  font-weight: 700;
}

#hot-menu2025-cont .vol-suggestion-lst ul li img {
  width: 100%;
  height: auto;
}

#hot-menu2025-cont .vol-suggestion-lst ul li a:hover {
  opacity: 0.8;
}

#hot-menu2025-cont #vol2 {
  box-sizing: border-box;
  margin-top: 100px;
}

@media screen and (min-width: 1280px) {
  #hot-menu2025-cont #vol2 {
    /*padding: 160px 0 0 0;
    margin-top: -60px;*/
  }
}

#hot-menu2025-cont #vol2 .vol2-graph {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {

  /* #mv */
  #mv {
    padding: 0;
  }
  #mv img {
    width: 100%;
  }

  /* #hot-menu2025-cont */
  #hot-menu2025-cont #vol1 {
    margin-top: 30px;
  }

  #hot-menu2025-cont #vol1 img,
  #hot-menu2025-cont #vol2 img {
    width: 100%;
  }

  #hot-menu2025-cont .vol-ttl {
    margin-top: 30px;
  }

  #hot-menu2025-cont #vol1 .vol1-graph {
    box-sizing: border-box;
    padding: 20px 10px 0;
  }

  #hot-menu2025-cont .source {
    margin: 10px;
    text-align: left;
  }

  #hot-menu2025-cont .vol-suggestion-lst {
    margin-top: 15px;
  }

  #hot-menu2025-cont .vol-suggestion-lst ul {
    margin-top: 30px;
  }

  #hot-menu2025-cont .vol-suggestion-lst ul {
    display: block;
  }

  #hot-menu2025-cont .vol-suggestion-lst ul li {
    width: 100%;
    margin-top: 15px;
  }

  #hot-menu2025-cont #vol2 {
    margin-top: 50px;
  }

  #hot-menu2025-cont #vol2 .vol2-graph {
    margin: 10px 0 0;
  }

  #hot-menu2025-cont .vol-titleBox {
    font-size: 32px;
    font-weight: 700;
  }
}

.c-block-content__picture__caution {
  text-align: right;
  font-size: 14px;
	font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
}
.c-block-content__table table {
  width: 100%;
}
.c-block-content__table thead {
  background-color: #727171;
  color: #fff;
}
.c-block-content__table thead th {
  font-weight: bold;
  font-size: 16px;
  padding: 6px;
}
.c-block-content__table tbody th {
  width: 16%;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #727171;
}
.c-block-content__table tbody td:last-of-type {
  width: 73%;
  text-align: left;
  letter-spacing: -0.03em;
}
.c-block-content__table tbody td {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
  border-bottom: 1px solid #727171;
  border-left: 1px solid #727171;
}
.c-block-content__table tbody td span {
  padding: 0 4px;
}
.u-bg--orange {
  background-color: #f28435;
}
.u-bg--green {
  background-color: #98c04f;
}
.u-bg--yellow {
  background-color: #c4b247;
}
.c-block-plus {
  margin: 20px 0;
}
.c-block-plus img {
  width: 60px;
}
.c-block-arrow {
  margin: 25px 0 18px;
}
.c-block-arrow img {
  width: 132px;
}
.c-block-content__subttl {
  color: #e94609;
  font-weight: bold;
  line-height: 1.8;
  font-size: 28px;
}
.c-block-content__benefit,
.c-block-content__point {
  display: flex;
  justify-content: space-between;
}
.c-block-content__benefit > li {
  width: 46.95%;
  position: relative;
  border-radius: 10px;
  border: 2px solid #F28435;
}
.c-block-content__benefit li img {
  position: absolute;
  top: 50px;
  transform: translateY(-100%);
  z-index: 1;
}
.c-block-content__benefit > li:first-of-type img {
  width: 53px;
  left: 24px;
}
.c-block-content__benefit > li:last-of-type img {
  width: 83px;
  right: 4px;
}
.c-block-content__benefit li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #F28435;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.c-block-content__benefit li ul {
  width: fit-content;
  margin: 0 auto;
  padding: 16px 0;
}
.c-block-content__benefit li ul li {
  color: #4F3506;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}
.c-block-content__point li {
  width: 29.3%;
  border: 1px solid #F28435;
  border-radius: 10px;
  overflow: hidden;
}
.c-block-content__point__ttl {
  text-align: center;
  background-color: #F28435;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 7px 0;
}
.c-block-content__point__ttl span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #F28435;
  background-color: #fff;
  font-size: 24px;
  margin-left: 7px;
}
.c-block-content__point__text {
  text-align: center;
  padding: 12px 30px 16px;
  color: #4F3506;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.c-block-content__point__text span {
  font-size: 24px;
}
.c-block-content__point__text p {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-block-content__table {
    overflow-x: scroll;
  }
  .c-block-content__table table {
    white-space: nowrap;
  }
  .c-block-arrow img {
    width: 25vw;
  }
  .c-block-content__subttl {
    font-size: calc(38 / 768 *100vw);
  }
  .c-block-content__benefit,
  .c-block-content__point {
    flex-direction: column;
    row-gap: 20px;
  }
  .c-block-content__benefit li,
  .c-block-content__point li {
    width: 100%;
  }
  .c-block-content__benefit > li:first-of-type img {
    left: 4px;
    width: 40px;
  }
  .c-block-content__benefit > li:last-of-type img {
    width: 62px;
  }
  .c-block-content__point__text p {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
/* attakamenu */
.attakamenu {
  border-top: 4px solid #e8e2ca;
  border-bottom: 4px solid #e8e2ca;
  background-color: #f6f4ec;
  padding: 50px 0 75px;
  /* margin-bottom: 4px; */
}
.attakamenu a {
  transition: all .3s;
}
.attakamenu a:hover {
  opacity: 0.8;
}
.attakamenu__ttl {
  font-size: 32px;
  font-weight: bold;
  color: #4F3506;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.attakamenu__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.attakamenu__list li {
  width: 22.63%;
}
.attakamenu__link {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .attakamenu {
    padding: 40px 0;
  }
  .attakamenu__ttl {
    font-size: calc(40 / 768 *100vw);
    margin-bottom: 30px;
  }
  .attakamenu__list {
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .attakamenu__list li {
    width: 48%;
  }
  .attakamenu__link {
    width: 85vw;
  }
}

.c-point {
  display: flex;
  background-color: #fff;
  border: 2px solid #E94609;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 60px;
}
.c-point__left {
  width: 23.16%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E94609;
  column-gap: 8px;
  padding: 22px 0 30px;
}
.c-point__left img {
  width: 35px;
}
.c-point__left span {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding-top: 10px;

}
.c-point__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 34px;
}
.c-point__right p {
  font-size: 18px;
  color: #4F3506;
  font-weight: bold;
  line-height: 1.78;
  text-align: left;
}
.c-point__right img {
  width: 21px;
}
.c-point__right span {
  font-size: 18px;
  font-weight: bold;
  background-color: #E94609;
  color: #fff;
  border-radius: 25px;
  padding: 14px 22px;
}
@media screen and (max-width: 768px) {
  .c-point {
    flex-direction: column;
  }
  .c-point__left {
    width: 100%;
    padding: 10px;
  }
  .c-point__right {
    flex-direction: column;
    padding: 20px 10px;
    row-gap: 4px;
  }
  .c-point__right p {
    text-align: center;
  }
  .c-point__right img {
    transform: rotate(90deg);
  }
}


/********************
* 202408add
********************/
.point_ttl {
  position: relative;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	padding-left: 95px;
	margin: 0 0 30px;
}
.point_ttl::before {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ico-point.png);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
  height: 40px;
}
ul.point_list {
	font-weight: 700;
}
ul.point_list li {
	background: url(../images/ico-check.png) no-repeat;
	background-position: left 12px;
	background-size: 30px auto;
	font-size: 18px;
	line-height: 1.5;
	padding: 12px 0 12px 45px;
}
ul.point_list.red02 li {
	background-image: url(../images/ico-check-red02.png);
  background-repeat: no-repeat;
}
ul.point_list.blue01 li {
	background-image: url(../images/ico-check-blue01.png);
  background-repeat: no-repeat;
}
ul.point_list.blue02 li {
	background-image: url(../images/ico-check-blue02.png);
  background-repeat: no-repeat;
}

ul.point_list li span {
	font-size: 14px;
}
ul.point_list li span.red {
	color: #CF3D08;
	font-size: 18px;
}
.graph_ttl {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 30px;
}
.graph_ttl span {
	font-size: 16px;
}
.c-title .small {
	display: block;
  font-size: 14px;
	margin-top: 10px;
}
.c-title.white {
  color: #fff;
}
.c-block-container-back.caret_none::before {
	content: none;
}
.c-c-block-ttl .small {
	display: block;
  font-size: 14px;
	margin-top: 10px;
}
.c-c-block-text.large {
	font-size: 24px;
	font-weight: 700;
}
.c-c-block-text.large > span {
	position: relative;
	display: inline-block;
	padding: 0 35px;
}
.c-block-content__picture__caution.center {
	text-align: center;
}
.c-title-back.bg_none {
	background-color: #FFF8EF;
}

@media screen and (max-width: 768px) {
	.point_ttl {
		font-size: 24px;
		padding-left: 70px;
		margin: 0 0 20px;
	}
  .point_ttl::before {
    width: 60px;
    height: 30px;
  }
	ul.point_list li {
		background-position: left 10px;
		background-size: 24px auto;
		font-size: 16px;
		padding: 8px 0 8px 35px;
	}
	ul.point_list.miso li {
		background-position: left 14px;
	}
	ul.point_list.miso.yellow li {
		background-position: left 14px;
	}
	ul.point_list li span {
		font-size: 12px;
	}
	ul.point_list li span.red {
		font-size: 16px;
	}
	.graph_ttl {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.graph_ttl span {
		display: block;
		font-size: 12px;
		margin-top: 5px;
	}
	.c-c-block-caution{
		font-size: 12px;
		margin-top: 20px;
	}
	.c-c-block-text.large {
		font-size: 18px;
		line-height: 1.5;
		padding: 15px 0 30px;
	}
	.c-c-block-text.large > span {
		padding: 0 50px;
	}
	.c-block-content__picture__caution {
		font-size: 12px;
		margin-top: 20px;
	}
	.nabe-menu__picture img {
		border-radius: 6px;
	}
	.c-block-container.radius {
		border-radius: 0 0 10px 10px;
	}
}


/***** 商品詳細ブロック *****/
h3.flavor_ttl {
  font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	border-radius: 30px 30px 0 0;
	padding: 20px 40px;
	color: #4F3506;
}
h3.flavor_ttl.yellow {
	background-color: #F4DE85;
}
h3.flavor_ttl.yellow2 {
	background-color: #F8F0B4;
}
h3.flavor_ttl.orange {
	background-color: #F1B69C;
}
h3.flavor_ttl.pink {
  background-color: #F8B4B5;
}
h3.flavor_ttl.lightgreen {
  background-color: #D1E49C;
}
h3.flavor_ttl.beige {
  background-color: #F8D6B4;
}
h3.flavor_ttl.red01 {
  background-color: #D90000;
  color: #fff;
}
h3.flavor_ttl.red02 {
  background-color: #C1282A;
  color: #fff;
}
h3.flavor_ttl.blue01 {
  background-color: #0068B7;
  color: #fff;
}
h3.flavor_ttl.blue02 {
  background-color: #053480;
  color: #fff;
}
h3.flavor_ttl.brown {
  background-color: #AD6345;
  color: #fff;
}
h3.flavor_ttl.ta-c {
  padding: 20px 0;
  font-size: 26px;
}
h3.flavor_ttl .flavor_ttl_small {
  font-size: 18px;
  display: block;
  line-height: 1.5;
}
h3.product_detail_ttl {
	color: #4F3506;
	font-size: 29px;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}
h3.product_detail_ttl span {
	display: inline-block;
	background-color: #AD6345;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	padding: 8px 20px;
	margin-bottom: 15px;
}
h3.product_detail_ttl.yellow span {
	background-color: #EBD03B;
	color: #4F3506;
}
.product_detail_point {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.product_detail_point.mb0 {
  margin-bottom: 0;
}
.product_detail_point picture {
	display: block;
	width: 210px;
}
.product_detail_point picture img {
	width: 118px;
	margin: 0 auto;
}
.product_detail_point_txt {
	width: 660px;
	text-align: left;
}
.product_detail_point_txt h4 {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	z-index: 0;
	margin: 0 0 20px;
}
.product_detail_point_txt h4::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	z-index: -1;
}
.product_detail_point_txt h4.red01::before {
	background-color: #D90000;
}
.product_detail_point_txt h4.red02::before {
	background-color: #C1282A;
}
.product_detail_point_txt h4.blue01::before {
	background-color: #0068B7;
}
.product_detail_point_txt h4.blue02::before {
	background-color: #053480;
}
.product_detail_point_txt h4 span {
	display: inline-block;
	background-color: #fff;
	padding: 0 1em;
}
.product_detail_point_txt ul.point_list h5 {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
}
.product_detail_point_txt ul.point_list p {
	font-size: 18px;
	font-weight: 500;
}
a.product_detail_link {
	position: relative;
	display: inline-block;
	background-color: #543608;
	color: #fff;
	font-size: 16px;
	border-radius: 9999px;
	padding: 10px 60px;
}
a.product_detail_link::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: rotate(135deg);
}
a.product_detail_link:hover {
	color: #fff;
	opacity: 0.8;
}
.product_detail_recipe {
	text-align: left;
}
.product_detail_recipe h3 {
	color: #4F3506;
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 20px;
}
.product_detail_recipe ul {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.product_detail_recipe ul:not(:last-child) {
	margin-bottom: 40px;
}
.product_detail_recipe ul.col-1 {
  justify-content: center;
}
.product_detail_recipe ul.col-1 li {
	width: 72%;
}
.product_detail_recipe ul.col-2 li {
	width: calc(100% / 2);
}
.product_detail_recipe ul.col-3 li {
	width: calc(100% / 3);
}
.product_detail_recipe ul.col1 li {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 40px;
}

.product_detail_recipe ul li img {
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.product_detail_recipe ul li p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.product_detail_recipe ul li a.product_detail_link {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
@media screen and (min-width: 769px) {
  .product_detail_recipe ul li a.product_detail_link.mw {
    max-width: 420px;
    display: block;
    margin: 0 auto;
  }
}
.product_detail_recipe ul.col1 li a.product_detail_link {
	display: block;
	max-width: 420px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	h3.flavor_ttl {
		font-size: 24px;
		border-radius: 20px 25px 0 0;
		padding: 15px 20px;
	}
  h3.flavor_ttl.ta-c {
    padding: 15px 0;
    font-size: 20px;
  }
  h3.flavor_ttl .flavor_ttl_small {
    font-size: 14px;
  }
	h3.product_detail_ttl {
		font-size: 26px;
	}
	h3.product_detail_ttl span {
		font-size: 16px;
	}
	.product_detail_point {
		display: block;
		margin-bottom: 45px;
	}
	.product_detail_point picture {
		width: 100%;
		margin-bottom: 40px;
	}
	.product_detail_point picture img {
		width: 25%;
		max-width: 118px;
	}
	.product_detail_point_txt {
		width: 100%;
	}
	.product_detail_point_txt h4 {
		font-size: 20px;
	}
	.product_detail_point_txt ul.point_list h5 {
		font-size: 18px;
	}	
	.product_detail_point_txt ul.point_list p {
		font-size: 14px;
	}	
	.product_detail_recipe ul {
		display: block;
	}
	.product_detail_recipe ul:not(:last-child) {
		margin-bottom: 50px;
	}
	.product_detail_recipe ul.col-1 li,
	.product_detail_recipe ul.col-2 li,
	.product_detail_recipe ul.col-3 li {
		width: 100%;
	}
	.product_detail_recipe ul li:not(:last-child) {
		margin-bottom: 50px;
	}
	.product_detail_recipe h3 {
		font-size: 22px;
	}	
	.product_detail_recipe ul li img {
		margin-bottom: 10px;
	}
	.product_detail_recipe ul li p {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

/* 2025 08 add 共通 */
.c-color-red {
  color: #CF3D08;
}
.d-flex {
  display: flex;
}
.jc-sb {
  justify-content: space-between;
}
.jc-c {
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .pc-w-34 {
    width: 34%;
  }
  .pc-w-38 {
    width: 38%;
  }
  .pc-w-48 {
    width: 48%;
  }
  .pc-w-49 {
    width: 49%;
  }
  .pc-w-62 {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  .sp-d-block {
    display: block;
  }
  .sp-w-48 {
    width: 48%;
  }
  .sp-w-100 {
    width: 100%;
  }
}
/* 2025 08 add 各パーツ */
.c-top-point {
  position: relative;
  background-color: #fff8ef;
  border-radius: 20px;
  padding-top: 42px;
  padding-bottom: 42px;
  border: 4px solid #CF3D08;
}
.c-top-point img {
  position: absolute;
  z-index: 1;
}
.c-top-point img.bottom {
  bottom: 0;
}
.c-top-point__text {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 700;
}
.c-top-point.point01 {
  padding-left: 180px;
  text-align: left;
}
.c-top-point .point01-img {
  width: 90px;
  left: 50px;
}
.c-top-point.point02 {
  padding-left: 277px;
  text-align: left;
}
.c-top-point .point02-img {
  width: 187px;
  left: 50px;
}
.c-top-point.point03 {
  text-align: center;
}
.c-top-point .point03-img1 {
  width: 132px;
  left: 72px;
  bottom: 10px;
}
.c-top-point .point03-img2 {
  width: 93px;
  right: 33px;
}
@media screen and (max-width: 768px) {
  .c-top-point {
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    border: 2px solid #CF3D08;
  }
  .c-top-point__text {
    text-align: left;
    font-size: 14px;
  }
  .c-top-point.point01 {
    padding-left: 90px;
  }
  .c-top-point .point01-img {
    width: 60px;
    left: 15px;
  }
  .c-top-point.point02 {
    padding-left: 154px;
  }
  .c-top-point .point02-img {
    width: 124px;
    left: 15px;
  }
  .c-top-point.point03 {
    padding-left: 92px;
  }
  .c-top-point .point03-img2 {
    width: 62px;
    left: 15px;
    right: auto;
  }
}



