@charset "utf-8";

/*--Base------------------------------------------------------------*/

html,body {
	width: 100%;
	height: 100%;
}

html {
	height: 100%;
	overflow-y: scroll;
}

/*--Reset-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

ul,ol {
	list-style: none;
}

/*--Text------------------------------------------------------------*/

body {
	font-size: 88%;
	font-weight: normal;
	line-height: 1.5;
	font-family: Century Gothic,"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	background-color: #F6E9D7;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/*--Link------------------------------------------------------------*/

a,
a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover,
a:active {
	color: #777777;
}

a:focus {
	outline: none;
}

/*--HTML5-----------------------------------------------------------*/

article,aside,details,footer,header,main,menu,nav,section,summary {
	display: block;
}

/*--sample----------------------------------------------------------*/

/*--layout----------------------------------------------------------*/

#wrapper {
	width: 100%;
	background-color: #F6E9D7;
	position: relative;
	padding-bottom: 100px;
}

#header {
	min-width: 1100px;
	position: relative;
	top: 300px;
	z-index: 998;
}

#header header {
	margin: 0 auto;
}

#contents {
	margin: 0 auto;
	min-width: 100%;
	overflow: hidden;
}


#header header,
#footer footer {
	width: 70%;
}

/*--common----------------------------------------------------------*/

#wrapper #waku {
    position: absolute;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
	padding-bottom: 300px;
}

#wrapper #waku .w_t{
	top:0;
	background-image:url(../img/common/waku_top-line.png);
	position: absolute;
	left: 0;
	width: 200%;
	height: 398px;
	transform: translateX(-50%);
    background-repeat: repeat-x;
    background-size: 100px 398px;
}

#wrapper #waku .w_b{
	position: absolute;
	bottom:0;
	background-image: url(../img/common/waku_bottom-line.png);
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: repeat-x;
    background-size: 100px 398px;
	height: 398px;
	left: 50%;
	width: 100%;
}

#wrapper #waku .w_l{
	position:absolute;
	top:50%;
	width:102px;
	height:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:repeat-y;
	background-size:102px 100px
}

#wrapper #waku .w_r{
	position:absolute;
	top:50%;
	width:103px;
	height:100%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	background-repeat:repeat-y;
	background-size:103px 100px
}

#wrapper #waku .w_l{
	left:0;
	background-image:url(../img/common/l_line-02.png);
}

#wrapper #waku .w_r{
	right:0;
	background-image:url(../img/common/r_line-02.png);
}

#wrapper #waku .w_lb,#wrapper #waku .w_lt,#wrapper #waku .w_rb,#wrapper #waku .w_rt{
	position:absolute;
	width:391px;
	height:398px;
	background-repeat:no-repeat;
	background-size:391px 398px
}

#wrapper #waku .w_lt{
	top:0;
	left:0;
	background-image: url(../img/common/waku_top-l-02.png);
}

#wrapper #waku .w_rt{
	top:0;
	right:0;
	background-image: url(../img/common/waku_top-r-02.png);
}

#wrapper #waku .w_lb{
	bottom:0;
	left:0;
	background-image:url(../img/common/waku_bottom-l-02.png);
}

#wrapper #waku .w_rb{
	right:0;
	bottom:0;
	background-image:url(../img/common/waku_bottom-r-02.png);
}


#topLogo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 999;
}

#bottomLogo {
	position: absolute;
	bottom: -300px;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: 999;
}

/*gnav*/

.gnav {
    padding:  0px;
    display: flex;
    justify-content:center;
}
 
.gnav01 {
    padding: 0px;
    color:  #000;
    margin: 0;
    width: 15%;
	font-weight: 900;
	font-size: 18px;
	text-align: center;
}

.gnav01 span {
    padding: 0px;
    color:  #000;
    margin: 0;
    width: 15%;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
}

.snsBox {
	text-align: right;
	margin-bottom: 20px;
	margin-right: 40px;
}

.shopText {
	font-size: 20px;
	margin-right: 30px;
	font-weight: bold;
}

.topMainImg01 {
	position: relative;
	text-align: center;
	margin: 350px auto 0 auto;
	width: 1087px;
	height: 700px;
	background-image: url(../img/top/bg/01.png);
	background-repeat: no-repeat;
}

.topImg01 {
	position: relative;
	text-align: center;
	margin-top: 350px;
}

.topImg02 {
	position: relative;
	text-align: center;
	max-width: 1578px;
	/*width: 100%;*/
	margin: -250px auto 0 auto;
	padding: 0 100px;
}

