@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    color: #222;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", 'Source Sans Pro', sans-serif;
    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;
}

.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;
}

.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;

    font-size: 48px !important;
    margin-right: 8px !important;
    color: #222;
    vertical-align: middle;
}

.scroll-down {
    opacity: 0;
    visibility: hidden;
}

.active{
    opacity: 1;
    visibility: visible;
}


/* header */
.header {
    width: 100%;
    padding: 16px 16px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}

.header img {
    max-width: 130px;
}

.header ul {
    display: flex;
    padding: 10px 0;
}

.header li {
    font-size: 0.9rem;
    margin-left: 30px;
}

.header li a {
    color: #222;
    font-weight: bold;
    font-size: 14px;
}

/* hero */
.hero {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/hero-bg.png");
    position: relative;
    top: -76.56px;
    object-fit: cover;
    width: 100%;
    height: 1343px;
    background-position: center;
    background-size: cover;
}

.hero > div:nth-of-type(1) {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 1;
}

.hero > div:nth-of-type(2) {
    max-width: 90%;
    width: 100%;
    position: absolute;
    top: 67.5%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 1;
}

.hero > div:nth-of-type(1) img {
    position: initial;
    top: initial;
    width: 50%;
    margin-bottom: 32px;
}

.hero > img {
    max-width: 1366px;
    width: 100%;
    height: 521px;
    object-fit: cover;
}

.hero h1 {
    font-size: 88px;
    line-height: 56px;
    letter-spacing: 2px;
}

.hero h1 span {
    font-size: 56px;
}

.hero > div p:nth-of-type(2) span {
    font-size: 32px;
    margin: 0 8px;
}

.hero > div:nth-of-type(1) p {
    margin-top: 1em;
    font-size: 32px;
    letter-spacing: -2px;
}

.hero > div:nth-of-type(1) p:nth-of-type(2) {
    font-size: 24px;
}

.hero img {
    position: relative;
    top: 76.56px;
}

.hero > div:nth-of-type(1) a {
    margin-top: 32px;
}

.hero > div:nth-of-type(2) p {
    font-size: 16px;
    margin-bottom: -32px;
    font-weight: bold;
}

.hero > div:nth-of-type(2) img:nth-of-type(1) {
    margin-right: 20px;
}

.hero > div:nth-of-type(2) a {
    position: relative;
    top: 136px;
    text-decoration: underline dotted;
    text-underline-offset: 0.5em;
    color: #222;
    font-weight: bold;
}

.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) > p:nth-of-type(2) {
    position: relative;
    top: 168px;
    color: #222;
    font-weight: bold;
}


/* concept */
.concept {
    
}

.concept h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-concept.png");
    /* background-size: cover; */
}

.concept h2 img {
    margin-right: 8px;
}

.concept > div {
    display: flex;
    gap: 88px;
    justify-content: center;
    align-items: center;
    padding: 64px;
}

.concept p {
    font-size: 16px;
    font-weight: bold;
    line-height: 3em;
}

.concept-text-deco {
    font-size: 24px !important;
    line-height: 48px !important;
}

.concept-text-deco:nth-of-type(3) {
    margin-top: 16px;
}

.concept-text-deco:nth-of-type(6) {
    margin-bottom: 16px;
}

.concept-text-deco span:nth-of-type(2) {
    text-decoration: underline solid 8px yellow;
    text-underline-offset: -8px;
}

.concept .deco-number {
    font-size: 32px;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 500;
}

/* exhibitors */
.exhibitors {
    background-size: cover;
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-bg-gradation.png");
    padding-top: 64px;
}

.exhibitors h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-exhibitors.png");
}

.exhibitors .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 75%;
    margin: 32px auto 0 auto;
    padding-bottom: 64px;
}

.exhibitors .wrapper {
    background-color: #fff;
    border-radius: 5px;
}

.exhibitors .item {
    padding: 16px;
}

.exhibitors .label {
    color: #fff;
    background: #26c499;
    border-radius: 5px;
    padding: 8px;
    width: 100%;
}

.exhibitors .wrapper img {
    display: block;
    margin: 0 auto;
    /* padding: 24px; */
    width: 75%;
}

