@charset "utf-8";
/* CSS Document */

/*******************

イヌメシセレクション

********************/

/* header footer del */
body {
  padding-top: 0!important;
}
#ecf_footer_section ,
#ecf_header_section {
  display: none!important;
}

/*----------------------------*/
.inumeshi {
  color: #5b4e46;
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

.inumeshi_header {
  box-sizing: border-box;
  padding: calc(15 / 750 * 100%) 0;
}

.inumeshi__logo {
  display: block;
  margin: 0 auto;
  width: calc(102 / 750 * 100% );
}
.inumeshi__ttl {
  background: #d86e1d;
  text-align: center;
  margin:  0 auto;
  box-sizing: border-box;
  padding: calc(30 / 750 * 100%) 0;
}
.inumeshi__ttl h1 {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
}

.inumeshi__content {
  display: block;
  margin: 0 auto;
}

.inumeshi__mv {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: calc(380 / 750 * 100%);
}

.inumeshi__mv img ,
.inumeshi__mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inumeshi__data {
  display: block;
  box-sizing: border-box;
  padding: calc(40 / 750 * 100%);
  margin: 0 auto calc(60 / 750 * 100%);
}
.inumeshi_announce {
  background: #f15d4e;
  box-sizing: border-box;
  display: block;
  padding: calc(20 / 670 * 100%);
  margin: 0 auto calc(40 / 750 * 100%);
}
.inumeshi_announce__ttl {
  text-align: center;
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
}
.inumeshi_announce .inumeshi_announce__ttl--num {
  font-size: calc(48 / 32 * 1em);
}
.inumeshi_announce .inumeshi_announce__ttl--off {
  font-size: calc(40 / 32 * 1em);
}
.inumeshi_announce .inumeshi_announce__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: calc(30 / 630 * 100%) auto 0;
}
.inumeshi_announce .inumeshi_announce__item {
  width: calc(200 / 630 * 100%);
  background: #fff;
  overflow: hidden;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  padding: calc(20 / 630 * 100%) 0;
  text-align: center;
  font-size: clamp(9px,calc(18 / 750 * 100vw),18px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #5b4e46;
  line-height: calc(32 / 18 * 1em);
}
.inumeshi_announce .inumeshi_announce__ic {
  width: calc(30 / 18 * 1em);
  margin: 0 auto 0.6em;
}
.inumeshi_announce .inumeshi_announce__text span {
  color: #f15d4e;
  font-size: calc(24 / 18 * 1em);
  display: inline;
}

.inumeshi_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  gap: 10px 5px;
}
.inumeshi_products .inumeshi_item {
  width: calc((100% - 10px) / 3);
  background: #fff;
  overflow: hidden;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  border: 1px solid #704d44;
  box-sizing: border-box;
  margin: 0;
  text-align: center;
  padding: calc(30 / 670 * 100%) 0;
  position: relative;
}
.inumeshi_products .inumeshi_item input[name="set_id"] {
  position: absolute;
  top: 0;
  left: 0;
}
.inumeshi_products .inumeshi_item__name {
  background: #fce29d;
  color: #5b4e46;
  font-size: calc(26 / 18 * 1em);
  font-weight: 700;
  margin-top: .4em;
  margin-bottom: 1em;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0.2em;
}
.inumeshi_products .inumeshi_item__name span {
  font-size: calc(36 / 26 * 1em);
}
.inumeshi_products .inumeshi_item__per {
  background: url(../img/ic_isshoku.png) no-repeat 0% 40%;
  -webkit-background-size: clamp(27px,calc(54 / 750 * 100vw),54px) auto;
  background-size: clamp(27px,calc(54 / 750 * 100vw),54px) auto;
  color: #f15d4e;
  text-align: right;
  width: calc(180 / 220 * 100%);
  margin: 1.5em auto 1em;
}
.inumeshi_products .inumeshi_item--16 .inumeshi_item__per {
  background: url(../img/ic_isshoku_wh.png) no-repeat 0% 40%;
  -webkit-background-size: clamp(27px,calc(54 / 750 * 100vw),54px) auto;
  background-size: clamp(27px,calc(54 / 750 * 100vw),54px) auto;
  color: #f15d4e;
  text-align: right;
  width: calc(180 / 220 * 100%);
  margin: 1.5em auto 1em;
}
.inumeshi_products .inumeshi_item__per .inumeshi_item__perprice {
  font-weight: 700;
  font-size: calc(22 / 18 * 1em);
  line-height: 1.3em;
}
.inumeshi_products .inumeshi_item__perprice span {
  font-size: calc(48 / 22 * 1em);
  
}
.inumeshi_products__att {
  text-align: center;
  margin: 1em auto;
}

