@charset "utf-8";

/*
theme Name: Rielテーマ
Author:
Description: Rielテーマ
version： 1.0.0
*/

.sp-hidden {
	display: block;
}
@media screen and (max-width: 767px) {
	.sp-hidden {
		display: none;
	}
}

.nowrap {
	white-space: nowrap;
}

.fv {
  position: relative;
  overflow: hidden;
}

@media (width <= 767px) {
	.fv {
		max-height: 620px;
	}
}

.fv::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 2;
}

.fv_content,
.fv_popup {
  z-index: 3;
}

p {
	word-break: auto-phrase;
}