
html {
	font-size: 62.5%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
}
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}
hr{
	border: 0;
	border-bottom:1px dotted rgba(255,255,255,0.5);
}

/* Custom CSS
 * --------------------------------------- */
body{
	color: #000;
}
p{
	font-size:1.4rem;
}
.table{
	display:table;
	min-height:100%;
	width:100%;
}
.table-cell{
	display:table-cell;
	vertical-align:middle;
}
.fullpage-wrapper{
	min-width:1000px;
}
.section{
	text-align:center;
	min-width:1000px;
	min-height:674px;
}
#menubtn{
	position:fixed;
	width:42px;
	height:42px;
	top:33px;
	right:10px;
	z-index:80;
	cursor:pointer;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#menubtn img{
	width:100%;
	height:auto;
}
.side-open {
	-webkit-transform: translate3d(-233px, 0, 0);
	transform: translate3d(-233px, 0, 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.sopen{
	-webkit-transform: translate3d(-85px, 0, 0);
	transform: translate3d(-85px, 0, 0);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#menu{
	position:fixed;
	top:0;
	right:-233px;
	height: 100%;
	z-index: 70;
	width: 233px;
	padding: 0;
	margin:0;
	background-color:rgba(1,42,124,0.8);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow:hidden;
	overflow-y:auto;
}
#menu ul{
	width:100%;
	display:inline-block;
}
#menu li {
	display:inline-block;
	width:100%;
	margin: 0;
	color: #fff;
}
#menu li img{
	width:100%;
	height:auto;
}
#menu li:nth-child(1) {
	margin-top:40%;
}
#menu li.active{
	background: rgba(255,255,255, 0.2);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #fff;
}
#menu li.active a:hover{
	color: #fff;
}
#menu li:hover{
	background: rgba(1,42,124,1);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}



/* common
 * --------------------------------------- */
.section{
	background-size:cover !important;
}
.nextpage{
	background:url(../images/co_down.png) center center no-repeat;
	background-size:contain;
	display:block;
	position:absolute;
	width:2.08%;
	height:3.70%;
	top:95.74%;
	left:49.01%;
}
.nextpage a{
	display:block;
	width:100%;
	height:auto;
	text-indent:-9999px;
}
/* section1
 * --------------------------------------- */
#section1{
	background:url(../images/01.jpg) center 26px no-repeat;
	position:relative;
}
#social_area2{
	position:absolute;
	top:0;
	left:0;
	height:28px;
}
#section1 h1{
	display:block;
	position:absolute;
	width:51.20%;
	height:33.61%;
	/*top:43.33%;*/
	top:38%;
	left:24.43%;
	font-size:0;
}
#section1 h2{
	display:block;
	position:absolute;
	width:4.06%;
	height:24.35%;
	top:9.81%;
	left:69.06%;
	font-size:0;
}
#section1 .copyright{
	position:absolute;
	width:42.81%;
	height:14.35%;
	top:76.94%;
	left:28.44%;
}
#section1 h1 img,
#section1 h2 img,
#section1 .copyright img,
#section1 div img{
	width:100%;
	height:auto;
}
#section1 .banner{
	position:absolute;
	top:20px;
	left:20px;
	width:230px;
	display:inline-block;
}
#section1 .banner li{
	width:230px;
	display:inline-block;
	margin-bottom:10px;
}



/* section2
 * --------------------------------------- */
#section2{
	background:url(../images/02.jpg) top center no-repeat;
}
#section2 h2{
	position:absolute;
	display:block;
	width:7.81%;
	height:2.78%;
	top:11.76%;
	left:13.54%;
}
#section2 h2 img{
	width:100%;
	height:auto;
}
#section2 .base{
	background-color:rgba(255,255,255,0.8);
	width:73.23%;
	height:71.57%;
	top:16.57%;
	left:13.39%;
	position:absolute;
	display:block;
	padding:2%;
}
#section2 .base #content-a{
	width:100%;
	height:100%;
	display:block;
	text-align:left;
}

