@charset "utf-8";

/* common
-------------------------------------------------- */
body {
-webkit-text-size-adjust: 100%;
color: #444;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size: 16px;
font-weight: 500;
letter-spacing: 0.05em;
margin: 0;
}

#container {
width: 100%;
min-width: 1124px;
}

img {
vertical-align: top;
}

.last {
margin: 0 !important;
}

.notice {
font-size: 10px;
letter-spacing: 0.04em;
}

sup {
vertical-align: top !important;
font-size: 10px !important;
}


/* header
-------------------------------------------------- */
#header {
z-index: 100;
position: fixed;
width: 100%;
min-width: 1124px;
padding: 0;
margin: 0;
left: 0;
top: 0;
background: #fff;
box-shadow: 0.5px 0.866px 1px 0px rgba(7, 2, 3, 0.25);
}

#header #logo {
float: left;
margin: 20px;
line-height: 1;
}

#header #logo img {
	width: 104px;
	height: 22px;
}

#header #logo-ce {
float: right;
margin: 24px 102px 0 0;
line-height: 1;
}

#header #logo-ce img {
	width: 186px;
	height: 20px;
}


#nav,#nav span {
display: inline-block;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
box-sizing: border-box;
}

#nav {
cursor: pointer;
position: absolute;
top: 0;
right: 0;
width: 62px;
height: 62px;
background: #222;
display: block;
}
#nav:hover {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

#nav span {
position: absolute;
left: 16px;
width: 30px;
height: 1px;
background-color: #fff;
}

#nav span:nth-of-type(1) {
top: 20px;
}

#nav span:nth-of-type(2) {
top: 30px;
}

#nav span:nth-of-type(3) {
top: 40px;
}

#nav span:nth-of-type(4) {
display: none;
}
#nav.active {
position: fixed;
z-index: 210;
}

#nav.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}
#nav.active span:nth-of-type(2) {
opacity: 0;
}
#nav.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}
#nav span:nth-of-type(4) {
display: none;
}

#g-nav {
position: absolute;
top: 62px;
right: 0;
display: none;
background: #fff;
box-shadow: 0px 3px 2px 0px rgba(200, 200, 200, 0.5);
padding: 10px;
width: 524px;
border-top: solid 1px rgb(241,241,241);
}
#g-nav li {
margin-top: 10px;
}
#g-nav li:first-child {
margin-top: 0;
}

#g-nav li img {
display: block;
width: 100%;
height: auto;
}

#g-nav.open {
display: block;
z-index: 200;
}

#g-nav-cover{
background: rgba(255,255,255,0.8);
width: 100vw;
height: 100vh;
display: none;
position: absolute;
top: 62px;
opacity: 0;
z-index: 100;
border-top: solid 1px rgb(241,241,241);
}
#g-nav-cover.open {
display: block;
opacity: 0.8;
}

/* main
-------------------------------------------------- */
#main {
position: fixed;
width: 100%;
min-width: 1124px;
z-index: -1;
}
.hero,
.hero span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.hero img {
padding-left: 100%;
/*min-width: 1000px;*/
max-width: 100%;
height: 100%;
box-sizing: border-box;
background: url(/-/media/Project/Canon/CanonJP/Website/business/solution/pro-img-sys/cinema-eos/canon-log-3/image/bg-main.jpg) no-repeat 0 0;
background-size: cover;
background-position: 50% 50%;
z-index: -1;
}
.main-title {
position: absolute;
width: 580px;
height: auto;
max-width: 100%;
top: 50%;
left: 0;
right: 0;
margin: auto;
margin-top: -112px;
padding: 40px;
box-sizing: border-box;
background: #fff;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.main-title img {
width: 100%;
}
.main-title .btn-pdf {
width: 71%;
margin: 35px auto 0;
background: #fff;
}
.scroll {
position: absolute;
bottom: 10%;
left: 0;
width: 100%;
text-align: center;
margin: 0;
}
@media screen and (max-height: 555px)  {
	.scroll {
		bottom: 10px;
	}
}
.scroll a {
display: block;
padding: 15px 10px;
width: 40px;
height: 30px;
margin: 0 auto;
border-radius: 10%;
}
.scroll a:hover {
background: rgba(125,125,125,0.2);
}

/* contents
-------------------------------------------------- */
#contents {
position: absolute;
z-index: 50;
width: 100%;
min-width: 1124px;
padding: 60px 0 0;
text-align: center;
background: #fff;
top: 756px;
}
#contents .sec-inner {
width: 1000px;
margin: 0 auto;
padding-bottom: 130px;
text-align: left;
}
.sec-inner h3 {
font-size: 26px;
font-weight: bold;
margin: 95px 0 38px;
}
.sec-title {
position: relative;
text-align: center;
margin: 0;
}
#sec03 .sec-title,
#sec04 .sec-title {
margin-bottom: 100px;
}
#sec04 {
border-bottom: solid 1px #999;
}
#contents #sec04 .sec-inner {
padding-bottom: 90px;
}

.sec-title img {
position: relative;
max-width: 1000px;
height: auto;
}


.layoutImage1 .image {
float: right;
}
.layoutImage1 .text{
width: 500px;
float: left;
}
#sec02 .layoutImage1 {
margin-top: 27px;
}
#sec02 .layoutImage1 .text {
width: 664px;
}

.border {
border: solid 1px #000;
margin-top: 98px;
padding: 38px;
}
.border h3 {
margin: 0 0 17px;
padding: 0;
}
.border .text {
width: 535px;
}
.border .text p {
margin-bottom: 0;
}
.border table {
width: 100%;
table-layout: fixed;
word-break: break-word;
border: solid 1px #aaa;
border-collapse: collapse;
word-break: break-all;
}
.border table th,
.border table td {
padding: 1em;
border-left: dashed 1px #aaa;
border-bottom: solid 1px #aaa;
font-size: 12px;
}
.border table th {
text-align: center;
vertical-align: middle;
white-space: nowrap;
font-weight: bold;
}
.t-center {
vertical-align: middle;
text-align: center;
}

/* mv
-------------------------------------------------- */
.mv-caption {
color: #444;
font-size: 16px;
margin-top: 25px;
}

.mv {
display: block;
width: 1000px;
height: 563px;
}

.mv iframe {
position: relative;
z-index: -1;
width: 1000px;
height: 563px;
}

#sec01 .sec-inner .mv-title {
margin-top: 43px;
}

#sec02 .sec-inner .mv-title {
font-size: 22px;
font-weight: bold;
margin: 90px 0 20px;
}

#btn-pdf-bottom {
width: 800px;
margin: 0 auto;
padding: 50px 0;
text-align: center;
}

#btn-pdf-bottom img {
vertical-align: top;
width: 100%;
}



.bnr-canon-log-Area {
background: #313131;
padding: 20px 0;
margin-bottom: 0;
}
.bnr-canon-log-Area ul {
width: 1000px;
margin: 0 auto;
}

.bnr-canon-log-Area:after {
content: "";
display: block;
clear: both;
}
.bnr-canon-log-Area li {
float: right;
}
.bnr-canon-log-Area li:first-child {
float: left;
}


/* footer
-------------------------------------------------- */
#footer {
clear: both;
width: 100%;
height: 22px;
padding: 20px 0;
color: #fff;
font-size: 16px;
text-align: center;
background: #000;
}
#footer p {
margin-bottom: 0;
}

#pagetop {
z-index: 150;
position: fixed;
right: 0;
bottom: 0;
margin-bottom: 0;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}