@charset "UTF-8";

/*------------------画像修正_251023------------------*/
#-w-sp + section {
  display: none;
}
@media screen and (max-width: 768px) {
  #-w-sp + section {
    display: block;
  }
  #-w-pc + section {
    display: none;
  }
}

/*------------------フォントサイズ修正_251023------------------*/
a[id^="hd"]+section .heading.block_header_2 .h {
	font-size: 4rem!important;
}
.index .heading.block_header_1 p,
.index .heading.block_header_6 .h {
  font-size: 4rem !important;
}
#c3+div .heading.block_header_4 .h{
	font-size: 3rem !important;
}
@media screen and (max-width: 800px){
  a[id^="hd"]+section .heading.block_header_2 .h {
	font-size: 2.8rem !important;
  }
  .index .heading.block_header_1 p,
  .index .heading.block_header_6 .h {
    font-size: 2.8rem !important;
  }
  #c3+div .heading.block_header_4 .h{
	font-size: 2.8rem !important;
  }
}

/* MV調整(2025/11/18) */
#mv,
#mv .mv_mp4,
#mv .mv_mp4 video{
	height: auto;
	max-height: initial !important;
}
@media screen and (max-width: 125vh){
	#mv.mv_mp4_cover {
		height: auto !important;
		min-height: 0 !important;
	}
}