#section2 .base #content-a dl{
	border-top:1px solid #999999;
	margin-bottom:2em;
}
#section2 .base #content-a dt{
	font-size:1.5rem;
	text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	border-top:1px solid rgba(255,255,255,0.9);
	width:100%;
}
#section2 .base #content-a dt span{
	color:#000;
	text-decoration:underline;
	display:block;
	border-bottom:1px solid #999999;
	padding-top:0.5em;
	padding-bottom:0.5em;
	cursor:pointer;
}
#section2 .base #content-a dt.st span{
	text-decoration:none;
	color:#FFFF00;
	text-shadow:none;
	padding:0.5em;
	border-bottom:1px solid transparent;
	background-color:rgba(1,42,124,0.9);
}
#section2 .base #content-a dd{
	display:none;
	border-bottom:1px solid #999999;
	padding:1.5em 1.5em 0 1.5em;
	color:#fff;
	background-color:rgba(1,42,124,0.8);
}
#section2 .base #content-a dd a{
	text-decoration:underline;
	color:#FFFF00;
}
#section2 .base #content-a dd h3{
	color:#FFFF00;
	font-size:1.4rem;
	margin-bottom:0.8em;
	font-weight:bold;
	border-bottom:1px dotted rgba(255,255,255,0.8);
}
#section2 .base #content-a dd p{
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:1.5em;
	display:inline-block;
	width:100%;
}
#section2 .base #content-a dd hr{
	margin-bottom:1.5em;
}
#section2 .base #content-a dd p.nowd{
	width:auto;
}
#section2 .base #content-a dd strong{
	color:#FFFF00;
}
#section2 .base #content-a dd ul,
#section2 .base #content-a dd ol{
	font-size:1.4rem;
	line-height:1.8;
	margin-bottom:1.5em;
}
#section2 .base #content-a dd ol{
	margin:inherit;
	padding:inherit;
	list-style:decimal;
	margin-top:0;
	padding-top:0;
}
#section2 .base #content-a dd ol li{
	margin:inherit;
	padding:inherit;
	list-style:decimal;
	margin-top:0;
	padding-top:0;
}
#section2 .base #content-a dd img{
	max-width:100%;
	height:auto;
}
#section2 .base #content-a dd table{
	border-collapse:collapse;
	margin-bottom:1.5em;
}
#section2 .base #content-a dd table td,
#section2 .base #content-a dd table th{
	font-size:1.2rem;
	border:1px solid #fff;
	padding:0.2em 0.5em;
	text-align:center;
}
#section2 .base #content-a dd table.nobd td,
#section2 .base #content-a dd table.nobd th{
	font-size:1.4rem;
	border:none;
	text-align:left;
	vertical-align:top;
}
#section2 .base #content-a dd table.nobd th{
	white-space:nowrap;
}
#more{
	width:100%;
	text-align:center;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	border-radius:5px;
	padding:0.2em;
	display:block;
	margin-bottom:2em;
	display:none;
}



/* section3
 * --------------------------------------- */
#section3{
	background:url(../images/03.jpg) top center no-repeat;
}
#section3 h2{
	position:absolute;
	display:block;
	width:22.66%;
	height:3.33%;
	top:11.76%;
	left:13.54%;
}
#section3 h2 img{
	width:100%;
	height:auto;
}
#section3 .base{
	width:44.27%;
	height:73.15%;
	top:15.93%;
	left:13.54%;
	position:absolute;
	display:block;
	padding:20px 0;
}
#section3 .base #content-b{
	width:100%;
	height:100%;
	display:block;
	text-align:left;
}
#section3 .base h3{
	font-size:2rem;
	color:#FFFF00;
}
#section3 .base h3 + p{
	padding-top:1em;
}
#section3 .base p + h3{
	padding-top:1em;
}
#section3 .base p{
	line-height:1.8;
	margin-bottom:2em;
	color:#fff;
}




/* section4
 * --------------------------------------- */
#section4{
	background:url(../images/04.jpg) top center no-repeat;
}
#section4 h2{
	display:block;
	width:9.69%;
	height:3.24%;
	margin:0 auto 10px auto;
}
#section4 h2 img{
	width:100%;
	height:auto;
}
#section4 .base{
	width:100%;
	margin:0 auto 0 auto;
	display:block;
}
#section4 .section4_base{
	background-color:rgba(51,51,51,0.7);
	width:73.23%;
	padding:2em;
	margin:0 auto 0 auto;
	display:block;
}
#section4 .base #content-c{
	width:90%;
	height:50%;
	display:block;
	text-align:left;
	margin:5em 0 0 5%;
}
#section4 .base #content-c p{
	line-height:1.8;
	margin-bottom:2em;
	color:#fff;
	text-shadow:0px 0px 1px rgba(0,0,0,0.9);
}





/* section5
 * --------------------------------------- */
