/* ---------------------------------------------------------
CL3000: Common
---------------------------------------------------------- */
body {
    width: 100%;
    line-height: 1.4;
    background: #1f2227;
}

#CL3000 {
    display: none;
    width: 100%;
    font-size: 10px;
    color: #fff;
    background: #1f2227;
}
#CL3000 * {
    box-sizing: border-box;
}
#CL3000 *::before, #CL3000 *::after {
    box-sizing: border-box;
}
#CL3000 img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-style: none;
}
#CL3000 figure {
    margin: 0;
}
#CL3000 a {
    color: #fff;
    text-decoration: none;
}
#CL3000 ul, #CL3000 ol {
    list-style-type: none;
}
#CL3000 .fade {
    opacity: 0;
    transition: all 600ms ease-out;
    transform: translate(0, 50px);
}
@media screen and (max-height: 750px) {
    #CL3000 .fade {
        transform: translate(0, 25px);
    }
}
#CL3000 .fade.in {
    opacity: 1;
    transform: translate(0, 0);
}
#CL3000 .fade.out {
    animation: fade-out 2s ease-in;
}
#CL3000 .noWrap {
    white-space: nowrap;
}

/*
 CL3000: [Structure] - Common
---------------------------------------------------------- */
#CL3000 #StrHeaderInner, #CL3000 #StrMainInner, #CL3000 #StrFooterInner {
    width: calc(1600vw * 100 / 1800);
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

#CL3000 .Conversion > a {
    position: relative;
    z-index: 0;
    padding: 12px 9px 14px 55px;
    font-size: 1.66em;
    color: #fff;
    text-align: left;
    text-decoration: none;
    letter-spacing: -.22em;
    letter-spacing: normal;
    background: #e60012;
    transition: all 0.3s;
}
#CL3000 .Conversion > a .Text {
    position: relative;
    display: inline-block;
    padding-right: 16px;
    font-weight: bold;
    line-height: 1;
}
#CL3000 .Conversion > a .Text::before {
    position: absolute;
    top: 50%;
    left: -33px;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-top: -13px;
    background: url(../../img/landing_page/cl-3000_pr/icon_btn_dl.png) no-repeat;
    content: "";
}
#CL3000 .Conversion > a .Img {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
    box-shadow: 0 0 2px #ccc;
}

#CL3000 .Conversion > a:hover, a:focus {
    opacity: 0.8;
}

#CL3000 .Conversion.Type01 > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 15px 9px 10px;
}

#CL3000 .Conversion.Type01 > a .Text {
    padding: 0 0 0 16px;
}

#CL3000 .Conversion.Type01 > a .Text::before {
    content: none;
}

#CL3000 .Conversion.Type01 > a .Img {
    -ms-flex-order: -1;
    order: -1;
    margin: -20px 0;
}

#CL3000 .Conversion.Type02 {
    margin: 0 0 0 10px;
}

#CL3000 .Conversion.Type02 > a {
    padding: 13px 5px 13px 38px;
    background: none;
    border: 1px solid #2a8ac6;
}

#CL3000 .Conversion.Type02 > a .Text::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -15px;
    width: auto;
    height: auto;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left-color: #fff;
    background: none;
}

/*
 CL3000: [Structure] - Header
---------------------------------------------------------- */
#CL3000 #StrHeader {
    width: 100%;
    height: 95px;
}
@media screen and (max-height: 750px) {
    #CL3000 #StrHeader {
        height: 51px;
    }
}
#CL3000 #StrHeader > #StrHeaderInner {
    display: table;
    height: 100%;
}
#CL3000 #StrHeader .Logo {
    display: table-cell;
    vertical-align: middle;
}
#CL3000 #StrHeader .Conversion {
    display: none;
}
@media screen and (max-height: 750px) and (min-width: 1025px) {
    #CL3000 #StrHeader .Logo img {
        height: 17px;
    }
}
@media screen and (max-width: 1024px) {
    #CL3000 #StrHeader.Type01 > #StrHeaderInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    }
    #CL3000 #StrHeader .Conversion {
        display: block;
    }
    #CL3000 #StrHeader .Conversion > a {
        display: inline-block;
        padding: 7px 10px 7px 35px;
    }
    #CL3000 #StrHeader .Conversion > a .Text {
        padding-right: 0;
        font-size: 15px;
    }
    #CL3000 #StrHeader .Conversion > a .Text::before{
        width: 20px;
        height: 20px;
        margin-top: -10px;
        left: -28px;
        background-size: cover;
    }
}
/*
 CL3000: [Structure] - Main
---------------------------------------------------------- */
#CL3000 #StrMain {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100vh - (95px + 52px));
    min-height: 485px;
}
@media screen and (max-height: 750px) {
    #CL3000 #StrMain {
        height: calc(100vh - (51px + 33px));
    }
}
#CL3000 #StrMain::before {
    position: fixed;
    left: -70px;
    z-index: 0;
    display: block;
    width: calc(1268vw * 100 / 1800);
    height: calc(100vh - (95px + 52px));
    background: url(../../img/landing_page/cl-3000_pr/cl-3000_ws_sr57333_pr_page_bg_img_01.png) no-repeat bottom center;
    background-size: contain;
    content: "";
}
@media screen and (max-height: 750px) {
    #CL3000 #StrMain::before {
        height: calc(100vh - (51px + 33px));
    }
}

