@charset "utf-8";
/* CSS Document */

/* google fonts */
/*@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.font_not-sans{font-family: "Noto Sans JP", sans-serif;font-optical-sizing: auto;}

/*  */
@media print {
  html ,body ,#main {height: auto !important;overflow: visible !important;}
  body {min-width:1386px;margin:0 auto;-webkit-print-color-adjust: exact;font-family: "Noto Sans JP", sans-serif;}
  body * {-webkit-print-color-adjust: exact;font-family: "Noto Sans JP", sans-serif !important;}
  #loading ,#wrapper-navbar ,#wrapper-footer-full ,#wrapper-footer ,#side_composers ,.slider_wrapper ,.edit-link,.pagetop ,.bt_to_works {display:none !important;}
  img {page-break-inside: auto; }

  /* home */
  #index-wrapper {position: relative !important;}
  #eye01 ,#anchor{display:none !important;}
  /*#comporsers ,#contents{break-before: always;}*/
  .news_post {transform:scaleX(1) !important;}
  #home_contents a{transform:translateX(0) !important;opacity:1 !important;}

  /* content */
  #sounds_player{display:none !important;}

  #composers h1.entry-title,composers h2,#composers h3 ,#inhouse h3{font-weight:800;}

}

/* Firefox hack */
@-moz-document url-prefix() {
	/* flex box や table だと、firefox では印刷時に2ページ目以降が切れる対策。*/
	.container ,.container-fruid {display:block;position: relative;}
	.row {clear:both;display:block;position: relative;}
	div[class*="col"]{display:block;float:left;}
	div[class~="col-sm-4"] ,div[class~="col-md-4"]{width:33.3%;}
	div[class~="col-sm-6"] ,div[class~="col-md-6"]{width:50%;}
	div[class~="col-sm-3"] ,div[class~="col-md-3"]{width:25%;}
	.wrapper /*,
	.row div[class~="col-sm-4"]:nth-child(3n-2) ,.row div[class~="col-md-4"]:nth-child(3n-2) ,
	.row div[class~="col-sm-6"]:nth-child(2n-1) ,.row div[class~="col-md-6"]:nth-child(2n-1) ,
	.row div[class~="col-sm-3"]:nth-child(4n-3) ,.row div[class~="col-md-3"]:nth-child(4n-3)*/{clear:both;}

	/* home */
	#home_news div[class*="col-md-6"]{height:14em;/*padding-bottom:300px !important;margin-bottom:-300px !important;*/}/* 印刷なのでoverflowは必要ない。*/

}