#section5{
	background:url(../images/05.jpg) top center no-repeat;
}
#section5 h2{
	position:absolute;
	display:block;
	width:17.92%;
	height:3.24%;
	top:7.96%;
	left:42.45%;
}
#section5 h2 img{
	width:100%;
	height:auto;
}
#section5 .base{
	width:73.23%;
	height:76.85%;
	top:13.52%;
	left:13.39%;
	position:absolute;
	display:block;
	min-width:1000px;
	min-height:590px;
}
#section5 .base #content-5 .fixtable{
	width:100%;
	height:auto;
	display:inline-block;
	position:relative;
	min-width:1000px;
	min-height:590px;
}
#section5 .base .row{
	display:table;
	width:100%;
	height:44.10%;
}
#section5 .base .row:nth-child(1){
	height:55.90%;
	margin-bottom:10px;
}
#section5 .base .row:nth-child(2){
	height:44.10%;
}
#section5 .base .cell{
	display:table-cell;
	vertical-align:top;
	height:100%;
	width:25%;
}
#section5 .base .row::nth-child(1) .cell{
	width:33%;
}
#section5 .base .row .cell:nth-child(1) .whitebase{
	margin-left:0;
}
#section5 .base .row .cell:nth-child(2) .whitebase{
	margin-left:auto;
	margin-right:auto;
}
#section5 .base .row .cell:nth-child(3) .whitebase{
	margin-left:auto;
	margin-right:auto;
}
#section5 .base .row .cell:nth-child(4) .whitebase{
	margin-left:5%;
	margin-right:0;
}
#section5 .base .row::nth-child(1) .cell:nth-child(1) .whitebase{
	margin-left:0;
}
#section5 .base .row::nth-child(1) .cell:nth-child(2) .whitebase{
	margin-left:auto;
	margin-right:auto;
}
#section5 .base .row::nth-child(1) .cell:nth-child(3) .whitebase{
	margin-left:5%;
	margin-right:0;
}
#section5 .base .cell .whitebase{
	background-color:#fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	padding:8%;
	width:90%;
	height:115%;
	display:block;
}
#section5 .base .row::nth-child(1) .cell .whitebase{
	width:95%;
}
#section5 .base .cell .whitebase img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
#section5 .base .cell .whitebase h3{
	margin-bottom:5px;
	font-size:1.4rem;
}
#section5 .base .cell .whitebase p{
	font-size:1.1rem;
	text-align:left;
}





/* section6
 * --------------------------------------- */
#section6{
	background:url(../images/06.jpg) top center no-repeat;
}
#section6 h2{
	position:absolute;
	display:block;
	width:9.79%;
	height:3.24%;
	top:7.96%;
	left:45.05%
}
#section6 h2 img{
	width:100%;
	height:auto;
}
#section6 #moviecontents{
	position:inherit;
	width:50%;
	min-width:800px;
	height:auto;
	top:inherit;
	bottom:inherit;
	left:inherit;
	margin:0 auto;
	display:inline-block;
}
#section6 #moviecontents .ytube {
    width: 90%;
	height:100%;
	display:block;
    margin: 15px auto;
	position:relative;
}
#section6 #moviecontents .ytube:before{
	padding-top:56.25%;
	content:"";
	width:100%;
	height:auto;
	display:block;
}
#section6 #moviecontents .ytube iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
#section6 #moviecontents #thumbnail{
	display:table;
	width:100%;
	margin:0 auto;
}
#section6 #moviecontents #thumbnail li{
    display:table-cell;
    width: 25% !important;
	vertical-align:top;
    padding: 5px 20px 0 20px;
	color:#fff;
	font-size:1.4rem;
}
#section6 #moviecontents #thumbnail li img{
	width:100%;
	height:auto;
}

#section6 #moviecontents #thumbnail li:nth-child(1){
	padding:2.5% 5% 0 0;
}
#section6 #moviecontents #thumbnail li:nth-child(2){
	padding:2.5% 2.5% 0 2.5%;
}
#section6 #moviecontents #thumbnail li:nth-child(3){
	padding:2.5% 2.5% 0 2.5%;
}
#section6 #moviecontents #thumbnail li:nth-child(4){
	padding:2.5% 0 0 5%;
}

/* section7
 * --------------------------------------- */
#section7{
	background:url(../images/07.jpg) top center no-repeat;
}