#CL3000 #StrMainInner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

/*
 CL3000: [Structure] - Footer
---------------------------------------------------------- */
#CL3000 #StrFooter {
    width: 100%;
    height: 52px;
    font-size: 11px;
}
@media screen and (max-height: 750px) {
    #CL3000 #StrFooter {
        height: 33px;
    }
}

#CL3000 #StrFooterInner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#CL3000 #StrFooterList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
#CL3000 #StrFooterList > li {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #a6a6a6;
    list-style: none;
}
#CL3000 #StrFooterList > li:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

/*
 CL3000: [Main] HeadlineBox
---------------------------------------------------------- */
#CL3000 .HeadlineBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(525vw * 100 / 1800);
    height: 100%;
    padding: 0 0 calc(150vh * 100 / 900);
    line-height: 1.25;
}
@media screen and (max-width: 1350px) {
    #CL3000 .HeadlineBox {
        width: 395px;
    }
}
#CL3000 .HeadlineBox .HeadlineBoxInner {
    width: 100%;
}
#CL3000 .HeadlineBox .Hdg01 {
    padding: 0 0 calc(25vh * 100 / 900);
    font-size: 60px;
    text-shadow: 3px 3px 3px #000;
}
@media screen and (max-width: 1800px) {
    #CL3000 .HeadlineBox .Hdg01 {
        font-size: calc((60vw * 100) / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .HeadlineBox .Hdg01 {
        font-size: 45px;
    }
}
#CL3000 .HeadlineBox .Hdg01.Ptn01 {
    font-size: 56px;
}
@media screen and (max-width: 1800px) {
    #CL3000 .HeadlineBox .Hdg01.Ptn01 {
        font-size: calc((56vw * 100) / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .HeadlineBox .Hdg01.Ptn01 {
        font-size: 42px;
    }
}
#CL3000 .HeadlineBox .Lead {
    font-weight: bold;
    font-size: 24px;
}
@media screen and (max-width: 1800px) {
    #CL3000 .HeadlineBox .Lead {
        font-size: calc((24vw * 100) / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .HeadlineBox .Lead {
        font-size: 16.5px;
    }
}
#CL3000 .HeadlineBox .Lead > .SeriesName {
    font-weight: normal;
}

/*
 CL3000: [Main] Contents
---------------------------------------------------------- */
#CL3000 .Contents {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: calc(1010vw * 100 / 1800);
    height: 93%;
    margin: 0 0 0 auto;
    background: linear-gradient(to bottom, #0f1113 98%, transparent);
}
@media screen and (max-width: 1350px) {
    #CL3000 .Contents {
        width: 757px;
    }
}

/*
 CL3000: [Main] Contents: Features
---------------------------------------------------------- */
#CL3000 .Features {
    width: 100%;
    height: 100%;
}

#CL3000 .TabArea {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

#CL3000 .TabContents {
    height: calc(100% - 111px);
}

#CL3000 #MainVisual, #CL3000 .TabPane {
    display: none;
    height: 100%;
    padding: calc(25vh * 100 / 900) calc(40vw * 100 / 1800) 0;
}
#CL3000 #MainVisual.Active, #CL3000 .TabPane.Active {
    display: block;
}

