body {
    overflow-x: auto;
}
body [data-scrollbar] {
    display: block;
    position: relative;
}
body .scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
body .scrollbar-track {
    z-index: 1;
    position: absolute;
    background: rgba(153, 153, 153, .1);
    opacity: 0;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body .scrollbar-track.show,
body .scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
body .scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
}
body .scrollbar-track-y {
    top: 0;
    right: 0;
    height: 100%;
}
body .scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background: rgba(153, 153, 153, .4);
}
main {
    max-width: initial;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: "Fjalla One", sans-serif;
    letter-spacing: .08em;
    line-height:1.2;
}
h2 {
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    letter-spacing: .08em;
    line-height:1.2;
}
h3 {
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    letter-spacing: .08em;
    line-height:1.2;
}
h4 {
    font-size: 20px;
    font-family: "Fjalla One", sans-serif;
}
h5 {
    font-size: 20px;
    margin-right: 10px;
    font-family: "Fjalla One", sans-serif;
}
p {
    line-height: 2;
    font-size: 14px;
}

.c-txt-lead {
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    font-size: 20px;
}
section.ccsdk-kv {
    background-repeat:no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}
.ccsdk-heading-l1 span {
    display: inline-block;
}

.ccsdk-kv-lead {
    font-size:14px;
    line-height:2;
}
.ccsdk-kv-inner {
    color: #fff;
}

.ccsdk-list-check_item {
    background-color: #F4F4F4;
    margin-bottom: 2px;
    padding: 8px 12px 8px 34px;
    font-size: 16px;
    position:relative;
}
.ccsdk-list-check_item:before {
    content: "";
    position:absolute;
    background-image: url("/global/special/camera-control-sdk/img/icon-check.svg");
    background-size: contain;
    width: 12px;
    height: 9px;
    left: 12px;
    top: 16px;
}
.ccsdk-txt {
    font-size: 15px;
    text-align:center;
    line-height: 1.6;
    margin-bottom: 40px;
    padding: 0 16px;
}
.ccsdk-txt-note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
}
.ccsdk-btn {
    font-family: "Fjalla One", sans-serif;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position:relative;
    margin-bottom:20px;
}
.ccsdk-btn:after {
    content: "";
    background-image: url("/global/special/camera-control-sdk/img/icon-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 16px;
    top: 32px;
    width: 12px;
    height: 11px;
}

.ccsdk-lang {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position:absolute;
    top: 110px;
    right: 40px;
    background-color: #fff;
    width: 80px;
    height: 32px;
    border: 1px solid #fff;
}

.ccsdk-lang_item {
    font-family: "Fjalla One", sans-serif;
    text-align:center;
    display: block;
    height: 28px;
    width: 38px;
    line-height: 28px;
    background-color:#000;
    color: #fff;
}

.ccsdk-lang_item.on {
    background-color:#fff;
    color: #000;
}

.ccsdk-news-list_item {
    border-top: 1px solid #d9d9d9;
    position:relative;
    font-size:14px;
    font-weight: 600;
}
.ccsdk-news-list_item:last-child {
    border-bottom: 1px solid #d9d9d9;
}
.ccsdk-news-list_item:before {
    border-top: 1px solid #1b1b1b;
    content: "";
    display: flex;
    width: calc(31% + 16px);
    height: 1px;
    position: absolute;
    top: -1px;
    z-index: 9;
}
.ccsdk-news-list_item:last-child:after {
    border-top: 1px solid #1b1b1b;
    content: "";
    display: flex;
    width: calc(31% + 16px);
    margin-top: 8px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    z-index: 9;
}
.ccsdk-news-list_item span {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 400;
}
.ccsdk-news-list_item a {
    padding: 8px 0;
    display: block;
}
.ccsdk-news {
    width: 100%;
    overflow-y: scroll;
    margin:auto;
    padding: 32px;
    border: 2px solid #000;
}
.ccsdk-agreement {
    border: 2px solid #000;
    overflow-y: scroll;
    padding: 24px;
}
.ccsdk-agreement h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: left;
}
.ccsdk-agreement h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 32px;
    margin-bottom: 16px;
    text-align: left;
}
.ccsdk-agreement-head {
    background-color: #000;
    color: #fff;
}
.ccsdk-agreement-heading-l1 {
    text-align:center;
}
.ccsdk-contact-head {
    background-color: #000;
    color: #fff;
}
.ccsdk-contact-heading-l1 {
    text-align:center;
}
.ccsdk-back {
    text-align:center;
}