.topImg03 {
	position: relative;
	text-align: center;
	max-width: 1538px;
	/*width: 100%;*/
	margin: -250px auto 0 auto;
	padding: 0 100px;
}

.topImgBox01 {
	float: left;
	width: 100%;
	max-width: 532px;
	text-align: center;
}

.topImgBox02 {
	float: left;
	width: 100%;
	max-width: 297px;
	text-align: center;
	margin-top: 0px;
}

.topImgBox03 {
	float: left;
	width: 100%;
	max-width: 377px;
	text-align: center;
	margin-top: -200px;
	padding-left: 72px;
}

.topImgContainer01 {
	max-width: 1350px;
	width: 100%;
	margin: 100px auto 0 auto;
	text-align: center;
}

/* clearfix */
.topImgContainer01:before,
.topImgContainer01:after {
    content: "";
    display: table;
}
 
.topImgContainer01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.topImgContainer01 {
    zoom: 1;
}

.topWorks01 {
	/*コレ*/display: flex;
    /*コレ*/justify-content: center;
    margin: -30px auto 0 auto;
	padding: 0 60px;
}

.topWorks01 img {
	max-width: 1638px;
    width: 100%;
	height: auto;
    display: block;
}

.slider {
    margin: 0 auto;
    width: 100%;
	padding: 27px 28px;
}
.slider img{
    height: auto;
    width: 100%;
}
.slider02 {
    margin: 0 auto;
    width: 100%;
	padding: 27px 38px;
}
.slider02 img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.topWoksContainer {
	width: 1100px;
	margin: 0 auto;
	background-image: url(../img/top/works/waku.png);
	background-repeat: no-repeat;
}