.inumeshi_otoku {
  background: #fce29d;
  text-align: center;
}
.inumeshi_otoku img {
  display: block;
  margin: 0 auto;
}

.inumeshi_footer {
  margin: calc(90 / 750 * 100%) auto 0;
  text-align: center;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}
.inumeshi_footer .inumeshi_footerlink {
  margin: calc(90 / 750 * 100%) auto ;
}
.inumeshi_footer li {
  margin-bottom: 1.5em;
}
.inumeshi_footer a {
}
.inumeshi_footer .inumeshi_footercopy {
  background: #d86e1d;
  color: #fff;
  padding: 1.3em 0;
  font-size: clamp(8px,calc(16 / 750 * 100vw),16px);
}




.inumeshi_products .inumeshi_item--16 {
  border: 3px solid #f15d4e;
  background: #fcf2e9;
}
.inumeshi_products .inumeshi_item--16 .inumeshi_item__catch {
  font-weight: bold;
  color: #f15d4e;
  
}
.inumeshi_products .inumeshi_item--16 .inumeshi_item__name {
  color: #fff;
  background: #f15d4e;
  
}


/*-------------------------------------------------------------------------*/

@media screen and (min-width:750px){
  .inumeshi {
    font-size: 13px;
  }
  .inumeshi_header {
    padding: 20px 0;
  }
  .inumeshi__logo {
    width: 88px;
  }
.inumeshi__ttl {
  padding: 30px 0;
}
.inumeshi__ttl h1 {
  font-size: 26px;
  letter-spacing: 0.1em;
}
.inumeshi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 60px auto;
}
.inumeshi__mv {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(560 / 1160 * 100%);
  max-width: 560px;
  margin: 0;
  height: 0;
  padding-bottom: calc(380 / 750 * 100%);
}

.inumeshi__mv img ,
.inumeshi__mv video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inumeshi__data {
  width: calc(560 / 1160 * 100%);
  max-width: 560px;
  margin: 0;
  padding: 0;
}

.inumeshi_announce {
  padding: calc(20 / 560 * 100%);
  margin: 0 auto 20px;
}
.inumeshi_announce__ttl {
  font-size: 20px;
  letter-spacing: 0.1em;
}
.inumeshi_announce .inumeshi_announce__ttl--num {
  font-size: calc(48 / 32 * 1em);
}
.inumeshi_announce .inumeshi_announce__ttl--off {
  font-size: calc(40 / 32 * 1em);
}
.inumeshi_announce .inumeshi_announce__box {
  margin: 10px auto 0;
}
.inumeshi_announce .inumeshi_announce__item {
  width: calc(200 / 630 * 100%);
  border-radius: 20px;
  padding: calc(20 / 630 * 100%) 0;
  font-size: 14px;
  line-height: calc(32 / 18 * 1em);
}
.inumeshi_announce .inumeshi_announce__ic {
  width: 22px;
  margin: 0 auto 10px;
}
.inumeshi_announce .inumeshi_announce__text span {
  font-size: 20px;
}
.inumeshi_products {
  gap: 15px 10px;
}
.inumeshi_products .inumeshi_item {
  width: calc((100% - 20px) / 3);
  min-width: 170px;
  border-radius: 20px;
  padding: 20px 0;
}
.inumeshi_products .inumeshi_item__name {
  background: #fce29d;
  color: #5b4e46;
  font-size: calc(26 / 18 * 1em);
  font-weight: 700;
  margin-top: .4em;
  margin-bottom: 1em;
  box-sizing: border-box;
  display: block;
  padding: 0 0 0.2em;
}
.inumeshi_products .inumeshi_item__name span {
  font-size: calc(36 / 26 * 1em);
}
.inumeshi_products .inumeshi_item__per {
  background: url(../img/ic_isshoku.png) no-repeat 0% 40%;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  color: #f15d4e;
  text-align: right;
  width: calc(180 / 220 * 100%);
  margin: 1.5em auto 1em;
  min-height: 50px;
}
.inumeshi_products .inumeshi_item--16 .inumeshi_item__per {
  background: url(../img/ic_isshoku_wh.png) no-repeat 0% 40%;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
  color: #f15d4e;
  text-align: right;
  width: calc(180 / 220 * 100%);
  margin: 1.5em auto 1em;
  min-height: 50px;
}
.inumeshi_products .inumeshi_item__per .inumeshi_item__perprice {
  font-weight: 700;
  font-size: calc(22 / 18 * 1em);
  line-height: 1.3em;
}
.inumeshi_products .inumeshi_item__perprice span {
  font-size: calc(48 / 22 * 1em);
  
}
.inumeshi_products__att {
  text-align: center;
  margin: 1em auto;
}
  
  .inumeshi_footer {
  margin: 100px auto 0;
  font-size: 16px;
}
.inumeshi_footer .inumeshi_footerlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 40px auto ;
}
.inumeshi_footer li {
  margin-bottom: 0;
  line-height: 1.2em;
  padding: 0 1em;
  box-sizing: border-box;
  position: relative;
}
  .inumeshi_footer li + li:before {
    content: "|";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0,-50%,0);
  }
