@charset "UTF-8";

body,
.contents-property {
	font-family: "Noto SansJapanese Light", "Lucida Grande", "Lucida Sans Unicode", "Noto SansJapanese", “游ゴシック”, YuGothic, "ヒラギノ角ゴシック ProN", Hiragino Kaku Gothic ProN, sans-serif!important;
}



/* visible or hidden
--------------------------------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .visible-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .visible-pctb {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .visible-tbsp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .visible-sp {
    display: none !important;
  }
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }
}



.imgcap {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
	line-height: 1.2;
	font-size: 1.1rem;
	color: #222;
	color: #fff;
}



#annotation_are {
  padding: 50px 0;
}
#annotation_are .inner {
  padding: 0 60px;
}
@media only screen and (max-width: 991px) {
  #annotation_are .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  #annotation_are .inner {
    padding: 0 20px;
  }
}
#annotation_are p {
  font-size: 11px;
  line-height: 1.7;
  padding-left: 13px;
  position: relative;
}
#annotation_are p.asterisk::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}



.kv {position: relative;}
.kv p {
	color: #fff!important;
	font-size: clamp(16px, 2.2vw, 35px);
	letter-spacing: 0;
	text-shadow: 0 0 5px #000;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	z-index: 3;
}
.kv figure {position: relative;z-index: 0;}

@media only screen and (max-width: 960px) {
}
