/*====================================================
HEADER
====================================================*/
@media screen and (min-width: 768px) {
  #header_calbeeroot .logo img {
    width: 10.8rem;
    height: 4.6rem;
  }
}
@media print {
  /* 肖像画像やキャンペーンの重要パーツを隠す */
  * {
    display: none !important;
  }
}
/*====================================================
ATTENTION TEXT
====================================================*/
.attention_txt {
  font-size: 1.4rem;
  position: absolute;
  top: 1.4em;
  right: 51.5vw;
}
@media screen and (max-width: 1180px) {
  .attention_txt {
    right: 54vw;
  }
}
.attention_txt .attention_txt__link {
  text-decoration: underline;
}
@media (hover: hover) {
  .attention_txt .attention_txt__link:hover {
    text-decoration: none;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .attention_txt {
    z-index: 100000;
    font-size: 2.2vw;
    top: 1.9em;
    right: 1rem;
  }
}

.uriage_txt_pc {
  font-size: 1.3rem;
  position: absolute;
  top: 3.7rem;
  right: 1vw;
}

.uriage_txt_sp {
  padding-top: 0.5rem;
  font-size: 2.05vw;
  text-align: center;
}

/*====================================================
MV
====================================================*/
@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: 9vw;
  }
}

/*====================================================
PICKUP
====================================================*/
#pickup {
  padding-top: 5.6rem;
  background-image: url(../img/top/pickup_bg01.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 71.6rem;
  margin-bottom: 14.6rem;
  position: relative;
}
#pickup::before, #pickup::after {
  content: "";
  position: absolute;
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
#pickup::before {
  width: 34.9rem;
  aspect-ratio: 349/243;
  background-image: url(../img/top/pickup_bg02.webp);
  bottom: -9rem;
  left: calc(50% - 722px);
}
#pickup::after {
  width: 41.9rem;
  aspect-ratio: 419/252;
  background-image: url(../img/top/pickup_bg03.webp);
  bottom: -26rem;
  right: calc(50% - 740px);
}
#pickup .pickup__list {
  position: relative;
  z-index: 2;
}
#pickup .pickup__item {
  width: 31%;
  text-align: center;
}
#pickup .pickup__item_link {
  display: block;
}
@media (hover: hover) {
  #pickup .pickup__item_link:hover {
    opacity: 1;
  }
  #pickup .pickup__item_link:hover .pickup__item_link_ttl {
    color: #e60019;
  }
}
#pickup .pickup__item_link_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1.1em;
  display: inline-block;
  padding-right: 1.6em;
  position: relative;
  transition: color 0.3s;
}
#pickup .pickup__item_link_ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(../img/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  filter: invert(13%) sepia(76%) saturate(4764%) hue-rotate(343deg) brightness(102%) contrast(122%);
}
#pickup .pickup__item_link_img_wrap {
  border-radius: 4rem;
}
@media screen and (max-width: 767px) {
  #pickup {
    padding: 9vw 0 0;
    background-size: 100vw;
    margin-bottom: 25vw;
  }
  #pickup::before {
    left: -6vw;
    bottom: -23.5vw;
    width: 36.8vw;
    z-index: 2;
  }
  #pickup::after {
    content: none;
  }
  #pickup .pickup__inner {
    max-width: 79%;
  }
  #pickup .pickup__list {
    flex-direction: column;
    gap: 9vw 0;
  }
  #pickup .pickup__item {
    width: 100%;
  }
  #pickup .pickup__item_link_ttl {
    font-size: 3.4666666667vw;
    padding-right: 1.8em;
    text-align: center;
    margin-top: 1.3em;
  }
  #pickup .pickup__item_link_ttl::before {
    bottom: 0.28em;
    transform: none;
    top: auto;
    width: 4.4vw;
    right: 0.4em;
  }
  #pickup .pickup__item_link_ttl_txt {
    display: inline-block;
    text-align: left;
  }
  #pickup .pickup__item_link_ttl_txt--indent {
    text-indent: -0.8em;
    padding-left: 0.8em;
  }
}

