.lp-header {
    position: relative;
    height: 100vh;
}

.slider-container {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.menu {
    position: absolute;
    left: 0;
    z-index: 900;
    width: 100%;
    bottom: 0;
}

.menu label {
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50px;
}

.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    padding: 8em 1em 0;
    background-size: cover;
    background-position: 50% 50%;
    transition: left 0s .75s;
    transition-timing-function: ease-out;
}

[id^="slide"]:checked+.slide {
    left: 0;
    z-index: 100;
    transition: left 1.6s cubic-bezier(1, .41, .97, .79);
}

.slide-1 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-1.jpg");
}

.slide-2 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-2.jpg");
}

.slide-3 {
    background-image: url("../../../uploads/2020/06/IMGLP20200610-3.jpg");
}

.lp-header-img0 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.inner {
    margin:  0 auto;
}

.lp-introduce {
    background-color: #fff5d9;
}
.lp-introduce .inner {
    max-width: 1200px !important;
}
.lp-introduce p {
    color: #333333;
    text-align: left;
    line-height: 200%;
    font-size: 14px;
    /* font-weight: bold; */
}

.lp-introduce img {
    width: 600px;
    margin: auto;
}

.lp-introduce .inner {
    padding: 80px 0;
}

@media screen and (max-width: 559px) {
    .lp-introduce .inner {
        padding: 48px 14px;
    }
    .lp-introduce .inner p {
        font-size: 14px;
        line-height: 200%;
    }
}

.lp-logo .inner {
    padding: 80px 0;
}

.lp-logo p {
    color: #333333;
    text-align: center;
    line-height: 200%;
    /* font-weight: bold; */
}

.lp-logo h3 {
    color: #333333;
    text-align: center;
    line-height: 200%;
    font-weight: bold;
}

@media screen and (max-width: 559px) {
    .lp-logo .inner {
        padding: 48px 14px;
    }
    .lp-logo .inner p {
        font-size: 14px;
        line-height: 200%;
    }
}

.lp-speakers {
    background-color: #f7f7f7;
    padding-top: 40px;
}

