@charset "UTF-8";
html {
	background-color: #fff;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	list-style: none;
	position: relative;
	margin: 0;
}

ul{
	padding:0;
}

.bold,strong {
	font-weight: 700;
}

.ct {
	display: none;
}
.pc {
	display: block;
}

a:hover{
	opacity: 0.5;
}	

#grdbase{
	background-image: url(../img/pattern.png);
	position: relative;
	margin: 0;
}

.cont01 {
	background: url(../img/cont01.png) no-repeat top;
	max-width: 1280px;
	height:775px;
  margin: 0 auto;
	position: relative;
	text-align: center;
}

.cont01 .nav_outer{
	width: 126px;
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
}
.cont01 .movie_outer{
	position: relative;
	padding-top: 120px;
}

.cont01 .movie_inner{
	width: 100%;
	margin-bottom: 30px;
}

.cont01 .thumb{
	width: 432px;
	display: inline-block;
}

.cont01 .thumb:first-child{
	padding-right: 40px;
}

.cont01 .thumb img{
width: 100%;
}

.cont01 .thumb a{ 
	position: relative;
}

.cont01 .thumb a:hover {
	top: 15px;
	opacity: 1;
}

/* modal */
.modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255,203,133,.70);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

.modal .modal_conts{
	width: 800px;
  height: auto;
  margin: 0;
  background: #fff;
  z-index: 100;
  border: solid 5px #2944a8;
  padding: 15px;
  text-align: left;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.modal .wrap_movie{
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.modal .wrap_movie .modal_movie{
	padding-top: 75%;
}
.modal .wrap_movie .modal_movie .modal_movie_body{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
  border: 0;
}

.modal .modal_close{
	text-align: right;
	margin-top: 15px;
}

.modal .modal_close .modal_close_button{
	display: inline-block;
	cursor: pointer;
	border: none;
  background-color: #fff;
}
.modal .modal_close .modal_close_button:hover{
	opacity: 0.5;
}

/* footer custumize */
.v2-ftr {
font-size: 12px;
color: #808080;
text-align: center;
}

.v2-ftr__btm{
padding: 10px 0;
overflow: hidden;
background-color: #fff;
}

.v2-ftr__btm p {
display: inline;
font-size: 12px;
}

.v2-ftr__btm__inner {
margin: 0 auto;
max-width: 960px;
width: 100%;
}

.v2-ftr img{
border: 0;
vertical-align: bottom;
margin-right: 1em;
}

/* CT */
@media screen and (max-width:1280px) {

.cont01{
	background-size: 100%;
	height: auto;
	background: url(../img/ct_cont01.png) no-repeat top;
	width: 1024px;
  height: 743px;
}

/* .cont01 .thumb{
	width: 41%;
}

.cont01 .movie_inner{
	margin-bottom: 2%;
}

.cont01 .thumb:first-child{
	padding-right: 3%;
} */

/* footer custumize */
.v2-ftr__btm{
	width: 1024px;
	margin: 0 auto;
}
	
}