/*====================================================
PRODUCTS
====================================================*/
#products .products__inner {
  width: 1100px;
}
#products .products__img_list_wrap {
  position: absolute;
  width: min(71.04347826vw, 817px);
  right: calc(50% + 14.3rem);
  margin-top: -2.4rem;
}
#products .products__main {
  width: 62.2%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  padding-right: 0;
}
#products .products__item {
  width: 50%;
  box-sizing: border-box;
  padding: 2.5rem 2rem 2.5rem 2rem;
  text-align: center;
}
#products .products__item:nth-child(-n+2) {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
}
#products .products__item:nth-child(n+3):nth-child(-n+4) {
  padding-bottom: 10px;
}
#products .products__item:nth-child(even) {
  border-left: 1px solid #e3e3e3;
}
#products .products__item_link_logo {
  -o-object-fit: contain;
     object-fit: contain;
  height: 11.2rem;
  margin-bottom: 1.6rem;
}
#products .products__item_link {
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (hover: hover) {
  #products .products__item_link:hover {
    opacity: 1;
  }
  #products .products__item_link:hover .products__item_link_img {
    transform: scale(1.1);
  }
  #products .products__item_link:hover .products__item_link_ttl {
    color: #e60019;
  }
}
#products .products__item_link .icon_link {
  position: absolute;
  right: 8.7rem;
  bottom: 2.8em;
}
#products .products__item_link .icon_link img {
  width: 1.2em;
}
#products .products__item:nth-child(4) .icon_link {
  right: 9.5rem;
}
#products .products__item:first-child .products__item_link_logo,
#products .products__item:first-child .products__item_link_img,
#products .products__item:first-child .products__item_link_ttl,
#products .products__item:first-child .hide_text,
#products .products__item:first-child .icon_link,
#products .products__item:nth-child(3) .products__item_link_logo,
#products .products__item:nth-child(3) .products__item_link_img,
#products .products__item:nth-child(3) .products__item_link_ttl,
#products .products__item:nth-child(3) .hide_text,
#products .products__item:nth-child(3) .icon_link {
  transform: translateX(35px);
}
#products .products__item:first-child .no1_logo,
#products .products__item:nth-child(3) .no1_logo {
  width: 8rem;
  position: absolute;
  bottom: 4rem;
  left: 10px;
  z-index: 2;
}
#products .products__item:first-child .no1_text,
#products .products__item:nth-child(3) .no1_text {
  position: absolute;
  bottom: 11.5rem;
  left: -13px;
  z-index: 2;
  display: inline-block;
  margin: 1.5em 0;
  padding: 5px 5px;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #d60000;
  border-radius: 10px;
  box-sizing: border-box;
}
#products .products__item:first-child .no1_text::before, #products .products__item:first-child .no1_text::after,
#products .products__item:nth-child(3) .no1_text::before,
#products .products__item:nth-child(3) .no1_text::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
}
#products .products__item:first-child .no1_text::before,
#products .products__item:nth-child(3) .no1_text::before {
  top: 100%;
  border-width: 16px 11px 0 11px;
  border-color: #d60000 transparent transparent transparent;
}
#products .products__item:first-child .no1_text::after,
#products .products__item:nth-child(3) .no1_text::after {
  top: calc(100% - 2px);
  border-width: 14px 9px 0 9px;
  border-color: #fff transparent transparent transparent;
}
#products .products__item:first-child .no1_text p,
#products .products__item:nth-child(3) .no1_text p {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 12px;
}
#products .products__item:first-child .no1_text p span,
#products .products__item:nth-child(3) .no1_text p span {
  font-weight: bold;
}
#products .products__item_link_img {
  height: 21.4rem;
  transition: transform 0.3s;
}
#products .products__ttl {
  text-align: center;
  margin-bottom: 1rem;
}
#products .products__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 19.75rem;
  height: auto;
  aspect-ratio: 395/19;
  background-image: url(../img/top/common_section_ttl_bg01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#products .products__jp_ttl {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4.6rem;
}
#products .products__item_link_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  transition: color 0.3s;
  margin-top: 0.2rem;
}
#products .products__btn_list {
  justify-content: center;
  margin-top: 5rem;
}
#products .products__btn_item_link {
  width: 12.6rem;
  padding: 0.3em 0.8em 0.3em 1.4em;
}
#products .products__btn_item_link .icon_link {
  display: inline-flex;
  align-items: center;
  padding-left: 0.3em;
  padding-right: 0.2em;
}
#products .products__btn_item_link .icon_link img {
  display: block;
  width: 1.2em;
  transform: translateY(1px);
}
@media screen and (max-width: 767px) {
  #products {
    padding: 0;
  }
  #products::before {
    left: -18vw;
    top: 66.6vw;
    width: 85vw;
  }
  #products .products__main {
    width: 100%;
    margin-top: -2vw;
  }
  #products .products__ttl {
    margin-bottom: 3.6vw;
  }
  #products .products__ttl::after {
    width: 45vw;
  }
  #products .products__jp_ttl {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  #products .products__item_link_logo {
    height: 26vw;
  }
  #products .products__img_list_wrap {
    position: relative;
    width: 128vw;
    left: -22vw;
    right: auto;
  }
  #products .products__item_link {
    gap: 0 0;
  }
  #products .products__item_link .icon_link {
    bottom: 3.9rem;
    right: 3.5rem;
  }
  #products .products__item {
    text-align: center;
  }
  #products .products__item:nth-child(1),
  #products .products__item:nth-child(2) {
    padding-bottom: 26vw;
  }
  #products .products__item:nth-child(4) .icon_link {
    right: 4.2rem;
  }
  #products .products__item:first-child .products__item_link_logo,
  #products .products__item:first-child .products__item_link_img,
  #products .products__item:first-child .products__item_link_ttl,
  #products .products__item:first-child .hide_text,
  #products .products__item:first-child .icon_link,
  #products .products__item:nth-child(3) .products__item_link_logo,
  #products .products__item:nth-child(3) .products__item_link_img,
  #products .products__item:nth-child(3) .products__item_link_ttl,
  #products .products__item:nth-child(3) .hide_text,
  #products .products__item:nth-child(3) .icon_link {
    transform: none;
  }
  #products .products__item:first-child .no1_logo,
  #products .products__item:nth-child(3) .no1_logo {
    width: 12vw;
    left: auto;
    right: -2vw;
    bottom: -3vw;
  }
  #products .products__item:first-child .no1_text,
  #products .products__item:nth-child(3) .no1_text {
    left: auto;
    right: -1vw;
    bottom: -21vw;
    margin: 0;
    border: solid 1px #d60000;
    border-radius: 5px;
  }
  #products .products__item:first-child .no1_text::before,
  #products .products__item:nth-child(3) .no1_text::before {
    left: auto;
    right: 3.5vw;
    transform: none;
    top: auto;
    bottom: 100%;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #d60000 transparent;
  }
  #products .products__item:first-child .no1_text::after,
  #products .products__item:nth-child(3) .no1_text::after {
    left: auto;
    right: 3.7vw;
    transform: none;
    top: auto;
    bottom: calc(100% - 1px);
    border-width: 0 5px 7px 5px;
    border-color: transparent transparent #fff transparent;
  }
  #products .products__item:first-child .no1_text p,
  #products .products__item:nth-child(3) .no1_text p {
    font-size: 2.4vw;
  }
  #products .products__item_link_img {
    height: 35vw;
    width: auto;
  }
  #products .products__item_link_ttl {
    font-size: 3.4666666667vw;
    margin-top: 0;
  }
  #products .products__btn_list {
    margin-top: 2rem;
    gap: 0 3vw;
  }
  #products .products__btn_item_link {
    width: 40vw;
    padding: 0.6em 1em 0.6em 1.6em;
  }
  #products .products__btn_item.btn_link_eiyou {
    margin-top: 1rem;
  }
}