.inumeshi_footer a {
}
.inumeshi_footer .inumeshi_footercopy {
  background: #d86e1d;
  color: #fff;
  padding: 1.3em 0;
  font-size: 13px;
}

  
}


/*---------------------------------------------------------------------------------*/



.inumeshi .c-product_item:hover {
  opacity: 1;
}

.inumeshiset__categoryboxinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.inumeshiset__categoryboxinner span {
  white-space: nowrap;
}
.inumeshiset__categorybox .simplebar-scrollbar::before {
  background:none;
}
.inumeshi__modal {
  background-color: #fff;
  border-radius: clamp(20px,calc(40 / 750 * 100vw),40px);
  box-sizing: border-box;
  padding: calc(60 / 670 * 100%);
  width: clamp(0px,calc(670 / 750 * 100%),670px);
}

.inumeshi__modal button.c-modal__close {
  background: url(../img/ic_cl.png) no-repeat 50% 50%;
  -webkit-background-size: contain;
  background-size: contain;
  height: clamp(25px,calc(50 / 750 * 100vw),50px);
  width: clamp(25px,calc(50 / 750 * 100vw),50px);
  overflow: hidden;
  position: absolute;
  top: 1em;
  right: 1em;
  left: auto;
  transform: translate(0,0);
}
.inumeshiset__ttl {
  background: #ffedc7;
  box-sizing: border-box;
  padding: 30px 0;
}
.inumeshiset__ttl h1 {
  color: #d86e1d;
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  margin-bottom: 20px;
}
.inumeshiset__ttl #inumeshiset__category span {
  display: inline-block;
  color: #d86e1d;
  border: 2px solid #d86e1d;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  background: #fff;
  box-sizing: border-box;
  padding: .2em .6em;
  border-radius: 2em;
  margin-left: 0.5em;
  line-height: 1.3em;
  cursor: pointer;
}
.inumeshiset__ttl #inumeshiset__category input:checked + span {
  color: #fff;
  background: #d86e1d;
}
.inumeshiset__ttl #inumeshiset__category span:first-child {
  margin-left: 2em;
}

.inumeshiset__allergybtn {
  box-sizing: border-box;
  width: calc(670 / 750 * 100%);
  margin: 1em auto;
  font-size: clamp(13px,calc(26 / 750 * 100vw),26px);
  font-weight: bold;
  max-width: 1200px;
}
.inumeshiset__allergybtn span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  cursor: pointer;
  width: 22em;
}
.inumeshiset__allergybtn img {
  display: block;
  width: 1.4em;
  height: auto;
  margin-right: .4em;
}

.inumeshiset__selectbtn #inumeshiset__select {
  background: #d86e1d;
  text-align: center;
  width: calc(600 / 750 * 100%);
  margin: 1em auto;
  display: block;
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  color: #fff;
  font-weight: 700;
  padding: 1em;
  line-height: 1.3em;
  border-radius: 3em;
  cursor: pointer;
}
.allergy__ttl {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  text-align: center;
  margin: 0 auto 1em;
}
.allergy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 10px;
}
.allergy__list label {
  display: block;
  font-size: clamp(14px,calc(28 / 750 * 100vw),28px);
  min-width: calc((100% - 30px) / 4);
}
.allergy__list input + span {
  width: 100%;
  display: block;
  background: #e7dcce;
  box-sizing: border-box;
  padding: .2em .4em;
  border-radius: 2em;
  font-weight: 700;
  text-align: center;
}
.allergy__list input:checked + span {
  background: #d86e1d;
  color: #fff;
}
.allergy__text {
  margin: 1em auto;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  line-height: calc(36 / 24 * 1em);
}