#CL3000 #MainVisual {
    width: 100%;
    height: 100%;
    padding-top: calc(35vh * 100 / 900);
    text-align: center;
    background: url(../../img/landing_page/cl-3000_pr/cl-3000_ws_sr57333_pr_page_bg_img_02.png) no-repeat;
    background-position: bottom -14px left -15%;
    background-size: auto 100%;
}
@media screen and (max-height: 750px) {
    #CL3000 #MainVisual {
        padding-top: calc(30vh * 100 / 900);
    }
}
#CL3000 #MainVisual.Active .ProductImage {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-out;
}
#CL3000 #MainVisual.Active .Box01 {
    display: -ms-flexbox;
    display: flex;
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-out;
}
#CL3000 #MainVisual > .Inner {
    position: relative;
    display: block;
    height: 100%;
}
#CL3000 #MainVisual .ImgWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
}
#CL3000 #MainVisual .ImgWrap > img {
    max-height: 100%;
}
#CL3000 #MainVisual .ProductImage {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: calc(450vw * 100 / 1920);
    min-width: 280px;
    text-align: left;
}
@media screen and (max-width: 1350px) {
    #CL3000 #MainVisual .ProductImage {
        width: 300px;
    }
}
#CL3000 #MainVisual .ProductImage > img {
    position: relative;
    z-index: 10;
}
#CL3000 #MainVisual .Box01 {
    position: relative;
    z-index: 1;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    margin-left: auto;
}
#CL3000 #MainVisual .AppsLink {
    position: relative;
    overflow: hidden;
    width: 580px;
    min-width: 365px;
    text-align: right;
    box-shadow: 0 0 20px 0 #5aebff;
    cursor: pointer;
}
@media screen and (max-width: 1800px) {
    #CL3000 #MainVisual .AppsLink {
        width: calc(580vh * 100 / 900);
        max-width: 65%;
    }
}
#CL3000 #MainVisual .AppsLink:hover:before {
    background: rgba(252, 253, 255, .19);
}
#CL3000 #MainVisual .AppsLink:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(252, 253, 255, 0);
    content: "";
    cursor: pointer;
    transition: background .1s;
}
#CL3000 #MainVisual .AppsLink:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(252, 253, 255, 0);
    content: "";
    cursor: pointer;
    transition: background .1s;
}
#CL3000 #MainVisual .AppsLink a {
    display: block;
    background: #5aebff;
}
#CL3000 #MainVisual .AppsLink > .Text {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: calc(50vh * 100 / 900);
    max-height: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    background: #5aebff;
}
@media screen and (max-width: 1800px) {
    #CL3000 #MainVisual .AppsLink > .Text {
        font-size: calc(18vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 #MainVisual .AppsLink > .Text {
        font-size: 13.5px;
    }
}
#CL3000 #MainVisual .AppsLink > .Text > span {
    position: relative;
    display: table-cell;
    width: auto;
    min-width: 150px;
    padding: 0 calc(40vw * 100 / 1800) 0 calc(50vw * 100 / 1800);
    vertical-align: middle;
    text-align: center;
}
#CL3000 #MainVisual .AppsLink > .Text > span::before {
    position: absolute;
    top: 50%;
    left: calc((25vw * 100 / 1800) - 6px);
    display: block;
    width: 15px;
    height: 3px;
    background: #000;
    content: "";
    transform: translateY(-50%);
}
#CL3000 #MainVisual .AppsLink > .Text > span::after {
    position: absolute;
    top: 50%;
    left: calc(25vw * 100 / 1800);
    display: block;
    width: 3px;
    height: 15px;
    background: #000;
    content: "";
    transform: translateY(-50%);
}
#CL3000 #MainVisual .CvArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: calc(115vh * 100 / 900);
    text-align: right;
}
#CL3000 #MainVisual .CvArea p {
    display: table-cell;
}
#CL3000 #MainVisual .CvArea.Type01 p {
    display: flex;
}
#CL3000 #Feature2 {
    background: url(../../img/landing_page/cl-3000_pr/cl-3000_ws_sr57333_pr_page_bg_img_03.png) no-repeat top right;
    background-size: auto 95%;
}
#CL3000 #Feature2 .ImgWrap {
    text-align: left;
}