/*====================================================
RECIPE
====================================================*/
#recipe {
  padding-top: 9rem;
  position: relative;
  z-index: 1;
}
#recipe::after {
  content: "";
  position: absolute;
  display: block;
  width: 62rem;
  height: auto;
  aspect-ratio: 124/91;
  background-image: url(../img/top/recipe_bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
  top: -19.4rem;
  left: calc(50% + max(7rem, 17.70833333%));
}
#recipe .recipe__ttl {
  text-align: center;
  margin-bottom: 2.6rem;
  z-index: 2;
}
#recipe .recipe__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 15.2rem;
  height: auto;
  aspect-ratio: 16/1;
  background-image: url(../img/top/common_section_ttl_bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#recipe .recipe__jp_ttl {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 2rem;
}
#recipe .recipe__nav_item {
  width: 23.46938776%;
}
#recipe .recipe__nav_item:nth-child(1) .recipe__nav_item_link_ttl {
  background-color: #e60019;
}
#recipe .recipe__nav_item:nth-child(2) .recipe__nav_item_link_ttl {
  background-color: #8cbc31;
}
#recipe .recipe__nav_item:nth-child(3) .recipe__nav_item_link_ttl {
  background-color: #f3993b;
}
#recipe .recipe__nav_item:nth-child(4) .recipe__nav_item_link_ttl {
  background-color: #ec92ae;
}
#recipe .recipe__nav_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
}
@media (hover: hover) {
  #recipe .recipe__nav_item_link:hover {
    opacity: 1;
  }
  #recipe .recipe__nav_item_link:hover .recipe__nav_item_link_img {
    transform: scale(1.1);
  }
  #recipe .recipe__nav_item_link:hover .recipe__nav_item_link_ttl {
    background-color: #654854;
  }
}
#recipe .recipe__nav_item_link_img_wrap {
  overflow: hidden;
  border-radius: 3rem;
  filter: drop-shadow(0.0174rem 0.1992rem 0.6rem rgba(135, 135, 134, 0.76));
}
#recipe .recipe__nav_item_link_img {
  transition: transform 0.3s;
}
#recipe .recipe__nav_item_link_ttl {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  font-weight: 500;
  padding: 0.5em 1.5em;
  transition: background-color 0.3s;
}
#recipe .recipe__ttl_txt {
  text-align: center;
  margin-bottom: 5.6rem;
}
#recipe .recipe__btn_list {
  justify-content: center;
  margin-top: 7rem;
}
#recipe .recipe__btn_item_link {
  justify-content: center;
  gap: 0 1.6rem;
  padding: 0.6em 1.8em;
}
@media screen and (max-width: 767px) {
  #recipe {
    padding-top: 46.5vw;
    margin-bottom: 2vw;
  }
  #recipe::after {
    top: -17vw;
    left: auto;
    width: 81vw;
    right: -8.8vw;
  }
  #recipe .recipe__ttl {
    margin-bottom: 2vw;
  }
  #recipe .recipe__ttl::after {
    width: 34vw;
  }
  #recipe .recipe__jp_ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  #recipe .recipe__nav_list {
    padding: 0 2vw;
    gap: 10vw 0;
  }
  #recipe .recipe__nav_item {
    width: 48.4%;
  }
  #recipe .recipe__ttl_txt {
    margin-bottom: 9vw;
  }
  #recipe .recipe__nav_item_link_img_wrap {
    border-radius: 4vw;
    filter: drop-shadow(0.0174rem 0.1992rem 0.3rem rgba(135, 135, 134, 0.76));
  }
  #recipe .recipe__nav_item_link_ttl {
    font-size: 3.3333333333vw;
  }
  #recipe .recipe__nav_item_link {
    gap: 3vw 0;
  }
  #recipe .recipe__btn_list {
    margin-top: 12vw;
  }
  #recipe .recipe__btn_item_link {
    padding: 0.6em 1em 0.6em 1.6em;
  }
}

