@charset "UTF-8";
body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    text-align: center;
    width: 100%;
    line-height: 1.6;
    color: #000;
}
img {
    max-width: 100%;
}
::before, ::after {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}
::before, ::after {
    text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}
* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}
hr {
    overflow: visible; /* Show the overflow in Edge and IE */
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
small {
    font-size: 80%; /* Set font-size to 80% in `small` elements */
}
ul {
    list-style: none;
}
a {
    background-color: transparent; /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
a:active, a:hover {
    outline-width: 0; /* Remove the outline when hovering in all browsers */
}
a:hover img {
    opacity: 0.8;
}
/*  */
.bordernone {
    border: none !important;
}
/* font-weight */
.fwb {
    font-weight: bold;
}
.fwn {
    font-weight: normal;
}
/* text-align */
.tal {
    text-align: left;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
@media screen and (min-width: 681px) {
    .expc {
        display: block;
    }
    .exsp {
        display: none;
    }
}
@media screen and (max-width: 680px) {
    .expc {
        display: none;
    }
    .exsp {
        display: block;
    }
}
.ctsArticle {
    margin: 0 auto;
    padding: 5% 0 0;
}
.ctsContainer {
    max-width: 1040px;
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
/*----------------------------------------------------------------------------------------------*/
/* ヘッダー
----------------------------------------------------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index: 10;
}
header .container {
    background: #FFF;
    width: 90%;
    max-width: 1040px;
    padding: 1rem 2.5rem;
    margin: 24px auto 0;
    border-radius: 40px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
.hSiteNames {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hSiteNames h1 {
    width: 30rem;
    height: 4.8rem;
    display: block;
    background-image: url(../img/ordr_logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.hSiteName {
    width: 100px;
    margin-right: 2rem;
}
.hSiteBtn {
    margin-left: auto;
}
.hSiteBtn a {
    color: #fff;
    background: #009AE1;
    border-radius: 4px;
    padding: 1rem 4rem;
}
.hSiteBtn a span {
    font-size: 1.6rem;
    font-weight: bold;
}
/*終了しました*/
.hSiteBtn span {
    font-size: 1.6rem;
    font-weight: bold;
    background: #b4b4b4;
    color: #FFF;
    border-radius: 4px;
    padding: 1rem 4rem;
}
/* メインビジュアル*/
.topMv {
    width: 100vw;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.topMv video {
    width: 100vw;
}
.topMv .title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50%;
    max-width: 960px;
}
/*----------------------------------------------------------------------------------------------*/
/* contents
----------------------------------------------------------------------------------------------*/
.ContentsInner {
    width: 95%;
    margin: 3rem auto 0;
}
/*----------------------------------------------------------------------------------------------*/
/* scLead
----------------------------------------------------------------------------------------------*/
.scLead {}
.scLead p {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
}
/* コンテンツタイトル */
.secTtlType01 {
    font-size: 3rem;
    margin-bottom: 2.4rem;
}
/* 事前登録ボタン */
.backnumberContainer {
    margin: 4rem auto 0;
}
.backnumberContainer a {
    background-color: #009AE1;
    border-color: #444;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    border: 2px solid transparent;
    font-size: 1.6rem;
    line-height: 1.42857;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 320px;
    display: block;
    margin: 0 auto;
    padding: 16px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.backnumberContainer.closed {
    background-color: #b4b4b4;
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    border: 2px solid transparent;
    font-size: 1.6rem;
    line-height: 1.42857;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 320px;
    display: block;
    margin: 0 auto;
    padding: 16px;
    border-width: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.backnumberContainer a span {
    font-size: 1.6rem;
}
/*----------------------------------------------------------------------------------------------*/
/* outline
----------------------------------------------------------------------------------------------*/
.outline {
    padding: 4% 0 8%;
}
.outline ul {
    border: solid 4px #000;
    border-radius: 12px;
    padding: 2.4rem 3.2rem;
}
.outline ul li {
    margin: 0.8rem 0;
}
.outline dl {
    display: flex;
    vertical-align: middle;
    text-align: left;
}
.outline dt {
    font-size: 1.4rem;
    border-radius: 4px;
    background: #000;
    color: #FFF;
    text-align: center;
    width: 100px;
    margin-right: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.outline dd {
    font-size: 1.8rem;
}
.outline dd .red {
    color: #e40303;
}
/*----------------------------------------------------------------------------------------------*/
/* timetable
----------------------------------------------------------------------------------------------*/
.timetable {
    background: #000;
    color: #FFF;
    padding: 5% 0 10%;
}
.timetable h2 {
    color: #019ae1;
    text-align: center;
}
.timetable h3.date {
    background: #019ae1;
    color:#000;
    margin-bottom:4rem;
    border-radius: 40px;
}
.timetable h3.day2 {
    background: #0cc483;
}
.timetable .title {
    color: #019ae1;
    margin-bottom:4rem;
    font-size: 2.2rem;
    font-weight:bold;
}
.timetable .title.day2 {
    color: #0cc483;
}
.timetable ul li {
    display: flex;
    align-items: flex-start;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 4rem;
    justify-content: space-around;
}
.timetable ul{
    margin-bottom:10rem;
}
.timetable ul li .time {
    color: #019ae1;
    font-size: 3.2rem;
    padding-top: 1.6rem;
    font-weight: bold;
    margin-right: 1rem;
    width: 12%;
}
.timetable ul li .day2 {
    color: #0cc483;
 }
.timetable ul li .program {
    border: solid 1px #515151;
    padding: 2rem;
    width: 88%;
    border-radius: 12px;
}
.timetable ul li .program h3 {
    font-size: 2.6rem;
}
.timetable ul li .program h3 span::before {
    content: "【";
}
.timetable ul li .program h3 span::after {
    content: "】";
}
.timetable ul li .program h3 em{
    font-size: 1.6rem;
}
.timetable ul li .program h3 em::before,
.timetable ul li .program h3 em::after {
    content: "〜";
}
.timetable ul li .program .speaker {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 2rem;
    position: relative;
}
.timetable ul li .program .profile {
    display: flex;
    align-items: center;
}
.timetable ul li .program .profile img {
    max-width: 120px;
}
.timetable ul li .program .profile p {
    padding-left: 1.6rem;
    font-size: 1.2rem;
}
.timetable ul li .program .speaker aside{
    margin-top: auto;
    margin-left:auto;
    font-size:1.2rem
}
/*----------------------------------------------------------------------------------------------*/
/* footer
----------------------------------------------------------------------------------------------*/
footer {
    color: #FFF;
    background: #323333;
}
footer .ctsContainer {
    padding-top: 4%;
}
footer img {
    max-width: 100px;
    margin-top: 1.2rem;
}
.copyright {
    font-size: 1rem;
    text-align: center;
    padding: 1rem 0;
}
@media screen and (min-width: 1720px) {
    .topMv {
        height: 920px;
        overflow: hidden;
    }
    .topMv video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ctsArticle {
        padding-top: 3.2rem;
    }
}
@media screen and (max-width: 780px) {
    .scLead {
        margin-bottom: 3rem;
    }
}
@media only screen and (max-width:680px) {
    body {
        font-size: 14px;
    }
    .hSiteNames h1 {
        width: 24rem;
        height: 2rem;
    }
    .hSiteBtn span {
        font-size: 1.4rem;
    }
    .secTtlType01 {
        font-size: 2.4rem;
        margin-bottom: 2%;
    }
    .outline ul {
        padding: 5%;
    }
    .outline dl {
        display: inherit;
        vertical-align: middle;
        text-align: left;
    }
    .outline dd {
        padding: 0.4rem 0 0.8rem;
        font-size: 1.4rem;
    }
    .timetable ul li {
        display: block;
        margin-bottom: 1.6rem;
    }
    .timetable ul li .time {
        width: 100%;
        font-size: 2rem;
    }
    .timetable ul li .program {
        width: 100%;
    }
    -.timetable ul li .program h3 {
        - font-size: 2rem;
        -
    }
    .timetable ul li .program .speaker {
        -
        display: inline-block;
        -
        padding-top: 2%;
        -
    ;
        gap: 2rem;
    }
    -.timetable ul li .program .profile {
        - margin-bottom: 8%;
        + display: initial;
    }
}
@media only screen and (max-width:480px) {
    header .container {
        width: 95%;
        padding: 1rem 2rem;
        margin: 1rem auto 0;
    }
    .hSiteName {
        width: 80px;
        margin-right: 1rem;
    }
    .hSiteBtn a {
        padding: 1rem 2rem;
    }
    .hSiteBtn span {
        font-size: 1.2rem;
         padding: 1rem 2rem;
   }
    .ContentsInner {
        margin: 4rem auto 0;
    }
    .topMv {
        height: 50vh;
        overflow: hidden;
    }
    .topMv video {
        transform: scale(2.4);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .topMv .title {
        width: 80%;
        padding-top: 10%;
    }
    .scLead p {
        font-size: 1.4rem;
    }
    .backnumberContainer a {
        padding: 1.6rem 0;
        width: 90%;
    }
    .timetable {
        padding: 10% 0;
    }
    .timetable ul{
        margin-bottom: 4rem;
    }
    .timetable ul li .program h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        padding-bottom: 1rem;
    }
    .timetable ul li .program h3 em{
        display: block;
        font-size: 1.4rem;
    }
    .timetable h3.date {
        margin-bottom:2rem;
    }
    .timetable .title {
        margin-bottom:2rem;
        font-size: 1.8rem;
    }
    .timetable ul li .program .profile {
        width: 100%;
    }
    .timetable ul li .program .profile img {
        max-width: 100px;
    }
}