@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;700&family=Zen+Kaku+Gothic+Antique:wght@400;700&display=swap");
@keyframes linkmoreBg {
  0% {
    width: 100%;
    height: 0.1rem;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: calc(100% + 1.25em);
    height: 100%;
  }
}
@keyframes linkmoreBgRev {
  0% {
    width: calc(100% + 1.25em);
    height: 100%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 0.1rem;
  }
}
body {
  width: 100% !important;
  max-width: 100% !important;
}
body.js_humburgerOpen {
  position: fixed;
  width: 100%;
}

.contentsWrap {
  overflow: hidden;
  font-size: clamp(1.2rem, 1.333vw, 1.6rem);
}
.contentsWrap * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contentsWrap {
    font-size: clamp(1.2rem, 4.1025vw, 1.6rem);
  }
}
.contentsWrap a,
.contentsWrap a::before,
.contentsWrap a::after {
  display: inline-block;
  vertical-align: top;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), top 0.3s cubic-bezier(0.23, 1, 0.32, 1), right 0.3s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.3s cubic-bezier(0.23, 1, 0.32, 1), left 0.3s cubic-bezier(0.23, 1, 0.32, 1), width 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-width 0.3s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.3s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 0.3s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1), filter 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.contentsWrap span {
  display: inline-block;
}
.contentsWrap img {
  width: auto;
  max-width: 100%;
  vertical-align: top;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.contentsWrap {
  font-family: "Noto Sans JP", sans-serif;
}

#contentsHeader {
  position: relative;
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#contentsHeader::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(25em + 2.5%);
  height: 4.375em;
  border-radius: 0 0 2rem 0;
  background-color: #d8626b;
  z-index: -1;
}
@media screen and (min-width: 1232px) {
  #contentsHeader::before {
    width: calc((100% - 1232px) / 2 + 56px + 25em);
  }
}
@media screen and (max-width: 767px) {
  #contentsHeader::before {
    width: calc(100% - 8px);
    height: 5em;
  }
}
#contentsHeader .allergy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contentsHeader .allergy__main__ttl {
  align-self: flex-start;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}
#contentsHeader .allergy__main__ttl a {
  display: block;
  position: relative;
  padding: 1em 0;
  color: #fff;
  font-weight: 700;
  font-size: 125%;
}
#contentsHeader .allergy__main__ttl a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #fff;
  bottom: 0.75em;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleX(0);
  transform-origin: right bottom;
}
#contentsHeader .allergy__main__ttl a span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contentsHeader .allergy__main__ttl a span {
    display: block;
  }
}
@media screen and (hover) {
  #contentsHeader .allergy__main__ttl a:hover::before {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
}
@media screen and (max-width: 767px) {
  #contentsHeader .allergy__main__ttl a {
    padding: 0.5em 2em 0.5em 0;
    font-size: 125%;
  }
}
#contentsHeader .allergy__navi {
  width: calc(100% - 27em);
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  #contentsHeader .allergy__navi {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #contentsHeader .allergy__navi {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
#contentsHeader .allergy__navi__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#contentsHeader .allergy__navi .allergy__navi__list__sub,
#contentsHeader .allergy__navi .allergy__navi__project-a {
  display: none;
}
#contentsHeader .allergy__navi a {
  display: block;
  position: relative;
  padding: 0.25em 0.5em;
  color: #2d2d2d;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  #contentsHeader .allergy__navi a {
    font-size: 87.5%;
  }
}
#contentsHeader .allergy__navi a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: #e11920;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scaleX(0);
  transform-origin: right bottom;
}
#contentsHeader .allergy__navi a span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #contentsHeader .allergy__navi a span.hide {
    display: none;
  }
}
@media screen and (hover) {
  #contentsHeader .allergy__navi a:hover::after {
    transform: scaleX(1);
    transform-origin: left bottom;
  }
}
#contentsHeader .allergy__navi a.current::after {
  transition: none;
  transform-origin: left bottom;
  transform: scaleX(1);
}