.ccsdk-back_item {
    position: relative;
    font-size:16px;
}
.ccsdk-back_item:before {
    content: "";
    background-image: url("/global/special/camera-control-sdk/img/icon-back.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -24px;
    top: 8px;
    width: 12px;
    height: 11px;
}

.ccsdk-link_txt {
    color: #17a174;
    text-decoration: underline;
}
.ccsdk-link_txt:hover {
    text-decoration: none;
}
.c-contact-jp {
    background-color: #F4F4F4;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.c-contact-jp p {
    margin-bottom: 16px;
    font-weight: 600;
}
.c-contact-jp p.c-contact-jp-txt {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: normal;
}
.c-contact-jp .c-txt-phone a {
    font-weight: 600;
    display: inline-block;
    margin-left: 16px;
}
.c-contact-item {
    background-color: #F4F4F4;
    margin-bottom: 2px;
    transition: all .3s;
    position: relative;
}
.c-contact-item:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 24px;
    top: 24px;
    transition-duration: .3s;
}
.c-contact-item.open:after {
    transform: rotate(-135deg);
    top: 28px;
}
.c-contact-detail {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: .3s;
}
.open > .c-contact-detail {
    height: auto;
    opacity: 1;
}
.c-contact-detail > p:first-child {
    font-weight: 600;
}
.c-txt-phone {
    font-weight: bold;
    color: #929292;
}
.c-txt-phone a {
    color: #000;
    font-weight: normal;
    display: inline-block;
    margin-left: 8px;
    letter-spacing: 0.1em;
}
.ccsdk-anchor {
    background-color: #F4F4F6;
    padding: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.ccsdk-anchor-link {
    font-size: 14px;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: 0.08em;
    position: relative;
}
.ccsdk-anchor-link:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    left: -16px;
    top: 4px;
}
.select_country {
    display: none !important;
}

.ccsdk-banner {
    margin: 0 auto;
}

