@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.t-8 {
  font-size: 8px;
}
.t-9 {
  font-size: 9px;
}
.t-10 {
  font-size: 10px;
}
.t-11 {
  font-size: 11px;
}
.t-12 {
  font-size: 12px;
}
.t-13 {
  font-size: 13px;
}
.t-14 {
  font-size: 14px !important;
}
.t-15 {
  font-size: 15px;
}
.t-16 {
  font-size: 16px;
}
.t-17 {
  font-size: 17px;
}
.t-18 {
  font-size: 18px;
}
.t-19 {
  font-size: 19px;
}
.t-20 {
  font-size: 20px;
}
.t-21 {
  font-size: 21px;
}
.t-22 {
  font-size: 22px;
}
.t-23 {
  font-size: 23px;
}
.t-24 {
  font-size: 24px;
}
.t-25 {
  font-size: 25px;
}
.t-26 {
  font-size: 26px;
}
.t-27 {
  font-size: 27px;
}
.t-28 {
  font-size: 28px;
}
.t-29 {
  font-size: 29px;
}
.t-30 {
  font-size: 30px;
}
.color-red {
  color: #fa6153;
}
.color-green {
  color: #32b988;
}
.color_orange {
  color: #ff952b;
}
.ls30 {
  letter-spacing: 0.03em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.mb5 {
  margin-bottom: 5px;
}
.pl-02 {
  padding-left: 2px;
}
.pl-03 {
  padding-left: 3px;
}
.pl-05 {
  padding-left: 5px;
}
.pl-10 {
  padding-left: 10px;
}
.line-through {
  text-decoration: line-through;
}
.t-center {
  text-align: center;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.l-height1 {
  line-height: 1;
}
main {
  overflow-x: clip;
}
main sup {
  vertical-align: text-top;
  font-size: 0.7em;
}
.fp_detail_container {
  margin-top: 40px;
}
.fp_detail_h2 {
  width: 100%;
  margin: 20px 0;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.fp_detail_unit {
  width: 100%;
  margin: 1em 0;
  font-size: 14px;
  font-weight: bold;
}
.fp_detail_h3 {
  width: 100%;
  padding: 0.75em 15px;
  background: #f5f5f5;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.fp_detail {
  width: 100%;
  padding: 0.75em 15px;
  font-weight: normal;
}
.fp_detail p {
  font-size: 14px;
  font-weight: normal;
}
.fp_detail p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.5em 0;
}
.fp_detail ul li:before {
  content: '・';
}
.fp_detail ul a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fp_detail img {
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .fp_detail img {
    border-radius: 20px;
  }
}
.fp_buttton_container {
  width: 100%;
  margin: 40px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  gap: 1em;
}
.fp_buttton {
  width: 315px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_green {
  color: #fff;
  background: #31b987;
  border: 1px solid #31b987;
}
.fp_buttton.type_white {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_white[target="_blank"] {
  position: relative;
}
.fp_buttton.type_white[target="_blank"]:after {
  background-image: url("/img/pages/icon_exlink__blk.svg");
}
.fp_buttton.type_darktan {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton.type_mossgreen {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.fp_buttton[target="_blank"] {
  position: relative;
}
.fp_buttton[target="_blank"]:after {
  content: "";
  display: inline-block;
  width: 11px;
  aspect-ratio: 1/1;
  background-image: url("/img/pages/icon_exlink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 1em;
}
a.fp_home_link {
  font-size: 14px;
  color: #333;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.align_center {
  text-align: center;
}
.fp_amendment {
  padding: 0 15px;
  text-align: right;
}
.fp_amendment p {
  font-size: 14px;
  font-weight: normal;
}
.fp_amendment p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 20px;
}
.fp_pageIndexBtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .fp_pageIndexBtn {
    right: 15px;
  }
}
.fp_pageIndexBtn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fp_pageIndexBtn img {
  width: 100%;
}
.feature_shokutaku .fp_buttton {
  margin: 0.5em auto 30px;
  height: 50px;
  font-weight: 700;
  border-radius: 25px;
}
.feature_lead {
  margin: 20px 0;
  padding: 0 10px;
  font-weight: 400;
  text-align: center;
}
.feature_lead p {
  font-size: 14px;
  line-height: 1.6;
}
.feature_index_container {
  padding: 15px 20px 10px;
  display: -ms-grid;
  display: grid;
  gap: 1px;
  background-color: #f5f5f5;
}
.feature_index dt {
  margin-top: 15px;
}
.feature_index dt a {
  font-size: 15px;
  border-bottom: 1px solid #000;
}
.feature_index dd {
  display: -ms-inline-grid;
  display: inline-grid;
  padding-left: 0.5em;
}
.feature_index dd a {
  margin-top: 1em;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  border-bottom: 1px solid #ccc;
}
.feature_index dd a:after {
  content: '';
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #32b988;
  border-top: 1px solid #32b988;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.feature_index_wrapper {
  background: #fff;
}
.feature_index_img {
  width: 175px;
  aspect-ratio: 175/82;
  margin: 0 auto;
}
.feature_index_container_ttl img {
  width: 24px;
  margin-right: 7px;
  aspect-ratio: 1/1;
}
.feature_index_list_item {
  width: 100%;
}
.feature_index_list_item:not(:last-child) {
  border-bottom: 1px dotted #ccc;
}
.feature_index_list_item a {
  display: block;
  padding: 14px 0px;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 767px) {
  .feature_index_list_item a:hover {
    opacity: 1;
  }
}
.feature_index_list_item a .main {
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.feature_index_list_item a .sub {
  display: block;
  margin-top: 0.5em;
  font-size: 11px;
  font-weight: 400;
}
.feature_index_list_item_inner {
  text-align: center;
}
.feature_title_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature_title_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.feature_title_lead {
  display: block;
  width: auto;
  height: 42px;
}
.feature_title_main {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.feature_title_main::after {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -2px;
  height: 2.5px;
  border-radius: 22px;
  background: #32b988;
}
.feature_title_arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 19px;
  height: 27px;
}
.feature_title_arrow.is-right {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature_title_main_text {
  color: #333;
  font-size: 21px;
  font-weight: bold;
  line-height: 34px;
}
.feature_title_main_text .is-em {
  color: #fa6153;
}
.feature_title_main_text .is-sub {
  font-size: 18px;
}
.sec-container {
  margin: 40px 0;
  padding: 0 10px;
}
.feature_content_lead {
  margin: 1em 0;
}
.feature_content_block_container {
  margin: 30px 0 10px;
}
.feature_content_block {
  position: relative;
  padding: 28px 12px 16px;
  background: #fff;
  border: 2px solid #32b988;
  border-radius: 8px;
}
.feature_content_block .feature_content_label {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  height: auto;
  padding: 0.25em 0.75em;
  background-color: #32b988;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.feature_content_block .feature_content_label:before,
.feature_content_block .feature_content_label:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 7px;
  background-image: url("/img/pages/feature_shokutaku2026/label_side.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
.feature_content_block .feature_content_label:before {
  left: -5px;
}
.feature_content_block .feature_content_label:after {
  right: -5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.feature_content_block .feature_content_lead {
  margin: 0 0 16px;
  padding: 0;
}
.feature_content_block .feature_content_img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.curry_ttl {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #333;
}
.curry_ttl .is-em {
  color: #fa6153;
}
.curry_note {
  margin: 4px 0 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #757575;
}
@media screen and (min-width: 768px) {
  .curry_note {
    text-align: center;
  }
}
.curry_combo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-top: 12px;
}
.curry_plus {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.curry_item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.curry_tag {
  width: 100%;
  padding: 2px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.curry_tag.is-curry {
  background: #a4391d;
}
.curry_tag.is-topping {
  background: #e2a200;
}
.curry_box {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
          box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px) {
  .curry_box:hover {
    opacity: 1;
  }
}
.curry_box_img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.curry_box_name {
  min-height: 2.5em;
  margin: 8px 10px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.curry_box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 119px;
  height: 24px;
  margin: 8px auto 0;
  background: #fa6153;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.feature_subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 30px 0 20px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}
.feature_subttl::before,
.feature_subttl::after {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 62px;
  height: 43px;
  background: url("/img/pages/feature_shokutaku2026/subttl_star.svg") no-repeat center/contain;
}
.feature_subttl::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.feature_recommend_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  padding: 0 10px;
  margin: 20px 0;
}
.feature_recommend_item img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.feature_note {
  margin-top: 0.5em;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 166.667% */
  color: #757575;
}
.storeSlider {
  overflow: hidden;
  margin: 0 -10px;
}
.store-bg {
  background-image: linear-gradient(to bottom, transparent 90px, #edf5f2 90px);
}
.pageindexbtn {
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
          box-shadow: 0px 0px 10px rgba(0,0,0,0.161);
  position: fixed;
  right: calc(((100% - 768px) / 2) + 15px);
  bottom: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .pageindexbtn {
    right: 15px;
  }
}
.pageindexbtn.is_visible {
  opacity: 1;
  visibility: visible;
}
.pageindexbtn img {
  width: 100%;
}