.topWorksMore {
	width: 1100px;
	height: 283px;
	margin: 50px auto 0 auto;
	background-image: url(../img/top/works/more-bg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}

.topWorksMovieList {
	width: 100%;
	height: 650px;
    max-width: 835px;
	margin: 0 auto;
}

.topWorksMovieListBg {
	/*width: 100%;
	height: 600px;*/
    max-width: 1073px;
    margin: -350px auto 0 auto;
    background-image: url(../img/top/movie-bg.png);
    background-repeat: no-repeat;
    text-align: center;
    padding: 350px 100px 0 100px;
    background-position: top center;
    background-size: 100%;
}

.topWorksMovieAni01 {
	position: absolute;
    margin-top: -150px;
    padding-left: 200px;
}

.topWorksMovieAni02 {
	position: absolute;
    right: 250px;
    margin-top: -200px;
    padding-left: 0px;
}

.topNews01 {
	max-width: 1488px;
	margin: 100px auto 0 auto;
	text-align: center;
	padding: 0 100px;
}

/*
.topNews {
	width: 1490px;
	margin: 100px auto 0 auto;
	text-align: center;
}
*/

.topNewsText01 {
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	margin-top: -14%;
}

.topNewsMore {
	width: 1100px;
	margin: 50px auto 0 auto;
	text-align: center;
}

.topinsta01 {
	width: 838px;
	margin: 100px auto 0 auto;
	text-align: right;
}

.topinsta02 {
	width: 838px;
	margin: 0px auto 0 auto;
	text-align: center;
}

.topContact01 {
	width: 1100px;
	margin: 200px auto 0 auto;
	text-align: center;
}

.topContact02 {
	width: 953px;
	margin: 20px auto 0 auto;
	text-align: center;
}

.topContactText01 {
	margin: 100px auto 0 auto;
	text-align: center;
	font-size: 46px;	
}

.topContactText02 {
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 22px;
	line-height: 180%;	
}

.topContactText03{
	margin: 100px auto 0 auto;
	text-align: center;
	font-size: 24px;
	line-height: 180%;
	font-weight: 900;	
}

.topContactAni01 {
	width: 1000px;
	margin: -100px auto 0 auto;
	text-align: right;
}

.blogNewBox {
	position: relative;
	margin: 100px auto 0 auto;
	width: 906px;
}

.topNews {
	margin: 0 auto;
	/*width: 1490px;*/
}

.topAni00 {
	position: relative;
	text-align: center;
	max-width: 1360px;
	/*width: 100%;*/
	margin: -200px auto 0 auto;
	padding: 0 100px;
}

.topAni01 {
	position: absolute;
	left: 250px;
	margin-top: -100px;
	padding-left: 0px;
}

.topAni02 {
	position: absolute;
	left: 0;
	padding-top: 430px;
	width: 1087px;
	margin: auto;
}

.topAni03 {
	position: absolute;
	left: -80px;
	padding-left: 0px;
	padding-top: 200px;
	width: 300px;
	margin: auto;
}

/*about*/

.aboutImg01 {
	width: 85%;
	max-width: 1464px;
	margin: 50px auto 0 auto;
	text-align: center;
	padding: 0 50px;
}

.aboutImg02 {
	width: 1104px;
	margin: 550px auto 0 auto;
	text-align: center;
	padding-top: 200px;
}

.aboutImg03 {
	width: 801px;
	margin: 100px auto 0 auto;
	text-align: center;
}

.aboutImg03 {
	width: 779px;
	margin: 250px auto 0 auto;
	text-align: center;
	position: relative;
}

.aboutImg04 {
	position: relative;
	width: 779px;
	margin: 50px auto;
}

.aboutImg05 {
	width: 779px;
	margin: -320px auto;
    position: absolute;
    left: -350px;
}

.aboutImg06 {
	width: 779px;
	margin: -630px auto;
    position: absolute;
    left: -150px;
}

.aboutImg07 {
	width: 160px;
    margin: -420px auto;
    position: absolute;
    right: -180px;}

.aboutImg08 {
	width: 298px;
    margin: 220px auto;
    position: absolute;
    left: -150px;
}

.aboutBg01 {
	margin: -250px auto 0 auto;
	text-align: center;
	/*background-image: url(../img/about/bg01.gif);
	background-repeat: no-repeat;
	background-position: top center;
	max-width: 1430px;
	padding: 0 100px;
	background-size: auto;*/
}

.aboutBg02 {
	height: 1000px;
	margin: -600px auto 0 auto;
	text-align: center;
	background-image: url(../img/about/bg02.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.aboutBg03 {
	height: 903px;
	margin: -400px auto 0 auto;
	text-align: center;
	background-image: url(../img/about/bg03.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.aboutText01 {
	width: 1100px;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	line-height: 160%;
	padding-top: 100px;
}

.aboutText02 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: 400px;
	line-height: 160%;
}

.aboutTb01 {
	font-size: 30px;
	font-weight: 500px;
	width: 1100px;
	margin: 0 auto;
	border-collapse: collapse;
    border: 15px solid transparent;
	
}

.th01 {
	width: 250px;
	height: 76px;
	padding: 0 0 0 30px;
	line-height: 76px;
	text-align: left;
}

.th02 {
	width: 250px;
	height: 76px;
	padding: 10px 0 0 30px;
	line-height: 76px;
	text-align: left;
}

.th03 {
	width: 250px;
	padding: 0 0 0 30px;
	line-height: 75px;
	text-align: left;
}

.td01 {
	height: 76px;
	padding: 0 0 0 10px;
	line-height: 76px;
	text-align: left;
	font-weight: 500;
}

.td02 {
	height: 76px;
	padding: 10px 0 0 10px;
	line-height: 76px;
	text-align: left;
	font-weight: 500;
}

.td03 {
	height: 271px;
	padding: 8px 0 0 10px;
	text-align: left;
	font-weight: 500;
	line-height: 100%;
}

.conceptText01 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 30px;
	font-weight: 400px;
	line-height: 160%;
}

.conceptText02 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 400px;
	line-height: 160%;
}

.conceptText02-02 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 400px;
	line-height: 160%;
}

.conceptText02-03 {
	width: 100%;
	margin: -250px auto 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 400px;
	line-height: 160%;
}

.conceptText03 {
	width: 100%;
	margin: -50px auto 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 400px;
	line-height: 160%;
}

.conceptImg00 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	position: relative;
}

.conceptImg01 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	position: relative;
}

.conceptImg01-02 {
	width: 100%;
	margin: 50px auto 0 auto;
	text-align: center;
	position: relative;
}

.conceptImg02 {
	max-width: 1424px;
	margin: 100px auto 0 auto;
	text-align: center;
	padding: 0 100px;
}

.conceptImg02-02 {
	max-width: 1424px;
	margin: 100px auto 0 auto;
	text-align: center;
	padding: 0 100px;
}

.conceptImg03 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -500px;
    margin-top: -600px;
}

.conceptImg04 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -450px;
	top: 100px;
}

.conceptImg05 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -600px;
	margin-top: -100px;
}

.conceptImg06 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -600px;
	margin-top: -400px;
}

.conceptImg07 {
    /* width: 100%; */
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1424px;
    padding: 0 100px;
	margin-top: 100px;
}

.conceptImg08 {
	position: absolute;
    width: 100%;
    text-align: center;
    /* left: -100px; */
    max-width: 1126px;
    margin-top: -100px;
    left: -160px;
    right: 0;
    margin: auto;
}