.exhibitors .service-name {
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline #26c499 3px;
    text-underline-offset: 4px;
    line-height: 2em;
}

.exhibitors .company-name {
    font-size: 16px;
    font-weight: bold;
    margin: 16px 0;
}

.exhibitors .text {
    font-size: 16px;
}

.exhibitors .img-wrapper {

}

.exhibitors .open {
	cursor: pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
    color: #3e61e5;
    float: right;
    padding-bottom: 16px;
}

.exhibitors .overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}

.exhibitors .window {
	width: 70vw;
	/* max-width: 380px;
	height: 240px; */
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.exhibitors .close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 56px;
}

.exhibitors .text .flex-box {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 24px 32px 0 32px;
    width: 70vw;
}

.exhibitors .text .flex-box img {
    display: block;
    margin: 0;
    margin-right: 24px;
    padding: 0;
    width: 20%;
}

.exhibitors .text .flex-box .label {
    display: inline;
}

.exhibitors .text .flex-box .service-name {
    font-size: 24px;
    padding: 24px 0 0 0;
}

.exhibitors .text p {
    padding: 0 0px 64px 0px;
    line-height: 24px;
    font-weight: bold;
}

.exhibitors .text > p {
    /* width: 80%; */
    line-height: 24px;
    /* margin: 0 auto; */
    padding: 0 32px 32px 32px;
}

.exhibitors .flex-box .company-name {
    padding: 0;
}

.exhibitors .flex-box .company-name {
    margin: 8px 0;
}

.exhibitors .label-01 {
    background: #33e5c7;
}

.exhibitors .label-02 {
    background: #ffe17d;
}

.exhibitors .label-03 {
    background: #2aefa5;
}

.exhibitors .label-04 {
    background: #3cbedf;
}

/* 外食/卸向け
外食向け
外食/卸/メーカー向け
外食/メーカー向け */

.exhibitors a {
    color: #222;
}


/* map */
.map {
    background-size: cover;
    padding-top: 64px;
}

.map > div {
    padding: 128px;
}

.map > div img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.map h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-map.png");
}

/* PICKUP01 */
.pickup01 {
    background-size: cover;
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-bg-gradation.png");
    padding-top: 64px;
}

.pickup01 > div {
    text-align: center;
    padding: 64px;
    width: 75%;
    margin: 0 auto;
}

.pickup01 > div .label {
    background-color: #222;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 32px auto;
    width: 70%;
    font-size: 24px;
    font-weight: bold;
}

.pickup01 > div p {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 64px 0;
}

.pickup01 > div img {
    display: block;
    margin: 0 auto;
    width: 70%;
    background-color: #fff;
    border-radius: 5px;
}

.pickup01 h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-contents01.png");
}

/* PICKUP02 */
.pickup02 {
    background-size: cover;
    padding-top: 64px;
}

.pickup02 > div {
    text-align: center;
    padding: 64px;
}

.pickup02 > div .label {
    background-color: #222;
    padding: 16px;
    color: #fff;
    border-radius: 5px;
    margin: 32px auto;
    width: 50%;
    font-size: 24px;
    font-weight: bold;
}

.pickup02 > div p {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 64px 0;
}

.pickup02 > div img {
    display: block;
    margin: 0 auto;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
}

.pickup02 h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-contents02.png");
}

/* timetable */
.timetable {
    background-size: cover;
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-bg-gradation.png");
    padding-top: 64px;
}

.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: 75%;
    margin: 0 auto;
}

.timetable .collabo {
    margin-bottom: 8px;
}

.timetable .collabo > p {
    background-color: white;
    padding: 16px;
    font-weight: bold;
}

.timetable .intro {
    font-size: 12px;
    color: #222 !important;
    font-weight: initial !important;
    display: inline-block;
    margin: 8px 0;
}

.timetable > div {
    text-align: center;
    padding: 64px;
    width: 85%;
    margin: 0 auto;
}

.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 .notice {
    font-size: 12px;
    width: 75%;
    margin: 32px auto 0 auto !important;
}

.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: #aac87b;
    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 h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-timetable.png");
}