@media screen and (max-width:767px),print {
    h5 {
        margin-right: 0px;
        margin-bottom: 16px;
        width: 100%;
        text-align:center;
    }
    section {
        padding: 48px 16px 0;
        margin: auto;
    }
    section.ccsdk-kv {
        background-image: url("/global/special/camera-control-sdk/img/img-kv--sp.jpg");
        height: 464px;
        display: flex;
        align-items: center;
    }
    section.contact {
        padding: 48px 0 0;
    }
    .ccsdk-heading-l1 {
        font-size:35px;
        line-height:1.6;
        /*margin-bottom:32px;*/
    }
    .ccsdk-heading-l1_sub {
        font-size:24px;
    }
    .ccsdk-heading-l1_slash{
        font-size:19px;
    }
    .ccsdk-heading-l2 {
        font-size:36px;
        margin-bottom:40px;
    }
    .ccsdk-heading-l3 {
        font-size:32px;
        margin-top:40px;
        margin-bottom:24px;
    }
    .ccsdk-kv-lead {
        margin-bottom:32px;
    }
    .ccsdk-btn {
        width: 100%;
        height: 72px;
    }
    .ccsdk-col-2_item:last-child {
        margin-top:40px;
    }
    .ccsdk-news {
        max-height: 360px;
    }
    .only--pc{
        display:none;
    }
    .ccsdk-agreement {
        height: 570px;
    }
    .ccsdk-agreement-head {
        /*height: 228px;*/
        padding-bottom: 30px;
    }
    .ccsdk-agreement-heading-l1 {
        font-size:32px;
        margin-top: 30px;        
    }
    .ccsdk-agreement-heading-l1 span {
        font-size:18px;
        display: block;
        margin-bottom: 16px;
    }
    .ccsdk-agreement-btn {
        margin:60px auto;
    }
    .ccsdk-agreement-btn .ccsdk-btn{
        margin:auto;
    }
    .ccsdk-contact-heading-l1 {
        font-size:32px;
        margin-top: 30px;
    }
    .c-contact-inner{
        margin-bottom:30px;
    }
    .c-contact-item {
        padding: 16px;
    }
    .ccsdk-anchor {
        flex-wrap: wrap;
        justify-content: space-around;

    }

	.ccsdk-anchor-link {
		margin-bottom:10px;
		margin-left:6%;

	}
	
    .ccsdk-contact-head {
/*        height: 148px;*/
		height:175px;
    }
    .c-contact-jp p {
        font-size: 20px;
    }
    .ccsdk-lang {
        top: 68px;
        right: 20px;
    }
}
@media screen and (min-width:768px),print {
    section {
        padding: 72px 24px 80px;
        max-width: 1248px;
        margin: auto;
    }
    section.ccsdk-kv {
        max-width:100%;
        height: 820px;
        background-image: url("/global/special/camera-control-sdk/img/img-kv.jpg");
    }
    .ccsdk-kv-inner {
        max-width: 1200px;
        margin: 120px auto 0;
    }
    .ccsdk-heading-l1 {
        font-size:56px;
        margin-bottom: 48px;
    }
    .ccsdk-heading-l1_sub {
        font-size:40px;
    }
    .ccsdk-heading-l1_slash{
        font-size:32px;
    }
    .ccsdk-heading-l2 {
        font-size:40px;
        margin-bottom:60px;
    }
    .ccsdk-heading-l3 {
        font-size:32px;
        margin-bottom:40px;
    }
    .ccsdk-col-3 {
        display: flex;
        align-items: baseline;
    }
    .ccsdk-col-3_item {
        width: 31.08%; /* 373/1200 */
        max-width: 373px;
        margin-right: 40px;
    }
    .ccsdk-col-3_item:last-child {
        margin-right:0;
    }
    .ccsdk-col-2 {
        display: flex;
        align-items: baseline;
        width: 780px;
        margin:auto;
    }
    .ccsdk-col-2_item {
        width: 100%;
        max-width: 360px;
        margin-right: 60px;
    }
    .ccsdk-col-2_item:last-child {
        margin-right:0;
    }
    .ccsdk-kv-lead {
        /*max-width: 404px;*/
        /*margin-right:auto;*/
        margin-bottom:32px;
    }
    .ccsdk-btn {
        width: 360px;
        height: 72px;
    }
    .ccsdk-news {
        max-width:800px;
        max-height: 300px;
        margin:auto;
    }
    .ccsdk-agreement-head {
        max-width: 100%;
        padding: 104px 24px 32px;
    }
    .ccsdk-agreement-heading-l1 {
        font-size:48px;
        max-width:1200px;
        margin: auto;
    }
    .ccsdk-agreement-heading-l1 span {
        font-size:32px;
        display: block;
        margin-bottom: 16px;
    }
    .ccsdk-agreement {
        max-width:800px;
        max-height: 570px;
        margin:auto;
    }
    .ccsdk-agreement-btn {
        max-width:480px;
        margin:60px auto;
    }
    .ccsdk-agreement-btn .ccsdk-btn{
        margin:auto;
    }

    .ccsdk-contact-head {
        max-width: 100%;
        padding: 104px 24px 32px;
    }
    .ccsdk-contact-heading-l1 {
        font-size:56px;
        max-height:1200px;
        margin: auto;
    }
    .c-contact-wrap {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    .c-contact-inner {
        width: 80%;
    }
    .c-contact-item {
        display: flex;
        padding: 16px 24px;
    }
    h4 {
        width: 16%;
    }
    .c-contact-item div {
        width: 84%;
    }
    .c-contact-jp p {
        font-size: 24px;
    }
    .ccsdk-anchor {
        justify-content: center;
    }
    .ccsdk-anchor-link {
        margin-left: 40px;
    }
    .only--sp {
        display:none;
    }
}