/*-------------------------*/
/*印刷設定
/*-------------------------*/

@media print{
  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  html,body{
    width: 1100px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.95);
    transform-origin: center top;
    size: A4 landscape;
  }
  .wrapper {
    display: block;
  }
  header,
  .footer_body,
  #cookie_agree,
  #head_space,
  #breadcrumb,
  .cta,
  .menu_area,
  .cont_menu,
  #pagetop,
  .lineup_btn,
  .center_link {
    display: none !important;
  }
  #photo .photo_det {
    padding-bottom: 40px;
  }
  .slide_up {
    transform: translate(0, 0);
    opacity: 1;
  }
  .print_block {
    break-inside: avoid;
  }
}

