@charset "UTF-8";

html:not(.smartphone) .layout-header,
html:not(.smartphone) .layout-main,
html:not(.smartphone) .layout-footer {
    min-width: 1280px;
}

.layout-header,
.layout-main,
.layout-footer {
    overflow: hidden;
}

#MainContent {
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.3;
}

#IxPrLPArea * {
    box-sizing: border-box;
}

#IxPrLPArea * img {
    vertical-align: bottom;
}

#IxPrLPArea *::before, #IxPrLPArea *::after {
    box-sizing: border-box;
}

/* ==========================================================================
   contents
   ========================================================================== */
div#MainContent #IxPrLPArea {
    position: relative;
    overflow: hidden;
    background: #fff;
    line-height: 1.5;
}

div#MainContent .IxPrLPMV {
    -webkit-box-shadow: -22px 9px 92px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -22px 9px 92px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    min-height: 553px;
    background: #fff;
    box-shadow: -22px 9px 92px 3px rgba(0, 0, 0, 0.2);
}

div#MainContent .IxPrLPMV .MVInner {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    flex-direction: column;
    width: 970px;
    min-height: 553px;
    margin: 0 auto;
    padding: 50px 0;
}

div#MainContent .IxPrLPMV .MVImg {
    z-index: 0;
    position: absolute;
    top: 0;
    right: -414px;
}

div#MainContent .IxPrLPMV .MVItem {
    z-index: 1;
    position: relative;
    width: 695px;
}

div#MainContent #IxPrLPArea .Hdg01 {
    font-size: 48px;
    line-height: 1.25;
}

div#MainContent #IxPrLPArea .Hdg01 + .InfoArea {
    margin-top: 51px;
}

div#MainContent #IxPrLPArea .HdgLead {
    display: block;
    margin: 0 0 51px;
    font-size: 48px;
    line-height: 1.25;
}

.theme-KC div#MainContent #IxPrLPArea .HdgLead {
    font-weight: normal;
}

div#MainContent .InfoArea {
    -ms-flex-pack: end;
    display: flex;
    display: -ms-flexbox;
    z-index: 1;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

div#MainContent .InfoArea .NewLabel {
    display: inline-block;
    margin: 9px 0 0;
    padding: 0 6px;
    background: #d40001;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
}

div#MainContent .InfoArea .InfoItem {
    font-size: 0;
}

div#MainContent .InfoArea .InfoItem,
div#MainContent .InfoArea .InfoImg {
    display: block;
}

div#MainContent .InfoArea .SeriesText {
    display: block;
    margin: 7px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}

div#MainContent .InfoArea .SeriesText > .em01 {
    display: block;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
}

div#MainContent .IxPrLPBtn {
    margin: 16px 0;
}

div#MainContent .IxPrLPBtn a {
    display: inline-block;
    position: relative;
    padding: 10px 75px 10px 26px;
    border-bottom: 2px solid #b2b2b2;
    background: #e60012;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

div#MainContent .IxPrLPBtn a::before {
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url(../../../img/landing_page/common/icon_btn_anc.png) no-repeat;
    content: '';
}

div#MainContent .IxPrLPBtn a > .BtnImg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 1px solid #cec0c1;
}

div#MainContent .IxPrLPBtn a > .BtnText {
    padding-left: 13px;
}

div#MainContent .IxPrLPContents {
    background: #eee;
}

div#MainContent .IxPrLPContents .ContentsInner {
    width: 970px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

div#MainContent #IxPrLPArea .Hdg02 {
    margin: 0 0 48px;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
}

div#MainContent #IxPrLPArea .Hdg02 .em01 {
    color: #f53131;
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
}

div#MainContent .IxPrLPContents .IxPrLPBox .Hdg03 {
    -ms-flex-pack: center;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    background: #000;
}

div#MainContent .IxPrLPContents .IxPrLPBox .Hdg03 > h3 {
    margin: 0;
    padding: 16px 41px 14px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
}

div#MainContent .IxPrLPContents .IxPrLPBox {
    display: flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    margin: -50px 0 0 -30px;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxCol {
    display: flex;
    display: -ms-flexbox;
    width: 50%;
    margin-top: 50px;
    padding-left: 30px;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .BoxItemFlow {
    width: 100%;
    padding: 0 40px;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .BoxItemImg {
    margin-top: auto;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .Flowtext {
    z-index: 10;
    position: relative;
    margin-bottom: 0;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.4;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .Flowtext + .Flowtext {
    z-index: 5;
    position: relative;
    margin: 0;
    padding-top: 16px;
    border-top: 2px dotted #666666;
    color: #f53131;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.35;
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .Flowtext + .Flowtext::before {
    display: block;
    z-index: 5;
    position: absolute;
    top: -21px;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    transform: rotate(225deg) skew(0deg, 0deg);
    border-top: 2px solid #f53131;
    border-left: 2px solid #f53131;
    content: '';
}

div#MainContent .IxPrLPContents .IxPrLPBox .BoxItem .Flowtext + .Flowtext::after {
    display: block;
    z-index: 1;
    position: absolute;
    top: -45px;
    left: 50%;
    width: 53px;
    height: 53px;
    margin-left: -26px;
    transform: rotate(225deg) skew(0deg, 0deg);
    background: #fff;
    content: '';
}

div#MainContent .IxPrLPDlArea {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
    width: 970px;
    margin: 0 auto;
    padding: 61px 60px 35px 140px;
    background: url(../../img/landing_page/pr_ix/bg.png) no-repeat top center;
}

div#MainContent .IxPrLPDlArea .DlAreaImg {
    min-width: 335px;
    padding-right: 32px;
}

div#MainContent .IxPrLPDlArea .DlAreaText {
    font-size: 30px;
    font-weight: bold;
}

div#MainContent #IxPrLPArea ._large {
    line-height: 1.5;
}

div#MainContent #IxPrLPArea .Hdg02._large {
    line-height: 1.4;
}

div#MainContent #IxPrLPArea ._small {
    font-size: 44px;
}
