/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 07 2025 | 00:16:35 */
/* トップページ */

/* メインビジュアル */
@media (min-width: 769px) {
	#header_slider .video_wrap {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  object-fit: cover;
	}
}
@media (max-width: 768px) {
	#header_slider_wrap #header_slider .center_logo img {
		max-width: 300px;
	}
}

/* プラン */
@media (max-width: 768px) {
	#body .index_featured_list.num3 .featured_list .item.large .title {
		font-size: 24px;
	}
}

/* ブログ */
@media screen and (max-width: 750px) {
  #body .banner_content.num4 .catch {
    font-size: 26px;
	  white-space: nowrap;
  }
}