#section7 h2{
	position:absolute;
	display:block;
	width:15.89%;
	height:2.78%;
	/*top:11.76%;*/
	top:26.76%;
	left:13.54%;
}
#section7 h2 img{
	width:100%;
	height:auto;
}
#section7 .base{
	background-color:rgba(255,255,255,0.7);
	width:73.23%;
	/*height:71.57%;*/
	height:32%;
	/*top:16.57%;*/
	top:31.57%;
	left:13.39%;
	position:absolute;
	display:block;
	padding:2%;
}
#section7 .base #content-d{
	width:100%;
	height:100%;
	display:block;
	text-align:left;
}
#section7 .base #content-d h3{
	font-size:1.8rem;
	text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	border-bottom:1px solid #999999;
}
#section7 .base #content-d h3 + h4{
	border-top:1px solid rgba(255,255,255,0.9);
	padding-top:1em;
}
#section7 .base #content-d p{
	text-shadow:1px 1px 1px rgba(255,255,255,0.9);
	line-height:1.8;
	margin-bottom:2em;
}
#section7 .base #content-d h4{
	font-size:1.4rem;
	font-weight:bold;
	padding-top:1em;
}
/* section8
 * --------------------------------------- */
#section8{
	background:url(../images/08.jpg) top center no-repeat;
}
#section8 h2{
    position: absolute;
    display: block;
	width:11.88%;
	height:3.24%;
	top:11.76%;
	left:13.54%

}
#section8 h2 img{
	width:100%;
	height:auto;
}
#section8 .base{
	background-color:rgba(0,0,0,0.7);
	width:73.23%;
	height:71.57%;
	top:16.57%;
	left:13.39%;
	position:absolute;
	display:block;
	padding:20px;
	color:#fff;
}
#section8 .base #content-e{
	width:90%;
	height:77.10%;
	display:block;
	text-align:left;
	margin:5em 0 0 5%;
}
#section8 .base #content-e h3{
	font-size:1.8rem;
	color:#FFFF00;
}
#section8 .base #content-e h3 + h4{
	padding-top:1em;
}
#section8 .base #content-e p{
	line-height:1.8;
	margin-bottom:2em;
}
#section8 .base #content-e h4{
	font-size:1.4rem;
	font-weight:bold;
	padding-top:1em;
}


/* section9
 * --------------------------------------- */
#section9{
	background:url(../images/09.jpg) top center no-repeat;
}

#section9 h2{
	position:absolute;
	display:block;
	width:9.84%;
	left:3.24%;
	top:7.96%;
	left:45.10%

}
#section9 h2 img{
	width:100%;
	height:auto;
}
#section9 .base{
	width:100.00%;
	height:80.74%;
	top:13.52%;
	position:absolute;
	display:block;
	padding-bottom:  50px;
}
#section9 .base .row{
	display:table;
	width:73.23%;
	height:25%;
	margin:0 auto 10px auto;
}
#section9 .base .cell{
	display:table-cell;
	vertical-align:top;
	height:100%;
	width:50%;
}

#section9 .base .cell .whitebase{
	background-color:#fff;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.4);
	padding:10px;
	width:95%;
	height:100%;
	display:table;
}
#section9 .base .cell:nth-child{
	padding-left:5%;
}
#section9 .base .cell .whitebase .img{
	display:table-cell;
	width:26.67%;
	vertical-align:top;
	text-align:left;
}
#section9 .base .cell .whitebase .img img{
	width:auto;
	height:80%;
}
#section9 .base .cell .whitebase .txt{
	display:table-cell;
	vertical-align:top;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
}
#section9 .base .cell .whitebase .txt p{
	font-size:1.2rem;
}
#section9 .base .cell .whitebase .txt h3{
	font-size:1.6rem;
	margin-bottom:0.8em;
}
#section9 .base .cell .whitebase .txt h3 a{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}


#section9 .banner{
	position:absolute;
	top:inherit;
	bottom:15px;
	left:50%;
	width:900px;
	margin-left:-450px;
	display:table;
}
#section9 .banner li{
	width:33%;
	display:table-cell;
	margin:0 10px 0 10px;
	text-align:center;
	vertical-align:middle;
}
#section9 .banner li img{
	width:auto;
	height:auto;
}


#section5 .base #content-5,
#section9 .base #content-9{
	height:100%;
}