#CL3000 #Feature3 {
    background: url(../../img/landing_page/cl-3000_pr/cl-3000_ws_sr57333_pr_page_bg_img_04.png) no-repeat top right;
    background-size: auto 95%;
}
#CL3000 #Feature3 .ImgWrap {
    text-align: left;
}
#CL3000 #Feature3 .Conversion.Type02 {
    display: none;
}
#CL3000 .TabPane {
    height: 100%;
    animation-name: fade-in;
    animation-duration: .7s;
}
#CL3000 .TabPane > .Inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
#CL3000 .TabPane .Description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(430vw * 100 / 1800);
    padding-left: calc(13vw * 100 / 1800);
}
@media screen and (max-height: 750px) {
    #CL3000 .TabPane .Description {
        width: calc(470vw * 100 / 1800);
    }
}
@media screen and (max-height: 750px) and (max-width: 1350px) {
    #CL3000 .TabPane .Description {
        width: 352px;
    }
}
#CL3000 .TabPane .Description > .Hdg02 {
    padding: 0 0 calc(40vh * 100 / 900);
    font-size: 22px;
}
@media screen and (max-width: 1800px) {
    #CL3000 .TabPane .Description > .Hdg02 {
        font-size: calc(22vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .TabPane .Description > .Hdg02 {
        font-size: 16.5px;
    }
}
#CL3000 .TabPane .Description > .Lead {
    padding: 0 0 calc(40vh * 100 / 900);
    font-size: 18px;
}
@media screen and (max-width: 1800px) {
    #CL3000 .TabPane .Description > .Lead {
        font-size: calc(18vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .TabPane .Description > .Lead {
        font-size: 13.5px;
    }
}
#CL3000 .TabPane .Description .Conversion {
    text-align: right;
}
#CL3000 .TabPane .Description .Inch {
    color: #09f;
}
#CL3000 .TabPane .Image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(480vw * 100 / 1800);
}
#CL3000 .TabPane .Image > img {
    max-width: 100%;
    min-height: calc(0%);
    max-height: 100%;
}

/*
 CL3000: [Main] Contents: Navigation
---------------------------------------------------------- */
#CL3000 .NavWap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 111px;
    padding-bottom: calc(15vh * 100 / 900);
}

#CL3000 .TabNav {
    position: relative;
    z-index: 555;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 80px;
    max-height: 110px;
    padding: 0 calc(25vw * 100 / 900);
}
#CL3000 .TabNav.Ptn01 > li {
    font-size: 16px;
}
@media screen and (max-width: 1800px) {
    #CL3000 .TabNav.Ptn01 > li {
        font-size: calc(16vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .TabNav.Ptn01 > li {
        font-size: 12.5px;
    }
}
#CL3000 .TabNav > li {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: calc(285vw * 100 / 1800);
    min-width: 215px;
    min-height: 80px;
    max-height: 110px;
    margin: 0 5px 0;
    padding: 10px 15px 10px calc(30vw * 100 / 1800);
    font-weight: bold;
    font-size: 17px;
    background: #1f2227;
    border: solid 1px #333539;
    box-shadow: 5px 5px 0 0 #5aebff;
    transition: all .5s;
}
@media screen and (max-width: 1800px) {
    #CL3000 .TabNav > li {
        font-size: calc(17vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 .TabNav > li {
        font-size: 13px;
    }
}
#CL3000 .TabNav > li:first-child {
    margin-left: 0;
}
#CL3000 .TabNav > li:last-child {
    margin-right: 0;
}
#CL3000 .TabNav > li:before {
    position: absolute;
    top: 50%;
    left: calc(12vw * 100 / 1800);
    display: inline-block;
    margin-top: calc(12vw * 100 / 1800 * -1 / 2);
    border: calc(6vw * 100 / 1800) solid transparent;
    border-left-color: #80868f;
    content: "";
}
#CL3000 .TabNav > li.Active {
    color: #000;
    background: #5aebff;
    border-color: #5aebff;
    box-shadow: none;
    transition: all .5s;
}
#CL3000 .TabNav > li.Active:before {
    border-left-color: #000;
}
#CL3000 .TabNav > li > .Inner {
    display: inline-block;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
}

