html {
  scroll-behavior: auto !important;
}
img {
  max-width: 100%;
}
.hover {
  transition: 0.15s all cubic-bezier(0.4, 0, 0.2, 1);
}
.hover:hover {
  opacity: 0.7;
}
@page {
  margin: 0 5mm;
  size: A4 portrait;
}
.print {
  background: #f3f4f6;
}
.print.commentDB,
.print.repeatDB,
.print.kandouDB {
  padding: 0;
  max-width: 100%;
}
.print__content {
  position: relative;
  width: 210mm;
  height: 297mm;
}
.print__content__header {
  display: flex;
  gap: 16px;
  align-items: end;
  padding: 24px 16px;
  line-height: 0;
}
.print__content__header__time {
  font-size: 10px;
  font-weight: 800;
  color: #2a3347;
}
.print__content__header__time__slash {
  font-weight: 500;
  color: #d7dae2;
}
.print__content__header__time__week {
  margin-left: 1em;
  font-size: 6px;
  font-weight: 600;
  color: #2a3347;
}
.print__content__header__time div {
  display: inline-block;
}
.print__content__header__shop {
  font-size: 7px;
  font-weight: 600;
  color: #2a3347;
}
.print__content__header__shop__title {
  margin-right: 1em;
  font-size: 6px;
  font-weight: 600;
  color: #9799a0;
}
.print__content__footer {
  position: relative;
  width: 100%;
  height: 132px;
  padding: 16px;
  background: #fff;
}
.print__content__footer__title {
  margin-left: 0.25em;
  font-size: 13px;
  font-weight: 800px;
  color: #19b746;
}
.print__content__footer__text {
  border: none;
  width: 100%;
  height: 70px;
  font-size: 12px;
}
.print__content__inner {
  padding: 16px;
}
.print__content__inner__hapimaru {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
  aspect-ratio: 1108 / 216;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.print__content__inner__hapimaru__text {
  width: 637px;
  margin: 0 0;
  padding: 13px;
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.4;
  color: #2a3347;
}
.print__content__inner__hapimaru.--score_s {
  background-image: url(/assets/img/print/hapimaru_s.png);
}
.print__content__inner__hapimaru.--score_a {
  background-image: url(/assets/img/print/hapimaru_a.png);
}
.print__content__inner__hapimaru.--score_b {
  background-image: url(/assets/img/print/hapimaru_b.png);
}
.print__content__inner__hapimaru.--score_c {
  background-image: url(/assets/img/print/hapimaru_c.png);
}
.print__content__inner__hapimaru.--score_d {
  background-image: url(/assets/img/print/hapimaru_d.png);
}
.print__content__inner__advice {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  border-radius: 15px;
  aspect-ratio: 563 / 133;
  background: #fff;
  padding: 13px;
}
.print__content__inner__advice__title {
  font-size: 12px;
  font-weight: 600;
  color: #2a3347;
}
.print__content__inner__advice__text {
  margin: 0;
  font-size: 8.5px;
  font-weight: 600;
  color: #2a3347;
}
.print__content__inner__advice::after {
  display: block;
  position: absolute;
  top: -31px;
  right: 10px;
  content: "";
  background-image: url(/assets/img/print/lamp.png);
  background-size: 100% auto;
  width: 70px;
  height: 83px;
}
.print__content .kandouDB__separate {
  width: 1360px;
  zoom: 0.56;
}
.print__content .kandouDB__happiness {
  margin-bottom: 24px;
}
.print__content .kandouDB__happiness__inner__result__item__smile--rankA i {
  left: -20px;
  bottom: 10px;
  background-image: url(/assets/img/happiness/smile04.png);
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__happiness__inner__result__item__smile--rankB i {
  left: -20px;
  bottom: 10px;
  background-image: url(/assets/img/happiness/smile03.png);
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__happiness__inner__result__item__smile--rankC i {
  left: -20px;
  bottom: 10px;
  background-image: url(/assets/img/happiness/smile02.png);
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__happiness__inner__result__item__smile--rankD i {
  left: -20px;
  bottom: 10px;
  background-image: url(/assets/img/happiness/smile01.png);
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__impressed {
  margin-bottom: 24px;
}
.print__content .kandouDB__impressed__inner__result__item__heart--rankA i {
  left: -20px;
  bottom: 5px;
  background-image: url(/assets/img/impressed/heart05.png) !important;
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__impressed__inner__result__item__heart--rankB i {
  left: -20px;
  bottom: 5px;
  background-image: url(/assets/img/impressed/heart04.png) !important;
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__impressed__inner__result__item__heart--rankC i {
  left: -20px;
  bottom: 5px;
  background-image: url(/assets/img/impressed/heart03.png) !important;
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__impressed__inner__result__item__heart--rankD i {
  left: -20px;
  bottom: 5px;
  background-image: url(/assets/img/impressed/heart02.png) !important;
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__impressed__inner__result__item__heart--rankE i {
  left: -20px;
  bottom: 5px;
  background-image: url(/assets/img/impressed/heart01.png) !important;
  background-size: 360px auto;
  background-repeat: no-repeat;
}
.print__content .kandouDB__prosperity {
  width: 1360px;
  zoom: 0.56;
  margin-bottom: 24px;
}
.print__content .kandouDB__graph {
  width: 1360px;
  transform-origin: top left;
}
.print__content .kandouDB__graph.scale {
  zoom: 0.56;
}
.print__content .kandouDB__customer {
  width: 1360px;
  zoom: 0.56;
}
.print__content .commentDB__summary {
  width: 1360px;
  zoom: 0.56;
}
.print__content .commentDB__voices__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.print__content .commentDB__voices__header__title h2 {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #2a3347;
}
.print__content .commentDB__voices__header__title h2 span {
  margin-left: 6px;
  font-size: 8px;
  font-weight: 600;
  color: #9799a0;
}
.print__content .commentDB__voices__header__nav {
  display: none;
}
.print__content .commentDB__voices__header__select {
  display: none;
}
.print__content .commentDB__voices__date {
  font-size: 10px;
  font-weight: 600;
  color: #2a3347;
}
.print__content .commentDB__voices__notice {
  display: none;
}
.print__content .commentDB__voices__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 -5px 50px;
}
.print__content .commentDB__voices__list__item {
  position: relative;
  width: 180px;
  height: 107px;
  padding: 16px 16px 0 16px;
  background-image: url(/assets/img/comment/priority3@2x.png);
  background-position: center top;
  background-size: 185px auto;
  background-repeat: no-repeat;
}
.print__content .commentDB__voices__list__item__close {
  display: none;
}
.print__content .commentDB__voices__list__item__date {
  margin-bottom: 5px;
  text-align: right;
  font-size: 6px;
  font-weight: 800;
  color: #a4a4a4;
}
.print__content .commentDB__voices__list__item__text {
  font-size: 8px;
  font-weight: 600;
  line-height: 1.7;
  color: #2a3347;
}
.print__content .commentDB__voices__list__item.is-faded {
  opacity: 0;
}
.print__content .commentDB__voices__list__item.priority1 {
  grid-row: span 2;
  width: 180px;
  height: 214px;
  background-image: url(/assets/img/comment/priority1@2x.png);
  background-size: 185px auto;
}
.print__content .commentDB__voices__list__item.priority1 .commentDB__voices__list__item__date {
  margin-bottom: 8px;
  color: #232428;
}
.print__content .commentDB__voices__list__item.priority1 .commentDB__voices__list__item__text {
  font-size: 16px;
  line-height: 1.5;
}
.print__content .commentDB__voices__list__item.priority1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 29px;
  background-image: url(/assets/img/icon/priority1@2x.png);
  background-size: 32px auto;
  animation-duration: 10ms;
  animation-delay: 10ms;
}
.print__content .commentDB__voices__list__item.priority2 {
  grid-row: span 2;
  width: 180px;
  height: 214px;
  background-image: url(/assets/img/comment/priority2@2x.png);
  background-size: 185px auto;
}
.print__content .commentDB__voices__list__item.priority2 .commentDB__voices__list__item__date {
  margin-bottom: 8px;
  color: #232428;
}
.print__content .commentDB__voices__list__item.priority2 .commentDB__voices__list__item__text {
  font-size: 16px;
  line-height: 1.5;
}
.print__content .commentDB__voices__list__item.priority2::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 16px;
  width: 14px;
  height: 13px;
  background-image: url(/assets/img/icon/priority2@2x.png);
  background-size: 14px auto;
  animation-duration: 10ms;
  animation-delay: 10ms;
}
.print__content .commentDB__voices__more {
  display: none;
}
.print__content .repeatDB__evaluation {
  zoom: 0.56;
}
.print__content .repeatDB__sales {
  zoom: 0.56;
}
.print .kandouDB__customer__inner__good {
  background: #fff;
}
.print .kandouDB__customer__inner__bad {
  background: #fff;
}
.print .commentDB__summary__data__rating__list__item__detail__graph__scale::after,
.print .commentDB__summary__data__total__count,
.print .commentDB__summary__graph__inner__chart__scale,
.print .kandouDB__customer__inner__bad__list__item__detail__graph__scale::after,
.print .kandouDB__customer__inner__good__list__item__detail__graph__scale::after,
.print .kandouDB__customer__inner__result__list__item__detail__graph__scale::after,
.print .kandouDB__graph__inner__subList__item__inner__chart__item,
.print .kandouDB__happiness__inner__result__item__group__score,
.print .kandouDB__impressed__inner__result__item__group__score {
  text-shadow: none !important;
  box-shadow: none !important;
}
