@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    color: #222 !important;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Source Sans Pro', sans-serif !important;
    font-weight: 300;
}
a {
    color: #fff;
    text-decoration: none;
    word-wrap: break-word;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}

/* フェードインアニメ */
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
    
.fadeUpTrigger{
    opacity: 0;
}

/* fonts */
.futura-light {
    font-family: futura-pt, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.futura-book {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.futura-medium {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.futura-demi {
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.sh-sans-jp-bold {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.sh-sans-jp-heavy {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900 !important;
    font-style: normal;
}

.contents-title {
    height: 121px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
}

.contents-title img {
    margin-left: 15vw;
}

.br-sp {
    display: none;
}

.contents-area {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 64px 0;
}

.section-title {
    font-size: 40px;
    padding-top: 64px;
}

/*--------------------------------------------------------------
            共通css調整
--------------------------------------------------------------*/		
.drawer-navbar *, .drawer-navbar::after, .drawer-navbar::before {
    box-sizing: initial;
}
		
.drawer-navbar a:hover {
    color: #fff;
}
		
@media screen and (min-width: 64em) {
.drawer-dropdown.open a:hover {
    color: #222 !important;	
}
}
		
@media screen and (min-width: 62em) and (max-width: 64em){
.drawer-menu-item {
    font-size: 0.94em;
}
}
		
a:hover.cv_btn_header {
	color:#fff;
} 
	
em {
	font-style: italic !important;
}
		
#breadcrumbs.bg-line {
    background-color: rgba(255,255,255,0.0);
}
	
#breadcrumbs li img {
    vertical-align: baseline !important ;
}		
		
#btn_Pagetop {
	z-index: 100 ;			
}	
		
#btn_Pagetop a::after {
    left: 12px;
}

.gray-bg {
    background-color: #fafafa;
}

main {
    padding-top: 100px;
}

@media screen and (min-width:75em){
main {
    padding-top: 120px;
}}

/* hero */
.hero {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross-prologue/fv-01.png");
    width: 100%;
    height: 800px;
}

.btn,
a.btn,
button.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 8px 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 5px;
}

.btn--black,
a.btn--black {
    color: #fff;
    background-color: #222;
}
.btn--black:hover,
a.btn--black:hover {
    color: #fff;
    background: #222;
}

.hero div:nth-of-type(2) {
    text-align: center;
}

.hero {
    position: relative;
}

.hero .fv-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(17.5% - 88px);
    left: 50%;
    transform: translateY(calc(17.5% - 88px)) translateX(-50%);
    -webkit-transform: translateY(calc(17.5% - 88px)) translateX(-50%);
}

.hero .fv-speakers img {
    max-width: 84px;
    max-height: 84px;
    margin-right: 8px;
}

.hero .fv-speakers > div {
    display: flex;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    margin: 8px 0;
}

.hero .fv-text {
    margin-right: 24px;
}

.hero .fv-text .t01 {
    font-size: 56px;
}

.hero .fv-text .t01 span {
    font-size: 36px;
    font-weight: bold;
}

.hero .fv-text .t02 {
    font-size: 24px;
    margin: 24px 0;
}

.hero .fv-text .t03 {
    font-size: 16px;
    line-height: 24px;
}

.hero .fv-text .t04 span {
    font-size: 24px;
}

.hero .fv-text .t04 {
    font-size: 40px;
    margin-top: 64px;
    font-weight: bold;
}

.hero .fv-btn {
    position: relative;
    top: 80%;
}

/* read */
.read {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross-prologue/fv-02.png");
    width: 100%;
    height: 800px;
    padding-top: 40px;
}

.read-sp {
    background-color: #ecf7ee;
}

.read-sp div {
    width: 90%;
    margin: 0 auto;
}

.read-sp p {
    text-align: center;
}

.read-sp img {
    max-width: initial !important;
    width: 100% !important;
}

.read .wrapper {
    width: 63%;
    margin: 0 auto;
}

.read .wrapper p {
    line-height: 32px;
    font-weight: bold;
}

.read .r01 {
    font-size: 40px;
    text-align: right;
    line-height: 48px !important;
    margin-bottom: 32px;
}

.read .r03 {
    margin: 24px 0;
}

.read .wrapper div {
    text-align: center;
    padding-top: 32px;
}

.read .wrapper div img {
    max-width: 175px;
}

/* pickup */
.pickup {
    margin-bottom: 128px;
}

.pickup .flex-box {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-top: 32px;
}