#allergyNaviTrigger {
  position: fixed;
  z-index: 999;
  background: #fff;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: 0.2rem solid #d8626b;
  border-radius: 50%;
  font-size: 100%;
  transition: opacity 0.75s cubic-bezier(0.23, 1, 0.32, 1), transform 0.75s cubic-bezier(0.23, 1, 0.32, 1), top 0.75s cubic-bezier(0.23, 1, 0.32, 1), right 0.75s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.75s cubic-bezier(0.23, 1, 0.32, 1), left 0.75s cubic-bezier(0.23, 1, 0.32, 1), width 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.75s cubic-bezier(0.455, 0.03, 0.515, 0.955), border-color 0.75s cubic-bezier(0.23, 1, 0.32, 1), border-width 0.75s cubic-bezier(0.23, 1, 0.32, 1), border-radius 0.75s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.75s cubic-bezier(0.23, 1, 0.32, 1), color 0.75s cubic-bezier(0.23, 1, 0.32, 1), text-shadow 0.75s cubic-bezier(0.23, 1, 0.32, 1), filter 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  /*activeクラスが付与された後のボタンのアイコン設定*/
  /*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
}
@media screen and (min-width: 960px) {
  #allergyNaviTrigger {
    top: 130px;
    right: 30px;
    transform: translateY(-80px);
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 959px) {
  #allergyNaviTrigger {
    top: 6.5em;
    right: calc(6.4% - 9px);
  }
}
@media screen and (max-width: 767px) {
  #allergyNaviTrigger {
    top: 5.75em;
    right: 4.265vw;
  }
}
#allergyNaviTrigger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 11px;
  height: 2px;
  border-radius: 2px;
  background-color: #d8626b;
  width: 17px;
}
#allergyNaviTrigger span:nth-of-type(1) {
  top: 12px;
}
#allergyNaviTrigger span:nth-of-type(2) {
  top: 18px;
}
#allergyNaviTrigger span:nth-of-type(3) {
  top: 24px;
}
#allergyNaviTrigger.active span:nth-of-type(1) {
  top: 12px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 13px;
}
#allergyNaviTrigger.active span:nth-of-type(2) {
  opacity: 0;
}
#allergyNaviTrigger.active span:nth-of-type(3) {
  top: 24px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 13px;
}
#allergyNaviTrigger.fadeDown {
  display: block;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*.ナビを開いた状態*/