/*====================================================
SPECIAL
====================================================*/
#special {
  position: relative;
  padding: 13.2rem 0 7.8rem;
}
#special .special__inner {
  z-index: 1;
}
#special::before {
  content: "";
  position: absolute;
  display: block;
  width: 185.6rem;
  height: auto;
  aspect-ratio: 464/355;
  background-image: url(../img/top/special_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  top: -23.4rem;
  left: calc(50% - 96rem);
  z-index: -1;
}
#special .special__ttl {
  margin-top: -1.6rem;
  justify-self: start;
  margin-bottom: 3rem;
}
#special .special__ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 15.2rem;
  height: auto;
  aspect-ratio: 16/1;
  background-image: url(../img/top/common_section_ttl_bg02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#special .special__ttl_area {
  grid-template-columns: 48.4% 46.4%;
  justify-content: space-between;
  grid-template-rows: auto auto 1fr;
  margin-bottom: 8.2rem;
}
#special .special__ttl_movie {
  height: auto;
  grid-row: 1/4;
  margin-top: 1rem;
}
@media (hover: hover) {
  #special .special__ttl_movie:hover {
    opacity: 1;
  }
}
#special .special__ttl_link_list {
  margin-top: 3.2rem;
}
#special .special__list {
  align-items: stretch;
}
#special .special__item {
  width: 48.4%;
}
@media (hover: hover) {
  #special .special__item_link:hover {
    opacity: 1;
  }
}
#special .special__ttl_link_item_link {
  letter-spacing: -0.08em;
  padding: 0.6em 0.8em 0.6em 1.8em;
  justify-content: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  #special {
    background-image: url(../img/top/special_bg_sp.webp);
    background-position: left top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f1;
    padding: 40vw 0 25.8vw;
  }
  #special::before {
    content: none;
  }
  #special .special__ttl_area {
    grid-template-columns: 79vw;
    align-items: center;
    margin-bottom: 12vw;
    justify-content: center;
  }
  #special .special__ttl_movie {
    grid-row: inherit;
    order: 1;
    margin-top: 0;
    margin-bottom: 6vw;
  }
  #special .special__ttl {
    order: 0;
    justify-self: center;
    margin-bottom: 9vw;
  }
  #special .special__ttl::after {
    width: 34vw;
  }
  #special .special__ttl_txt {
    order: 2;
  }
  #special .special__ttl_link_list {
    order: 3;
    justify-content: center;
    margin-top: 5vw;
  }
  #special .special__ttl_txt {
    text-align: center;
  }
  #special .special__ttl_txt_content {
    text-align: left;
    display: inline-block;
  }
  #special .special__list {
    width: 79vw;
    margin: auto;
    gap: 6vw 0;
  }
  #special .special__item {
    width: 100%;
  }
}

