@charset "utf-8";

body {
	font-family:Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #555;
	background-color: #fff;
}
#container {
    position: relative;
    width: 100% !important;
    margin: 0;
    padding: 80px 0 0;
}
a {color: #555;}
img {width: 100%;}

#header {
    position: fixed;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 5px gray;
    top: 0;
    left: 0;
    z-index: 500;
}
#headerInner {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    width: 1000px;
    height: 80px;
    margin: 0 auto;
}
.cookieConsent {height: 200px !important;}
#cookieConsentWrapper {
    position: relative;
    width: 100%;
    height: 120px;
    background-color: #555;
}
#cookieConsentInner {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
    width: 1000px;
    height: 120px;
    margin: 0 auto;
}
#cookieConsentTxt {
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
}
#cookieConsentTxt a {
    color: #fff;
    text-decoration: underline;
}
#cookieConsentAction {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    align-items: center;
    justify-content: center;
}
#cookieConsentBtn {
    background-color: #ccc;
    font-size: 13px;
    color: #333;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border: solid 1px #fff;
    border-radius: 4px;
    margin-left: 24px;
    padding: 4px 12px;
    cursor: pointer;
}
#cookieNotConsentBtn {
    background-color: #333;
    font-size: 13px;
    color: #fff;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border: solid 1px #fff;
    border-radius: 4px;
    margin-left: 24px;
    padding: 4px 12px;
    cursor: pointer;
}
#CanonLogo {
    position: relative;
    width: 166px;
    height: 32px;
    margin-top: 24px;
    background: url("../images/common/canon-logo.png") no-repeat top left;
    background-size: contain;
    cursor: pointer;
}
#headerLogo {
    position: relative;
    width: 166px;
    height: 32px;
    margin-top: 24px;
    background: url("../images/common/header-logo.png") no-repeat top left;
    background-size: contain;
    cursor: pointer;
}
#headerMenu {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    justify-content: flex-end;
    width: 764px;
    margin: 0;
}
#headerMenu .menu {
    margin-left: 40px;
    line-height: 80px;
}
#headerMenu .pulldown {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
}
#headerMenu .pulldown:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 32px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#headerMenu .pulldown.open:after {
    top: 36px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#headerMenu .subMenu {
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    width: auto;
    top: 60px;
    left: 0px;
    margin: 0;
    display: none;
    z-index: 1000;
}
#headerMenu .subMenu li {
    border: solid 1px #ccc;
    border-bottom: 0;
    border-collapse: collapse;
    background-color: #fff;
    font-size: 14px;
    white-space: nowrap;
    line-height: 24px;
    margin: 0;
    padding: 4px 12px;
}
#headerMenu .subMenu li:last-child {border-bottom: solid 1px #ccc;}

