/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_allergens_placeholder__txt, .p_allergens_no_results__txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p_allergens_placeholder__txt, .p_allergens_no_results__txt {
    font-size: 1.125rem;
  }
}

.p_allergens_intro__txt {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p_allergens_intro__txt {
    font-size: 1.25rem;
  }
}

.p_allergens_filter__ttl {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__ttl {
    font-size: 1.5rem;
  }
}

.p_allergens_result__ttl {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p_allergens_result__ttl {
    font-size: 1.875rem;
  }
}

.p_allergens {
  padding-top: 50px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .p_allergens {
    padding-top: clamp(1.5rem, -260vw + 261.5rem, 3.125rem);
    padding-bottom: 180px;
  }
}
.p_allergens .c_breadcrumb {
  margin-bottom: 0;
}
.p_allergens_intro {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p_allergens_intro {
    padding: 50px 0 76px;
  }
}
.p_allergens_intro__txt {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p_allergens_intro__txt {
    margin-top: 67px;
    text-align: center;
  }
}
.p_allergens_filter__wrap {
  margin-bottom: 40px;
  padding: 30px 20px;
  background-color: #e4e8eb;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__wrap {
    margin-bottom: 80px;
    padding: 50px clamp(2.5rem, 4.6296296296vw + 0.2777777778rem, 3.75rem) 70px;
  }
}
.p_allergens_filter__sec:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__sec:not(:last-child) {
    margin-bottom: 80px;
  }
}
.p_allergens_filter__ttl {
  margin-bottom: 15px;
  color: #0b3971;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__ttl {
    margin-bottom: 18px;
  }
}
.p_allergens_filter__sub {
  margin-bottom: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__sub {
    margin-bottom: 17px;
  }
}
.p_allergens_filter__group:not(:last-child) {
  margin-bottom: 19px;
}
.p_allergens_filter__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}
.p_allergens_filter__grid--radio {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__grid--radio {
    display: flex;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__grid--radio .p_allergens_filter__radio {
    width: 405px;
  }
}
.p_allergens_filter__checkbox, .p_allergens_filter__radio {
  position: relative;
  padding: 12px 5px 12px 35px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__checkbox, .p_allergens_filter__radio {
    min-height: 70px;
    padding: 18px 24px 18px 58px;
    cursor: pointer;
  }
}
.p_allergens_filter__checkbox:has(:checked)::after {
  opacity: 1;
}
.p_allergens_filter__checkbox::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #93a3b1;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__checkbox::before {
    top: 23px;
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
.p_allergens_filter__checkbox::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #0b3971;
  border-left: 2px solid #0b3971;
  transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__checkbox::after {
    top: 27px;
    left: 28px;
    width: 16px;
    height: 10px;
  }
}
.p_allergens_filter__radio:has(:checked)::after {
  opacity: 1;
}
.p_allergens_filter__radio::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #93a3b1;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__radio::before {
    top: 23px;
    left: 24px;
    width: 24px;
    height: 24px;
  }
}
.p_allergens_filter__radio::after {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  width: 10px;
  height: 10px;
  background-color: #0b3971;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__radio::after {
    top: 27px;
    left: 28px;
    width: 16px;
    height: 16px;
  }
}
.p_allergens_filter__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.p_allergens_filter__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.75rem, 20vw + -4.125rem, 0.875rem);
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__label {
    font-size: 1rem;
  }
}
.p_allergens_filter__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__tabs {
    gap: 20px;
    margin-bottom: 77px;
  }
}
.p_allergens_filter__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_allergens_filter__tab {
    padding: 12px 20px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .p_allergens_filter__tab:hover {
    background-color: rgba(147, 163, 177, 0.1);
  }
}
.p_allergens_filter__tab.is_active {
  background-color: rgba(147, 163, 177, 0.1);
  pointer-events: none;
}
.p_allergens_result__group:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p_allergens_result__group:not(:last-child) {
    margin-bottom: 77px;
  }
}
.p_allergens_result__ttl {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px) {
  .p_allergens_result__ttl {
    margin-bottom: 36px;
  }
}
.p_allergens_result__item {
  padding: 20px 0;
  border-top: 1px solid #93a3b1;
}
@media screen and (min-width: 768px) {
  .p_allergens_result__item {
    padding: 25px 0 26px;
  }
}
.p_allergens_result__item:last-child {
  border-bottom: 1px solid #93a3b1;
}
.p_allergens_result__link {
  font-family: "Noto Sans JP", sans-serif;
  color: #0b3971;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p_allergens_result__link {
    transition: all 0.5s;
  }
  .p_allergens_result__link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.p_allergens_placeholder, .p_allergens_no_results {
  padding: 40px 20px;
  text-align: center;
  background-color: #f7f9fa;
  border: 2px dashed #93a3b1;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p_allergens_placeholder, .p_allergens_no_results {
    padding: 60px 40px;
  }
}
.p_allergens_placeholder__txt, .p_allergens_no_results__txt {
  font-family: "Noto Sans JP", sans-serif;
  color: #0b3971;
  font-weight: 500;
  line-height: 1.6;
}
/*# sourceMappingURL=allergens.css.map */