/*
 CL3000: [Main] Contents: Apps
---------------------------------------------------------- */
#CL3000 #Apps {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    width: calc(1600vw * 100 / 1800);
    min-width: 1200px;
    height: 100%;
    color: #000;
    background: #42474e;
    background: #fff;
    opacity: 0;
    transition: all 500ms ease-out;
    transform: translate(0, 50px);
}
#CL3000 #Apps.Active {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}
#CL3000 #Apps > .Inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: calc(1500vw * 100 / 1800);
    min-width: 1160px;
    height: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    #CL3000 #Apps > .Inner {
        width: calc(1380vw * 100 / 1600);
    }
}
#CL3000 #Apps .Headline {
    width: calc(350vw * 100 / 1800);
    min-width: 240px;
    text-align: center;
}
@media screen and (max-width: 1600px) {
    #CL3000 #Apps .Headline {
        width: calc(335vw * 100 / 1600);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 #Apps .Headline {
        width: 282px;
    }
}
#CL3000 #Apps .Headline .Hdg02 {
    padding-bottom: calc(20vh * 100 / 900);
    font-size: 40px;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Headline .Hdg02 {
        font-size: calc(40vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 #Apps .Headline .Hdg02 {
        font-size: 30px;
    }
}
#CL3000 #Apps .Headline .Conversion > a .Text {
    font-size: 16px;
}
#CL3000 #Apps .Headline .Conversion > a.Ptn01 {
    padding-right: calc(9vw * 100 / 1800);
    padding-left: calc(40vw * 100 / 1800);
}
@media screen and (max-width: 1600px) {
    #CL3000 #Apps .Headline .Conversion > a.Ptn01 {
        padding-right: calc(7vw * 100 / 1600);
        padding-left: calc(35vw * 100 / 1600);
    }
}
#CL3000 #Apps .Headline .Conversion > a.Ptn01 .Text {
    padding-right: calc(6vw * 100 / 1600);
    padding-left: 0;
}
#CL3000 #Apps .Headline .Conversion > a.Ptn01 .Text:before {
    left: calc(-33vw * 100 / 1800);
    transform: scale(.9);
}
@media screen and (max-width: 1600px) {
    #CL3000 #Apps .Headline .Conversion > a.Ptn01 .Text:before {
        transform: scale(.8);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 #Apps .Headline .Conversion > a.Ptn01 .Text:before {
        transform: scale(.7);
    }
}
#CL3000 #Apps .Figures {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(1170vw * 100 / 1800);
    min-width: 875px;
}
#CL3000 #Apps .Figures > .Group01 {
    width: 100%;
    height: 100%;
}
#CL3000 #Apps .Figures > .Group01 .LayoutBox {
    width: 220px;
    font-size: 40px;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Figures > .Group01 .LayoutBox {
        width: calc(220vw * 100 / 1800);
        min-width: 165px;
    }
}
#CL3000 #Apps .Figures > .Group02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Figures > .Group02 {
        width: calc(220vw * 100 / 1800);
        min-width: 165px;
    }
}
#CL3000 #Apps .Figures .Fig {
    position: relative;
    overflow: hidden;
}
#CL3000 #Apps .Figures .Fig > figcaption {
    position: absolute;
    bottom: 0;
    padding: calc(2vh * 100 / 900) calc(15vw * 100 / 1800);
    font-weight: bold;
    font-size: 14px;
    color: #000;
    background: #fff;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Figures .Fig > figcaption {
        font-size: calc(14vw * 100 / 1800);
    }
}
@media screen and (max-width: 1350px) {
    #CL3000 #Apps .Figures .Fig > figcaption {
        font-size: 13px;
    }
}
#CL3000 #Apps .Figures .Fig.Size01 {
    width: 465px;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Figures .Fig.Size01 {
        width: calc(465vw * 100 / 1800);
        min-width: 347.85px;
    }
}
#CL3000 #Apps .Figures .Fig.Size02 {
    width: 220px;
}
@media screen and (max-width: 1800px) {
    #CL3000 #Apps .Figures .Fig.Size02 {
        width: calc(220vw * 100 / 1800);
        min-width: 165px;
    }
}
#CL3000 #Apps .Figures .Line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#CL3000 #Apps .Figures .Line + .Line {
    margin-top: calc(25vh * 100 / 900);
}
#CL3000 #Apps .Inner > .Conversion {
    display: none;
}
#CL3000 #Apps .BtnClose {
    position: absolute;
    top: calc(25vh * 100 / 900);
    right: calc(25vw * 100 / 1800);
    display: inline-block;
    width: 33px;
    height: 33px;
    background: #1f2227;
    cursor: pointer;
    transition: ease 400ms;
}
#CL3000 #Apps .BtnClose:hover {
    opacity: .7;
    transform: scale(.9);
}
#CL3000 #Apps .BtnClose.touch {
    animation: rotate .1s 2 ease-in-out alternate;
}

@keyframes rotate {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(.9);
    }
}
#CL3000 #Apps .BtnClose span::before, #CL3000 #Apps .BtnClose span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 70%;
    height: 7%;
    margin: -3.5% 0 0 -35%;
    background: #fff;
    content: "";
}
#CL3000 #Apps .BtnClose span::before {
    transform: rotate(-45deg);
}
#CL3000 #Apps .BtnClose span::after {
    transform: rotate(45deg);
}

