@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　press
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.header .logo{
    display: block !important;
   	width: 220px;
		margin: 15px;	 
  }
.header .logo2{
   	display: none !important;	 
  }

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* press
-----------------------------------------------------------------*/
.press{
	padding: 200px 0 100px;
}
.press-hd{
	margin-bottom: 50px;
}
.press-hd h3{
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: normal;
    text-align: center;
}
.press-hd h3 span{
	font-size: 1.5rem;
}
.press-hd ul{
	text-align: right;
	font-size: 1.4rem;
}
.press-hd ul li:nth-child(n+2){
	margin-top: 5px;
}
.press .txt{
	margin-bottom: 50px;
	line-height: 1.8;
}

.press_photo{
    margin-bottom: 80px;
}
.press_photo ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.4rem;
}

.press_photo ul li:first-child{
    width: 65%;
}
.press_photo ul li:last-child{
    width: 29%;
}
.press_photo ul li ul{
    display: flex;
    flex-wrap: wrap;
}
.press_photo ul li:last-child ul li{
    width: 100%;
    margin-bottom: 20px;
}

.press_movie{
    max-width: 960px;
    max-height: 540px;
    background-color: #000;
    margin: auto;
}
video.vid_movie{
    width: 100%;
    max-width: 960px;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.header .logo{
    display: block !important;
   	width: 150px;
		margin: 15px;	 
  }
    
/* press
-----------------------------------------------------------------*/
	.press{
		padding: 150px 0 40px;
	}
	.press h2{
		margin-bottom: 30px;
	}
    .press-hd{
	    margin-bottom: 0px;
    }
	.press-hd h3{
        margin-bottom: 30px;
		font-size: 2.0rem;
	}
    .press-hd h3 span{
	   font-size: 1.3rem;
    }
	.press-hd ul{
		font-size: 1.2rem;
	}
	.press .txt{
		font-size: 1.4rem;
	}
    
    .press_photo{
        margin-bottom: 50px;
    }
    .press_photo ul li:first-child{
        width: 100%;
        margin-bottom: 5vw;
    }
    .press_photo ul li:last-child{
        width: 100%;
    }
    .press_photo ul li:last-child ul li{
        width: 100%;
        margin-bottom: 5vw;
    }
    


}