@charset "UTF-8";
.popup {
  display: none;
  width: 150px;
  height: 155px;
  position: fixed;
  right: 19px;
  bottom: 90px;
  z-index: 999;
}
html[data-browse-mode="S"] .popup {
  display: none;
  width: 121px;
  height: 125px;
  position: fixed;
  right: 8px;
  bottom: 70px;
  z-index: 99;
}
.popup_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.popup_hide {
  position: absolute;
  top: 4px;
  left: -14px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background: url("/img/usr/common/popup_close.png") no-repeat center/contain;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  cursor: pointer;
}
.popup_hide:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.popup_hide:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
html[data-browse-mode="S"] .popup_hide {
  position: absolute;
  top: 0px;
  left: -10px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background: url("/img/usr/common/popup_close.png") no-repeat center/contain;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  cursor: pointer;
}
body:has(.block-line_2022) .popup {
  display: none !important;
}
body:has(.new_recipe_content) .popup {
  left: 40px;
  right: auto;
}
html[data-browse-mode="S"] body:has(.new_recipe_content) .popup {
  left: 14px;
  right: auto;
}
body:has(.pr7_body) .popup,
body:has(.pb_body) .popup {
  left: 19px;
  right: auto;
}
html[data-browse-mode="S"] body:has(.pr7_body) .popup,
html[data-browse-mode="S"] body:has(.pb_body) .popup {
  left: 14px;
  right: auto;
}
body:has(.pr7_body) .popup_inner,
body:has(.pb_body) .popup_inner {
  margin-left: calc((100vw - 1333px) / 2);
}
html[data-browse-mode="S"] body:has(.pr7_body) .popup_inner,
html[data-browse-mode="S"] body:has(.pb_body) .popup_inner {
  margin: 0;
}