@media screen and (max-width: 1200px){

#section1 .banner{
	position:absolute;
	top:10px;
	bottom:inherit;
	left:10px;
	width:20%;
	display:block;
}
#section1 .banner li{
	width:100%;
	display:inline-block;
	margin:0 0 10px 0;
	text-align:center;
}
#section1 .banner li img{
	width:100%;
	height:auto;
}

#section9 .base{
	width:90%;
	left:5%;
	padding-left: 20px;
	padding-right: 20px;
}
#section5 .base,
#section9 .base{
	margin:10px auto 0 auto;
	left:5%;
	width:90%;
}
#section5 .base{
	min-width:inherit;
	min-height:inherit;
}
#section5 .base #content-5 .fixtable{
	min-width:inherit;
	min-height:inherit;
}
#section5 .base #content-5,
#section9 .base #content-9{
	height:100%;
}
#section9 .base .row{
	width:100%;
}
	#section9 .base .cell .whitebase .img img{
		height:auto;
		width:100%;
	}
}
@media screen and (max-width: 900px){
#section6 #moviecontents{
	min-width:640px;
}
#social_area2 .social_area_inner2{
	width:98%;
}
}
@media screen and (max-width: 685px){
#section6 #moviecontents{
	min-width:90%;
}
}
/* smartphone
 * --------------------------------------- */
@media screen and (max-width: 769px){
.fullpage-wrapper{
	min-width:inherit;
}
.section{
	background-size:auto 100% !important;
	min-width:inherit;
	min-height:inherit;
}

#section1 .banner{
	position:absolute;
	top:inherit;
	bottom:60px;
	left:5%;
	width:90%;
	display:table;
}
#section1 .banner li{
	width:33%;
	display:table-cell;
	margin:0 10px 0 10px;
	text-align:center;
}
#section1 .banner li img{
	width:auto;
	height:40px;
}

#section3{
	background-position:0 0;
}

#section6 #moviecontents #thumbnail{
	display:inline-block;
	width:60%;
	margin:0 auto;
}
#section6 #moviecontents #thumbnail li {
    display:inline-block;
    width: 50% !important;
	vertical-align:top;
    padding: 5px 20px 0 20px;
    font-size: 1rem;
}

#section6 #moviecontents #thumbnail li:nth-child(1){
	padding:2.5% 5% 0 0;
}
#section6 #moviecontents #thumbnail li:nth-child(2){
	padding:2.5% 0 0 5%;
}
#section6 #moviecontents #thumbnail li:nth-child(3){
	padding:2.5% 5% 0 0;
}
#section6 #moviecontents #thumbnail li:nth-child(4){
	padding:2.5% 0 0 5%;
}
#section9 .base{
	width:90%;
	left:5%;
	padding: 0 20px 50px 20px;
}
#section5 .base,
#section9 .base{
	margin-top:10px;
}
#section5 .base #content-5,
#section9 .base #content-9{
	height:100%;
}
#section5 .base .row,
#section9 .base .row{
	display:block !important;
}
#section9 .base .row{
	display:block !important;
	width:100% !important;
}
#section5 .base .row .cell,
#section9 .base .row .cell{
	display:block !important;
	width:100% !important;
	padding:0 0 10px 0 !important;
}
#section5 .base .row .cell .whitebase,
#section9 .base .row .cell .whitebase{
	width:100% !important;
	margin:0 !important;
}
#section9 .base .cell .whitebase .img img {
    width: 100%;
    height: auto;
}



}


@media screen and (max-width: 769px){
#section9 .banner{
	width:90%;
	left:5%;
	margin-left:auto;
	margin-right:auto;
}
#section9 .banner li{
	margin:0 0 10px 0;
	text-align:center;
	vertical-align:middle;
}
#section9 .banner li img{
	width:85%;
	height:auto;
}
}

@media screen and (max-width: 769px) and (max-height: 1024px) and (orientation: portrait){
.nextpage {
    width: 42px;
    height: 42px;
    top:inherit;
	bottom:5px;
    left: 50%;
	margin-left:-21px;
}
#section1 h1 {
    width: 91.79%;
	height:19.02%;
    /* top: 49.78%; */
	top: 42%;
	left:4.11%;
}

#section1 .addBnr01{
	top:25%;
	left:5%;
}
#section1 .addBnr02{
	top:60%;
	left:63%;
}