.pickup .flex-box img {
    width: 20vw;
    height: 20vw;
    max-width: 200px;
    max-height: 200px;
}

.pickup .text {
    width: 70%;
    margin: 0 auto;
    padding-top: 24px;
    font-weight: bold;
}

.pickup .wrapper .flex-box div p:nth-of-type(1) {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 8px;
}

.pickup .wrapper .flex-box div p:nth-of-type(2) {
    line-height: 16px;
    margin-bottom: 16px;
}

.pickup .wrapper .flex-box div p:nth-of-type(3) {

}

.pickup .text p {
    line-height: 24px;
    margin-bottom: 8px;
}

.pickup .flex-box > div {
    margin-left: 24px;
}

/* speakers */
.speakers {

}

.speakers .flex-box {
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding-top: 32px;
}

.speakers img {
    width: 20vw;
    height: 20vw;
    max-width: 150px;
    max-height: 150px;
}

.speakers .flex-box > div {
    width: 50%;
}

.speakers .flex-box > div:nth-of-type(1) {
    padding-right: 16px;
}

.speakers .flex-box:nth-of-type(2) {
    padding: 64px 0;
}

.speakers > .wrapper > div:nth-of-type(3) {
    width: 70%;
    margin: 0 auto;
}

.speakers > .wrapper > div:nth-of-type(3) > p {
    width: 50%;
}

.speakers .name {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0;
}

.speakers .position {
    margin-bottom: 16px;
}

.speakers .detail {
    /* font-weight: bold; */
}

/* timetable */
.timetable {
    padding: 64px 0;
}

.timetable .parent {
    display: grid;
    grid-template-columns: 0.35fr 1fr;
    /* grid-template-rows: repeat(11, 1fr); */
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

.timetable > div {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    padding: 32px 0;
}

.timetable > div .label {
    background-color: #222;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 32px auto;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
}

.timetable > div > p {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 64px 0;
}

.timetable .time,
.timetable .detail {
    background-color: #fff;
}

.timetable .time {
    position: relative;
}

.timetable .time span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: min(1vw, 24px);
    font-weight: bold;
}

.timetable .detail {
    padding: 16px;
}

.timetable .detail span {
    color: #2e67a3;
    font-weight: bold;
}

.timetable .detail .flex-box {
    display: flex;
    flex-wrap: wrap;
}

.timetable .detail .flex-box > div {
    display: flex;
    margin: 16px 0 0 0;
    width: 50%;
}

.timetable .detail .flex-box > div > img {
    height: 80px;
    width: 80px;
}

@media screen and (min-width: 768px) {
    .timetable .detail .flex-box > div:nth-of-type(2) > img {
        margin-left: 8px;
    }
}

.timetable .section-title {
    width: 90%;
    margin: 0 auto;
}

.timetable .section-subtitle {
    width: 90%;
    margin: 0 auto;
}

.timetable .black {
    color: #222 !important;
}

.timetable .ml {
    margin-left: 16px;
}

.timetable .ml-8 {
    margin-left: 8px;
    font-size: 14px;
    font-weight: bold;
}

.timetable .separation {
    margin-top: 8px;
    border-top: #e5e5e5 solid 1.5px;
    padding: 0;
}

.timetable .lh {
    line-height: 24px;
}

.timetable .fix {
    flex-wrap: nowrap !important;
    margin-top: 8px;
}

.timetable .flex-box img {
    width: 80px;
    height: 80px;
}

.speakers-logo .flex-box {
    display: flex;
    justify-content: space-around;
    padding: 16px 0;
}

.speakers-logo img {
    width: 10vw;
    max-width: 200px;
}

/* overview */
.overview {
    background-size: cover;
    padding-top: 64px;
}

.overview .flex-box {
    display: flex;
}

.overview h2 {

}

.overview .section-subtitle {
    padding-bottom: 32px;
}

.overview .wrapper {
    padding: 64px 0;
}

.overview table {
    margin: 0 auto;
    padding: 32px 0;
}

.overview table th {
    display: inline-block;
    color: #fff;
    background-color: #222;
    border-radius: 5px;
    height: 32px;
    width: 144px;
    margin: 0 16px 40px 0;
    text-align: center;
}

.overview table th span {
    line-height: 32px;
}

.overview table td {
    width: 500px;
    font-weight: bold;
    display: inline-block;
    line-height: 32px;
    text-decoration: underline #e5e5e5;
    text-underline-offset: 8px;
}

.overview table td span {

}

