@page {
    size: A4 portrait;
    margin: 0mm;
}

@media print {
/*.page{
	width: 210mm;
	height: 297mm;
	box-sizing: border-box;
	padding: 20mm;
	page-break-after: always;
}
.page:last-child{
	page-break-after: auto;
}*/
#head-g .sub {
	font-size: 1.6rem;
}
#head-g .sub-2 {
	display: none;
}
#head-g {
	justify-content: center;
}
#head-g h1 img {
	height: 100px;
	width: auto;
}
#g-nav {
	display: none;
}

ul {
	list-style: none;
}
/*h1 img {
	display: block;
	height: 70px;
}*/ 

#container { width: 100%;}
#top-image {
	display: none;
}
#pickup {
	width: 100%;
}
#others {
	width: 100%;
}
.topics-area #pickup {
	width: 100%;
	margin-bottom: 10rem;
}

.topics-area #others {
	width: 100%;
}

.misc-L img.ico-large {
 	width: 80px;
}
#teruko-top {
	width: 80%;
	margin: 0 10%;
}
#teruko-top .ZoomIn {
	width: 60%;
}
/*#teruko-top .ZoomIn,#teruko-top img {
	float: left;
}*/
#teruko-top .chara {
	max-height: 260px;
	width: auto;
}
#mita-info {
	display: none;
}
#message {
	clear: both;
}
.message-area {
	flex-flow: column;
}
.message-img {
	display: none;
}
.message-content {
	width: 100%;
}
#news-top {
	width:100%;
}
#news-top .news-top-area {
	width: 100%;
}

#access h2{
    right: 20%;
}
.access-area .flow,.access-area .map {
    width:100%;
}

#footer {
	flex-flow: column;
}
#footer .footer-l .footer-contact{
	height: 300px;
}

#footer .footer-r {
	display: none;
}
#footer .footer-l{
	width:100%;
}

/*.footer-contact {
	width: 100%;
}
#copyright {
	width: 100%;
}*/
.footer-contact-area h2 {
	font-size: 0.8em;
	font-weight: 500;
}
/* h2 */
#seats h2,#outline h2,#kouen h2,#about2buy h2,#news h2,#voice h2,#media h2 {
	margin-top: 0;
}
#about2buy h2 {
	font-size: 50px;
	right:23%;
}
.about2buy-area {
	width: 100%;
	padding-top: 100px;
}
.profile-area {
	width: 100%;
	padding-top: 2rem;
}
.qa-area {
	width: 100%;
	padding-top: 2rem;
}
#kouen{
    width: 100%;
	margin: 0 0 4rem 0;
}
#kouen h2{
    right:30%;
}
.kouen-area{
	padding-top: 200px;
	width: 90%;
	margin: 5rem auto;
}
.kouen-post{
break-after: always;
}
.media-area {
	width: 90%;
	margin: 0 auto;
	padding-top: 130px;
}

#news{
    width: 100%;
	margin: 0 0 4rem 0;
}
#news h2{
    right:30%;
}
#main-area .news-area {
	width: 90%;
	padding-top: 0;
}
#main-area .news-area:first-of-type{
	padding-top: 180px;
}
#voice h2 {
	right: 30%;
}
.voice-post {
	width: 50%;
	padding: 10px;
}

#footer #page-top,#footer #page-top span {
	display: none;
}


	}/*@media print*/


/**=================**/
/**アニメーション**/
/**=================**/
#container,
.fadeLeft,
.fadeRight,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 1;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 1;
	transform: none;
  }

  to {
    opacity: 1;
	transform: none;
  }
}

@keyframes fadeRightAnime{
  from {
    opacity: 1;
	transform: none;
  }

  to {
    opacity: 1;
	transform: none;
  }
}

#header{
	position:absolute;
	height: 140px;
}
@keyframes UpAnime{
  from {
    opacity: 1;
	transform: none;
  }
  to {
    opacity: 1;
	transform: none;
  }
}
@keyframes DownAnime{
  from {
    opacity: 1;
	transform: none;
  }
  to {
    opacity: 1;
	transform: none;
  }
}

.openbtn {
	display: none;
}