.lp-speakers .inner {
    padding: 0 0 50px;
    width: 100%;
    max-width: 1200px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lp-speakers .member-banner {
    width: 180px;
}
.lp-speakers .member-banner p {
    font-size: 12px;
    height: 75px;
    line-height: 160%;
    text-align: center;
    margin-top: 8px;
    color: #333333;
}

.lp-titlewrap {
    width: 100%;
    height: 48px;
    position: relative;
    text-align: center;
}

.lp-titlewrap .titleline {
    position: absolute;
    top: 50%;
    height: 2px;
    left: 0;
    right: 0;
    background-color: black;
}

.lp-titlewrap .lp-title {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    background-color: #d2d2d2;
    padding: 12px;
}

.lp-speakers .speakerstitle {
    width: 100%;
    text-align: center;
    width: 100%;
    position: relative;
    font-size: 48px;
    font-weight: bold;
}

.lp-speakers .speakerstitle span {
    background-color: white;
    z-index: 10;
}

.lp-speakers .speakerstitle::before {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    background-color: #000000;
    left: 0;
    top: 50%;
    z-index: -2;
}

.lp-schedule {
    background-color: #b2b2b2;
    padding-bottom: 50px;
}

.lp-hosting {
    padding: 40px 0 80px 0;
    background-color: white;
}

.hosting-item {
    text-align: center;
}

.lp-sectiontitle {
    width: 100%;
}

p.background {
    position: relative;
    z-index: 1;
    font-size: 48px;
    padding: 48px 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

p.background:before {
    border-top: 2px solid #d2d2d2;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

p.background span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #d2d2d2;
    padding: 0 15px;
}

p.double:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
}

p.double:after {
    border-bottom: 1px solid black;
    -webkit-box-shadow: 0 1px 0 0 black;
    -moz-box-shadow: 0 1px 0 0 black;
    box-shadow: 0 1px 0 0 black;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
}

.lp-schedule p.background span {
    background-color: #b2b2b2;
}

.lp-sponsor p.background span {
    background-color: #ffffff;
}

.lp-sponsor a {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #1a73e8 !important;
}

.lp-hosting p.background span {
    background-color: #ffffff;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.flex-container .lpsponsor-item {
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container .person-item {
    margin-bottom: 20px;
    padding: 20px 10px;
    background-color: #fff;
    flex: 0 0 19%;
    position: relative;
}

.flex-container .person-item .__thumb {
    overflow: hidden;
    z-index: 1;
    /**/
    position: relative;
    /**/
    border-radius: 50%;
    width: 70%;
    margin: auto;
}

.flex-container .person-item .__thumb:hover {
    cursor: pointer;
}

.flex-container .person-item .__thumb img {
    transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.flex-container .person-item .__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.flex-container .person-item-filler {
    flex: 0 0 21%;
}
.flex-container .schedule-left {
    flex: 0 0 30%;
}

.schedule-left p {
    font-size: 18px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}

.schedule-itemdiv {
    margin-bottom: 50px;
}

.flex-container .schedule-title {
    font-size: 24px;
    font-weight: bold;
}

.flex-container .schedule-right {
    flex: 1;
}

.scheduleperson-div {
    margin-bottom: 24px;
    margin-top: 24px;
}

.schedule-right .scheduleperson-item {
    width: 100px;
}

.schedule-right .scheduleperson-item .__thumb {
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    z-index: 1;
    /**/
    position: relative;
    /**/
}

.schedule-right .scheduleperson-item .__thumb:hover {
    cursor: pointer;
}

.schedule-right .scheduleperson-item .__thumb img {
    transition: all 0.3s ease;
    -webkit-transition: all .3s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.schedule-right .scheduleperson-item .__thumb:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.scheduleperson-div .scheduleperson-info {
    padding-left: 24px;
    padding-top: 12px;
    flex: 1;
}

.scheduleperson-name {
    font-weight: 18px;
    font-weight: bold;
}

.inner-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* Slider */

[data-barba="wrapper"] {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.topIndexArea {
    position: relative;
}

.parallaxImageWrap {
    position: absolute;
    top: 0;
    left: 0;
}

.topIndexTitleWrap {
    padding-left: 8.84615%;
    margin-bottom: 60px;
}

.topIndexTitleWrap h2 {
    font-size: 28px;
    font-weight: 400;
    color: #006BFF;
    padding-left: 65px;
    margin-bottom: 20px;
    position: relative;
}

.topIndexTitleWrap img {
    position: relative;
    display: block;
    left: -65px;
    margin-bottom: 10px;
}

.topIndexTitleWrap p {
    padding-left: 65px;
    padding-left: 65px;
    margin-bottom: 60px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topIndexTitleWrap {
        padding-left: 7.2%;
    }
    .topIndexTitleWrap img {
        left: 0;
    }
    .topIndexTitleWrap h2 {
        padding-left: 0;
    }
    .topIndexTitleWrap p {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .topIndexTitleWrap h2 {
        margin-bottom: 36px;
        padding-left: 0;
        font-size: 20px;
    }
    .topIndexTitleWrap img {
        left: 0;
    }
    .topIndexTitleWrap p {
        padding-left: 0;
        line-height: 1.72;
    }
}
/*
top slider */

.topIndexAreaSlider {
    position: relative;
    overflow: hidden;
}

.topIndexAreaSliderTitle {
    font-size: 26px;
    color: #fff;
    position: absolute;
    top: 130px;
    right: 12%;
    z-index: 1000;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.1em;
}

.topIndexAreaSliderCopyWrap {
    position: relative;
    top: -380px;
    z-index: 1000;
    width: 80%;
}

.topIndexAreaSliderCopyWrap::after {
    position: absolute;
    content: "";
    display: block;
    right: -31%;
    top: 380px;
    width: 67%;
    height: 53%;
    background: no-repeat url(../lpassets/bg_top_blue01.png) bottom right;
    background-size: cover;
    z-index: -1;
}

.topIndexAreaSliderCopyImage {
    position: relative;
    line-height: 1;
}

.topIndexAreaSliderCopyImage img {
    position: relative;
    left: -1%;
    bottom: -14px;
    vertical-align: bottom;
}

@media (max-width: 1023px) {
    .topIndexAreaSliderCopyWrap {
        top: -33vw;
    }
    .topIndexAreaSliderCopyWrap::after {
        top: 33vw;
    }
}

.topIndexAreaSliderCopy {
    background-color: #fff;
    position: relative;
}

.topIndexAreaSliderCopy::after,
.topIndexAreaSliderCopy::before {
    position: absolute;
    content: "";
    display: block;
}

.topIndexAreaSliderCopy::after {
    left: 0;
    bottom: -150px;
    width: 75%;
    height: 100%;
    background: #E6F7FF;
    z-index: -1;
}

.topIndexAreaSliderCopy::before {
    left: 43%;
    bottom: -100px;
    width: 67%;
    height: 60%;
    background: no-repeat url(../lpassets/bg_top_blue02.png) bottom right;
    z-index: -1;
}

.topIndexAreaSliderCopyInnerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 70px 0;
}

.topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner {
    width: 550px;
}

.topIndexAreaSliderCopyInnerWrap::before {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topIndexAreaSliderCopyInnerWrap::after {
    content: "";
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topIndexAreaSliderCopy h3 {
    color: #006BFF;
    font-size: 28px;
    font-weight: lighter;
    line-height: 1.79;
}

.topIndexAreaSliderCopy p {
    margin-top: 34px;
    font-size: 16px;
    line-height: 2.125;
}

.topIndexAreaSliderCopy h3+p {
    margin-top: 22px;
}

.topIndexAreaSliderCopy .topIndexAreaSliderCopyButton {
    margin-top: 52px;
}

.topIndexAreaSliderCopy .topIndexAreaSliderCopyButton .btnMod02 {
    background: no-repeat url(../lpassets/bg_btn_blue02.png) 0 0;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}

@media screen and (max-width: 767px) {
    .topIndexAreaSliderCopyWrap {
        width: 100%;
        top: -30vw;
    }
    .topIndexAreaSliderCopyWrap::after {
        height: 80%;
        background-position: bottom;
        top: 30vw;
    }
    .topIndexAreaSliderCopyImage {
        bottom: 25.4vw;
        width: 96.5%;
    }
    .topIndexAreaSliderCopyImage img {
        position: relative;
        bottom: 0;
        width: 96.5%;
        max-width: 100%;
    }
    .topIndexAreaSliderCopy {
        width: 92%;
        position: relative;
        top: -7vh;
    }
    .topIndexAreaSliderCopyInnerWrap {
        padding: 48px 0 40px 0;
    }
    .topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner {
        width: 84%;
    }
    .topIndexAreaSliderCopyInnerWrap .topIndexAreaSliderCopyInner p {
        font-size: 13px;
    }
    .topIndexAreaSliderCopy h3 {
        font-size: 18px;
        line-height: 1.78;
    }
    .topIndexAreaSliderCopy p {
        margin-top: 26px;
        font-size: 13px;
        line-height: 2;
    }
    .topIndexAreaSliderCopy h3+p {
        margin-top: 10px;
    }
    .topIndexAreaSliderCopy .topIndexAreaSliderCopyButton {
        margin-top: 37px;
    }
    .topIndexAreaSliderCopy .topIndexAreaSliderCopyButton .btnMod02 {
        width: 200px;
        height: 60px;
        font-size: 14px;
    }
    .topIndexAreaSliderCopy::before {
        left: 36%;
        bottom: -40px;
    }
    .topIndexAreaSliderCopy::after {
        bottom: -60px;
    }
}
/*
top about */

.topIndexAreaAbot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -150px;
}

.topIndexAreaAbotWrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}

.topIndexAreaAbotWrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 50%;
    height: 80px;
    background: #FFF;
    z-index: 3;
}

.topIndexAreaAbotWrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50%;
    height: 80px;
    background: #FFF;
    z-index: 3;
}

.topIndexAreaAbotWrap .bg01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(50vw + 80px);
    line-height: 0;
    overflow: hidden;
    z-index: 2;
}

.topIndexAreaAbotWrap .bg01 img {
    position: absolute;
    top: -38%;
    left: -9%;
    width: 119.69230%;
    max-width: 119.69230%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.topIndexAreaAbotWrap>div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-size: cover;
    height: 50vw;
}

.topIndexAreaAbotTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 7.69231vw;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 8.84615%;
    z-index: 3;
}

.topIndexAreaAbotTitle h2 {
    font-size: 28px;
    margin-bottom: 29px;
    font-weight: 300;
}

.topIndexAreaAbotTitle p {
    font-size: 14px;
    line-height: 2;
}

.topIndexAreaAbotTitle img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

.topIndexAreaAbotContent {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
    background-color: rgba(0, 0, 0, 0.19);
    padding: 3.84vw;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 3;
}

.topIndexAreaAbotContent::after {
    top: 0;
    left: 0;
}

.topIndexAreaAbotLinkWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topIndexAreaAbotLinkWrap li {
    width: 50%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topIndexAreaAbotLinkWrap li a:hover {
    color: #006BFF;
}

.topIndexAreaAbotLinkWrap li:nth-child(4),
.topIndexAreaAbotLinkWrap li:nth-child(2) {
    border-left: 1px solid #F0F0F0;
}

.topIndexAreaAbotLinkWrap li:nth-child(4),
.topIndexAreaAbotLinkWrap li:nth-child(3) {
    border-top: 1px solid #F0F0F0;
}

.topIndexAreaAbotLinkWrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5vw 2.6vw 4vw 2.6vw;
    width: 100%;
}

.topIndexAreaAbotLinkTitle {
    font-size: 16px;
    color: #006BFF;
    text-align: center;
    margin-bottom: 62px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .topIndexAreaAbotLinkTitle {
        margin-bottom: 2.5vw;
    }
    .topIndexAreaAbotLinkWrap a {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .topIndexAreaAbot {
        margin-top: -8vw;
    }
    .topIndexAreaAbotWrap {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: url(/contents/recruit/images/top/bg_top_about_01_ipad.jpg) no-repeat 0 0;
        background-size: cover;
        width: 100%;
    }
    .topIndexAreaAbotWrap .bg01 {
        display: none;
    }
    .topIndexAreaAbotWrap::after,
    .topIndexAreaAbotWrap::before {
        display: none;
    }
    .topIndexAreaAbotWrap>div {
        width: auto;
        height: auto;
    }
    .topIndexAreaAbotTitle {
        display: block;
        padding: 77px 7.2% 33px 7.2%;
    }
    .topIndexAreaAbotTitle h2 {
        margin-bottom: 4px;
    }
    .topIndexAreaAbotTitle img {
        margin: 0 0 8px 0;
        max-width: 310px;
    }
    .topIndexAreaAbotContent {
        margin-top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        padding: 0 7.2% 7.2vw 7.2%;
    }
    .topIndexAreaAbotLinkWrap a {
        padding: 6.3vw 4.4vw 6.1vw 4.4vw;
    }
    .topIndexAreaAbotLinkTitle {
        margin-bottom: 5.9vw;
    }
}

@media screen and (max-width: 767px) {
    .topIndexAreaAbot {
        margin-top: -40px;
        background: no-repeat url(../lpassets/bg_top_about_sp.png);
        background-size: 100% auto;
    }
    .topIndexAreaAbotWrap {
        position: relative;
        display: block;
    }
    .topIndexAreaAbotWrap .bg01 {
        display: none;
    }
    .topIndexAreaAbotWrap::after,
    .topIndexAreaAbotWrap::before {
        display: none;
    }
    .topIndexAreaAbotWrap>div {
        width: 100%;
        padding: 0 0 0 8%;
        height: auto;
        margin: 0;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle {
        padding: 45px 8% 39px 8%;
        background-color: transparent;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle h2 {
        margin-bottom: 31px;
        font-size: 20px;
        font-weight: 400;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle p {
        line-height: 1.72;
    }
    .topIndexAreaAbotWrap .topIndexAreaAbotTitle img {
        margin: 0;
    }
    .topIndexAreaAbotContent {
        display: block;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
    }
    .topIndexAreaAbotLinkWrap {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-shadow: 0px 6px 25px rgba(21, 31, 36, 0.05);
        box-shadow: 0px 6px 25px rgba(21, 31, 36, 0.05);
    }
    .topIndexAreaAbotLinkWrap a {
        padding: 22px 60px 29px 30px;
    }
    .topIndexAreaAbotLinkWrap li {
        width: auto;
        border-bottom: 1px solid #E8E8E8;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4),
    .topIndexAreaAbotLinkWrap li:nth-child(2) {
        border-left: none;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4),
    .topIndexAreaAbotLinkWrap li:nth-child(3) {
        border-top: none;
    }
    .topIndexAreaAbotLinkWrap li:nth-child(4) {
        border-bottom: none;
    }
    .topIndexAreaAbotLinkTitle {
        text-align: left;
        margin-bottom: 7px;
        letter-spacing: 0.1em;
    }
    .topIndexAreaAbotLinkCaption {
        font-size: 12px;
        line-height: 1.84;
    }
}
/*
top interview */

.topIndexAreaInterview {
    margin-top: 126px;
    margin-bottom: 120px;
}

.topIndexAreaInterview::after {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 57px;
    width: 80%;
    height: 95.5%;
    background: #F0FAFF;
    z-index: -1;
}

.c-hksd {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: calc(100vh - 90px);
    background-size: cover;
}

.c-hksd-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.c-hksd-slider {
    position: relative;
}

.c-hksd-slider,
.c-hksd-slider_inner {
    overflow: hidden;
    height: 100%;
}

.c-hksd-slider_slide {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    clip: rect(0, 100vw, 100vh, 100vw);
}

.c-hksd-slider_slide_inner {
    margin: -9px;
    width: calc(100% + 18px);
    height: 100%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide_inner {
        height: calc(100% + 18px);
    }
}

.c-hksd-slider_slide figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

.c-hksd-slider_slide figure::before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.17);
    z-index: 100;
}

.c-hksd-slider_slide figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: inherit;
    height: auto;
    font-family: "object-fit: cover;";
    -o-object-fit: cover;
    object-fit: cover;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide figure img {
        top: 0;
        left: 0;
        width: 100%;
        min-width: 0;
        height: 100%;
        min-height: 0;
        -webkit-transform: none;
        transform: none;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.c-hksd-slider_slide figure img {
    width: 100%;
    height: 100%;
}

.c-hksd-slider_slide.pre {
    z-index: 20;
    clip: rect(0, 100vw, 100vh, 0);
    -webkit-animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation: c-hksd-prev-slide 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
}

@-webkit-keyframes c-hksd-prev-slide {
    from {
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        left: -10%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes c-hksd-prev-slide {
    from {
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        left: -10%;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.c-hksd-slider_slide.active {
    -webkit-animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    animation: c-hksd-slide-clip 2.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    z-index: 30;
}

@-webkit-keyframes c-hksd-slide-clip {
    from {
        clip: rect(0, 100vw, 100vh, 100vw);
    }
    50% {
        clip: rect(0, 100vw, 100vh, 0);
    }
    to {
        clip: rect(0, 100vw, 100vh, 0);
    }
}

@keyframes c-hksd-slide-clip {
    from {
        clip: rect(0, 100vw, 100vh, 100vw);
    }
    50% {
        clip: rect(0, 100vw, 100vh, 0);
    }
    to {
        clip: rect(0, 100vw, 100vh, 0);
    }
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .c-hksd-slider_slide.active img {
        -webkit-animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
        animation: hksd-slide-scale-in 7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 normal both;
    }
    @-webkit-keyframes hksd-slide-scale-in {
        from {
            -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
            transform: scale(1.2) translate3d(150px, 0, 0);
        }
        25% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        45% {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
    }
    @keyframes hksd-slide-scale-in {
        from {
            -webkit-transform: scale(1.2) translate3d(150px, 0, 0);
            transform: scale(1.2) translate3d(150px, 0, 0);
        }
        25% {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        45% {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
        to {
            -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
        }
    }
}

.c-hksd_progress {
    z-index: 50;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 60px);
}

.c-hksd-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    color: #fff;
}

@media (min-width: 768px) {
    .c-hksd_progress {
        width: 20%;
        right: 0;
    }
}

.tablet .viewed .c-hksd-progress_inner {
    width: 60%;
}

.tablet .c-hksd-nomax_max,
.tablet .c-hksd-nomax_no {
    width: 1em;
}

@media (max-width: 767px) {
    .c-hksd_progress {
        bottom: 5.5%;
        left: 0;
        padding-left: 15px;
    }
    .c-hksd_progress .viewed {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .viewed .c-hksd-progress_inner {
        padding: 0;
    }
}

.c-hksd-progress_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.viewed .c-hksd-progress_bg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.c-hksd-progress_inner {
    padding: 36.66667px 0 46px 0;
    z-index: 10;
    position: relative;
    -webkit-transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.viewed .c-hksd-progress_inner {
    width: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.c-hksd-progress_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.c-hksd-progress_bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -2px;
    margin-right: -3px;
    width: 50%;
}

.c-hksd-progress_bar {
    padding-right: 2.5px;
    padding-left: 2.5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 2px;
}

.c-hksd-progress_bar_inner {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.c-hksd-progress_bar_bg {
    background-color: rgba(255, 255, 255, 0.2);
}

.c-hksd-progress_bar_bg,
.c-hksd-progress_bar_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-hksd-progress_bar_line.active {
    background-color: #fff;
    -webkit-transition: linear 0s;
    transition: linear 0s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-name: progress_bar-active;
    animation-name: progress_bar-active;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    left: 100%;
}

@-webkit-keyframes progress_bar-active {
    0% {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    95% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0%;
    }
    to {
        left: 150%;
    }
}

@keyframes progress_bar-active {
    0% {
        left: 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    95% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        left: 0%;
    }
    to {
        left: 150%;
    }
}

.c-hksd-nomax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.c-hksd-nomax_delimiter,
.c-hksd-nomax_max,
.c-hksd-nomax_no {
    letter-spacing: 0;
    line-height: 1;
    font-size: 14px;
    position: relative;
    color: #fff;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 700;
}

.c-hksd-nomax_no {
    top: 0;
}

.c-hksd-nomax_max,
.c-hksd-nomax_no {
    overflow: hidden;
    position: relative;
    width: 1.5em;
    height: 1em;
}

.c-hksd-nomax_max span,
.c-hksd-nomax_no span {
    -webkit-animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
    animation: c-hksd-num-up-out 1s cubic-bezier(0.26, 1, 0.48, 1) 0s 1 normal both;
    position: absolute;
    left: 0;
}

@-webkit-keyframes c-hksd-num-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes c-hksd-num-up-out {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-120%);
        transform: translateY(-120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

.c-hksd-nomax_max span.active,
.c-hksd-nomax_no span.active {
    -webkit-animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
    animation: c-hksd-num-up-in 0.8s cubic-bezier(0.26, 1, 0.48, 1) 1 0s normal both;
}

@-webkit-keyframes c-hksd-num-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@keyframes c-hksd-num-up-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(120%);
        transform: translateY(120%);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-hksd {
        /* height: 59.18vh; */
        height: calc(100vh - 90px);
    }
    .topIndexAreaSliderTitle {
        font-size: 24px;
        top: 100px;
        right: 6%;
    }
    .pc .topIndexAreaSliderTitle {
        font-size: 3vh;
    }
}

@media (max-width: 767px) {
    .c-hksd {
        height: calc(100vh - 42px);
    }
    .topIndexAreaSliderTitle {
        top: 120px;
        right: 7%;
        font-size: 18px;
    }
}

.c-hksd_progress {
    display: none;
}

.event-titlediv {
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 500px;
    width: 100%;
}
/* ----------------------- */

.mail-register {
    display: inline-block;
    background-color: #E10816;
    border-radius: 55px;
    color: #fff!important;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 48px!important;
    margin: 0 auto;
    padding: 20px 70px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 50;
}

.mail-register:hover {
    color: #fff;
    opacity: 0.8;
}

.mail-register:visited,
.mail-register:active {
    color: #fff!important;
}

.online-register {
    display: inline-block;
    background-color: #E10816;
    border-radius: 55px;
    color: #fff!important;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    transition: all 0.5s;
    margin-top: 48px!important;
    margin: 0 auto;
    padding: 20px 70px;
    z-index: 50;
}

.online-register:hover {
    color: #fff;
    opacity: 0.8;
}

.online-register:visited,
.online-register:active {
    color: #fff!important;
}

@media (max-width: 559px) {
    .mail-register {
        right: 0px;
        font-size: 12px;
        line-height: 18px;
        left: 16px;
        right: 16px;
    }
    .online-register {
        padding: 20px 30px;
    }
    p.background {
        font-size: 30px;
        padding: 25px 0;
    }
    .flex-container .schedule-left {
        flex: 0 0 100%;
    }
    .flex-container .schedule-left p {
        text-align: left;
        font-size: 12px;
    }
    .flex-container .schedule-title {
        font-size: 20px;
    }
    .scheduleperson-div {
        margin: 12px 0;
    }
    .schedule-right .scheduleperson-item {
        width: 60px;
    }
    .schedule-right .scheduleperson-item .__thumb {
        border-radius: 30px;
    }
    .schedule-right .scheduleperson-item .__thumb img {
        border-radius: 30px;
    }
    .scheduleperson-div .scheduleperson-info {
        padding-top: 0;
        padding-left: 10px;
    }
    .scheduleperson-name {
        font-size: 16px;
    }
    .schedule-detail,
    .scheduleperson-detail {
        font-size: 14px;
    }
    .schedule-itemdiv {
        margin-bottom: 20px;
    }
    .lp-schedule {
        padding-bottom: 20px;
    }
}

.person-name {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    font-size: 18px;
    line-height: 2.4em;
    position: relative;
}

.person-detail {
    text-align: center;
    line-height: 20px;
    max-height: 100px;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.float-banner {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 24px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white !important;
    z-index: 100;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.float-banner:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* Page wrapper */

.wrapper {
    width: 90%;
    max-width: 800px;
    margin: 4em auto;
    text-align: center;
}
/* Icons */

.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: currentcolor;
}


.msgpicture {
    margin: 0 16px 0 0;
    width: 200px;
    float: left;
}

@media screen and (max-width: 559px) {
    .messagep {
        font-size: 14px;
    }
    .msgpicture {
        width: 100px;
    }
}

.desktop-content {
    display: block;
}

.mobile-content {
    display: none;
}

@media screen and (max-width: 559px) {
    .desktop-content {
        display: none;
    }
    .mobile-content {
        display: block;
    }
}


/******Second LP Start**********************/
a.float-banner-second, a.float-banner-second:focus, a.float-banner-second:visited,
.float-banner-second {
position: absolute;
top: 0;
right: 0;
padding: 10px 24px;
background-color: #E10816;
color: white !important;
z-index: 100;
text-align: center;
transition: all 0.3s;
}
.float-banner-second:hover {
color: #fff;
opacity: 0.8;
}
.mail-register-second {
display: inline-block;
border-radius: 55px;
color: #fff!important;
text-align: center;
line-height: 35px;
font-size: 20px;
font-weight: bold;
transition: all 0.5s;
margin-top: 48px!important;
margin: 0 auto;
padding: 20px 70px;
position: absolute;
bottom: 50px;
left: 50px;
z-index: 50;
}
@media (max-width: 559px) {
.mail-register-second {
    font-size: 12px;
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 20px 8px;
}
}
.lp-introduce.second {
background-color: white;
}
.online-register.second {
border-radius: 0;
}
.video-div {
width: 600px;
margin: 80px auto 0;
}
.video-div video {
width: 100%;
}
.lp2-title {
position: relative;
font-size: 36px;
width: 100%;
font-weight: bold;
text-align: center;
line-height: 2.4em;
margin-bottom: 30px;
}
.lp2-title:after {
border-bottom: 1px solid #E10816;
-webkit-box-shadow: 0 1px 0 0 #E10816;
-moz-box-shadow: 0 1px 0 0 #E10816;
box-shadow: 0 1px 0 0 #E10816;
content: "";
margin: 0 auto;
position: absolute;
bottom: 18%;
left: 0;
right: 0;
width: 90px;
}
.lp3-title {
    position: relative;
    font-size: 36px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    line-height: 2.4em;
    margin-bottom: 30px;
}
.lp-speakers.second {
background-color: white;
}
.flex-container .person-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1); 
box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.1);
}
.flex-container .person-item .__thumb.second {
border-radius: 50%;
width: 70%;
margin: auto;
}

.person-name:after {
    border-bottom: 0.5px solid #111;
    -webkit-box-shadow: 0 0.5px 0 0 #111;
    -moz-box-shadow: 0 0.5px 0 0 #111;
    box-shadow: 0 0.5px 0 0 #111;
    content: "";
    margin: 0 auto;
    position: absolute;
    bottom: 18%;
    left: 0;
    right: 0;
    width: 76px;
}

.person-profilediv {
display: flex;
justify-content:  center;
margin-top: 10px;
}
.person-profilediv a{
    padding: 2px 10px;
    background-color: #fff;
    border: solid 1px #111111;
    color: #111111 !important;
    text-align: center;
    transition: all 0.3s;
    font-size: 12px;
}

.digit-effect {
position: absolute;
z-index: 49;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width:100%;
height: 100%;
background-image: url(../assets/images/digit-effect.png);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.sticky {
position: fixed;
top: 0;
opacity: 1;
}

.mobilesticky {
position: fixed;
top: 55px;
opacity: 1;
}

.sticky+.content {
padding-top: 102px;
}

a.float-banner-second.sticky {
position: fixed;
top: 0;
opacity: 1;
}
a.float-banner-second.mobilesticky {
position: fixed;
top: 55px;
opacity: 1;
}

.sponsor-gold-title {
padding-top: 80px;
padding-bottom: 80px;
}
.sponsor-gold-title p {
background-color: #d9b05f;
color: white;
text-align: center;
font-size: 36px;
}
.sponsor-regular-title {
padding-top: 80px;
padding-bottom: 80px;
}
.sponsor-regular-title p {
background-color: #bfbfbf;
color: white;
text-align: center;
font-size: 36px;
}
.sponsor-title {
padding-top: 40px;
padding-bottom: 80px;
}
.sponsor-title.gold {
    background-color: #d9b05f;
}
.sponsor-title.regular {
    background-color: #bfbfbf;
}
.sponsor-title.media {
    background-color: #31aaff;
}

.sponsor-title.partner {
    background-color: #93c47d;
}
.sponsor-title.common {
    background-color: #E06666;
}
.sponsor-title p {
background-color: #e78e92;
color: white;
text-align: center;
font-size: 36px;
}
.lp-schedule.second {
background-color: #f7f5f0;
font-size: 14px;
}
.lp-schedule.second .inner {
    max-width: 1200px !important;
    padding: 95px 0 0 0;
}
.lp-schedule.second .title-div {
padding-top: 80px;
padding-bottom: 80px
}
.lp-schedule.second .inner-container {
background-color: white;
}
.schedule-container {
width: 100%;
margin: 0 auto 40px auto;
background-color: white;
border: none;
padding: 60px 80px 0px;
color: #333333;
border-bottom: solid 4px #c8a77a;
}
.schedule-container .flex-container {
justify-content: space-evenly;
}
.schedule-container .flex-container .person-item {
    flex: 0 0 22%;
    margin-bottom: 40px;
}
.level-sign {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: #c8a67a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    transform: translate(-20%, -20%);
    z-index: 2;
    text-align: center;
}
.level-sign.level2 {
    background-color: #e09142;
}
.level-sign.level3 {
    font-size: 10px;
    background-color: #E06666;
    line-height: 1;
}
.schedule-title {
    font-size: 24px;
    font-weight: bold;
    color: #E10816;
}
.schedule-content-desc {
    color: #333333;
    line-height: 200%;
    margin-bottom: 10px;
}

.schedule-time {
    display: inline-block;
    margin: unset;
}
.schedule-time-wrap {
    margin-top: 12px;
    margin-bottom: 12px;
}
.speaker-level {
    color: #fff;
    background-color: #b7b7b7;
    padding: 4px 20px;
    font-size: 24px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.speaker-level.regular {
    color: #b9babc;
    border-top: solid 2px #b9babc;
}
.speaker-level.regular {
    color: #c2774f;
    border-top: solid 2px #c2774f;
}
.schedule-group-wrap {
    margin-bottom: 40px;
}
.lp-sponsor {
    margin-bottom: 40px;
}
.inner800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
}

.sponsor-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px;
    margin: 0 20px;
    background-color: #c5b288;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
#id_iframe2022 {
    height: 670px;
    width: 750px;
}
@media (max-width: 900px) {
    .flex-container {
        padding: 0 16px;
    }
    .flex-container .lpsponsor-item {
        flex: 0 0 45%;
        text-align: center;
    }
    .flex-container .person-item {
        flex: 0 0 45%;
    }
    .schedule-container {
        padding: 40px 20px 0;
    }
}

@media (max-width: 567px) {
    #id_iframe2022 {
        height: 880px;
    }
    a.float-banner-second {
        top: 13px;
    }
    .flex-container .lpsponsor-item {
        flex: 0 0 100%;
        text-align: center;
    }

    .flex-container .person-item {
        flex: 0 0 100% !important;
    }
    .lp-sponsor a {
        font-size: 20px;
    }
    .schedule-title {
        font-size: 20px;
    }
    .member-subtitle {
        font-size: 20px;
    }
}

.member-subtitle {
    font-size: 28px;
    font-weight: bold;
    color: #E10816;
    margin-bottom: 20px;
}

.member {
    background-color: #F7F5F0;
    font-size: 14px;
}

.member .inner {
    padding: 95px 0 50px;
    width: 900px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.member-banner {
    width: 136px;
}

.member-banner p {
    font-size: 12px;
    height: 75px;
    line-height: 160%;
    text-align: center;
    margin-top: 8px;
    color: #333333;
}

@media (max-width: 567px) {
    .member .inner {
        padding: 30px 20px;
        width: 100%;
    }
}
/******End of Second LP*********************/



/* --CONCEPT-- */
.summit2023-concept {
    padding-bottom: 90px;
}
.summit2023-concept__text {
    margin: 0 auto;
    max-width: 800px;
    color: #3C3C3C;
    font-size: 1.8rem;
    line-height: 1.94;
    letter-spacing: 0;
}
/* -CONCEPT--- */
/* --HISTORY-- */
.summit2023-history {
    background-color: #F2F2F2;
}
.summit2023-history .netsui_ttl {
    border-color: #fff;
}
.summit2023-history .netsui_ttl h2 {
    color: #F2F2F2;
}
.summit2023-history__imgs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.summit2023-history__img {
    flex-basis: 27.78%;
    margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
    .summit2023-history__img {
        flex-basis: 48%;
        margin-bottom: 30px;
    }
}
.summit2023-history__img img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}
.summit2023-history__open {
    cursor:pointer;
}
.summit2023-history__img input {
    display: none;
}
.summit2023-history__overlay {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: opacity .4s;
}
.summit2023-history__img input:checked + .summit2023-history__overlay {
    visibility: visible;
	z-index: 9999;
    opacity: 1;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
    transition: opacity .4s;
}
.summit2023-history__window {
    width: 80vw;
	max-width: 900px;
    max-height: 600px;
	height: 80vh;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
    transition: transform .3s;
}
@media screen and (max-width: 768px) {
    .summit2023-history__window {
        max-height: 300px;
    }
}
.summit2023-history__img input:checked + .summit2023-history__overlay .summit2023-history__window {
    transform: translate(-50%, -50%);
}
.summit2023-history__window img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.summit2023-history__close {
    cursor:pointer;
	position: absolute;
	top: 8px;
	right: 8px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
	font-size: 3.6rem;
    line-height: 1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .summit2023-history__close {
        width: 32px;
        height: 32px;
        font-size: 3.3rem;
    }
}
.summit2023-history__netsui_btn {
    padding-top: 57px;
    padding-bottom: 87px;
}
@media screen and (max-width: 768px) {
    .summit2023-history__netsui_btn {
        padding-top: 37px;
    }
}
.summit2023-history__netsui_btn.netsui_btn a {
    max-width: 300px;
}
@media screen and (max-width: 768px) {
    .summit2023-history__netsui_btn.netsui_btn a {
        max-width: 250px;
    }
}
/* -HISTORY--- */
/* --SPEAKER-- */
.summit2023-speaker {
    padding-bottom: 65px;
    background-color: #FBF8F4;
}
.summit2023-speaker .netsui_ttl h2 {
    color: #FBF8F4;
}
.summit2023-speaker__cards {
    display: flex;
    flex-wrap: wrap;
}
.summit2023-speaker__card {
    flex-basis: 18.5%;
    margin-right: 1.87%;
    margin-bottom: 35px;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16);
    overflow: hidden;
    transition: all .4s;
    cursor: pointer;
}
.summit2023-speaker__card:nth-of-type(5n) {
    margin-right: 0;
}
@media screen and (max-width: 1023px) {
    .summit2023-speaker__card:nth-of-type(5n) {
        margin-right: 4%;
    }
    .summit2023-speaker__card {
        flex-basis: 22%;
        margin-right: 4%;
    }
    .summit2023-speaker__card:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .summit2023-speaker__card:nth-of-type(4n) {
        margin-right: 4%;
    }
    .summit2023-speaker__card {
        flex-basis: 48%;
        margin-right: 4%;
    }
    .summit2023-speaker__card:nth-of-type(2n) {
        margin-right: 0;
    }
}
.summit2023-speaker__card:hover {
    box-shadow: 3px 6px 10px 0 rgba(0, 0, 0, .16);
    transform: translateY(-0.2em);
}
.summit2023-speaker__card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.summit2023-speaker__card-img {
    height: 150px;
}
.summit2023-speaker__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.summit2023-speaker__card-body {
    flex-grow: 1;
    position: relative;
    padding: 15px 15px 40px;
    color: #707070;
    background-color: #fff;
    transition: all .4s;
}
@media screen and (max-width: 768px) {
    .summit2023-speaker__card-body {
        padding-bottom: 50px;
    }
}
.summit2023-speaker__card:hover .summit2023-speaker__card-body {
    color: #409ad5;
    transition: color .4s;
}
.summit2023-speaker__card-name {
    margin-bottom: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.36;
    text-align: center;
}
.summit2023-speaker__card-body .person-detail {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: left;
}
.summit2023-speaker__card-btn {
    position: absolute;
    right: 14px;
    bottom: 10px;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    text-align: center;
    transition: all .4s;
}
.summit2023-speaker__card-btn i {
    font-size: 2rem;
}
.summit2023-speaker__card:hover .summit2023-speaker__card-btn {
    color: #fff;
    background-color: #707070;
}
.summit2023-speaker .modal-img {
    flex-shrink: 0;
    position: relative;
    padding-top: 52.8%;
}
.summit2023-speaker .modal-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.summit2023-speaker .modal-title-wrapper {
    position: relative;
    z-index: 2;
    padding: 5px 11px;
}
.summit2023-speaker .modal-title-wrapper .person-detail {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.57;
    text-align: left;
}
/* -SPEAKER--- */
/* --TIME TABLE-- */
.summit2023-timetable.netsui_sec {
    padding-top: 13.5rem;
    padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable.netsui_sec {
        padding-top: 9rem;
        padding-bottom: 12rem;
    }
}
.summit2023-timetable__item {
    margin-bottom: 10rem;
    padding: 30px 8.3% 100px;
    width: 100%;
    border-radius: 23px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .21);
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__item {
        padding: 20px 20px 50px;
    }
}
.summit2023-timetable__item:last-of-type {
    margin-bottom: 0;
}
.summit2023-timetable__heading {
    position: relative;
    margin-bottom: 5rem;
    color: #E60012;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    text-align: center;
}
.summit2023-timetable__heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    display: block;
    width: 86px;
    height: 1px;
    background-color: #E60012;
}
.summit2023-timetable__opening {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4.5rem;
    color: #C7B8A3;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__opening {
        display: block;
    }
}
.summit2023-timetable__closeing {
    display: flex;
    align-items: flex-end;
    margin-top: 4.5rem;
    color: #C7B8A3;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__closeing {
        display: block;
    }
}
.summit2023-timetable__opening-title,
.summit2023-timetable__closeing-title {
    margin-right: 27px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.43;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__opening-title,
    .summit2023-timetable__closeing-title {
        margin-right: 0;
        font-size: 2.4rem;
    }
}
.summit2023-timetable__opening-time,
.summit2023-timetable__closeing-title {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.summit2023-timetable__session {
    margin-bottom: 6rem;
    border: 3px solid #C7B8A3;
}
.summit2023-timetable__session-head {
    display: flex;
    border-bottom: 3px solid #C7B8A3;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__session-head {
        display: block;
    }
}
.summit2023-timetable__session-head-left {
    flex-shrink: 0;
    margin: -2px 0;
    padding: 12px 15px;
    color: #fff;
    background-color: #C7B8A3;
    text-align: center;
}
.summit2023-timetable__session-kind {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
}
.summit2023-timetable__session-time {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
}
.summit2023-timetable__session-head-right {
    display: flex;
    align-items: center;
    padding: 0 18px;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__session-head-right {
        padding: 12px 10px;
    }
}
.summit2023-timetable__session-title {
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.5;
}
.summit2023-timetable__session-content {
    padding: 4rem 5rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__session-content {
        padding: 20px 10px;
        font-size: 1.6rem;
    }
}
.summit2023-timetable__session-speakers-heading {
    padding: 1rem;
    width: 100%;
    color: #fff;
    background-color: #C7B8A3;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
.summit2023-timetable__session-speakers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 4.5rem 0 1rem;    
}
.summit2023-timetable__session-speakers .summit2023-speaker__card {
    flex-basis: 200px;
    margin-right: 35px;
}
@media screen and (max-width: 768px) {
    .summit2023-timetable__session-speakers .summit2023-speaker__card {
        margin-right: 0;
    }
}
.summit2023-timetable__session-speakers .summit2023-speaker__card:last-of-type {
    margin-right: 0;
}
/* -TIME TABLE--- */
/* --SPONSOR-- */
.summit2023-sponsor.netsui_sec {
    padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor.netsui_sec {
        padding-bottom: 9rem;
    }
}
.summit2023-sponsor .netsui_ttl {
    margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor .netsui_ttl {
        margin-bottom: 8rem;
    }
}
.summit2023-sponsor__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 960px;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor__list {
        display: block;
        max-width: 200px;
    }
}
.summit2023-sponsor__item {
    flex-basis: 43.7%;
    margin-right: 12.6%;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor__item {
        margin-right: 0;
        margin-bottom: 40px;
    }
}
.summit2023-sponsor__item:nth-of-type(2n) {
    margin-right: 0;
}
.summit2023-sponsor__item:nth-last-of-type(1),
.summit2023-sponsor__item:nth-last-of-type(2) {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor__item:nth-last-of-type(2) {
        margin-bottom: 40px;
    }
}
.summit2023-sponsor__name {
    margin-bottom: 32px;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.42;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .summit2023-sponsor__name {
        margin-bottom: 12px;
        font-size: 2rem;
    }
}
/* -SPONSOR--- */
/* --ORGANIZER-- */
.summit2023-organizer {
    background-color: #FBF8F4;
}
.summit2023-organizer.netsui_sec {
    padding-bottom: 7rem;
}
.summit2023-organizer .netsui_ttl h2 {
    color: #FBF8F4;
}
.summit2023-organizer__inner {
    margin: 0 auto;
    max-width: 900px;
}
.summit2023-organizer__title {
    margin-bottom: 5.2rem;
    padding: 18px;
    width: 100%;
    color: #fff;
    background-color: #C7B8A3;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.42;
    text-align: center;
}
.summit2023-organizer__title .only-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .summit2023-organizer__title {
        font-size: 2.2rem;
    }
    .summit2023-organizer__title .only-sp {
        display: inline-block;
    }
}
.summit2023-organizer__content {
    display: flex;
    margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
    .summit2023-organizer__content {
        display: block;
    }
}
.summit2023-organizer__content:nth-of-type(2) {
    margin-bottom: 4.5rem;
}
.summit2023-organizer__heading {
    flex-basis: 180px;
    flex-grow: 0;
    padding: 18px 0;
    color: #fff;
    background-color: #C7B8A3;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.42;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .summit2023-organizer__heading {
        padding: 10px;
        font-size: 2rem;
    }
}
.summit2023-organizer__desc {
    flex-grow: 1;
    padding: 20px 6.2%;
    border-top: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.36;
}
@media screen and (max-width: 1023px) {
    .summit2023-organizer__desc {
        padding: 20px;
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .summit2023-organizer__desc {
        padding: 10px;
        border-top: none;
        border-left: 1px solid #707070;
        font-size: 1.8rem;
    }
}
.summit2023-organizer__text {
    margin-bottom: 5rem;
    color: #3C3C3C;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.94;
}
/* -ORGANIZER--- */
/* --COSPONSOR-- */
.summit2023-cosponsor.netsui_sec {
    padding-bottom: 12rem;
}
.summit2023-cosponsor__inner {
    margin: 0 auto;
    max-width: 900px;
}
.summit2023-cosponsor__title {
    margin-bottom: 6.8rem;
    padding: 18px;
    width: 100%;
    color: #fff;
    background-color: #C7B8A3;
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.42;
    text-align: center;
}
.summit2023-cosponsor__title .only-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .summit2023-cosponsor__title {
        font-size: 2.2rem;
    }
    .summit2023-cosponsor__title .only-sp {
        display: inline-block;
    }
}
.summit2023-cosponsor__text {
    margin-bottom: 5rem;
    color: #3C3C3C;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.94;
}
.summit2023-cosponsor__logo {
    margin: 0 auto;
    max-width: 100%;
    width: 420px;
}
@media screen and (max-width: 768px) {
    .summit2023-cosponsor__logo {
        width: 240px;
    }
}
.summit2023-cosponsor__logo a {
    display: block;
    transition: opacity .3s;
}
.summit2023-cosponsor__logo a:hover {
    opacity: .7;
}
/* -COSPONSOR--- */
/* --ABOUT-- */
.summit2023-about {
    background-color: #F2F2F2;
}
.summit2023-about.netsui_sec {
    padding-bottom: 8.5rem;
}
.summit2023-about .netsui_ttl {
    margin-bottom: 11rem;
}
@media screen and (max-width: 768px) {
    .summit2023-about .netsui_ttl {
        margin-bottom: 7rem;
    }
}
.summit2023-about .netsui_ttl h2 {
    color: #F2F2F2;
}
.summit2023-about__text {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 15rem;
    color: #3C3C3C;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.18;
}
@media screen and (max-width: 768px) {
    .summit2023-about__text {
        margin-bottom: 10rem;
    }
}
/* -ABOUT--- */

.entry-content {
    display: none;
}