.overview a {
    color: #222;
    text-decoration: underline #e5e5e5;
}

.overview table tr {
    
}

.overview .section-title {
    padding-top: 0;
}

/* application */
.application {

}

.application .contents-area {
    padding: 64px 0 0 0;
}

.application .section-title {
    padding-top: 0;
}

.conference-banner {
    margin-bottom: 64px;
}

.conference-banner p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.conference-banner a {
    display: block;
    border: #222 solid 1.5px;
    border-radius: 50px;
    padding: 10px;
    margin: 1vw auto 0 auto;
    color: #222;
    font-size: 16px;
    background: linear-gradient(45deg, #FFE17D, #2AEFA5, #3CBEDF);
    background-size: 100% 100%;
    -webkit-transition: all 0.5s 0s ease !important;
    transition: all 0.5s 0s ease !important;
    text-align: center;
    width: 30vw;
}

.book .flex-box {
    display: flex;
    justify-content: center;
    padding: 32px 0;
}

.book .wrapper .flex-box img {
    width: 80px;
    border: solid #222 1px;
}

.book .wrapper .flex-box p {
    margin: auto 0 auto 32px;
    font-weight: bold;
}

.book .wrapper img:nth-of-type(2) {
    margin-left: 8px;
}

.overview .iframe_map {
    text-align: center;
    margin: 0 auto 128px auto;
    width: 75%;
}

.sponsors .wrapper > div {
    padding: 32px 0;
}

.sponsors .flex-box {
    display: flex;
    justify-content: center;
}

.sponsors .flex-box img {
    width: 15%;
}

a.cv_btn_header,
a.cv_btn_header_others {
    background-color: #e50000 !important;
}

.bg-line ol li span {
    letter-spacing: -1px;
}

@media screen and (min-width: 1367px) {
    .hero .fv-wrapper {
        top: calc(22.5% - 88px);
        transform: translateY(calc(22.5% - 88px)) translateX(-50%);
        -webkit-transform: translateY(calc(22.5% - 88px)) translateX(-50%);
    }

    .hero .fv-btn {
        top: 85%;
    }

    .hero .fv-text .t01 {
        font-size: 88px;
    }

    .hero .fv-text .t01 span {
        font-size: 56px;
    }

    .hero .fv-text .t02 {
        font-size: 32px;
    }

    .hero .fv-text .t03 {
        font-size: 24px;
    }

    .hero .fv-speakers img {
        max-width: 78px;
        max-height: 78px;
    }

    .read .r01 {
        font-size: 48px;
    }
}

/* SP */
@media screen and (max-width: 1023px) {
    .hero {
        padding-top: 89.98px;
    }

    .timetable > div {
        width: 100%;
    }

    .timetable > div .label {
        width: 90%;
    }

    .timetable .parent {
        /* width: 100%; */
    }
}

@media screen and (max-width: 767px) {
    main {
        padding-top: 15px;
    }

    .hero {
        background-image: url(/web/jp/asp/seminar/images/2022-foodcross-prologue/fv-sp.png);
        height: 674px;
        background-position: center;
        text-align: center;
    }

    .hero .fv-wrapper {
        display: inline-block;
        position: initial;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        padding-top: 48px;
        width: 90%;
    }

    .hero .fv-speakers {
        display: none;
    }

    .hero .fv-text {
        margin-right: 0;
        text-align: center;
    }

    .hero .fv-text .t01 {
        font-size: 40px;
    }

    .hero .fv-text .t01 span {
        font-size: 28px;
    }

    .hero .fv-text .t02 {
        font-size: 16px;
        margin: 16px 0;
    }

    .hero .fv-text .t04 {
        font-size: 24px;
        line-height: 32px;
    }

    .hero .fv-btn {
        position: initial;
        top: initial;
        margin-top: 48px;
    }

    .read {
        background-image: none;
        height: initial;
        background-color: #e2f3fa;
    }

    .read .wrapper {
        text-align: left;
        width: 90%;
    }

    .read .wrapper p {
        font-weight: initial;
    }

    .read .r01 {
        text-align: center;
        font-size: 24px;
        line-height: 32px !important;
        font-weight: 700 !important;
    }

    .read .wrapper div {
        text-align: center;
        padding-top: 32px;
    }

    .read .wrapper img {
        max-width: 175px;
    }

    .read .wrapper div {
        padding-bottom: 48px;
    }

    /* .read-sp {
        display: block;
    } */

    .pickup .flex-box {
        flex-direction: column;
        width: initial;
    }

    .pickup .flex-box > div {
        margin-left: 0;
    }

    .pickup .flex-box img {
        margin: 0 auto;
        width: 50vw;
        height: 50vw;
    }

    .pickup .wrapper .flex-box div p:nth-of-type(1) {
        text-align: center;
        margin: 8px;
    }

    .pickup .text {
        width: initial;
    }

    .speakers .flex-box {
        flex-direction: column;
        width: initial;
    }

    .speakers .flex-box > div {
        width: initial;
    }

    .speakers img {
        margin: 0 auto;
        width: 50vw;
        height: 50vw;
        display: block;
    }

    .speakers .name {
        text-align: center;
        font-size: 32px;
    }

    .speakers .flex-box:nth-of-type(2) {
        padding: initial;
    }

    .speakers .flex-box > div:nth-of-type(1) {
        padding-right: initial;
    }

    .speakers .flex-box > div {
        padding-bottom: 64px;
    }

    .speakers > .wrapper > div:nth-of-type(3) {
        width: initial;
    }

    .speakers > .wrapper > div:nth-of-type(3) > p {
        width: initial;
    }

    .timetable > div > p {
        margin: 64px 0 !important;
    }

    .timetable > div .label {
        width: 100%;
        font-size: 16px;
    }

    .timetable > div {
        padding: 32px;
        width: 100%;
    }

    .timetable .parent {
        display: grid;
        grid-template-columns: initial;
        grid-template-rows: initial;
        grid-row-gap: 0;
        width: 100%;
    }

    .timetable > div {
        padding: 0;
        width: 90vw;
        margin: 32px auto 0 auto !important;
    }

    .timetable .time span {
        font-size: 16px;
    }

    .timetable .detail {
        margin-bottom: 16px !important;
    }

    .timetable .time {
        padding: 16px 0 16px 16px;
        border-bottom: solid 1.5px #e5e5e5;
    }

    .timetable .time span {
        position: initial;
    }

    .timetable .ml {
        margin-left: 16px !important;
    }

    .timetable .ml-8 {
        margin-left: 8px !important;
    }

    .timetable .detail .flex-box > div {
        width: 100%;
    }

    .timetable .detail .flex-box > div:nth-of-type(2) {
        margin: 8px 0 !important;
    }
    .timetable .separation {
        border-top: initial;
        padding: 8px 0 0 0;
    }

    .overview .wrapper table {
        display: none;
    }

    .overview .wrapper-sp {
        display: flex;
        flex-direction: column;
        text-align: center;
        width: 90vw;
        margin: 0 auto !important;
    }

    .timetable .separation {
        border-top: initial;
        padding: 8px 0 0 0;
    }

    .overview .wrapper-sp .label {
        display: inline-block;
        color: #fff;
        background-color: #222;
        border-radius: 5px;
        height: 32px;
        width: 192px;
        margin: 32px auto 8px auto !important;
        text-align: center;
    }

    .overview .wrapper-sp .label span {
        line-height: 32px;
    }

    .overview .wrapper-sp .text {
        font-weight: bold;
        display: inline-block;
        line-height: 32px;
        text-decoration: underline #e5e5e5;
        text-underline-offset: 8px;
    }

    .overview .iframe_map {
        text-align: initial;
        margin: initial;
        width: initial;
        margin-top: 32px !important;
    }

    .sponsors .flex-box img {
        width: 33%;
    }

    .application iframe {
        height: 1100px;
    }

    .conference-banner {
        width: 90%;
        margin: 0 auto 32px auto;
    }

    .conference-banner a {
        width: 100%;
    }

    .conference-banner .wrapper {
        margin: 0 auto;
        width: 90%;
    }

    .book .flex-box {
        flex-direction: column;
    }

    .book .wrapper {
        width: 90%;
        margin: 0 auto;
    }

    .book .wrapper img:nth-of-type(2) {
        margin-left: 0;
    }

    .book .wrapper .flex-box img:nth-of-type(1) {
        margin: 0 auto;
    }

    .book .wrapper .flex-box img:nth-of-type(2) {
        margin: 16px auto;
    }

    .book .wrapper .flex-box p {
        margin: 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .overview .wrapper-sp {
        display: none;
    }

    .hero-sp {
        display: none;
    }

    .read-sp {
        display: none;
    }
}

.pickup::before,
.speakers::before,
.timetable::before,
.overview::before,
.application::before {
    display: block;
    padding-top: 88px;
    margin-top: -88px;
    content: "";
}