.inumeshi__modal .c-modal__close::before {
  content: none;
}
.inumeshi__modal #allergySubmit {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: #d86e1d;
  width: calc(390 / 550 * 100%);
  margin: 1em auto;
  line-height: 1.5em;
  display: block;
  color: #fff;
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  font-weight: 700;
  padding: .5em 1em .6em;
  border-radius: 3em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  height: auto;
}

.allergy__reset #allergyReset span {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  font-size: clamp(15px,calc(30 / 750 * 100vw),30px);
  font-weight: 700;
  cursor: pointer;
}
.allergy__reset #allergyReset span img {
  width: 1.4em;
  height: auto;
  display: inline-block;
  margin-right: .3em;
}


.inumeshi .p-set_selection {
  padding: 0 calc(40 / 750 * 100%);
}
.inumeshi .c-product_item__inner__control {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  margin-top: 0;
}
.inumeshi .u-color__border--input {
  border: none;
  width: clamp(30px,calc(60 / 750 * 100vw),60px);
  height: auto;
}
.inumeshi .productSelectQuantity {
  font-size: clamp(24px,calc(48 / 750 * 100vw),48px);
  width: 2em;
  text-align: center;
  line-height: 1.3em;
  
}

.inumeshiproduct__box {
  max-height: 80svh;
  font-family: "Zen Maru Gothic", serif;
}
.inumeshiproduct .simplebar-scrollbar::before {
  background:none;
}

