@charset "UTF-8";
.u-underline {
  text-decoration: underline;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .u-invisibleSp {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  .u-invisiblePc {
    display: none;
  }
}
.u-flex {
  display: flex;
}
.u-flex--jcsb {
  justify-content: space-between;
}
.u-flex--aic {
  align-items: center;
}
.u-inlineBlock {
  display: inline-block;
}

.conts__inner {
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .conts__inner {
    width: 1200px;
  }
}

/*  商品一覧
-------------------------------------------------------------------------------------------------------------- */
.food_service_dry .tab .br_content {
  display: block;
}
.food_service_dry .tab .food_service_dry__keyword {
  padding-top: 42.5px;
  padding-bottom: 51px;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .food_service_dry__keyword {
    padding-top: 70px;
    padding-bottom: 77px;
  }
}
.food_service_dry .tab .food_service_dry__category__nav .elm_h3_01 {
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .food_service_dry__category__nav {
    margin-bottom: 80px;
  }
}
.food_service_dry .tab .food_service_dry__category__nav .elm_btn_link_02 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.food_service_dry .tab .food_service_dry__category__nav .elm_btn_link_02::-webkit-scrollbar {
  display: none;
}
.food_service_dry .tab .food_service_dry__category__nav .elm_btn_link_02 li a {
  border-right: none;
  border-width: 4px;
}
.food_service_dry .tab .food_service_dry__category__nav__content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.food_service_dry .tab .food_service_dry__category__nav__content.fixed {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 92vw;
  margin: auto;
  z-index: 9999;
  padding-top: 30px;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .food_service_dry__category__nav__content.fixed {
    width: 1200px;
  }
}
.food_service_dry .tab .category_nav__list {
  position: relative;
}
.food_service_dry .tab .category_nav__list.underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #e60111;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .category_nav__list.underline::after {
    bottom: -40%;
  }
}
.food_service_dry .tab .swiper_box_category {
  position: relative;
  width: 100%;
  margin: auto;
}
.food_service_dry .tab .swiper_box_category .swiper_box__container_category {
  width: 78.6666666667vw;
  height: 12vw;
  overflow: hidden;
}
.food_service_dry .tab .swiper_box_category .swiper_item {
  width: fit-content;
  padding: 0 18px;
  border-left: 4px solid rgb(237, 237, 237);
}
.food_service_dry .tab .swiper_box_category .swiper_item.underline {
  border-bottom: 1px solid #000;
}
.food_service_dry .tab .swiper_box_category .swiper_item__link {
  text-decoration: none;
  font-size: 4.2666666667vw;
  font-weight: 500;
  position: relative;
}
.food_service_dry .tab .swiper_box_category .swiper_item__link::after {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(/library/img/foodservice/product/food_service_dry_nav_item_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.food_service_dry .tab .swiper_box_category .swiper_button_next {
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32.155px;
  cursor: pointer;
  background-image: url(/library/img/foodservice/product/next_02.png);
  right: 0px;
}
.food_service_dry .tab .elm_h4_01 h4 {
  width: 55vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #acacab;
  color: #fff;
  border-radius: 9999px;
  font-size: 3.6vw;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .elm_h4_01 h4 {
    font-size: 18px;
    min-width: 170px;
    width: fit-content;
    padding: 0 25px;
  }
}
.food_service_dry .tab .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: 11.5px 3%;
  padding-top: 11px;
  padding-bottom: 49.5px;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .product_list {
    padding-top: 20px;
    gap: 30px 27px;
  }
}
.food_service_dry .tab .product_list__item {
  width: 48.1%;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  transition: ease 0.3s;
}
.food_service_dry .tab .product_list__item:hover {
  background-image: conic-gradient(from 352deg, #75b436 0deg 15deg, #f6c243 15deg 30deg, #e79b37 30deg 45deg, #ee1d23 45deg 60deg, #bd5698 60deg 75deg, #409040 75deg 90deg, #75b436 90deg 105deg, #f6c243 105deg 120deg, #e79b37 120deg 135deg, #ee1d23 135deg 150deg, #bd5698 150deg 165deg, #409040 165deg 180deg, #75b436 180deg 195deg, #f6c243 195deg 210deg, #e79b37 210deg 225deg, #ee1d23 225deg 240deg, #bd5698 240deg 255deg, #409040 255deg 270deg, #75b436 270deg 285deg, #f6c243 285deg 300deg, #e79b37 300deg 315deg, #ee1d23 315deg 330deg, #bd5698 330deg 345deg, #409040 345deg);
}
.food_service_dry .tab .product_list__item:hover a {
  box-shadow: none;
}
.food_service_dry .tab .product_list__item a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  display: block;
  background-color: #ffffff;
}
.food_service_dry .tab .product_list__item a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  border-radius: 10px;
  padding-top: 15px;
  display: block;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .product_list__item {
    width: 216px;
    height: 231px;
  }
}
.food_service_dry .tab .product_list__link {
  text-decoration: none;
}
.food_service_dry .tab .product_list__img {
  width: 122.5px;
  height: 122.5px;
}
.food_service_dry .tab .product_list__txt {
  font-size: 3.2vw;
  font-weight: 400;
}
@media screen and (min-width: 641px) {
  .food_service_dry .tab .product_list__txt {
    font-size: 14px;
  }
}
.food_service_dry .food_service_dry__pdf {
  text-align: right;
}
.food_service_dry .food_service_dry__pdf_img {
  width: 85.135px;
  height: 85.135px;
}
.food_service_dry .food_service_dry__logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  商品詳細
-------------------------------------------------------------------------------------------------------------- */
.foodservice_product_detail .br_content {
  display: block;
}
.foodservice_product_detail .swiper_box {
  position: relative;
  width: 100%;
  margin: auto;
}
.foodservice_product_detail .swiper_box1 .swiper_box__container {
  box-sizing: border-box;
  width: 85%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_box__container {
    width: 992px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_item {
  border-radius: 10px;
  height: 170.5px;
  object-fit: contain;
  padding: 5px;
  transition: ease 0.3s;
}
.foodservice_product_detail .swiper_box1 .swiper_item:hover {
  background-image: conic-gradient(from 352deg, #75b436 0deg 15deg, #f6c243 15deg 30deg, #e79b37 30deg 45deg, #ee1d23 45deg 60deg, #bd5698 60deg 75deg, #409040 75deg 90deg, #75b436 90deg 105deg, #f6c243 105deg 120deg, #e79b37 120deg 135deg, #ee1d23 135deg 150deg, #bd5698 150deg 165deg, #409040 165deg 180deg, #75b436 180deg 195deg, #f6c243 195deg 210deg, #e79b37 210deg 225deg, #ee1d23 225deg 240deg, #bd5698 240deg 255deg, #409040 255deg 270deg, #75b436 270deg 285deg, #f6c243 285deg 300deg, #e79b37 300deg 315deg, #ee1d23 315deg 330deg, #bd5698 330deg 345deg, #409040 345deg);
}
.foodservice_product_detail .swiper_box1 .swiper_item:hover a {
  box-shadow: none;
}
.foodservice_product_detail .swiper_box1 .swiper_item a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_item {
    height: 220px;
    gap: 10px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_item__inner {
  border-radius: 10px;
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_item__inner {
    padding-top: 20px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_item__img {
  width: 69.5px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_item__img {
    width: 88px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_item__txt {
  font-size: 3.4666666667vw;
  display: block;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_item__txt {
    font-size: 14px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_button_prev,
.foodservice_product_detail .swiper_box1 .swiper_button_next {
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24.48px;
  height: 24.48px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_button_prev,
  .foodservice_product_detail .swiper_box1 .swiper_button_next {
    width: 49.02px;
    height: 49.02px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_button_next {
  background-image: url(/library/img/foodservice/product/next_02.png);
  right: -6px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_button_next {
    right: 22px;
  }
}
.foodservice_product_detail .swiper_box1 .swiper_button_prev {
  background-image: url(/library/img/foodservice/product/prev_02.png);
  left: -6px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box1 .swiper_button_prev {
    left: 22px;
  }
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail_flex {
    display: flex;
    justify-content: space-between;
  }
}
.foodservice_product_detail .swiper_box2 {
  padding-top: 30.5px;
  overflow: hidden;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 {
    width: 440px;
    padding-top: 69px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_box__container2 {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  border-radius: 4px;
}
.foodservice_product_detail .swiper_box2 .swiper_item {
  overflow: hidden;
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  border-radius: 4px;
  height: 342px;
  display: flex;
  flex-direction: column;
  align-items: center;
  object-fit: contain;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_item {
    height: 440px;
    gap: 10px;
    padding-top: 50px;
    padding-right: 15px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_item__img {
  width: 340px;
}
.foodservice_product_detail .swiper_box2 .swiper_navigator {
  position: relative;
  height: 98px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_navigator {
    width: 240px;
    margin: auto;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
  padding-top: 40px;
  padding-left: 11px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_pagination {
    padding-left: 0;
  }
}
.foodservice_product_detail .swiper_box2 .swiper-pagination-bullet {
  width: 10.5px;
  height: 10.5px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper-pagination-bullet {
    width: 7.85px;
    height: 7.85px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper-pagination-bullet-active {
  width: 14.555px;
  height: 14.555px;
  background: #ee1d23;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_button_prev2,
.foodservice_product_detail .swiper_box2 .swiper_button_next2 {
  background-size: cover;
  position: absolute;
  bottom: 24px;
  width: 50.515px;
  height: 50.515px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_button_prev2,
  .foodservice_product_detail .swiper_box2 .swiper_button_next2 {
    width: 49.02px;
    height: 49.02px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_button_next2 {
  background-image: url(/library/img/foodservice/product/next_02.png);
  right: 49px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_button_next2 {
    right: 22px;
  }
}
.foodservice_product_detail .swiper_box2 .swiper_button_prev2 {
  background-image: url(/library/img/foodservice/product/prev_02.png);
  left: 62px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .swiper_box2 .swiper_button_prev2 {
    left: 22px;
  }
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__overview {
    width: 694px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 641px) and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__overview {
    padding-top: 100px;
  }
}
.foodservice_product_detail .foodservice_product_detail__amazon {
  padding-top: 26px;
  padding-bottom: 62px;
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow {
  padding: 5px;
  transition: ease 0.3s;
  border-radius: 10px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow:hover {
  background-image: conic-gradient(from 352deg, #75b436 0deg 15deg, #f6c243 15deg 30deg, #e79b37 30deg 45deg, #ee1d23 45deg 60deg, #bd5698 60deg 75deg, #409040 75deg 90deg, #75b436 90deg 105deg, #f6c243 105deg 120deg, #e79b37 120deg 135deg, #ee1d23 135deg 150deg, #bd5698 150deg 165deg, #409040 165deg 180deg, #75b436 180deg 195deg, #f6c243 195deg 210deg, #e79b37 210deg 225deg, #ee1d23 225deg 240deg, #bd5698 240deg 255deg, #409040 255deg 270deg, #75b436 270deg 285deg, #f6c243 285deg 300deg, #e79b37 300deg 315deg, #ee1d23 315deg 330deg, #bd5698 330deg 345deg, #409040 345deg);
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow:hover a {
  box-shadow: none;
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__amazon__rainbow {
    width: 322px;
    height: 77px;
  }
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow__inner {
  border-radius: 10px;
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 13px;
  background: #fff;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__amazon__rainbow__inner {
    box-shadow: 3px 2px 8px 0px #C9C9C9;
  }
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow a {
  box-shadow: none;
}
.foodservice_product_detail .foodservice_product_detail__amazon__rainbow:hover {
  border-radius: 10px;
}
.foodservice_product_detail .foodservice_product_detail__amazon__img {
  width: 230px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__amazon__img {
    width: 200px;
    height: auto;
  }
}
.foodservice_product_detail .elm_btn_link_02 {
  display: flex;
  justify-content: space-between;
  overflow: auto;
}
.foodservice_product_detail .elm_btn_link_02__item {
  width: 50%;
  text-align: center;
}
.foodservice_product_detail .elm_btn_link_02__item .elm_btn_link_02__item__link {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foodservice_product_detail .elm_btn_link_02__item .elm_btn_link_02__item__link::before {
  content: "";
  width: 4px;
  height: 43px;
  border-radius: 9999px;
  background: rgb(237, 237, 237);
  position: absolute;
  left: 0;
}
.foodservice_product_detail .elm_btn_link_02__item:last-of-type .elm_btn_link_02__item__link::after {
  content: "";
  width: 4px;
  height: 43px;
  border-radius: 9999px;
  background: rgb(237, 237, 237);
  position: absolute;
  right: 0;
  left: auto;
}
.foodservice_product_detail .foodservice_product_detail__banner {
  padding-top: 22px;
  padding-bottom: 45px;
  text-align: center;
}
.foodservice_product_detail .foodservice_product_detail__banner__rainbow {
  border-radius: 10px;
  padding: 5px;
  transition: ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foodservice_product_detail .foodservice_product_detail__banner__rainbow:hover {
  background-image: conic-gradient(from 352deg, #75b436 0deg 15deg, #f6c243 15deg 30deg, #e79b37 30deg 45deg, #ee1d23 45deg 60deg, #bd5698 60deg 75deg, #409040 75deg 90deg, #75b436 90deg 105deg, #f6c243 105deg 120deg, #e79b37 120deg 135deg, #ee1d23 135deg 150deg, #bd5698 150deg 165deg, #409040 165deg 180deg, #75b436 180deg 195deg, #f6c243 195deg 210deg, #e79b37 210deg 225deg, #ee1d23 225deg 240deg, #bd5698 240deg 255deg, #409040 255deg 270deg, #75b436 270deg 285deg, #f6c243 285deg 300deg, #e79b37 300deg 315deg, #ee1d23 315deg 330deg, #bd5698 330deg 345deg, #409040 345deg);
}
.foodservice_product_detail .foodservice_product_detail__banner__rainbow:hover a {
  box-shadow: none;
}
.foodservice_product_detail .foodservice_product_detail__banner__rainbow a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__banner__rainbow {
    width: 630px;
    height: 120px;
    margin: auto;
  }
}
.foodservice_product_detail .foodservice_product_detail__banner__img {
  width: 100%;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__banner__img {
    width: 620px;
    height: 110px;
  }
}
.foodservice_product_detail .foodservice_product_detail__product_info {
  padding-bottom: 50px;
}
.foodservice_product_detail .foodservice_product_detail__product_info__list {
  border: 1px solid #ededed;
  border-radius: 6px;
  margin-bottom: 9px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__product_info__list {
    width: 586px;
    margin-bottom: 13px;
  }
}
.foodservice_product_detail .foodservice_product_detail__product_info__term {
  background: #ededed;
  font-size: 3.7333333333vw;
  padding: 17px 18px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__product_info__term {
    font-size: 16px;
  }
}
.foodservice_product_detail .foodservice_product_detail__product_info__desc {
  font-size: 3.7333333333vw;
  padding: 17px 18px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__product_info__desc {
    font-size: 16px;
  }
}
.foodservice_product_detail .foodservice_product_detail__product_info__desc_txt {
  padding-bottom: 18.5px;
}
.foodservice_product_detail .foodservice_product_detail__recipe {
  padding-bottom: 51.5px;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 {
  overflow: hidden;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 {
    width: 100%;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_box__container3 {
  box-sizing: border-box;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  padding-left: 3px;
  overflow: hidden;
  margin: auto;
  border-radius: 4px;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 18px;
  object-fit: contain;
  padding: 5px;
  transition: ease 0.3s;
  border-radius: 8px;
  height: auto;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item:hover {
  background-image: conic-gradient(from 352deg, #75b436 0deg 15deg, #f6c243 15deg 30deg, #e79b37 30deg 45deg, #ee1d23 45deg 60deg, #bd5698 60deg 75deg, #409040 75deg 90deg, #75b436 90deg 105deg, #f6c243 105deg 120deg, #e79b37 120deg 135deg, #ee1d23 135deg 150deg, #bd5698 150deg 165deg, #409040 165deg 180deg, #75b436 180deg 195deg, #f6c243 195deg 210deg, #e79b37 210deg 225deg, #ee1d23 225deg 240deg, #bd5698 240deg 255deg, #409040 255deg 270deg, #75b436 270deg 285deg, #f6c243 285deg 300deg, #e79b37 300deg 315deg, #ee1d23 315deg 330deg, #bd5698 330deg 345deg, #409040 345deg);
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item:hover a {
  box-shadow: none;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item a {
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  display: block;
  background-color: #ffffff;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item {
    gap: 10px;
    display: block;
    border-radius: 8px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item .swiper_item_wrapper {
  height: 100%;
  background: #fff;
  border-radius: 8px;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item__img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 3px 2px 8px 0px #C9C9C9;
  vertical-align: bottom;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item__img {
    height: 252px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item__txt {
  font-size: 3.4666666667vw;
  display: block;
  padding: 0 5px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item__txt {
    font-size: 16px;
    height: auto;
    padding: 10px 18px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_item a {
  box-shadow: none;
  text-decoration: none;
  border-radius: 8px;
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_navigator {
  position: relative;
  height: 98px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_navigator {
    width: 240px;
    margin: auto;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_pagination3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 14px;
  padding-top: 40px;
  padding-left: 11px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_pagination3 {
    padding-left: 0;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper-pagination-bullet {
  width: 10.5px;
  height: 10.5px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper-pagination-bullet {
    width: 7.85px;
    height: 7.85px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper-pagination-bullet-active {
  width: 14.555px;
  height: 14.555px;
  background: #ee1d23;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_prev3,
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_next3 {
  background-size: cover;
  position: absolute;
  bottom: 24px;
  width: 50.515px;
  height: 50.515px;
  cursor: pointer;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_prev3,
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_next3 {
    width: 49.02px;
    height: 49.02px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_next3 {
  background-image: url(/library/img/foodservice/product/next_02.png);
  right: 49px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_next3 {
    right: 22px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_prev3 {
  background-image: url(/library/img/foodservice/product/prev_02.png);
  left: 62px;
}
@media screen and (min-width: 641px) {
  .foodservice_product_detail .foodservice_product_detail__recipe .swiper_box3 .swiper_button_prev3 {
    left: 22px;
  }
}
.foodservice_product_detail .foodservice_product_detail__recipe .elm_btn_link_01 {
  margin: auto;
}

.foodservice .foodservice_product_detail__product_info .modal_area {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.foodservice .foodservice_product_detail__product_info .modal_content {
  width: 300px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  padding: 20px 10px;
  cursor: auto;
  transform: scale(0);
  transition: 0.5s;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content {
    width: 970px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_content_inner {
  width: 280px;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content_inner {
    width: 750px;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_area.is_hidden {
  display: none;
}
.foodservice .foodservice_product_detail__product_info .modal_area.is_shown {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foodservice .foodservice_product_detail__product_info .close_trigger {
  position: absolute;
  background-image: url(/library/img/foodservice/product/icon_cancel.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  cursor: pointer;
  top: 3px;
  right: 7px;
  display: block;
  width: 30px;
  aspect-ratio: 1;
  background-color: #8d8d8d;
  border-radius: 9999px;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .close_trigger {
    top: 20px;
    right: 20px;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_content_ttl {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 700;
}
.foodservice .foodservice_product_detail__product_info .modal_content_txt {
  font-size: 13px;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content_txt {
    text-align: left;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_content table {
  border-collapse: collapse;
  border: 1px solid #8D8D8D;
  width: 100%;
  margin-bottom: 45px;
}
.foodservice .foodservice_product_detail__product_info .modal_content tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.foodservice .foodservice_product_detail__product_info .modal_content tr:not(:last-child) {
  border-bottom: 1px solid #8D8D8D;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content tr {
    flex-direction: row;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_content th {
  line-height: 1.4;
  background: #EDEDED;
  padding: 10px;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content th {
    width: 30%;
    font-size: 18px;
  }
}
.foodservice .foodservice_product_detail__product_info .modal_content td {
  line-height: 1.4;
  padding: 10px;
  vertical-align: middle;
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
  .foodservice .foodservice_product_detail__product_info .modal_content td {
    width: 70%;
    font-size: 14px;
    text-align-last: left;
  }
}
.foodservice .foodservice_product_detail__product_info .btn_customer {
  color: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  width: 252px;
  padding: 21px 14px;
  border-radius: 6px;
  background: url(/library/img/foodservice/common/icn_link_arrow_right.png) no-repeat right 1.5em center;
  background-size: 8px auto;
  font-size: 14px;
  text-align: left;
  margin: auto;
}/*# sourceMappingURL=style.css.map */