.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;
}

/* overview */
.overview {
    background-size: cover;
    padding-top: 64px;
}

.overview h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-overview.png");
}

.overview .wrapper {
    padding: 64px 0;
}

.overview table {
    margin: 0 auto;
}

.overview table th {
    display: inline-block;
    color: #fff;
    background-color: #222;
    border-radius: 5px;
    height: 32px;
    width: 192px;
    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 .iframe_map {
    text-align: center;
    margin: 0 auto 128px auto;
    width: 75%;
}

/* sponsors */
.sponsors {
    background-size: cover;
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-bg-gradation.png");
    padding-top: 64px;
}

.sponsors h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-sponsors.png");
}

.sponsors .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.sponsors .item {
    background-color: #fff;
    border-radius: 5px;
    margin: 8px;
    width: calc(25% - 64px);
    height: 25vh;
    position: relative;
}

.sponsors .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 66%;
}

.sponsors .wrapper {
    padding: 64px 0;
    width: 75%;
    margin: 0 auto;
}

.sponsors .sponsor-none {
    visibility: hidden;
}

/* concept-movie */
.concept-movie {
    background-size: cover;
    padding: 64px 0 64px 0;
}

.concept-movie h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-concept.png");
}

.concept-movie .movie {
    text-align: center;
    padding-top: 64px;
}

.concept-movie .movie iframe {
    width: 560px;
    height: 315px;
}

@media screen and (max-width: 559px) {
    .concept-movie .movie iframe {
        width: 100%;
        height: 100%;
    }
}

/* event-close */
.event-close {
    margin: 128px auto;
}

.event-close p {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

/* form */
.form {
    background-size: cover;
    padding-top: 64px;
    height: 1300px;
}

.form h2 {
    background-image: url("/web/jp/asp/seminar/images/2022-foodcross/contents-title-form.png");
}

.form .wrapper {
    width: 75%;
    height: 800px;
    background-color: #e5e5e5;
    margin: 64px auto 64px auto;
}


/* footer */
footer {
    width: 100%;
    padding: 75px 15px 120px 15px;
    background-color: #2b2f31;
}

footer #bottom {
    max-width: 920px;
    margin: 0 auto 90px auto;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

footer #bottom a {
    color: #fff !important;
}

footer #bottom div {
    max-width: 220px;
}

footer #credit {
    color: #fff;
    line-height: 1;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

footer #credit div {
    display: -webkit-flex;
    display: flex;
}

footer #credit div p {
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    border-left: 1px solid #fff;
}

footer #credit div p a {
    color: #fff !important;
}

/* fix-form-button */
.footer_fix_btn {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    /* background: linear-gradient(45deg, #FFE17D, #2AEFA5, #3CBEDF); */
    /* font-size: 16px; */
    /* color: #222; */
    z-index: 3;
}

.footer_fix_btn a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #222;
    padding: 16px 0;
    font-weight: bold;
    background: linear-gradient(45deg, rgba(60, 190, 223, 0.75), rgba(42, 239, 165, 0.75), rgba(255, 225, 125, 0.75));
}

.footer_fix_btn a:hover {
    background: linear-gradient(45deg, rgba(60, 190, 223, 1), rgba(42, 239, 165, 1), rgba(255, 225, 125, 1));
}

.footer_fix_btn span {
    text-decoration: underline 1.5px #222;
    text-underline-offset: 3px;
}

/* exhibisitorsのポップアップ */
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up3 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up4 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up4:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up5 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up5:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up6 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up6:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up7 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up7:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up8 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up8:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up9 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up9:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up10 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up10:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up11 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up11:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up12 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up12:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up13 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up13:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up14 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up14:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up15 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up15:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up16 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up16:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up17 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up17:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up18 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up18:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up19 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up19:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up20 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up20:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up21 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up21:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up22 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up22:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up23 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up23:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up24 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up24:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up25 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up25:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

#pop-up26 {
	display: none; /* label でコントロールするので input は非表示に */
}

#pop-up26:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}

.sp-exhibitors {
    display: none !important;
}

