@charset "UTF-8";

#mv_outer{
	/*mvに背景とかはここを利用する*/
	position: relative;
}
#mv{
	height: auto;
	min-height: 500px;
	width: 100%;
	/*max-width: 1800px;*/
       aspect-ratio: 3 / 2;
}
#mv:after{
	/*スライドに重ねる色*/
	pointer-events: none;
	z-index: 6;
	background: rgba(58,58,58,0.3);
	background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, rgba(58,58,58,0.4) 100%); 
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(58,58,58,0.4) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(58,58,58,0.4) 100%);
}
#mv:after {
  display: none;
}
#mv .mv_text{
	height: 100%;
	align-items: flex-end;/*垂直方向中央*/
	/*text-shadow: 0 0 5px var(--i_shadow_color);*/
	width: 100% !important;
	left: 0 !important;
	bottom: 15% !important;
}
#mv .mv_text>div{
	max-width: none !important;
	box-sizing: border-box;
	width: 90%;
	color: #fff;
}
#mv .mv_text h2{
	font-size: 60px;
	line-height: 1.1;
	letter-spacing: 0.4rem;
	font-weight: 500;
	font-size: 3.8rem !important;
	position: relative;
	display: inline-block;
}
#mv .mv_text p{
	padding-top: 10px;
	font-size: 1.9rem;	
	font-weight: 500;
	letter-spacing: 0.3rem;
}
#mv .mv_scroll{
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: 50px;
	left: calc(50% - 23px);
	border-radius: 100%;
	box-sizing: border-box;
	transition: .3s ease-in-out;
	display: none;
}
#mv .mv_scroll:hover{
	transform: translateY(4px);
}
#mv .mv_scroll a{
	text-indent: -9999px;
	line-height: 0;
}
#mv .mv_scroll a::before {
    border-right: 1px solid rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.7);
	width: 16px!important;
    height: 16px!important;
    position: absolute;
    top: 11px!important;
    left: 13px!important;
}
@keyframes ScrollCircle {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 40px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#mv .mv_pointer{
	width: 150px;
	position: absolute;
	bottom: 30px;
	left: 5%;
	padding: 0;
	text-align: left;
}
#mv .mv_pointer li{
	margin: 0 30px 0 0;
	width: 5px;
	height: 0;
}
#mv .mv_pointer li:last-of-type{
	margin: 0;
}
#mv .mv_pointer li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
	margin-top: 10px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	border-radius: 50px;
}
#mv .mv_pointer li.current{
	width: 5px !important;
}
#mv .mv_pointer li.current:before{
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(255, 255, 255, 0.9);
}
#mv .mv_arrow{
	display: none;
}
@media screen and (max-width: 1400px){
	#mv .mv_scroll{
		display: none;
	}
}
@media screen and (max-width: 900px){
	#mv .mv_text p{
		padding-top: 5px;
		letter-spacing: 0.1rem;
		font-size: 1.6rem;
	}
	#mv_outer{
		padding-top: 0;
	}
	#mv .mv_text h2{
		letter-spacing: 0.1rem;
	}
	#mv:after{
		background: rgba(58,58,58,0.25);
	}
}
@media screen and (max-width: 600px){
	#mv .mv_text h2{
		line-height: 1.5;
	}
}
@media screen and (max-width: 650px){
	#mv .mv_text h2{
		font-size: 5.8vw !important;
	}
}
@media screen and (max-width: 480px){
	#mv .mv_text > div{
		width: 90%;
	}
}

a#mv_top + section {
    padding: 115px 0 50px;
}
@media screen and (max-width: 900px){
    a#mv_top + section {
        padding: 95px 0 25px;
    }
}
a#mv_top + section img {
    width: 50% !important;
}
a#top_studio_2 + section .inner_item_txt {
    /*flex-basis: 100%;*/
    max-width: 100%;
    padding-left: 20px;
}
/*修正*/
a#top_studio_2 + section .inner_item_txt{
  width: 50%;
}
#top_studio_2+.contents_box01>.content_wrapper>.wrapper_item>.inner_item_txt{
  padding-bottom: 0;
}
#top_studio_2 + .contents_box01.valign-center .wrapper_item{
  align-items: flex-end;
}
@media screen and (max-width: 900px){
  #top_studio_2+.contents_box01>.content_wrapper>.wrapper_item> .inner_item_img{
    width: 100%;
  }
  a#top_studio_2 + section .inner_item_txt{
    width: 100%;
  }
}

/*修正*/
body:not(#photoid) header#pattern4 .logo{
  display: none;
}
/*修正*/
#mv_top + .contents_box01.block_image_1 .wrapper_item .inner_item_img:nth-last-of-type(1){
  line-height: 1;
}

/*ヘッダー下ロゴ修正*/
a#mv_top + section img {
    width:  55% !important;
}

/*バナー追加（PC/SPの表示切り替え）*/
@media screen and (min-width: 901px){
    #top_banner_sp + section{
        display: none;
    }
}
@media screen and (max-width: 900px){
    #top_banner_pc + section{
        display: none;
    }
}