.conceptImg09 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -500px;
	margin-top: -30px;
}

.conceptBg01 {
	height: 1000px;
	margin: 50px auto 0 auto;
	text-align: center;
	/*background-image:url(../img/concept/bg01.png);
	background-repeat: no-repeat;
	background-position: top center;*/
}

.worksContainer01 {
	overflow: hidden;
	margin: 40px auto 0 auto;
	width: 1150px;
	text-align: center;
}

.worksBox01 {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 50px;
}

.worksBox02 {
	float: left;
	width: 33%;
	text-align: center;
	margin-top: 50px;
}

/* clearfix */
.worksContainer01:before,
.worksContainer01:after {
    content: "";
    display: table;
}
 
.worksContainer01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.worksContainer01 {
    zoom: 1;
}

.worksTopImg01 {
	text-align: center;
	margin-top: 500px;
}

.worksImg01 {
	max-width: 1192px;
	width: 100%;
	margin: -250px auto 150px auto;
	text-align: center;
	padding: 0 100px;
}

.worksImg02 {
	position: absolute;
    width: 100%;
    margin: -350px auto;
    text-align: center;
    left: 0;
}

.worksImg03 {
	position: absolute;
    width: 100%;
    margin: -340px auto;
    text-align: center;
    right: -450px;
}

.worksSlBox01 {
    width: 817px;
	height: 743px;
    margin: 100px auto;
    text-align: center;
	background-image: url(../img/works/works01/waku01.png);
	background-repeat: no-repeat;
}

.worksConcept01 {
    width: 817px;
    margin: 30px auto;
    text-align: center;
	font-size: 18px;
}

.worksLink {
    width: 817px;
    margin: 20px auto;
    text-align: center;
}

.flowImg01 {
    width: 100%;
    margin: 100px auto;
    text-align: center;
	position: relative;
	z-index: 90;
}

.flowImg02 {
    width: 100%;
    margin: -100px auto;
    text-align: center;
}

.flowImg02-2 {
    width: 100%;
    margin: 100px auto;
    text-align: center;
	position: relative;
}

.flowImg02-3 {
    width: 100%;
    margin: -100px auto;
    text-align: center;
	position: relative;
	z-index: 10;
}

.flowImg03 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -480px;
	margin-top: 50px;
}

.flowImg04 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -600px;
	margin-top: 600px;
}

.flowImg05 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -600px;
	margin-top: 50px;
}

.flowImg06 {
	position: absolute;
    text-align: center;
    left: 0;
    margin: 50px auto 0 auto;
    right: 0;
    max-width: 1435px;
    padding: 0 100px;
}

.flowImg07 {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 10%;
    margin-top: -200px;
    max-width: 231px;
}

.flowImg08 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -500px;
	margin-top: 200px;
	z-index: 1;
}

.flowImg09 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -550px;
	margin-top: -100px;
	z-index: 1;
}

.flowImg10 {
	position: absolute;
    width: 100%;
    max-width: 1288px;
    margin: auto;
    text-align: center;
    left: 0;
    right: 0;
    margin-top: 20px;
    z-index: 1;
}

.flowImg11 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -650px;
	margin-top: 100px;
	z-index: 1;
}

.flowImg12 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -450px;
	margin-top: -120px;
	z-index: 1;
}

.flowImg13 {
	position: absolute;
    max-width: 231px;
    text-align: right;
    margin: 400px auto 0 auto;
    z-index: 1;
    left: 1100px;
    right: 0;
}

.flowImg14 {
	position: absolute;
    max-width: 1296px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 80px;
    z-index: 1;
}

.flowImg15 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -500px;
	margin-top: 600px;
	z-index: 1;
}

.faqBox01 {
	float: left;
	width: 173px;
	text-align: left;
}

.faqBox02 {
	float: left;
	width: 927px;
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	position: absolute;
	top: 110px;
	left: 183px;
}

.faqBox02-02 {
	float: left;
	width: 927px;
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	position: absolute;
	top: 50px;
	left: 183px;
}

.faqBox02-03 {
	float: left;
	width: 927px;
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	position: absolute;
	top: 25px;
	left: 183px;
}

.faqBox03 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 160%;
}

.faqBox03-02 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	line-height: 160%;
	margin-top: 70px;
}

.faqBox03-03 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	line-height: 160%;
	margin-top: 85px;
}

.faqBox03-04 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	line-height: 160%;
	margin-top: 45px;
}

