@charset "utf-8";

@media print{

#header {
	position: absolute;
	top: 0;
}
#header.hide {
  transform: none;
}
#header.scrolled-back {
  box-shadow: none;
}


.main-img {
	position: relative;
	height: 40vw;
}
.slider-box {
  margin: 0;
  max-width: 100vw;
	width: 100%;
	height: 100%;
}
.main-img .slider-box .swiper-main-img,
.main-img .slider-box .swiper-main-img .swiper-wrapper,
.main-img .slider-box .swiper-main-img .swiper-wrapper .swiper-slide {
	all: unset !important;
	width: 100% !important;
	height: 52.5vw !important;
	max-height: none !important;
	transform: none !important;
	overflow: visible !important;
	page-break-inside: avoid !important;
}
.main-img .slider-box .swiper-main-img .swiper-wrapper .swiper-slide {
    display: none !important;
}
/* 「.print-img」だけプリント（1枚目） */
.main-img .slider-box .swiper-main-img .swiper-wrapper .swiper-slide.print-img {
		display: block !important;
}
.main-img .swiper-slide-active .slide-img,
.main-img .swiper-slide-duplicate-active .slide-img,
.main-img .swiper-slide-prev .slide-img {
	animation: none !important;
	opacity: 1 !important;
}
.main-img .slide-img {
	width: 100% !important;
  height: 52.5vw !important;
}
.main-img .slide-img img {
  object-fit: cover;
	object-position: center;
  width: 100%;
	height: 100%;
}


.home-area-img {
	height: auto;
}
.home-area-img .swiper-area-img {
	display: none;
}
.home-area-img .home-area-img-print {
	display: block;
}
.home-area-img .home-area-img-print img {
	width: 100%;
}


.invisible {
	opacity: 1;
	transform: scale(1);
}
.parallax-left,
.parallax-right,
.parallax-up {
	transform: none;
}

#page-top a {
	display: none;
}
}