.inumeshiproduct__image {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  width: calc(400 / 550 * 100%);
}
.inumeshiproduct__image .c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}
.inumeshiproduct__name {
  font-size: clamp(16px,calc(32 / 750 * 100vw),32px);
  text-align: center;
  
  margin: 1em auto;
}
.inumeshiproduct__category {
  margin: 10px auto;
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  width: 100%;
  line-height: 1em;
}
.inumeshiproduct__category span {
  display: inline-block;
  background: #fff;
  border: 3px solid;
  box-sizing: border-box;
  padding: 0.1em 0.8em 0.2em;
  font-weight: 500;
}
.inumeshiproduct__category span.ic__new {
  border: 3px solid #f15d4e;
  background: #f15d4e;
  color: #fff;
}
.inumeshiproduct__category span[data-catname="シニア"]{  border: 3px solid #d86e1d;}
.inumeshiproduct__category span[data-catname="ミネラル"]{  border: 3px solid #d8b72f;}
.inumeshiproduct__category span[data-catname="腎臓"]{  border: 3px solid #c9a7ce;}
.inumeshiproduct__category span[data-catname="低脂肪"]{  border: 3px solid #704d44;}
.inumeshiproduct__category span[data-catname="低糖質"]{  border: 3px solid #a1bbd5;}

.inumeshiproduct__allergy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.inumeshiproduct__allergyttl {
  width: 5.8em;
  padding-top: .2em;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  display: block;
  white-space: nowrap;
  word-break: keep-all;
}
.inumeshiproduct__allergylist {
  width: calc(100% - 6em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 5px;
}
.inumeshiproduct__allergylist span {
  font-size: clamp(11px,calc(22 / 750 * 100vw),22px);
  display: inline-block;
  background: #e7dcce;
  font-weight: 400;
  padding: .1em .8em .2em;
}

.inumeshiproduct__data {
  background: #fcf2ea;
  border-radius: clamp(10px,calc(20 / 750 * 100vw),20px);
  margin: calc(30 / 550 * 100%) auto 0;
  box-sizing: border-box;
  padding: calc(30 / 550 * 100%);
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
}
.inumeshiproduct__data .inumeshiproduct__item {
}
.inumeshiproduct__data dt {
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  font-weight: 700;
}
.inumeshiproduct__data dt img {
  width: clamp(16px,calc(36 / 750 * 100vw),36px);
  margin-right: .5em;
}
.inumeshiproduct__data dd {
  font-weight: 400;
  box-sizing: border-box;
  padding-top: 1em;
}

.inumeshiproduct__data dl + dl {
  margin-top: 1em;
  border-top: 1px solid #704d44;
  padding-top: 1em;
}


.inumeshi .inumeshi__fixbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  box-sizing: border-box;
  padding: calc(10 / 750 * 100%) calc(40 / 750 * 100%);
}
html .inumeshi__chkcart {
  background: #fff!important;
  color: #d86e1d!important;
  border: 2px solid #d86e1d;
  border-radius: 3em!important;
  box-shadow: none;
  position: relative;
}
html .inumeshi__chkcart .inumeshi__nowselect {
  position:absolute;
  top:0;
  right:0;
  background: #d86e1d;
  color: #fff;
  display: block;
  width:2em;
  height:2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-radius: 5em;
  transform: translate3d(40%,-40%,0);
}

html .inumeshi__chkcart img {
  width: 1.4em;
  height: auto;
  margin-right: .4em;
}
.inumeshi .p-selected_set_products__text.--show-products {
  color: #d86e1d;
  word-break: keep-all;
  white-space: nowrap;
  font-size: clamp(6px,calc(24 / 750 * 100vw),24px);
}
html .inumeshi__chkcart.p-selected_set_products__button.--status {
  padding: .7em 1em;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  color: #d86e1d;
  width: calc(260 / 670 * 100%);
}
html .inumeshi__chkcart .p-selected_set_products__text.--icon::before ,
html .inumeshi__chkcart .p-selected_set_products__text.--icon::after {
  content: none;
}


.inumeshi .p-selected_set_products__purchase {
  padding: 0;
}
.inumeshi .c-product_item__inner__eyecatch__img {
  padding-top: 100%;
}

.inumeshi__submitbtn {
  position: relative;
}
.inumeshi .c-product_item__inner__title {
  flex-grow: 1;
  margin: .8em auto .4em;
  width: 100%;
}
.inumeshi .c-button[disabled] + .btn__disabledmessage {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translate3d(0,-50%,0);
  color: #d86e1d;
}
.inumeshi .c-button + .btn__disabledmessage {
  display: none;
}
.inumeshi .p-selected_set_products__purchase {
  width: calc(390 / 670 * 100%);
  border-radius: 3em;
  overflow: hidden;
  border: none;
}
.inumeshi .p-selected_set_products__control .c-button {
  height: auto;
}
.inumeshi .p-selected_set_products__control .c-button:disabled {
  color: transparent;
  background: #fce29d;
  border: none;
}

.inumeshi__cl {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  transform: translate(0,0);
  width: calc(260 / 670 * 100%);
}
.inumeshi__cl:before {
  content: none;
}
.inumeshi__cl img {
  width: 1.4em;
  height: auto;
  display: inline-block;
  margin-right: .4em;
}

.allergy--now span:after {
  content: "適用中";
  color: #fff;
  background: #d86e1d;
  font-size: 0.7em;
  border-radius: 2em;
  box-sizing: border-box;
  display: inline-block;
  padding: 0.3em 1em 0.4em;
  margin-left: 0.5em;
}

.inumeshiset__selectbtn + .u-margin__top--60 {
  margin-top: 30px;
}



/*-------------------------------------------------------------------------*/

@media screen and (min-width:750px){
  .inumeshiset__ttl h1 {
    margin-bottom: 30px;
  }
  .inumeshiset__ttl {
    padding: 30px;
  }
  .inumeshiset__ttl #inumeshiset__category span {
    font-size: 16px;
  }
  .inumeshiset__categoryboxinner {
    justify-content: center;
  }
  .inumeshiset__allergybtn {
    font-size: 18px;
    margin: 30px auto;
  }
  .inumeshiset__selectbtn #inumeshiset__select {
    font-size: 20px;
    max-width: 530px;
    margin-bottom: 60px;
  }
  .inumeshi__modal {
    padding: 30px;
  }
  .allergy__ttl {
    font-size: 20px;
  }
  .allergy__list input + span {
    font-size: 16px;
  }
  .allergy__text {
    font-size: 13px;
  }
  .inumeshi__modal #allergySubmit {
    font-size: 18px;
    width: 300px;
  }
  .allergy__reset #allergyReset span {
    font-size: 16px;
  }
  .inumeshiproduct__allergyttl ,
  .inumeshiproduct__category span {
    font-size: 16px;
  }
  .inumeshiproduct__allergylist span {
    font-size: 14px;
  }
  .inumeshiproduct__data dt {
    font-size: 16px;
  }
  .inumeshiproduct__data dd {
    font-size: 14px;
  }
  .p-set_selection__content .inumeshiproduct__category span {
    font-size: 14px;
  }
  .inumeshi .u-color__border--input {
    width: 40px;
  }
  .inumeshi .productSelectQuantity {
    font-size: 38px;
    line-height: 40px;
  }
  .inumeshiproduct__category {
    margin-top: 10px;
  }
  .inumeshiset__selectbtn + .u-margin__top--60 {
    margin-top: 60px;
  }

}

html .p-selected_set_products__text.--clear-products {
  color:  #C8CBC4;
}
html .p-selected_set_products__text.--clear-products::before {
  background: #C8CBC4;
}

html .p-set_selection__content__list {
  gap: 30px 10px;
  justify-content: space-between;
}
html .p-set_selection__content__list .c-product_item {
  margin: 0!important;
}
html .p-set_selection__content__list .c-product_item form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 720px) {
  html .p-set_selection__content__list {
  gap: 50px 30px;
  justify-content: flex-start;
}
    .p-set_selection__content__list .c-product_item {
        width: calc((100% - 60px) / 3);
    }
}