#section1 h2 {
    width:12.08%;
	height:22.83%;
	top:16.58%;
	left:78.99%;
}
#section1 .copyright{
	width:83.82%;
	height:8.83%;
	left:7.73%;
}
#section1 h1 img,
#section1 h2 img,
#section1 .copyright img{
	width:auto;
	height:100%;
}
#section1 .banner li{
	padding:0 5px;
}
#section1 .banner li img{
	width:100%;
	height:auto;
}
#section2 .base,
#section3 .base,
#section5 .base,
#section7 .base,
#section8 .base,
#section9 .base{
	width:90%;
	left:5%;
	padding: 5%;
}
#section4 .base{
	padding:0;
}
#section4 .section4_base{
	width:90%;
	padding: 5%;
}
#section5 .base{
	padding:0;
}
#section9 .base{
	padding-top:0;
	padding-left:0;
	padding-right:0;
}
#section6 #moviecontents #thumbnail{
	display:table;
	width:90%;
	margin:0 auto;
}
#section6 #moviecontents #thumbnail li:nth-child(1){
	padding:5px 10px 0 0;
}
#section6 #moviecontents #thumbnail li:nth-child(2){
	padding:5px 0 0 10px;
}
#section6 #moviecontents #thumbnail li:nth-child(3){
	padding:5px 10px 0 0;
}
#section6 #moviecontents #thumbnail li:nth-child(4){
	padding:5px 0 0 10px;
}

#section2 h2,
#section3 h2,
#section4 h2,
#section5 h2,
#section6 h2,
#section7 h2,
#section8 h2,
#section9 h2{
	height:2rem;
	width:100%;
	left:0;
	top:10%;
}
#section2 h2 img,
#section3 h2 img,
#section4 h2 img,
#section5 h2 img,
#section6 h2 img,
#section7 h2 img,
#section8 h2 img,
#section9 h2 img{
	height:100%;
	width:auto;
}
#section4 .base #content-c,
#section8 .base #content-e{
	width:100%;
	margin:2em auto 0 auto;
	height:85%;
}
}

@media screen and (max-width: 736px) and (orientation: landscape){
.section{
	background-size:cover !important;
}
}

@media screen and (max-width: 1024px) and (orientation: landscape){

#section1 .banner{
	position:absolute;
	top:10px;
	bottom:inherit;
	left:10px;
	width:20%;
	display:block;
}
#section1 .banner li{
	width:100%;
	display:inline-block;
	margin:0 0 10px 0;
	text-align:center;
}
#section1 .banner li img{
	width:100%;
	height:auto;
}

#section4 h2{
	top:10%;
}
#section9 .base{
	width:90%;
	left:5%;
	padding: 0 20px 60px 20px;
}
#section5 .base,
#section9 .base{
	margin:10px auto 0 auto;
	left:5%;
	width:90%;
}
#section5 .base #content-5,
#section9 .base #content-9{
	height:100%;
}
#section9 .base .row{
	width:100%;
}
	#section9 .base .cell .whitebase .img img{
		height:auto;
		width:100%;
	}
}


@media screen and (min-width: 2000px) and (min-height: 1000px){
	* h3{
		font-size:2.2rem !important;
	}
	* p{
		font-size:1.6rem !important;
	}
	* h4{
		font-size:1.6rem !important;
	}
	#section7 .mCSB_container,
	#section5 .mCSB_container,
	#section9 .mCSB_container{
		height:100%;
	}
	#section5 .base .cell .whitebase{
		height:105%;
	}
	#section4 h2{
		margin-top:15%;
	}
	#section8 h2{
		margin-top:10%;
	}
}

#scrollUp {
	position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    background-color:rgba(38,38,38,0.9);
	display:none;
}
#scrollUp:before{
	content:"";
	display:block;
	width: 0px;
    height: 0px;
    margin: 0px auto;
    padding-top: 13px;
    border-style: solid;
    border-width: 0px 10px 10px;
    border-color: transparent transparent rgb(255, 255, 255);
}