/* フォーム高さ調整 */
@media screen and (max-width: 1000px) {
    .form {
        height: 1800px;
    }

    .form iframe {
        height: 1300px;
    }

    .form .wrapper {
        width: 90vw;
        margin: 64px auto 64px auto !important;
    }
}

/* SP */
@media screen and (max-width: 1023px) {
    .hero > div:nth-of-type(2) {
        max-width: 85%;
        top: 72.5%;
    }

    .concept > div {
        flex-direction: column;
        gap: 32px;
    }

    .exhibitors .parent {
        width: 85%;
        margin: 0 auto !important;
    }

    .exhibitors .parent .wrapper {
        width: 100%;
    }

    .pickup01 > div {
        width: 100%;
    }

    .pickup01 > div .label {
        width: 90%;
    }

    .timetable > div {
        width: 100%;
    }

    .timetable > div .label {
        width: 90%;
    }

    .timetable .parent {
        width: 100%;
    }

    .sponsors .wrapper {
        width: 100%;
    }

    .sponsors .item {
        width: calc(50% - 64px);
    }

    .sponsors .item img {
        width: 37%;
    }

    .sponsors .sponsor-none {
        display: none;
    }

    .form {
        height: 1300px;
    }

    .form iframe {
        height: 1000px;
    }
}