/*---------------------------------------------------*/


.p-selected_set_products .c-modal.inumeshi__summary {
  width: 100%;
  border-radius: 0;
  max-width: 100%;
  margin-bottom: 0;
}
.inumeshi__summary .u-text--subhead {
  color: #5b4e46;
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1em auto 0;
}
.inumeshi__summary .p-selected_set_products__clear {
  justify-content: flex-end;
}
.inumeshi__summary .p-selected_set_products__list {
  width: calc(670 / 750 * 100%);
  margin: 0 auto;
}

.inumeshi__summary .p-selected_set_products__item {
  box-sizing: border-box;
  margin: calc(20 / 670 * 100%) auto;
  padding: calc(10 / 670 * 100%);
  background: #fcf2ea;
}
.inumeshi__summary .p-product.--selected-set-products {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
  gap: 0;
}
.inumeshi__summary .inumeshi_selectimg {
  position: relative;
  width: calc( 200 / 650 * 100%);
  height: 0;
  overflow: hidden;
  padding-bottom: calc( 200 / 650 * 100%);
  margin: 0;
}
.inumeshi__summary .inumeshi_selectimg img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inumeshi__summary .p-product__details {
  
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  color: #5b4e46;
  font-size: clamp(12px,calc(24 / 750 * 100vw),24px);
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding-left: calc( 40 / 650 * 100%);
}
html .inumeshi__summary .c-order_quantity {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-flow: column;
}

html .inumeshi__summary .c-order_quantity .quantity {
  order: 2;
}
html .inumeshi__summary .c-order_quantity #btn-plus {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  order: 1;
  height: clamp(20px,calc(40 / 750 * 100vw),40px);
  width: clamp(20px,calc(40 / 750 * 100vw),40px);
  
}
html .inumeshi__summary .c-order_quantity #btn-minus {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  order: 3;
  height: clamp(20px,calc(40 / 750 * 100vw),40px);
  width: clamp(20px,calc(40 / 750 * 100vw),40px);
}

.inumeshi__summary .inumeshi__fixbtn {
  margin: 1em auto;
  width: 100%;
  box-sizing: border-box;
}

.p-set_selection__content__change-sets {
  max-width: 650px;
  margin: 30px auto;
  width: calc(650 / 750 * 100%);
}
.inumeshi_item input[name="set_id"] + .inumeshi_item__catch {
  position: relative;
}
.inumeshi_item input[name="set_id"]:checked + .inumeshi_item__catch {
  color: transparent;
}
.inumeshi_item input[name="set_id"]:checked + .inumeshi_item__catch:before {
  content: "現在選択中";
  color: #f15d4e;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}


@media screen and (min-width: 720px) {
  
.inumeshi__summary .p-product.--selected-set-products {
    -ms-align-items: center;
    align-items: center;
}
.inumeshi__summary .inumeshi_selectimg {
  width: calc( 160 / 650 * 100%);
  padding-bottom: calc( 160 / 650 * 100%);
}
.inumeshi__summary .p-product__details {
  font-size: 14px;
  padding-left: 10px;
}
  html .inumeshi__summary .c-order_quantity #btn-plus {
  height: 20px;
  width: 20px;
}
html .inumeshi__summary .c-order_quantity #btn-minus {
  height: 20px;
  width: 20px;
}
  html .inumeshi__summary .c-order_quantity__input {
    height: auto;
    padding: 4px 0;
    box-sizing: border-box;
  }
  .inumeshi__summary .p-selected_set_products__item {
    padding: 10px 10px 10px 0px;
  }
  .inumeshi__summary .p-selected_set_products__purchase {
    width: 100%;
  }
  
}