html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
html {
  scroll-behavior: smooth;
}
body {
  line-height: 1.8;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "游ゴシック", Meiryo, "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333;
}
img {
  display: block;
  width: 100%;
}
.allergy_table {
  padding: 0 1px 1px 0;
}
.allergy .allergy_fwb {
  font-weight: bold;
}
.allergy .allergy_main {
  margin: 0 auto;
}
.allergy .allergy_lead {
  line-height: 1.8;
}
.allergy .allergy_searchBox .allergy_categorySelector {
  display: flex;
}
.allergy .allergy_searchBox .allergy_categorySelector button {
  flex: 1;
  border: 1px solid #b95500;
  background: #fff;
  color: #b95500;
  cursor: pointer;
  font-weight: 600;
}
.allergy .allergy_searchBox .allergy_categorySelector button:nth-child(1) {
  border-radius: 30px 0 0 30px;
}
.allergy .allergy_searchBox .allergy_categorySelector button:nth-child(2) {
  border-radius: 0 30px 30px 0;
}
.allergy .allergy_searchBox .allergy_categorySelector button:hover {
  background: rgba(185,85,0,0.5);
  color: #fff;
}
.allergy .allergy_searchBox .allergy_categorySelector button.active {
  background-color: #b95500;
  color: #fff;
  border-color: #b95500;
}
.allergy .allergy_searchBox .allergy_modeSelector {
  display: flex;
  margin-bottom: 16px;
}
.allergy .allergy_searchBox .allergy_modeSelector button {
  background: #d6d2cf;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  display: block;
  box-shadow: 1px 2px 2px 0px rgba(0,0,0,0.3);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.allergy .allergy_searchBox .allergy_modeSelector button:hover {
  background: #533a27;
  text-decoration: none;
  color: #fff;
}
.allergy .allergy_searchBox .allergy_modeSelector button.active {
  background-color: #301d0f;
  color: #fff;
}
.allergy .allergy_infoTitle,
.allergy .calorie_infoTitle {
  border-bottom: 1px solid #000;
}
.allergy .allergy_infoListItem,
.allergy .calorie_infoListItem {
  list-style: disc;
}
.allergy .info_btn {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.allergy .info_btn button {
  font-size: 14px;
  line-height: 180%;
  color: #333;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.328125 0.37793L6.32813 5.57793L12.3281 0.37793' stroke='%23333333'/%3E%3C/svg%3E");
  background-position: center right;
  padding-right: 20px;
}
.allergy .info_btn button.is-expanded {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M12.3281 5.57793L6.32813 0.37793L0.328125 5.57793' stroke='%23333333'/%3E%3C/svg%3E");
}
.allergy .allergy_searchInputWrap .allergy_searchInput {
  width: 100%;
  border: 1px solid rgba(67,67,67,0.16);
  border-radius: 6px;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='%23707070' stroke-width='2'/%3E%3Cpath d='M20 20l-4.2-4.2' fill='none' stroke='%23707070' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 14px 14px;
  color: #707070;
}
.allergy .allergy_searchInputWrap .allergy_searchInput::-webkit-input-placeholder {
  color: #707070;
  opacity: 1;
}
.allergy .allergy_searchInputWrap .allergy_searchInput::placeholder {
  color: #707070;
  opacity: 1;
}
.allergy .allergy_searchButton {
  background-color: #301d0f;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.allergy .allergy_searchButton:hover {
  background: #533a27;
  text-decoration: none;
  color: #fff;
}
.allergy .allergy_searchSelect {
  border: 1px solid rgba(67,67,67,0.16);
  border-radius: 4px;
  background: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23707070' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 10px 6px;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.8;
}
.allergy .allergy_howto,
.allergy .calorie_howto {
  background-color: #f5f5f5;
}
.allergy .allergy_howtoTitle,
.allergy .calorie_howtoTitle {
  font-weight: 600;
}
.allergy .allergy_howtoTitle:nth-child(1),
.allergy .calorie_howtoTitle:nth-child(1) {
  margin-top: 0;
}
.allergy .allergy_howtoText {
  display: flex;
  flex-wrap: wrap;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}
.allergy .allergy_days {
  text-align: right;
}
.allergy .category_title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 6;
  background: #fff;
}
.allergy .category_table {
  overflow: visible;
}
.allergy .allergy_table {
  min-width: -webkit-fit-content;
  min-width: fit-content;
  border: none;
  margin-bottom: 0;
}
.allergy_tableHead {
  width: -webkit-fit-content;
  width: fit-content;
}
.allergy_tableHeadGrid {
  display: grid;
}
.allergy_tableScroll {
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.allergy_row {
  display: flex;
}
.allergy_cell {
  outline: 1px solid #dfdeda;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
.allergy_cell span {
  width: 100%;
}
.allergy_head {
  background: #f7f6f2;
  font-weight: 600;
  line-height: 1.2;
  height: 100%;
}
.allergy_head .allergy-header-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.allergy_head .allergy-header-label__jp {
  display: block;
  line-height: 1.2;
}
.allergy_head .allergy-header-label__en {
  display: block;
  line-height: 1.2;
}
.allergy_head.group-allergy8 {
  background: #b95517;
  color: #fff;
  border-bottom: 1px solid #b95517;
}
.allergy_head.group-allergy8 .allergy-header-label {
  display: inline;
}
.allergy_head.group-allergy8 .allergy-header-label__jp,
.allergy_head.group-allergy8 .allergy-header-label__en {
  display: inline;
}
.allergy_head.group-allergy20 {
  background: #c1924e;
  color: #fff;
  border-bottom: 1px solid #c1924e;
}
.allergy_head.group-allergy20 .allergy-header-label {
  display: inline;
}
.allergy_head.group-allergy20 .allergy-header-label__jp,
.allergy_head.group-allergy20 .allergy-header-label__en {
  display: inline;
}
.allergy_head.group-allergy-other {
  background: #59a0be;
  color: #fff;
  border-bottom: 1px solid #59a0be;
  padding: 2px 0;
  line-height: 1.1;
}
.allergy_head.group-ingredients {
  background: #d35653;
  color: #fff;
  border-bottom: 1px solid #d35653;
  padding: 2px 0;
  line-height: 1.1;
}
.allergy_head .allergy8-header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.allergy_head .allergy8-header__icon {
  display: block;
  object-fit: contain;
}
.allergy_head .allergy8-header__name {
  white-space: nowrap;
}
.allergy_head .allergy8-header__name__jp {
  display: block;
  line-height: 1.2;
}
.allergy_head .allergy8-header__name__en {
  display: block;
  line-height: 1.2;
}
.allergy_head--rowspan {
  grid-row: span 2;
  z-index: 5;
}
.allergy_categoryRow .allergy_categoryCell {
  background: #e8dbbb;
  color: #5a3b21;
  text-align: left;
  justify-content: flex-start;
  padding: 6px;
  z-index: 10;
  font-size: 13px;
}
.allergy_tableBody {
  width: -webkit-fit-content;
  width: fit-content;
}
.allergy_tableBody .allergy_row .allergy_cell:nth-child(n+5) {
  min-width: 71px;
}
.contact h4 {
  font-weight: 600;
}
.contact .contact_noteIndent {
  display: inline-block;
}
.allergy_note {
  font-size: 14px;
  margin-top: 15px;
}
.contact_title {
  border-bottom: 1px solid #000;
}
.contact_subTitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 180%;
}
.contact_text {
  font-size: 14px;
  line-height: 180%;
  margin-top: 15px;
}
.allergy_tableViewport,
.allergy_tableShell {
  position: relative;
}
.allergy_tableViewport {
  overflow: auto;
  border-right: 1px solid #dfdeda;
}
.allergy_tableShell.food_wrap .allergy_tableHeadMeta .allergy_cell:nth-child(1)::after,
.allergy_tableShell.food_wrap .allergy_rowMeta .allergy_cell:nth-child(1)::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #868583;
  height: 100%;
  position: absolute;
  right: -1px;
  z-index: 1;
}
.allergy_tableShell.drink_wrap .allergy_tableHeadMeta .allergy_cell:last-child::after,
.allergy_tableShell.drink_wrap .allergy_rowMeta .allergy_cell:last-child::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #868583;
  height: 100%;
  position: absolute;
  right: -1px;
  z-index: 1;
}
.allergy_tableShell.allergy_wrap .allergy_tableHeadPrimary {
  display: grid;
  grid-template-columns: 134px;
  grid-row: span 2;
  z-index: 6;
}
.allergy_tableShell.allergy_wrap .allergy_tableHeadMeta {
  display: grid;
  grid-template-columns: 136px 55px 69px 69px;
}
.allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens {
  display: grid;
  grid-template-columns: repeat(29, minmax(71px, 1fr)) minmax(81px, 1fr);
}
.allergy_tableShell.allergy_wrap .allergy_rowAllergens {
  grid-template-columns: repeat(29, minmax(71px, 1fr)) minmax(81px, 1fr);
}
.allergy_tableShell.allergy_wrap .allergy_rowMeta {
  grid-template-columns: 136px 55px 69px 69px;
}
.allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens .allergy_cell {
  position: relative;
}
.allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens .allergy_cell:nth-child(12)::after,
.allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens .allergy_cell:nth-child(32)::after,
.allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens .allergy_cell:nth-child(33)::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #868583;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.allergy_tableShell.allergy_wrap .allergy_rowAllergens .allergy_cell {
  position: relative;
}
.allergy_tableShell.allergy_wrap .allergy_rowAllergens .allergy_cell:nth-child(8)::after,
.allergy_tableShell.allergy_wrap .allergy_rowAllergens .allergy_cell:nth-child(28)::after,
.allergy_tableShell.allergy_wrap .allergy_rowAllergens .allergy_cell:nth-child(29)::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #868583;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}
.allergy_tableShell.allergy_wrap.food_wrap .allergy_tableHeadGrid {
  grid-template-columns: 136px 136px auto;
}
.allergy_tableShell.allergy_wrap.food_wrap .allergy_tableHeadMeta,
.allergy_tableShell.allergy_wrap.food_wrap .allergy_rowMeta {
  grid-template-columns: 136px;
}
.allergy_tableShell.allergy_wrap.food_wrap .allergy_tableHeadAllergens {
  grid-template-rows: auto;
}
.allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadGrid {
  grid-template-columns: 136px 260px auto;
}
.allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadMeta,
.allergy_tableShell.allergy_wrap.drink_wrap .allergy_rowMeta {
  grid-template-columns: 136px 55px 69px;
}
.allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadAllergens,
.allergy_tableShell.allergy_wrap.drink_wrap .allergy_rowAllergens {
  grid-template-columns: repeat(29, minmax(71px, 1fr)) minmax(81px, 1fr);
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadPrimary {
  grid-row: auto;
}
.allergy_tableShell.calorie_wrap .allergy_table {
  --calorie-detail-count: 6;
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadPrimary {
  grid-template-columns: 134px;
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadMeta {
  display: grid;
  grid-template-columns: 136px 55px 69px 55px;
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadGrid {
  min-height: 77px;
  grid-template-columns: 136px 315px -webkit-max-content;
  grid-template-columns: 136px 315px max-content;
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadAllergens {
  grid-template-rows: auto;
}
.allergy_tableShell.calorie_wrap .allergy_head {
  padding: 8px;
}
.allergy_tableShell.calorie_wrap .allergy_head--rowspan {
  height: 100%;
  padding: 8px 0;
}
.allergy_tableShell.calorie_wrap .allergy_tableHeadAllergens,
.allergy_tableShell.calorie_wrap .allergy_rowAllergens {
  grid-template-columns: repeat(var(--calorie-detail-count), 103px);
}
.allergy_tableShell.calorie_wrap .allergy_rowProduct {
  grid-template-columns: 136px;
}
.allergy_tableShell.calorie_wrap .allergy_rowMeta {
  left: 136px;
  grid-template-columns: 136px 55px 69px 55px;
}
.allergy_tableShell.calorie_wrap .allergy_scrollFadeRight,
.allergy_tableShell.calorie_wrap .allergy_scrollFadeLeft {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.allergy_tableShell.calorie_wrap.food_wrap .allergy_table {
  --calorie-detail-count: 5;
}
.allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadGrid {
  grid-template-columns: 135px 137px auto;
}
.allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadMeta,
.allergy_tableShell.calorie_wrap.food_wrap .allergy_rowMeta {
  grid-template-columns: 136px;
}
.allergy_tableHeadMeta {
  z-index: 5;
  border-top: 1px solid #dfdeda;
}
.allergy_tableHeadText {
  font-size: 13px;
}
.allergy_tableHeadText span {
  font-size: 11px;
}
.allergy_tableHeadPrimary {
  border-top: 1px solid #dfdeda;
  border-left: 1px solid #dfdeda;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 7;
}
.allergy_tableHeadAllergens {
  display: grid;
  position: relative;
  grid-template-rows: auto auto;
  border-top: 1px solid #dfdeda;
}
.allergy_tableHeadAllergens .allergy_head:last-child {
  border-right: 1px solid #dfdeda;
}
.allergy_headerScrollFadeRight,
.allergy_headerScrollFadeLeft {
  position: absolute;
  top: 0;
  width: 36px;
  height: 0;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  z-index: 21;
}
.allergy_headerScrollFadeRight span,
.allergy_headerScrollFadeLeft span {
  position: absolute;
  top: 0;
  display: block;
  width: 36px;
  background: linear-gradient(270deg, rgba(104,104,102,0.15) 0%, rgba(104,104,102,0.05) 40%, rgba(104,104,102,0) 100%);
}
.allergy_headerScrollFadeRight {
  left: 0;
}
.allergy_headerScrollFadeLeft {
  left: 0;
}
.allergy_headerScrollFadeLeft span {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.allergy_headerScrollFade--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.allergy_tableHeadAllergensRow--upper .allergy_cell {
  font-size: 13px;
  line-height: 34px;
  background: #b95517;
  outline: 1px solid #fff;
  color: #fff;
}
.allergy_tableHeadAllergensRow--upper .allergy_cell:nth-child(2) {
  background: #c1924e;
}
.allergy_tableHeadAllergensRow {
  display: grid;
}
.allergy_categoryStickyRow {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 10;
  background: #fff;
}
.allergy_scrollOverlay {
  position: absolute;
  background: rgba(104,104,102,0.2);
  top: 0;
  right: 0;
  z-index: 30;
  height: 100%;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.allergy_scrollOverlay--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.allergy_scrollOverlay_inr {
  position: relative;
  width: 100%;
  height: 100%;
}
.allergy_scrollOverlayIcon {
  position: absolute;
  display: block;
  top: clamp(10px, 29%, 205px);
  width: 116px;
  left: 0;
  right: 0;
  margin: auto;
}
.allergy_scrollFadeRight,
.allergy_scrollFadeLeft {
  position: absolute;
  z-index: 9;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  width: 36px;
  display: block;
  height: 0;
}
.allergy_scrollFadeRight span,
.allergy_scrollFadeLeft span {
  position: absolute;
  display: block;
  background: linear-gradient(270deg, rgba(104,104,102,0.15) 0%, rgba(104,104,102,0.05) 40%, rgba(104,104,102,0) 100%);
  top: 0;
  height: 1000px;
  width: 36px;
}
.allergy_scrollFadeRight--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.allergy_scrollFadeRight {
  left: 0;
}
.allergy_scrollFadeLeft {
  top: 0;
  left: 0;
}
.allergy_scrollFadeLeft span {
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}
.allergy_scrollFadeLeft--hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.allergy_row .allergy_cell {
  font-size: 13px;
}
.allergy_rowMeta {
  display: grid;
}
.allergy_rowMeta .allergy_cell {
  padding: 6px;
  text-align: left;
  line-height: 1.4;
}
.allergy_rowProduct .allergy_cell {
  padding: 6px;
  text-align: left;
  line-height: 1.4;
  border-left: 1px solid #dfdeda;
}
.allergy_rowProduct {
  display: grid;
  grid-template-columns: 136px;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 4;
}
.allergy_rowProduct .allergy_cell {
  height: 100%;
}
.allergy_rowAllergens {
  display: grid;
}
.allergy_noticeRow {
  display: flex;
  width: 100%;
  background: #d3d1cb;
}
.allergy_noticeRow .allergy_cell {
  background: #d3d1cb;
  padding: 16px;
  font-size: 12px;
  line-height: 140%;
  outline: none;
  text-align: left;
}
.allergy_noticeIcon {
  width: 27px;
  margin-right: 9.5px;
}
.allergy_tableBody {
  position: relative;
}
.allergy_tableBody .allergy_row .allergy_cell {
  min-height: 66px;
}
.allergy_rowAllergensWarning {
  display: flex;
  width: 100%;
  background: #d3d1cb;
  outline: 1px solid #dfdeda;
}
.allergy_rowAllergensWarning .allergy_cell {
  background: #d3d1cb;
  padding: 16px;
  font-size: 12px;
  line-height: 140%;
  outline: none;
  text-align: left;
}
.allergy_rowAllergensWarning .allergy_cell:after {
  display: none !important;
}
.allergy_rowAllergens_warningImg {
  width: 27px;
  margin-right: 9.5px;
}
.allergy-header-label__jp-paren {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.allergy_rowMeta .allergy_cell {
  text-align: center;
}
.allergy_rowMeta .allergy_cell:nth-child(1) {
  text-align: left;
}
.allergy_rowAllergens_markIcon {
  width: 10.74px;
}
.allergy_rowAllergens_markIcon.allergy_rowAllergens_markIcon--partial {
  width: 11.4px;
}
.allergy_rowAllergens_markIcon.allergy_rowAllergens_markIcon--contains {
  width: 11.71px;
}
.allergy_rowAllergens_markIcon.allergy_rowAllergens_markIcon--none {
  width: 10.74px;
}
.allergy_rowAllergens_text {
  display: none;
}
.allergy_scrollFadeLayer {
  overflow: hidden;
  height: calc(100% - var(--allergy-scrollbar-offset, 15px));
  position: absolute;
  max-width: 100%;
  width: 100%;
}
.allergy_stickyHead {
  width: auto;
  overflow: hidden;
  top: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: #f7f6f2;
  border-right: 1px solid #dfdeda;
}
.allergy_stickyHead.is-fixed {
  position: fixed;
  top: 0;
  z-index: 20;
}
.allergy_stickyHead::-webkit-scrollbar {
  display: none;
}
.allergy_tableHeadViewport .allergy_tableHeadTrack {
  width: -webkit-fit-content;
  width: fit-content;
}
.allergy_tableHeadViewport .allergy_tableHeadMeta .allergy_cell:nth-child(1)::after,
.allergy_tableHeadViewport .allergy_row .allergy_cell:nth-child(1)::after {
  content: '';
  display: block;
  width: 1px;
  background-color: #868583;
  height: 100%;
  position: absolute;
  right: -1px;
}
.allergy_tableHeadViewport .allergy_tableHeadGrid {
  grid-template-columns: 136px 329px auto;
}
.allergy_tableHeadViewport .allergy_tableHeadPrimary {
  display: grid;
  grid-template-columns: 134px;
  grid-row: span 2;
  z-index: 6;
}
.allergy_tableHeadViewport .allergy_tableHeadAllergens {
  display: grid;
  grid-template-columns: repeat(29, minmax(71px, 1fr)) minmax(81px, 1fr);
}
.allergy_tableHeadViewport .hotIced {
  text-align: left;
}
.allergy_tableHeadViewport .hotIced .allergy-header-label {
  padding: 0 6px;
}
.allergy_tableHeadViewport .hotIced .allergy-header-label span {
  display: inline;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .allergy .allergy_main {
    padding: 5.333333333333334vw;
  }
  .allergy .allergy_lead {
    font-size: 3.466666666666666vw;
  }
  .allergy .allergy_searchBox {
    margin: 0 0 5.333333333333334vw 0;
  }
  .allergy .allergy_searchBox .allergy_categorySelector {
    margin-top: 10.666666666666668vw;
  }
  .allergy .allergy_searchBox .allergy_categorySelector button {
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw 3.2vw;
  }
  .allergy .allergy_searchBox .allergy_modeSelector {
    margin-top: 10.666666666666668vw;
    flex-wrap: wrap;
    margin-bottom: 10.666666666666668vw;
    gap: 20px;
  }
  .allergy .allergy_searchBox .allergy_modeSelector button {
    font-size: 3.466666666666666vw;
    padding: 2.666666666666667vw 3.2vw;
    width: 100%;
  }
  .allergy .allergy_infoTitle,
  .allergy .calorie_infoTitle {
    font-size: 4.533333333333333vw;
    text-align: center;
    padding-bottom: 2.666666666666667vw;
  }
  .allergy .allergy_infoListItem,
  .allergy .calorie_infoListItem {
    font-size: 3.466666666666666vw;
    line-height: 1.8;
    margin-top: 4vw;
    margin-left: 4.266666666666667vw;
  }
  .allergy .info_btn {
    margin-top: 4vw;
  }
  .allergy .info_btn button {
    font-size: 3.466666666666666vw;
    padding-right: 5.333333333333334vw;
    background-size: 2.933333333333333vw;
  }
  .allergy .allergy_searchInputWrap {
    margin-top: 8vw;
  }
  .allergy .allergy_searchInputWrap .allergy_searchInput {
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw 3.2vw 2.666666666666667vw 9.6vw;
    background-size: 4.8vw 4.8vw;
  }
  .allergy .allergy_searchButton {
    width: 100%;
    height: 10.666666666666668vw;
    font-size: 3.733333333333334vw;
    border-radius: 1.6vw;
    margin-top: 5.333333333333334vw;
  }
  .allergy .allergy_searchSelect {
    width: 100%;
    font-size: 3.733333333333334vw;
    padding: 2.666666666666667vw 8.533333333333333vw 2.666666666666667vw 10.133333333333333vw;
    margin-top: 5.333333333333334vw;
    background-size: 2.666666666666667vw 1.6vw;
    background-position: left 3.2vw center;
  }
  .allergy .allergy_searchSelectInfo {
    font-size: 4.533333333333333vw;
    margin-top: 8vw;
  }
  .allergy .allergy_howto,
  .allergy .calorie_howto {
    padding: 2.666666666666667vw;
  }
  .allergy .allergy_howtoTitle,
  .allergy .calorie_howtoTitle {
    font-size: 3.733333333333334vw;
    margin-bottom: 2.666666666666667vw;
    margin-top: 4vw;
  }
  .allergy .allergy_howtoText,
  .allergy .calorie_howtoText {
    font-size: 3.466666666666666vw;
  }
  .allergy .allergy_howtoText {
    -webkit-column-gap: calc(10.666666666666668vw + 2.7em);
            column-gap: calc(10.666666666666668vw + 2.7em);
    text-indent: -2.7em;
    padding-left: 2.7em;
  }
  .allergy .allergy_howtoText--indent {
    text-indent: -2em;
    padding-left: 2em;
  }
  .allergy .allergy_days {
    font-size: 3.466666666666666vw;
    margin-top: 5.333333333333334vw;
  }
  .allergy_cell {
    font-size: 3.466666666666666vw;
  }
  .allergy_head .allergy-header-label__jp {
    font-size: 3.2vw;
  }
  .allergy_head .allergy-header-label__en {
    font-size: 2.933333333333333vw;
  }
  .allergy_head .allergy8-header__name__jp {
    font-size: 3.466666666666666vw;
  }
  .allergy_head .allergy8-header__name__en {
    font-size: 2.933333333333333vw;
  }
  .allergy_categoryRow .allergy_categoryCell {
    font-size: 3.2vw;
  }
  .contact {
    margin-top: 10.666666666666668vw;
  }
  .contact .contact_list {
    display: block;
  }
  .contact .contact_text {
    font-size: 3.466666666666666vw;
  }
  .contact .contact_tel {
    margin-top: 3.466666666666666vw;
    font-size: 3.466666666666666vw;
  }
  .allergy_note {
    font-size: 3.466666666666666vw;
    margin-top: 4vw;
  }
  .contact_title {
    font-size: 4.533333333333333vw;
    text-align: center;
    padding-bottom: 2.666666666666667vw;
  }
  .contact_subTitle {
    font-size: 3.466666666666666vw;
  }
  .contact_text {
    margin-top: 4vw;
  }
  .allergy_tableShell {
    margin-top: 2.666666666666667vw;
  }
  .allergy_tableShell.allergy_wrap .allergy_tableHeadPrimary {
    grid-template-columns: 36.13333333333333vw;
  }
  .allergy_tableShell.allergy_wrap .allergy_tableHeadMeta {
    grid-template-columns: 36.266666666666666vw 14.666666666666666vw 18.4vw 18.373333333333335vw;
  }
  .allergy_tableShell.allergy_wrap .allergy_tableHeadAllergens {
    grid-template-columns: repeat(29, minmax(18.933333333333334vw, 1fr)) minmax(21.6vw, 1fr);
  }
  .allergy_tableShell.allergy_wrap .allergy_rowAllergens {
    grid-template-columns: repeat(29, minmax(18.933333333333334vw, 1fr)) minmax(21.6vw, 1fr);
  }
  .allergy_tableShell.allergy_wrap .allergy_rowMeta {
    grid-template-columns: 36.266666666666666vw 14.666666666666666vw 18.4vw 18.4vw;
  }
  .allergy_tableShell.allergy_wrap.food_wrap .allergy_tableHeadGrid {
    grid-template-columns: 36.266666666666666vw 36.266666666666666vw auto;
  }
  .allergy_tableShell.allergy_wrap.food_wrap .allergy_tableHeadMeta,
  .allergy_tableShell.allergy_wrap.food_wrap .allergy_rowMeta {
    grid-template-columns: 36.266666666666666vw;
  }
  .allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadGrid {
    grid-template-columns: 36.266666666666666vw 69.33333333333334vw auto;
  }
  .allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadMeta,
  .allergy_tableShell.allergy_wrap.drink_wrap .allergy_rowMeta {
    grid-template-columns: 36.266666666666666vw 14.666666666666666vw 18.4vw;
  }
  .allergy_tableShell.allergy_wrap.drink_wrap .allergy_tableHeadAllergens,
  .allergy_tableShell.allergy_wrap.drink_wrap .allergy_rowAllergens {
    grid-template-columns: repeat(29, minmax(18.933333333333334vw, 1fr)) minmax(21.6vw, 1fr);
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadPrimary {
    grid-template-columns: 35.733333333333334vw;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadMeta {
    grid-template-columns: 36.266666666666666vw 14.666666666666666vw 18.4vw 14.666666666666666vw;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadGrid {
    grid-template-columns: 36.266666666666666vw 84vw -webkit-max-content;
    grid-template-columns: 36.266666666666666vw 84vw max-content;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadAllergens,
  .allergy_tableShell.calorie_wrap .allergy_rowAllergens {
    grid-template-columns: 27.46666666666667vw 27.46666666666667vw 27.46666666666667vw 27.46666666666667vw 27.46666666666667vw 27.46666666666667vw;
  }
  .allergy_tableShell.calorie_wrap .allergy_rowProduct {
    grid-template-columns: 36.266666666666666vw;
  }
  .allergy_tableShell.calorie_wrap .allergy_rowMeta {
    left: 36.266666666666666vw;
    grid-template-columns: 36.266666666666666vw 14.666666666666666vw 18.4vw 14.666666666666666vw;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadGrid {
    grid-template-columns: 36.266666666666666vw 36.266666666666666vw auto;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadMeta,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_rowMeta {
    grid-template-columns: 36.266666666666666vw;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadAllergens,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_rowAllergens {
    grid-template-columns: repeat(var(--calorie-detail-count), 27.46666666666667vw);
  }
  .allergy_headerScrollFadeRight,
  .allergy_headerScrollFadeLeft {
    width: 9.6vw;
  }
  .allergy_headerScrollFadeRight span,
  .allergy_headerScrollFadeLeft span {
    width: 9.6vw;
  }
  .allergy_scrollOverlayIcon {
    width: 23.200000000000003vw;
    top: clamp(10px, 29%, 52.53333333333333vw);
  }
  .allergy_scrollFadeRight,
  .allergy_scrollFadeLeft {
    width: 9.6vw;
  }
  .allergy_scrollFadeRight span,
  .allergy_scrollFadeLeft span {
    width: 9.6vw;
  }
  .allergy_row .allergy_cell {
    font-size: 3.2vw;
  }
  .allergy_rowMeta .allergy_cell {
    padding: 1.6vw;
  }
  .allergy_rowProduct {
    z-index: 4;
    background: #fff;
    grid-template-columns: 36.266666666666666vw;
  }
  .allergy_noticeIcon {
    width: 6.666666666666667vw;
    margin-right: 2.506666666666667vw;
  }
  .allergy_rowAllergensWarning .allergy_cell {
    font-size: 3.2vw;
  }
  .allergy_rowAllergens_warningImg {
    width: 6.666666666666667vw;
    margin-right: 2.506666666666667vw;
  }
  .allergy-header-label__jp-paren {
    font-size: 2.666666666666667vw;
  }
  .allergy_scrollFadeLayer {
    height: calc(100% - var(--allergy-scrollbar-offset, 15px));
  }
  .allergy_tableHeadViewport .allergy_tableHeadGrid {
    grid-template-columns: 36.266666666666666vw 87.73333333333333vw auto;
  }
  .allergy_tableHeadViewport .allergy_tableHeadPrimary {
    grid-template-columns: 36.13333333333333vw;
  }
  .allergy_tableHeadViewport .allergy_tableHeadAllergens {
    grid-template-columns: repeat(29, minmax(18.933333333333334vw, 1fr)) minmax(21.6vw, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
  .spOnly {
    display: none;
  }
  .allergy .allergy_main {
    max-width: 1060px;
    padding: 60px 30px;
  }
  .allergy .allergy_lead {
    font-size: 14px;
  }
  .allergy .allergy_searchBox {
    margin: 0 0 24px 0;
  }
  .allergy .allergy_searchBox .allergy_categorySelector {
    margin-top: 40px;
  }
  .allergy .allergy_searchBox .allergy_categorySelector button {
    font-size: 14px;
    padding: min(10px, 0.694444444444444vw) min(12px, 0.833333333333333vw);
    transition: background-color 0.3s, color 0.3s;
  }
  .allergy .allergy_searchBox .allergy_modeSelector {
    margin-top: 40px;
    gap: 40px;
    justify-content: space-between;
  }
  .allergy .allergy_searchBox .allergy_modeSelector button {
    font-size: 14px;
    padding: 12px 0;
    width: 480px;
  }
  .allergy .allergy_info,
  .allergy .calorie_info {
    margin-top: 40px;
  }
  .allergy .allergy_infoTitle,
  .allergy .calorie_infoTitle {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .allergy .allergy_infoListItem,
  .allergy .calorie_infoListItem {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 15px;
    margin-left: 16px;
  }
  .allergy .allergy_searchInputWrap {
    display: flex;
  }
  .allergy .allergy_searchInputWrap .allergy_searchInput {
    width: 387px;
    font-size: 14px;
    margin-top: 30px;
    padding: 8px 14px 7px 38px;
  }
  .allergy .allergy_searchButton {
    width: 78px;
    height: 44px;
    font-size: 14px;
    margin-top: 30px;
    margin-left: 15px;
  }
  .allergy .allergy_searchSelect {
    width: 480px;
    margin-top: 16px;
    font-size: 14px;
    padding: 8px 14px 7px 38px;
  }
  .allergy .allergy_searchSelectInfo {
    font-size: 19px;
    margin-top: 30px;
  }
  .allergy .allergy_howto,
  .allergy .calorie_howto {
    padding: 15px;
  }
  .allergy .allergy_howtoTitle,
  .allergy .calorie_howtoTitle {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .allergy .allergy_howtoText,
  .allergy .calorie_howtoText {
    font-size: 14px;
  }
  .allergy .allergy_days {
    font-size: 14px;
    margin-top: 20px;
  }
  .allergy_cell {
    font-size: 12px;
  }
  .allergy_head .allergy-header-label__jp {
    font-size: 13px;
  }
  .allergy_head .allergy-header-label__en {
    font-size: 11px;
  }
  .allergy_head .allergy8-header__name__jp {
    font-size: 13px;
  }
  .allergy_head .allergy8-header__name__en {
    font-size: 11px;
  }
  .contact {
    margin-top: 40px;
  }
  .contact .contact_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .contact .common_title {
    font-size: 19px;
  }
  .contact .contact_text {
    font-size: 14px;
    margin-top: 15px;
  }
  .contact .contact_noteIndent {
    padding-left: 70px;
  }
  .contact .contact_tel {
    font-size: 14px;
    margin-top: 15px;
  }
  .contact_title {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .allergy_tableShell {
    margin-top: 10px;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadMeta {
    left: 136px;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadAllergens {
    height: 100%;
  }
  .allergy_tableShell.calorie_wrap .allergy_tableHeadAllergensRow {
    height: 75px;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_categoryStickyRow {
    width: auto !important;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_scrollOverlay {
    display: none;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadTrack,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHead,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableBody,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_rowAllergens {
    width: 100%;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableHeadAllergens,
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_rowAllergens {
    grid-template-columns: repeat(var(--calorie-detail-count), minmax(103px, 1fr));
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_tableViewport {
    border-right: 0px;
  }
  .allergy_tableShell.calorie_wrap.food_wrap .allergy_stickyHead {
    border-right: 0px;
  }
  .allergy_tableHeadMeta {
    position: -webkit-sticky;
    position: sticky;
    left: 136px;
    top: 0;
  }
  .allergy_tableHeadAllergens {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
  }
  .allergy_rowMeta {
    position: -webkit-sticky;
    position: sticky;
    left: 136px;
    z-index: 4;
    background: #fff;
  }
  .allergy_row .allergy_cell {
    font-size: 13px;
  }
  .allergy-header-label__jp-paren {
    font-size: 10px;
  }
}