@media screen and (min-width: 768px) {
  .js_humburgerOpen .l-header {
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
.js_humburgerOpen #allergyNaviTrigger {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #allergyNaviTrigger {
    top: 30px;
  }
}
.js_humburgerOpen #contentsHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 200;
}
@media screen and (min-width: 768px) {
  .js_humburgerOpen #contentsHeader::before {
    top: 120px;
    border-radius: 0 2rem 2rem 0;
  }
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #contentsHeader::before {
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader::before {
    top: 70px;
  }
}
.js_humburgerOpen #contentsHeader .allergy__inner {
  position: relative;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader .allergy__inner {
    align-items: flex-start;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768px) {
  .js_humburgerOpen #contentsHeader .allergy__main__ttl {
    top: 120px;
  }
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #contentsHeader .allergy__main__ttl {
    top: 20px;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi {
  /*固定位置にして最背面に*/
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: calc(120px + 4.375em + 30px);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #contentsHeader .allergy__navi {
    padding-top: calc(20px + 4.375em + 20px);
  }
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader .allergy__navi {
    display: block;
    top: calc(70px + 5em);
    height: calc(100% - 5em);
    padding: 2em 6.4% 6em;
    overflow-y: auto;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list {
  display: block;
  font-size: 112.5%;
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__item:nth-child(n+2) {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__item:nth-child(n+2) {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__item:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__item > a {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em 0.25em 1.2em;
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__item > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #e11920;
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__project-a {
  display: block;
}
@media screen and (min-width: 768px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub {
    display: flex;
    padding-left: 5em;
  }
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub {
    display: block;
    padding-left: 3em;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub li:nth-child(n+2) {
    margin-left: 1em;
    padding-left: 1em;
  }
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub li:nth-child(n+2):before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.1rem;
    height: 1em;
    margin: auto 0;
    background-color: #2d2d2d;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen #contentsHeader .allergy__navi .allergy__navi__list__sub li {
    font-size: 87.5%;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi a {
  font-size: 100%;
}
@media screen and (min-width: 768px) and (max-height: 720px) {
  .js_humburgerOpen #contentsHeader .allergy__navi a {
    font-size: 87.5%;
  }
}
.js_humburgerOpen #contentsHeader .allergy__navi .hide {
  display: inline-block;
}
.js_humburgerOpen #contentsHeader .allergy__navi a[target] span::after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 0.8em;
  height: 0.8em;
  margin: 0 0 0 0.5em;
  background: url(/common/rwd/imgs/icon/blank.svg) no-repeat center center/contain;
}
.js_humburgerOpen #contentsHeader .allergy__navi a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  bottom: 0;
  width: 1.125em;
  height: 1.375em;
  margin-left: 0.5em;
  background: url(/sustainability/health_nutrition/allergy/img/pdf__alpha.svg) no-repeat center center/contain;
  vertical-align: text-bottom;
}
.js_humburgerOpen #contentsHeader .allergy__navi .initial {
  display: none;
}
@media screen and (max-width: 767px) {
  .js_humburgerOpen {
    opacity: 1;
  }
  .js_humburgerOpen .allergy__navi .allergy__navi__list {
    display: block;
  }
}

#topicpass {
  margin-top: 3px;
}

.allergy .contentsWrap {
  position: relative;
  z-index: 1;
}
.allergy__article {
  position: relative;
  padding: 7.5em 0;
}
@media screen and (max-width: 767px) {
  .allergy__article {
    padding-bottom: 12vw;
  }
}
.allergy__article::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 16vw);
  background-color: #fffce6;
  z-index: -1;
  left: 0;
  top: 16vw;
}
@media screen and (max-width: 767px) {
  .allergy__article::before {
    top: 32vw;
    height: calc(100% - 32vw);
  }
}
.allergy__article::after {
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  height: 0;
  background-color: #fffce6;
  z-index: -1;
  left: -25%;
  top: 5em;
  padding-top: 33.333%;
  -webkit-clip-path: ellipse(50% 50%);
          clip-path: ellipse(50% 50%);
}
.allergy__article p,
.allergy__article ul,
.allergy__article li {
  margin-top: 1.5em;
}
.allergy__article p:first-child,
.allergy__article ul:first-child,
.allergy__article li:first-child {
  margin-top: 0;
}
.allergy__section {
  padding: 3em 3.125em;
  border-radius: 1.4rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .allergy__section {
    padding: 6.4vw;
  }
}
.allergy__inner {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5%;
}
@media screen and (min-width: 1232px) {
  .allergy__inner {
    padding: 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .allergy__inner {
    padding: 0 6.4%;
  }
}
.allergy .article__ttl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  min-height: 14.5em;
  color: #d8626b;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
}
@media screen and (max-width: 767px) {
  .allergy .article__ttl {
    min-height: 7.548em;
    padding: 0 6.4%;
  }
}
.allergy .article__ttl::after {
  content: "";
  display: block;
  width: 2.8125em;
  height: 0.5em;
  margin: 2.5em auto 4em;
  border-radius: 0.25em;
  background-color: #d8626b;
}
@media screen and (max-width: 767px) {
  .allergy .article__ttl::after {
    width: 2em;
    height: 0.3em;
    margin: 0.75em auto 2em;
  }
}
.allergy .article__ttl span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 250%;
}
@media screen and (max-width: 767px) {
  .allergy .article__ttl span {
    font-size: 150%;
  }
}
.allergy .article__lead,
.allergy .allergy__lead__section {
  max-width: 1232px;
  width: 100%;
  margin: 0 auto 4em;
  padding: 0 2.5%;
  text-align: center;
}
@media screen and (min-width: 1232px) {
  .allergy .article__lead,
  .allergy .allergy__lead__section {
    padding: 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .allergy .article__lead,
  .allergy .allergy__lead__section {
    margin: 0 auto 2em;
    padding: 0 6.4%;
    text-align: left;
  }
}
.allergy .category__nav {
  position: relative;
  padding: 2em 3.125em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav {
    padding: 2em 6.4vw;
  }
}
.allergy .category__nav.singlebtn {
  margin-top: -0.75em;
  padding-block: 0 3em;
}
.allergy .category__nav.singlebtn .category__nav__list::before {
  content: none;
}
.allergy .category__nav.singlebtn .category__nav__list .category__nav__index {
  position: relative;
}
.allergy .category__nav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav__list {
    flex-direction: column;
  }
  .allergy .category__nav__list li {
    padding: 1em 0;
    border-bottom: 0.1rem solid #ccc;
  }
  .allergy .category__nav__list li:first-child {
    border-top: 0.1rem solid #ccc;
  }
}
.allergy .category__nav__list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6.25em);
  height: 0.1rem;
  background-color: #ccc;
  right: 0;
  bottom: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav__list::before {
    content: none;
  }
}
.allergy .category__nav__prev {
  width: 37.5%;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav__prev {
    width: 100%;
  }
}
.allergy .category__nav__prev a {
  display: block;
  position: relative;
  padding-left: 1.1em;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .allergy .category__nav__prev a {
    text-wrap: balance;
  }
}
.allergy .category__nav__prev a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.6em;
  height: 0.8em;
  margin: auto 0;
  background: url(/sustainability/health_nutrition/allergy/img/icon__triangle.svg) no-repeat center center/contain;
  transform: translateY(1px) rotate(180deg);
}
@media screen and (hover) {
  .allergy .category__nav__prev a:hover {
    color: #e11920;
  }
}
.allergy .category__nav__next {
  width: 37.5%;
  margin: 0 0 0 auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav__next {
    width: 100%;
  }
}
.allergy .category__nav__next a {
  display: block;
  position: relative;
  padding-right: 1.1em;
  color: #2d2d2d;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .allergy .category__nav__next a {
    text-wrap: balance;
  }
}
.allergy .category__nav__next a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.6em;
  height: 0.8em;
  margin: auto 0;
  background: url(/sustainability/health_nutrition/allergy/img/icon__triangle.svg) no-repeat center center/contain;
  transform: translateY(1px);
}
@media screen and (hover) {
  .allergy .category__nav__next a:hover {
    color: #e11920;
  }
}
.allergy .category__nav__index {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .allergy .category__nav__index {
    position: relative;
    width: 100%;
    padding: 2em 0 0 !important;
    border: none !important;
  }
}
.allergy .category__nav__index a {
  vertical-align: top;
  font-size: 93.75%;
}
.allergy .tab {
  display: none;
}
.allergy .tab.active {
  display: block;
}/*# sourceMappingURL=allergy.css.map */