/*
 CL3000: max-width: 1024px
---------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    #CL3000 #StrHeaderInner, #CL3000 #StrFooterInner {
        width: calc(840vw * 100 / 1024);
        min-width: 280px;
    }
    #CL3000 #StrHeader {
        height: 68px;
    }
    #CL3000 #StrHeader #StrHeaderInner .Logo {
        text-align: center;
    }
    #CL3000 #StrHeader #StrHeaderInner .Logo img {
        height: 22px;
    }
    #CL3000 #StrMain {
        overflow: visible;
        height: auto;
    }
    #CL3000 #StrMain:before {
        content: none;
    }
    #CL3000 #StrMain #StrMainInner {
        display: block;
        width: 100vw;
        min-width: 320px;
        height: auto;
    }
    #CL3000 #StrFooter {
        width: 100%;
        height: auto;
        padding: 15px 0;
    }
    #CL3000 #StrFooter #StrFooterInner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    #CL3000 #StrFooter #StrFooterList {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    #CL3000 #StrFooter #StrFooterList > li {
        margin: 0 0 10px;
        padding: initial;
        font-size: calc(25vw * 100 / 1024);
        text-align: center;
        border: none;
        list-style: none;
    }
    #CL3000 #StrFooter #StrFooterList > li:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }
    #CL3000 .HeadlineBox {
        display: block;
        width: 100%;
        height: 70vh;
        min-height: calc(650vw * 100 / 1024);
        padding: calc(10vh * 100 / 480) 0 0;
        background: url(../../img/landing_page/cl-3000_pr/cl-3000_ws_sr57333_pr_page_bg_img_01.png) no-repeat bottom center;
        background-size: 140%;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner {
        width: calc(840vw * 100 / 1024);
        height: 100%;
        margin: 0 auto;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Hdg01 {
        font-size: 55px;
    }
}
@media screen and (max-width: 1024px) and (max-width: 440px) {
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Hdg01 {
        font-size: calc(26vw * 100 / 320);
    }
}

@media screen and (max-width: 1024px) {
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Lead {
        font-size: calc(41vw * 100 / 1024);
    }
    #CL3000 .CvBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 150px;
        font-size: calc(30vw * 100 / 1024);
    }
    #CL3000 .CvBox .Catalog a {
        padding: 25px 15px 25px 70px;
    }
    #CL3000 .Contents {
        display: block;
        width: 100%;
        height: auto;
        background: #1f2227;
    }
    #CL3000 .Contents .Features {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    #CL3000 .Contents .Features .TabArea {
        display: block;
    }
    #CL3000 .Contents .TabContents {
        height: auto;
    }
    #CL3000 .Contents .TabPane {
        display: block;
    }
    #CL3000 .Contents #MainVisual, #CL3000 .Contents .TabPane {
        height: auto;
        padding-right: 0;
        padding-left: 0;
    }
    #CL3000 .Contents #MainVisual {
        padding-top: 0;
        background-image: none;
    }
    #CL3000 .Contents #MainVisual.Active .Box01 {
        animation: none;
    }
    #CL3000 .Contents #MainVisual.Active .ProductImage {
        animation: none;
    }
    #CL3000 .Contents #MainVisual > .Inner {
        display: block;
    }
    #CL3000 .Contents #MainVisual .Box01 {
        display: block;
        width: 100%;
        min-width: auto;
        max-width: auto;
        margin: 0;
        padding-top: 50px;
    }
    #CL3000 .Contents #MainVisual .Box01 > .AppsLink {
        display: none;
    }
    #CL3000 .Contents #MainVisual .Box01 > .CvArea {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 200px;
    }
    #CL3000 .Contents #MainVisual .Box01 > .CvArea.Type01 {
        flex-direction: column;
    }
    #CL3000 #MainVisual .CvArea.Type01 p {
        display: block;
    }
    #CL3000 .Contents #MainVisual .Box01 > .CvArea.Type01 > .Conversion + * {
        margin-top: 45px;
    }
    #CL3000 .Contents #MainVisual .ProductImage {
        position: static;
        width: 100%;
        padding-top: 50px;
        text-align: center;
    }
    #CL3000 .Contents #Feature1, #CL3000 .Contents #Feature2, #CL3000 .Contents #Feature3 {
        padding-top: 30px;
        background: none;
    }
    #CL3000 .Contents #Feature1 > .Inner, #CL3000 .Contents #Feature2 > .Inner, #CL3000 .Contents #Feature3 > .Inner {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    #CL3000 .Contents #Feature1 .Image, #CL3000 .Contents #Feature2 .Image, #CL3000 .Contents #Feature3 .Image {
        display: block;
        -ms-flex: none;
        flex: none;
        width: 100%;
        text-align: center;
    }
    #CL3000 .Contents #Feature1 .Description, #CL3000 .Contents #Feature2 .Description, #CL3000 .Contents #Feature3 .Description {
        display: block;
        -ms-flex: none;
        flex: none;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    #CL3000 .Contents #Feature1 .Description .Hdg02, #CL3000 .Contents #Feature2 .Description .Hdg02, #CL3000 .Contents #Feature3 .Description .Hdg02 {
        padding-bottom: 20px;
        font-size: calc(40vw * 100 / 1024);
    }
    #CL3000 .Contents #Feature1 .Description .Lead, #CL3000 .Contents #Feature2 .Description .Lead, #CL3000 .Contents #Feature3 .Description .Lead {
        font-size: calc(35vw * 100 / 1024);
    }
    #CL3000 .Contents #Feature1 .Description .Conversion, #CL3000 .Contents #Feature2 .Description .Conversion, #CL3000 .Contents #Feature3 .Description .Conversion {
        display: none;
    }
    #CL3000 .Contents #Feature3 .Description > .Conversion {
        display: block;
        padding: 30px 0;
        text-align: center;
    }
    #CL3000 .Contents #Feature3 .Description > .Conversion.Type02 {
        margin: 0;
    }
    #CL3000 .Contents #Feature3 .Description.Type01 > .Conversion {
        padding: 30px 0 14px;
    }
    #CL3000 .Contents #Feature3 .Description.Type01 > .Conversion + * {
        padding-bottom: 30px;
    }
    #CL3000 .Contents .NavWap {
        display: none;
    }
    #CL3000 #Apps {
        display: none;
    }
    #CL3000 #Apps.Active {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    #CL3000 #StrFooter #StrFooterList > li {
        font-size: 15px;
    }
    #CL3000 .HeadlineBox {
        padding: calc(10vh * 100 / 768) 0 0;
        background-size: 160%;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner {
        width: calc(630vw * 100 / 768);
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Hdg01 {
        font-size: calc(48vw * 100 / 768);
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Lead {
        font-size: calc(30vw * 100 / 768);
    }
}

@media screen and (max-width: 440px) {
    #CL3000 #StrFooter #StrFooterList > li {
        font-size: 12px;
    }
    #CL3000 .HeadlineBox {
        padding: calc(10vh * 100 / 480) 0 0;
        background-size: 180%;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner {
        width: calc(280vw * 100 / 320);
        min-width: 280px;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Hdg01 {
        font-size: calc(26vw * 100 / 320);
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Lead {
        font-size: calc(16vw * 100 / 320);
    }
    #CL3000 .Contents .Features {
        width: calc(280vw * 100 / 320);
        min-width: 280px;
    }
    #CL3000 .Contents #MainVisual > .Inner {
        width: calc(280vw * 100 / 320);
        background-size: contain;
    }
    #CL3000 .Contents #MainVisual > .Inner .Box01 {
        padding: 20px 0;
    }
    #CL3000 .Contents #MainVisual > .Inner .Box01 .CvArea {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100px;
    }
    #CL3000 .Contents #MainVisual > .Inner .Box01 .CvArea.Type01 {
        margin: 35px 0 10px;
    }
    #CL3000 .Contents #Feature1, #CL3000 .Contents #Feature2, #CL3000 .Contents #Feature3 {
        padding-top: 30px;
    }
    #CL3000 .Contents #Feature1 > .Inner, #CL3000 .Contents #Feature2 > .Inner, #CL3000 .Contents #Feature3 > .Inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(280vw * 100 / 320);
        min-width: 280px;
        margin: 0 auto;
    }
    #CL3000 .Contents #Feature1 .Description, #CL3000 .Contents #Feature2 .Description, #CL3000 .Contents #Feature3 .Description {
        display: block;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        padding: 0;
        padding-top: 20px;
    }
    #CL3000 .Contents #Feature1 .Description .Hdg02, #CL3000 .Contents #Feature2 .Description .Hdg02, #CL3000 .Contents #Feature3 .Description .Hdg02 {
        font-size: calc(18vw * 100 / 320);
    }
    #CL3000 .Contents #Feature1 .Description .Lead, #CL3000 .Contents #Feature2 .Description .Lead, #CL3000 .Contents #Feature3 .Description .Lead {
        font-size: calc(16vw * 100 / 320);
    }
}

@media screen and (max-width: 320px) {
    #CL3000 #StrFooter #StrFooterList > li {
        font-size: 11px;
    }
    #CL3000 .HeadlineBox {
        padding: calc(10vh * 100 / 480) 0 0;
        background-size: 160%;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner {
        width: calc(280vw * 100 / 320);
        min-width: 280px;
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Hdg01 {
        font-size: calc(26vw * 100 / 320);
    }
    #CL3000 .HeadlineBox .HeadlineBoxInner > .Lead {
        font-size: calc(16vw * 100 / 320);
    }
}

html.ie9 #CL3000 #StrFooter {
    padding: 15px 0 0;
}

html.ie9 #CL3000 #StrMain {
    height: auto;
}

html.ie9 #CL3000 #StrMainInner {
    display: table;
}
@media screen and (max-width: 1024px) {
    html.ie9 #CL3000 #StrMainInner {
        display: block;
    }
}

html.ie9 #CL3000 .HeadlineBox {
    display: table-cell;
    height: 100vh;
    vertical-align: top;
}
@media screen and (max-width: 1024px) {
    html.ie9 #CL3000 .HeadlineBox {
        display: block;
    }
}

html.ie9 #CL3000 .Contents {
    display: table-cell;
    height: auto;
    vertical-align: top;
}
@media screen and (max-width: 1024px) {
    html.ie9 #CL3000 .Contents {
        display: block;
    }
}

html.ie9 #CL3000 .TabArea {
    display: block;
}

html.ie9 #CL3000 #MainVisual > .Inner {
    width: 100%;
    margin: 0 auto;
}
html.ie9 #CL3000 #MainVisual > .Inner .Box01 {
    display: block;
    width: 100%;
}
html.ie9 #CL3000 #MainVisual > .Inner .Box01 .AppsLink {
    display: none;
}
html.ie9 #CL3000 #MainVisual > .Inner .Box01 .CvArea {
    display: none;
}
html.ie9 #CL3000 #MainVisual > .Inner .Box01 .ProductImage {
    position: relative;
    top: 150px;
    margin: 0 auto;
}
html.ie9 #CL3000 #MainVisual > .Inner .CvArea {
    width: 100%;
    text-align: center;
    direction: ltr;
}

html.ie9 #CL3000 #MainVisual, html.ie9 #CL3000 .TabPane {
    display: block;
    height: 500px;
}
@media screen and (max-width: 1024px) {
    html.ie9 #CL3000 #MainVisual, html.ie9 #CL3000 .TabPane {
        display: block;
        height: auto;
    }
}
html.ie9 #CL3000 #MainVisual > .Inner, html.ie9 #CL3000 .TabPane > .Inner {
    display: table;
    direction: rtl;
}
html.ie9 #CL3000 #MainVisual .Description, html.ie9 #CL3000 #MainVisual .Image, html.ie9 #CL3000 .TabPane .Description, html.ie9 #CL3000 .TabPane .Image {
    display: table-cell;
    vertical-align: middle;
    direction: ltr;
}

html.no-js #CL3000 #StrMain {
    height: auto;
}

html.no-js #CL3000 #MainVisual, html.no-js #CL3000 .TabPane {
    display: block;
}

html.no-js #CL3000 #MainVisual .AppsLink:before {
    content: none;
}

html.no-js #CL3000 #MainVisual .AppsLink::after {
    content: none;
}

html.no-js #CL3000 .Contents {
    display: block;
}

html.no-js #CL3000 .NavWap {
    display: none;
}

html.no-js #CL3000 #Apps {
    position: relative;
    top: auto;
    display: block;
    visibility: visible;
    height: auto;
    padding: 5px;
    opacity: 1;
    transform: translate(-37%, 0);
}
@media screen and (max-width: 1024px) {
    html.no-js #CL3000 #Apps {
        display: none;
    }
}

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
        transform: translate(0, 50px);
        @media screen and (max-height: 750px) {
            transform: translate(0, 25px);
        }
    }
    1% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fade-out {
    0% {
        display: block;
        opacity: 1;
        transform: translate(0, 0);
    }
    95% {
        opacity: 0;
    }
    100% {
        display: none;
        transform: translate(0, calc(50vh * 100 / 900));
    }
}

#CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 {
    padding: 0;
}

#CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
    display: block;
    margin-top: calc(25vh * 100 / 900);
    text-shadow: none;
}

@media screen and (max-width: 1800px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: calc((24vw * 100) / 1800);
    }
}

@media screen and (max-width: 1350px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: 16.5px;
    }
}

@media screen and (max-width: 1024px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: calc(41vw * 100 / 1024);
    }
}

@media screen and (max-width: 768px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: calc(30vw * 100 / 768);
    }
}

@media screen and (max-width: 440px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: calc(16vw * 100 / 320);
    }
}

@media screen and (max-width: 320px) {
    #CL3000 .Ptrn1 .HeadlineBoxInner .Hdg01 .Lead {
        font-size: calc(16vw * 100 / 320);
    }
}