@charset "UTF-8";

.complete~#mv_outer .mv_text{ 
transition: opacity 1s 10s ease-in-out; 
opacity: 0; 
}

#top_menu+.composite_box01 .inner_item .is-sp{
		display: none;
}
#top_menu+ .composite_box01.block_images_4 .inner_item_img {
    position: relative;
    padding-top: 0;
    height:100%;
    width: 100%;
    min-height: 130px;
    min-width: 130px;
    max-height: 200px;
    max-width: 200px;
    aspect-ratio: 1;
}
@media screen and (max-width: 480px){
      	#top_menu+.composite_box01 .wrapper_item {
  	  justify-content: space-between;
        gap:1rem;
	}
	#top_menu+.composite_box01 .inner_item{
		width:48%!important;
	}

	#top_menu+.composite_box01 .heading.block_header_4 .h {
 	   font-size: 2rem!important;
	}
}
@media screen and (max-width: 440px){
	#top_menu+.composite_box01 .inner_item_txt p{
		font-size: 1.2rem;
	}
	#top_menu+.composite_box01 .content_wrapper {
	    padding: 0 10px!important;
	}
}