/*====================================================
MODAL
====================================================*/
#movie_modal {
  position: fixed;
  z-index: 90000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
#movie_modal.modal--active {
  opacity: 1;
  visibility: visible;
}
#movie_modal.modal--close {
  animation: close 0.2s linear forwards;
}
#movie_modal .modal__content {
  position: relative;
  width: calc(100vw - 4rem);
  max-width: calc((100vh - 9.7rem - 4rem) * 16 / 9);
  padding-top: 2rem;
}
#movie_modal .movie_modal__iframe {
  vertical-align: bottom;
  width: calc(100vw - 4rem);
  max-width: calc((100vh - 9.7rem - 2rem) * 16 / 9);
  height: calc((100vw - 4rem) * 9 / 16);
  max-height: calc(100vh - 9.7rem - 2rem);
  border-radius: 1rem;
}
@keyframes close {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
#movie_modal .modal-close {
  position: absolute;
  bottom: calc(9.659rem + 60px);
  right: 1rem;
  width: 13.4rem;
  height: auto;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  background-color: #e60019;
  color: #fff;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  gap: 0.6rem 0;
  padding-top: 0.8rem;
}
#movie_modal .modal-close__icon {
  width: 30%;
}
#movie_modal .modal-close__txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #movie_modal {
    background-color: #000;
    align-items: center;
  }
  #movie_modal .modal-close {
    width: 18vw;
    top: calc(100% + 5vw);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    gap: 0.6vw 0;
    padding-top: 1.4vw;
  }
  #movie_modal .modal-close__txt {
    font-size: 2.7506666667vw;
  }
  #movie_modal .modal__content {
    width: 100vw;
    max-width: 100vw;
    padding-top: 0;
  }
  #movie_modal .movie_modal__iframe {
    width: 100vw;
    max-width: 100vw;
    height: 56.25vw;
    max-height: 177.7777777778vw;
  }
}

/*====================================================
MODAL_NAV
====================================================*/
#modal_nav {
  padding: 3.5rem 0;
}
#modal_nav .nav__inner {
  position: relative;
  width: 1150px;
}
#modal_nav .nav__list {
  justify-content: center;
  gap: 0 3em;
  font-size: 1.6rem;
}
#modal_nav .nav__item {
  position: relative;
}
#modal_nav .nav__item + .nav__item::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 60%;
  background-color: #000;
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
#modal_nav .nav__item_link {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: bold;
  transition: color 0.3s;
}
@media (hover: hover) {
  #modal_nav .nav__item_link:hover {
    opacity: 1;
    color: #e6001a;
  }
}
#modal_nav .nav__item_link--active {
  color: #e6001a;
}
#modal_nav .nav__ttl {
  position: absolute;
  width: 21.04347826%;
  top: -14rem;
}
#modal_nav .nav__icon_list {
  position: absolute;
  right: 0;
  width: 18.43478261%;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}
#modal_nav .nav__icon_item {
  width: 18%;
}
#modal_nav .nav__icon_item:nth-child(1) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img01_bg.webp");
}
#modal_nav .nav__icon_item:nth-child(2) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img02_bg.webp");
}
#modal_nav .nav__icon_item:nth-child(3) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img03_bg.webp");
}
#modal_nav .nav__icon_item:nth-child(4) .nav__icon_item_link {
  background-image: url("../img/common/nav_icon_item_link_img04_bg.webp");
}
#modal_nav .nav__icon_item_link {
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (hover: hover) {
  #modal_nav .nav__icon_item_link:hover {
    opacity: 1;
  }
  #modal_nav .nav__icon_item_link:hover .nav__icon_item_link_img {
    opacity: 0;
  }
}
#modal_nav .nav__icon_item_link_img {
  transition: opacity 0.3s;
  aspect-ratio: 1/1;
}/*# sourceMappingURL=top.css.map */