@media screen and (max-width: 767px) {
    * {
        margin: 0 !important;
    }

    .br-sp {
        display: block;
    }

    .header a {
        margin: 0 !important;
    }

    #pc-nav {
        display: none;
    }

    .header {
        position: absolute;
    }

    .hero {
        height: 2000px;
        background-image: url("/web/jp/asp/seminar/images/2022-foodcross/hero-bg-sp.png");
        position: relative;
        object-fit: cover;
        width: 100%;
        background-position: center;
        background-size: cover;
    }

    .hero h1 {
        font-size: 48px;
        line-height: 48px;
        letter-spacing: 0px;
    }

    .hero h1 span {
        font-size: 48px;
    }

    .hero > div:nth-of-type(1) {
        top: 20%;
    }

    .hero > div:nth-of-type(1) p {
        margin-top: 1em !important;
        font-size: 24px;
        letter-spacing: 0px;
    }

    .hero > div:nth-of-type(1) p:nth-of-type(2) {
        font-size: 16px;
    }

    .hero > div p:nth-of-type(2) span {
        font-size: 24px;
        margin: 16px 8px 0 8px !important;
        display: inline-block;
    }

    .hero > div:nth-of-type(1) img {
        margin-bottom: 32px !important;
    }

    .hero > div:nth-of-type(1) a {
        margin-top: 32px !important;
    }

    .hero > div p:nth-of-type(2) span:nth-of-type(1) {
        margin: 0 8px 0 8px !important;
    }

    .hero > div:nth-of-type(2) > div > img:nth-of-type(1) {
        margin-bottom: 56px !important;
    }

    .concept > div {
        flex-direction: column;
        gap: 32px;
        padding: 24px;
    }

    .concept > div > img {
        width: 55vw;
        margin: 32px 0;
    }

    .concept .concept-text-deco {
        font-size: 16px !important;
    }

    .concept .deco-number {
        font-size: 32px;
        margin-right: 8px !important;
    }

    .concept h2 img {
        margin: 0 8px 0 16px !important;
    }

    .exhibitors {
        padding-bottom: 64px;
    }

    .exhibitors .wrapper {
        margin: 32px 0 16px 0 !important;
    }

    .exhibitors .company-name {
        margin: 16px 0 !important;
    }

    .exhibitors .wrapper img {
        margin: 0 auto !important;
    }

    .contents-title img {
        margin: 0 8px 0 16px !important;
    }

    .map > div {
        padding: 64px 0;
    }

    .pickup01 > div {
        padding: 32px;
    }

    .pickup01 > div .label {
        margin: 32px auto 0 auto !important;
        width: 100%;
        font-size: 16px;
    }

    .pickup01 > div img {
        width: 100%;
    }

    .pickup01 > div {
        padding: 0;
        margin: 0 auto !important;
        width: 90vw;
        padding-bottom: 32px;
    }

    .pickup01 > div p {
        margin: 64px 0 !important;
    }

    .pickup02 > div {
        padding: 32px;
    }

    .pickup02 > div .label {
        margin: 0px auto;
        width: 100%;
        font-size: 16px;
    }

    .pickup02 > div img {
        width: 100%;
    }

    .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 .detail .flex-box > div:nth-of-type(3) {
        margin-bottom: 8px !important;
    }

    .timetable .collabo {
        margin-bottom: 16px !important;
    }

    .timetable .notice {
        width: 100%;
        padding-bottom: 48px;
    }

    .overview .wrapper {
        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;
    }

    #sp-nav .menu {
        display: initial;
    }

    #sp-nav nav {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100%;
        padding-top: 50px;
        background: rgba(34, 34, 34, 0.9);
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2;
    }
    #sp-nav nav ul li {
        display: block;
        padding: 20px 28px
    }
    #sp-nav nav ul li a {
        text-decoration: none;
        color: #fff;
    }
    #sp-nav .btn-gnavi {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #sp-nav .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 3px;
        background: #222;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #sp-nav .btn-gnavi span:nth-child(1) {
        top: 0
    }
    #sp-nav .btn-gnavi span:nth-child(2) {
        top: 10px
    }
    #sp-nav .btn-gnavi span:nth-child(3) {
        top: 20px
    }
    #sp-nav .btn-gnavi.open span {
        background: #fff
    }
    #sp-nav .btn-gnavi.open span {
        width: 24px;
    }
    #sp-nav .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
    }
    #sp-nav .contents section:nth-child(odd) p {
        left: 10%
    }
    #sp-nav .contents section:nth-child(even) p {
        right: 10%
    }

    #sp-nav .open {
        position: fixed;
    }

    .sponsors .wrapper {
        width: 90vw;
        margin: 0 auto !important;
    }

    .sponsors .container {
        display: initial;
    }

    .sponsors .item {
        width: 100%;
        height: 30vh;
        margin-bottom: 16px !important;
    }

    .sponsors .item img {
        width: 150px;
    }

    .sponsors .sponsor-none {
        display: none !important;
    }

    .form {
        height: 1570px;
    }

    .form iframe {
        height: 1300px;
    }

    .form .wrapper {
        width: 90vw;
        margin: 64px auto 64px auto !important;
    }

    footer #bottom {
        flex-direction: column;
        margin: 0 auto 45px auto !important;
    }

    footer #bottom p {
        margin: 0 0 20px 0 !important;
        text-align: center;
    }

    footer #credit {
        flex-direction: column;
    }

    footer #credit div {
        justify-content: center;
    }

    footer #credit p {
        margin: 0 0 20px 0 !important;
    }

    .exhibitors > div:nth-of-type(1) {
        display: none;
    }

    .sp-exhibitors {
        display: block !important;
    }
}

@media screen and (min-width: 768px) {
    #sp-nav {
        display: none;
    }

    .overview .wrapper-sp {
        display: none;
    }
}

.Card-Item-Comment-Text{
    position: relative;
    height: auto;
    line-height: 24px;
    font-size: 14px;
}
.Card-Item-Comment-Text.isHidden{
    overflow-y: hidden;
}
.exhibitors .wrapper.isFitContent{
    height: fit-content;
}
.Card-Item-Comment-Text-Hide{
    display: block;
    line-height: 1.2;
    text-align: right;
}
.Card-Item-Comment-Text-More,
.Card-Item-Comment-Text-Hide{
    cursor: pointer;
    color: #3e61e5;
}

.conference-banner {
    margin-bottom: 64px !important;
}

.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 !important;
    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;
}

.conference-banner .sp {
    display: none;
}

@media screen and (max-width: 1023px) {
    .conference-banner .sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .conference-banner {
        width: 90%;
        margin: 0 auto 32px auto !important;
    }

    .conference-banner a {
        width: 100%;
    }
}

.form {
    height: initial !important;
}

@media screen and (max-width: 767px) {
    .form {
        padding: 64px 16px;
    }

    .event-close p {
        font-size: 16px;
    }
}