/* /////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
/*
	Added 2018/04 START
*/
/* /////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
#section10{
	background:url(../images/addBgimg01.jpg) top center no-repeat;
}

@media screen and (max-width:720px){
	.pcOnly{display:none !important;}
	/*
	.addBnrWrap{
		position:absolute;
		width:60%;
		top:78%;
		left:20%;
	}
	.addBnrWrap div{
		width:48%;
	}
	
	.addBnrWrap div:nth-of-type(1){
		width:100%;
		padding:0 0 1% 0;
	}
	.addBnrWrap div:nth-of-type(1) a{
		display:block;
		width:48%;
		margin:0 auto;
	}
	.addBnrWrap div:nth-of-type(1) a img{
		width:100%;
		height:auto;
	}
	.addBnrWrap div:nth-of-type(2){
		float:left;
	}
	.addBnrWrap div:nth-of-type(3){
		float:right;
	}
	*/
	.addBnrWrap{
		position:absolute;
		width:90%;
		top:75%;
		left:36%;
	}
	.addBnrWrap div{
		width:32%;
		float:left;
	}
	.addBnrWrap div:nth-of-type(1),
	.addBnrWrap div:nth-of-type(2){
		margin-right:2%;
	}
		.addBnrWrap2{
		position:absolute;
		width:90%;
		top:85%;
		left:5%;
	}
	.addBnrWrap2 div{
		width:32%;
		float:left;
	}
	.addBnrWrap2 div:nth-of-type(1),
	.addBnrWrap2 div:nth-of-type(2){
		margin-right:2%;
	}
	#section1 .copyright{
		top:65%;
	}
	/*
	#section1 .nextpage{
		width:30px;
		height:30px;
		margin-left: -15px;
	}*/
	#section10 h2{
		width:44%;
		margin:0 auto;
	}
	#section10 h2 img{
		width:100%;
		height:auto;
	}
	#section10 .base #content-10{
		display:block;
		margin:0 auto;
	}
	#section10 .base #content-10 .img01{
		width:85%;
		margin:0 auto 0;
		text-align:center;
		padding:6% 0 3%;
	}
	#section10 .base #content-10 .img01 img{
		width:100%;
		height:auto;
	}
	#section10 .base #content-10 .innerBox{
		width:90%;
		margin:0 auto;
		background-color:#ffffff;
		padding:4%;
	}
	#section10 .base #content-10 .innerBox .leftBox .p01{
		text-align:left;
		font-size:150%;
	}
	#section10 .base #content-10 .innerBox .leftBox .p01 span{
		font-weight:bold;
	}
	#section10 .base #content-10 .innerBox .leftBox > div{
		width:80%;
		margin:4% auto;
	}
	#section10 .base #content-10 .innerBox .leftBox > div img{
		width:100%;
	}
	#section10 .base #content-10 .innerBox .rightBox .p02{
		text-align:left;
		font-size:120%;
		margin:4% 0 0 0;
	}
	#section10 .base #content-10 .innerBox .rightBox .p02 a{
		/*color:#000000;
		text-decoration:underline;*/
		color:#ffffff;
	}
	#section10 .base #content-10 .innerBox .rightBox .p02 .cmnBtn{
		display:block;
		width:70%;
		padding:15px 0;
		margin:20px auto 0;
		text-align:center;
		font-weight:600;
		line-height:1;
		background-color:#ff0000;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		-ms-border-radius:100px;
		-o-border-radius:100px;
		border-radius:100px;
	}
	#section10 .base #content-10 .img02{
		text-align:center;
		margin:6% 0 0 0;
	}
	#section10 .base #content-10 .img02 img{
		width:100%;
		height:auto;
	}
	
	#section10 .base #content-10 .p03{
		width:90%;
		font-size:140%;
		font-weight:bold;
		text-align:left;
		margin:4% auto 0;
	}
	
	#section10 .base #content-10 .p04{
		width:90%;
		text-align:left;
		font-size:130%;
		margin:4% auto 0;
	}
	#section10 .base #content-10 ul{
		width:88%;
		text-align:center;
		margin:2% auto 0;
	}
	#section10 .base #content-10 ul:after{
		content:"";
		display:block;
		clear:both;
	}
	#section10 .base #content-10 ul li{
		width:48%;
	}
	#section10 .base #content-10 ul li:nth-child(odd){float:left;}
	#section10 .base #content-10 ul li:nth-child(even){float:right;}
	#section10 .base #content-10 ul li:nth-of-type(3),
	#section10 .base #content-10 ul li:nth-of-type(4){
		margin:4% 0 0 0;
	}
	#section10 .base #content-10 ul li a{
		display:block;
		padding:2% 0;
		color:#ffffff;
		font-size:120%;
		font-weight:bold;
		background-color:#0064b9;
	}
	#section10 .base #content-10 .p05{
		width:90%;
		margin:0 auto;
		text-align:left;
		font-size:100%;
		margin:2% auto 0;
	}
}

/* ///////////// */
/* ///////////// */
/* ///////////// */