.faqBox03-05 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	line-height: 160%;
	margin-top: 100px;
}

.faqBox04 {
	float: left;
	width: 917px;
	text-align: left;
	vertical-align: middle;
	font-size: 22px;
	font-weight: 600;
	padding-left: 10px;
	line-height: 160%;
	margin-top: 30px;
}

.faqContainer01 {
	position: relative;
	overflow: hidden;
	margin: 40px auto 0 auto;
	width: 1100px;
	text-align: left;
}

/* clearfix */
.faqContainer01:before,
.faqContainer01:after {
    content: "";
    display: table;
}
 
.faqContainer01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.faqContainer01 {
    zoom: 1;
}

.faqLine {
	margin: 50px auto 0 auto;
	width: 1100px;
	text-align: center;
}

.contactText01 {
	margin: 60px auto 0 auto;
	width: 1100px;
	text-align: center;
	font-size: 18px;
	line-height: 140%;
}

.contactBox{
	margin: 100px auto 0 auto;
	width: 1100px;
}

.contactBg03 {
	height: 708px;
	margin: 40px auto 0 auto;
	text-align: center;
	background-image: url(../img/contact/bg01.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.contactTd01 {
	height: 76px;
	padding: 0 0 0 80px;
	line-height: 76px;
	text-align: left;
	font-weight: 500;
}

.contactTd02 {
	height: 76px;
	padding: 0 0 0 80px;
	line-height: 76px;
	text-align: left;
	font-weight: 500;
}

.contactTd03 {
	height: 271px;
	padding: 8px 0 0 10px;
	text-align: left;
	font-weight: 500;
	line-height: 100%;
}

.contactTable01 {
	margin-top: 100px;
	/*コレ*/border: none;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 40px 0;
}

.contactTable01 th {
	width: 400px;
	text-align: left;
	font-weight: 500;
	line-height: 100%;
	font-size: 20px;
	margin-top: 150px;
	padding-left: 30px;
}

.contactContact01 {
	width: 1100px;
	margin: 500px auto 0 auto;
	text-align: center;
}

.contactContact01-02 {
	width: 1100px;
	margin: 300px auto 0 auto;
	text-align: center;
}

.submitBtn {
	width: 1100px;
	margin: 80px auto 0 auto;
	text-align: center;
}

.movieImg01 {
	width: 1218px;
	margin: -180px auto 0 auto;
	text-align: center;
}

.movieBox01 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 64px;
	background-image: url(../img/movie/tv01.png);
	background-repeat: no-repeat;
}

.movieBox02 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 0px;
	background-image: url(../img/movie/tv02.png);
	background-repeat: no-repeat;
}

.movieBox03 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 64px;
	background-image: url(../img/movie/tv03.png);
	background-repeat: no-repeat;
}

.movieBox04 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 0px;
	background-image: url(../img/movie/tv04.png);
	background-repeat: no-repeat;
}

.movieBox05 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 64px;
	background-image: url(../img/movie/tv05.png);
	background-repeat: no-repeat;
}

.movieBox06 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 0px;
	background-image: url(../img/movie/tv06.png);
	background-repeat: no-repeat;
}

.movieBox07 {
	float: left;
	width: 518px;
	margin-top: 50px;
	text-align: left;
}

.movieBox08 {
	float: right;
	width: 518px;
	margin-top: 50px;
	text-align: right;
}

.movieBox09 {
	float: left;
	width: 518px;
	height: 450px;
	text-align: center;
	margin-right: 0px;
}

.movieContainer01 {
	position: relative;
	overflow: hidden;
	margin: 100px auto 0 auto;
	width: 1100px;
	text-align: center;
}

/* clearfix */
.movieContainer01:before,
.movieContainer01:after {
    content: "";
    display: table;
}
 
.movieContainer01:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.movieContainer01 {
    zoom: 1;
}

.mov01 {
	margin-top: 42px;
	position: relative;
	z-index: 99;
}

.movImg01 {
	position: absolute;
    width: 100%;
    text-align: center;
    left: -680px;
	margin-top: -550px;
	z-index: 1;
}

.movImg02 {
	position: absolute;
    width: 100%;
    text-align: center;
    right: -630px;
	margin-top: 520px;
	z-index: 1;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 9999;
}
#page-top a {
    text-decoration: none;
    color: #000;
    width: 190px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
}

.privacyText01 {
	text-align: left;
	font-size: 20px;
	font-weight: 500px;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

.privacyText02 {
	text-align: left;
	font-size: 20px;
	font-weight: 500px;
	padding-top: 10px;
}