#lang {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    background: url("../images/common/icon-region.png") no-repeat top left;
    background-size: cover;
    margin: 25px 0 25px 40px;
    cursor: pointer;
}
#lang span {pointer-events: none;}
.dialogBox {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    padding: 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    z-index: 1000;
    display: none;
}
.dialogBox h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0px;
    padding: 0 48px 0 48px;
}
.dialogClose {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 24px;
    height: 24px;
    background: url("../images/common/close.png") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.dialogBox .link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.dialogBox select {
    width: 70%;
    font-size: 16px;
    margin: 12px auto;
    padding: 4px 8px;
    border: none;
    outline: none;
    border-bottom: solid 1px #ccc;
}

.pageTitle {
    width: 1000px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 50px auto 10px auto;

}
.pageLead {
    width: 800px;
    font-size: 18px;
    margin: 50px auto;
}
.pageNotice {
    width: 1000px;
    font-size: 18px;
    margin: 50px auto 10px auto;
}

.contents {
    position: relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width: 1000px;
    margin: 0 auto 50px;
}
.linkPos {
    position: absolute;
    top: -100px;
    visibility: hidden;
}
.contentsTitle {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 32px;
    border-bottom: solid 1px #ccc;
}
.contentsItems1 {width: 100%;}
.contentsItems2 {
    width: 100%;
    background-color: #fcfcfc;
}
.linkBtn1, .linkBtn2 {
    position: relative;
    width: 360px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: solid 1px #ccc;
    margin: 0 auto;
}
.linkBtn1 {
	background: url("../images/common/arrow-r.png") no-repeat center right 5%;
    background-color: #F7F7F7;
}
.linkBtn2 {
    color: #fff;
    background: url("../images/common/arrow-w.png") no-repeat center right 5%;
    background-color: #cc0000;
}
.linkBtn2:hover {text-decoration: underline;}
.appstore {
    position: relative;
    width: 150px;
    height: 50px;
    margin: 0;
}
.googleplay {
    position: relative;
    width: 170px;
    height: 50px;
    margin: 0;
}
.coming_soon {
    position: relative;
    width: 350px;
    height: 150px;
    margin: 0;
}


#footer {
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
	font-size: 12px;
}
#footerMenu {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    justify-content: center;
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
#footerMenu .menu {
    position: relative;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
}
#copyright {
    min-width: 1000px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background-color: #fff;
}
@media only screen and (min-width:1000px) {
    #footerMenu .menu:nth-child(2):before,
    #footerMenu .menu:nth-child(3):before,
    #footerMenu .menu:nth-child(4):before,
    #footerMenu .menu:nth-child(5):before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        display: inline-block;
        width: 1px;
        height: 20px;
        background-color: #555;
    }
}
@media only screen and (min-width:641px) and (max-width:999px) {
    #container {overflow: hidden;}
    #header {
        width: 100%;
        margin: 0;
    }
    #headerInner {
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }
    #cookieConsentInner {width: 90%;}	
    #headerLogo {
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #CanonLogo {
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #headerMenuIcon {
        position: relative;
        width: 36px;
        height: 30px;
        margin: 25px 0 25px 30px;
        cursor: pointer;
    }
    #headerMenuIcon .bar {
        width: 20px;
        height: 2px;
        background-color: #999;
        margin: 5px auto;
    }
    #headerMenuIcon .bar:first-child {margin-top: 6px;}
    #headerMenuRP{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 320px;
        padding: 60px 20px 20px 48px;
        background-color: #fff;
        border: solid 1px #ccc;
        z-index: 2000;
    }
    #headerMenuRP .menu {
        position: relative;
        margin-bottom: 12px;
    }
    #headerMenuRP .menu:before {content: "- ";}
    #headerMenuRP .menu ul {
        padding: 8px 12px 0;
    }
    #headerMenuRP .menu ul li {padding-bottom: 4px;}
    #headerMenuRP .menu ul li:before {content: "- ";}
    #headerMenuRP .menuSep {
        position: relative;
        width: 100%;
        height: 1px;
        margin-bottom: 12px;
        background-color: #ccc;
    }
    #headerMenuRP .appstore, #headerMenuRP .googleplay {margin: 12px auto;}
    .menuClose {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 24px;
        height: 24px;
        background: url("../images/common/close.png") no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }
    #lang {margin: 25px 30px 25px 0;}
    .pageTitle {width: 100%;}
    .pageLead {width: 80%;}
    .pageNotice {width: 80%;}
    .contents {width: 100%;}
    #footer {height: auto;}
    #footerMenu {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 50%;
        height: auto;
        margin: 0 auto;
        padding: 12px 0;
    }
    #footerMenu .menu {
        position: relative;
        width: 100%;
        line-height: 1.5;
        margin: 0;
        padding: 4px 0;
        border-bottom: solid 1px #ccc;
    }
    #footerMenu .menu:last-child {border-bottom: none;}
    #copyright {
        width: 100%;
        min-width: inherit;
    }
}
@media only screen and (max-width: 640px) {
    body {
        font-size: 4vw;
        line-height: 1.4;
    }
    #container {
        overflow: hidden;
        padding-top: 16vw;
    }
    #header {
        position: fixed;
        width: 100vw;
        height: 16vw;
        margin: 0;
        background-color: #fff;
        box-shadow: 0 0.5vw 1.2vw gray;
        z-index: 900;
    }
    #headerInner {
        width: 100vw;
        height: 16vw;
        justify-content: space-between;
    }
    .cookieConsent {height: 56vw !important;}
    #cookieConsentWrapper {height: 40vw;}
    #cookieConsentInner {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        align-items: center;
        justify-content: center;
        width: 94vw;
        height: 40vw;
    }
    #cookieConsentTxt {
        font-size: 2.5vw;
        padding-top: 1vw;
    }
    #cookieConsentBtn {
        display: inline-block;
        font-size: 2.5vw;
        margin-top: 2vw;
        padding: 1vw 2vw;
    }
    #cookieNotConsentBtn {
        display: inline-block;
        font-size: 2.5vw;
        margin-top: 2vw;
        padding: 1vw 2vw;
    }
    #headerLogo {
        position: absolute;
        width: 33.2vw;
        height: 6.4vw;
        top: 4.8vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #CanonLogo {
        position: absolute;
        width: 33.2vw;
        height: 6.4vw;
        top: 4.8vw;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    #headerMenuIcon {
        position: relative;
        width: 10vw;
        height: 10vw;
        margin: 3vw 0 3vw 3vw;
        cursor: pointer;
    }
    #headerMenuIcon .bar {
        width: 6vw;
        height: 0.5vw;
        background-color: #999;
        margin: 2vw auto;
    }
    #headerMenuIcon .bar:first-child {margin-top: 2vw;}
    #headerMenuRP{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        width: 78vw;
        padding: 12vw 3vw 3vw 12vw;
        background-color: #fff;
        border: solid 1px #ccc;
        z-index: 2000;
    }
    #headerMenuRP .menu {
        position: relative;
        margin-bottom: 2vw;
    }
    #headerMenuRP .menu:before {content: "- ";}
    
    #headerMenuRP .menu ul {
        padding: 1.5vw 2.5vw 0;
    }
    #headerMenuRP .menu ul li {padding-bottom: 1vw;}
    #headerMenuRP .menu ul li:before {content: "- ";}
    
    #headerMenuRP .menuSep {
        position: relative;
        width: 100%;
        height: 1px;
        margin-bottom: 2vw;
        background-color: #ccc;
    }
    .appstore {
        width: 30vw;
        height: 10vw;
    }
    .googleplay {
        position: relative;
        width: 34vw;
        height: 10vw;
    }
    #headerMenuRP .appstore, #headerMenuRP .googleplay {margin: 2vw auto;}
    .menuClose {
        position: absolute;
        top: 3vw;
        left: 3vw;
        width: 8vw;
        height: 8vw;
        background: url("../images/common/close.png") no-repeat center center;
        background-size: cover;
        cursor: pointer;
    }
    #lang {
        width: 10vw;
        height: 10vw;
        text-align: center;
        font-weight: bold;
        line-height: 10vw;
        background: url("../images/common/icon-region.png") no-repeat top left;
        margin: 3vw 3vw 3vw 0;
        background-size: cover;
        cursor: pointer;
    }
    .dialogBox {
        width: 87vw;
        padding: 3vw;
    }
    .dialogBox h2 {
        font-size: 5vw;
        padding: 0 12vw 0 12vw;
    }
    .dialogClose {
        top: 3vw;
        left: 3vw;
        width: 8vw;
        height: 8vw;
    }
    .dialogBox .link {
	font-size: 3.5vw;
	display:none;
    }
    .dialogBox select {
        width: 70%;
        margin: 3vw auto;
        padding: 1vw 2vw;
    }
    .pageTitle {
        width: 100%;
        font-size: 6.4vw;
        margin: 5vw 0;
        padding-top: 4vw;
    }
    .pageLead {
        width: 80%;
        font-size: 4.2vw;
        margin: 5vw auto;
    }
    .pageNotice {
        width: 80%;
        font-size: 4.2vw;
        margin: 5vw auto;
    }
    .contents {
        width: 100%;
        margin: 0 0 5vw;
    }
    .linkPos {top: -20vw;}
    .contentsTitle {
        height: auto;
        font-size: 6vw;
        font-weight: bold;
        text-align: center;
        line-height: 8vw;
        border-bottom: solid 1px #ccc;
        padding: 2vw 3vw;
        margin-top: 5vw;
    }
    .linkBtn1, .linkBtn2 {
        width: 80vw;
        height: 8vw;
        text-align: center;
        line-height: 8vw;
        border: solid 1px #ccc;
        margin: 0 auto;
    }
    #footer {height: auto;}
    #footerMenu {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        width: 50%;
        height: auto;
        margin: 0 auto;
        padding: 2vw 0;
    }
    #footerMenu .menu {
        position: relative;
        width: 100%;
        height: auto;
        line-height: 1.5;
        margin: 0;
        padding: 0.5vw 0;
        border-bottom: solid 1px #ccc;
    }
    #footerMenu .menu:last-child {border-bottom: none;}
    #copyright {
        width: 100%;
        min-width: inherit;
    }
}
.imgTxt {
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.fxH {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
}
.fxV {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
}
.fxW {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.fxNW {
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
}
.fxJL {justify-content: flex-start;}
.fxJR {justify-content: flex-end;}
.fxJS {justify-content: space-between;}
.fxAC {align-items: center;}
.fxAE {align-content: flex-end;}