@media screen and (min-width:721px){
	.spOnly{display:none !important;}

	#section1 .addBnr01_pc{
		position:absolute;
		width:18%;
		top:18%;
		left:10%;
	}
	#section1 .addBnr02_pc{
		position:absolute;
		width:11%;
		max-width:160px;
		top:44%;
		/*left:63%;*/
		left:78%;
	}
	#section1 .addBnr03_pc{
		position:absolute;
		width:11%;
		max-width:160px;
		top:68%;
		/*left:63%;*/
		left:78%;
	}
	#section1 .addBnr04_pc{
		position:absolute;
		width:11%;
		max-width:160px;
		top:20%;
		/*left:63%;*/
		left:78%;
	}
	#section10 h2{
		position:absolute;
		display:block;
		width:12%;
		height:auto;
		top:11.76%;
		left:50%;
		margin-left:-6%;
	}
	#section10 h2 img{
		width:100%;
		height:auto;
	}
	#section10 .base{
		/*background-color:rgba(255,255,255,0.8);
		width:73.23%;
		left:13.39%;*/
		width:62%;
		left:19%;
		height:71.57%;
		top:16.57%;
		position:absolute;
		display:block;
		padding:2%;
		/*background-color:#cfc;*/
	}
	#section10 .base #content-10{
		width:100%;
		height:100%;
		display:block;
		text-align:left;
		/*background-color:#fcc;*/
	}
	#section10 .base #content-10 .img01{
		width:90%:
		margin:0 auto;
		text-align:center;
		padding:2% 0 5%;
	}
	#section10 .base #content-10 .img01 img{
		width:100%;
		height:auto;
	}
	#section10 .base #content-10 .innerBox{
		background-color:#ffffff;
		padding:4%;
	}
	#section10 .base #content-10 .innerBox:after{
		content:"";
		display:block;
		clear:both;
	}
	#section10 .base #content-10 .innerBox .leftBox{
		width:35%;
		float:left;
	}
	#section10 .base #content-10 .innerBox .leftBox > div img{
		width:100%;
	}
	#section10 .base #content-10 .innerBox .leftBox > p{
		margin:1% 0 0 0;
	}
	#section10 .base #content-10 .innerBox .leftBox > p a{
		/*color:#000000;
		text-decoration:underline;*/
		color:#ffffff;
	}
	#section10 .base #content-10 .innerBox .leftBox > p .cmnBtn{
		display:block;
		width:100%;
		padding:15px 0;
		margin:10px 0 0 0;
		text-align:center;
		font-weight:600;
		line-height:1;
		background-color:#ff0000;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
		-ms-border-radius:100px;
		-o-border-radius:100px;
		border-radius:100px;
	}
	#section10 .base #content-10 .innerBox .rightBox{
		width:61%;
		float:right;
	}
	#section10 .base #content-10 .innerBox .rightBox .p01{
		font-size:180%;
	}
	#section10 .base #content-10 .innerBox .rightBox .p01 span{
		font-weight:bold;
	}
	#section10 .base #content-10 .innerBox .rightBox .p02{
		font-size:120%;
		margin:4% 0 0 0;
	}
	#section10 .base #content-10 .innerBox .rightBox .p02 a{
		color:#000000;
		text-decoration:underline;
	}
	
	#section10 .base #content-10 .img02{
		text-align:center;
		margin:6% 0 0 0;
	}
	#section10 .base #content-10 .img02 img{
		width:100%;
		height:auto;
	}
	#section10 .base #content-10 .p03{
		font-size:170%;
		font-weight:bold;
		text-align:center;
		margin:4% 0 0 0;
	}
	#section10 .base #content-10 .p04{
		text-align:center;
		font-size:150%;
		margin:4% 0 0 0;
	}
	#section10 .base #content-10 ul{
		width:100%;
		text-align:center;
		margin:2% 0 0 0;
	}
	#section10 .base #content-10 ul li{
		display:inline-block;
		padding:1% 2%;
		background-color:#0064b9;
	}
	#section10 .base #content-10 ul li a{
		color:#ffffff;
		font-size:140%;
		font-weight:bold;
	}
	#section10 .base #content-10 .p05{
		text-align:center;
		font-size:120%;
		margin:2% 0 0 0;
	}
	.nextpage.bk{
		background:url(../images/add_co_down_bk.png) center center no-repeat;
		background-size:contain;
	}
}

/* /////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */
/*
	Added 2018/04 END
*/
/* /////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////// */




