/* common */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, span {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 62.5%;
    font: inherit;
    vertical-align: baseline;
}
a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
head {
    display: none;
}

body {
    line-height: 1.6;
    color: rgb(0, 0, 0);
    font-size: 1.6rem;
    font-family: "Renner*", "見出ゴMB31", "Midashi Go MB31", "Gothic Medium BBB", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    text-rendering: optimizeLegibility;
    font-feature-settings: "kern";
    font-kerning: normal;
    width: 100%;
    background: rgb(255, 255, 0);
    padding: 0px !important;
    margin: 0px !important;
    display: block;
}

ul {
    list-style-type: none;
}

.wrap {
    margin: 30vh auto;
    width: 75vw;
    background-color: rgb(255, 255, 255);
    border: solid 3px #000000;
}

h3 {
    font-size: 2.6rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    text-decoration: underline;
    margin: 8vh 0;
}

.line {
    border: solid 1.5px #000000;
    border-radius: 1.5px;
}

@media screen and (max-width: 896px) {
    .wrap {
        width: 90vw;
    }
    h3 {
        font-size: 2.0rem;
    }
}
@media screen and (max-width: 568px) {
    h3 {
        font-size: 1.6rem;
    }
}

/* common end */


/* nav */

.menu-wrap {
    position: fixed;
    background-color: rgb(255, 255, 0);
    width: 100vw;
    height: 80px;
    transform: translateY(-100%);
    transition: all .2s;
}
.menu-wrap ul {
    display: flex;
    justify-content: space-around;
    margin: 0 15vw;
    line-height: 80px;
    text-decoration: underline;
}
.menu-wrap.on {
    transform: translateY(0);
}
@media screen and (max-width:896px) {
    .menu-wrap ul {
        margin: 0 10vw;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 568px) {
    .menu-wrap {
        display: none;
    }
}

.caution-wrap {
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(128, 128, 128, 0.7);
    z-index: 10;
}
.caution-wrap.close {
    display: none;
}
.caution {
    background-color: white;
    color: black;
    width: 500px;
    height: 180px;
    margin: 50vh 0 0 50vw;
    padding: 70px 90px;
    font-size: 1.0rem;
    text-align: justify;
    transform: translateX(-340px) translateY(-170px);
}
.caution span{
    color: red;
}

.close {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    margin: 50vh 50vw;
    cursor: pointer;
    transform: translateX(275px) translateY(-145px);
}
.close span::before, .close span::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 84%;
    height: 16%;
    margin: -8% 0 0 -42%;
    background: red;
}
.close span::before {
    transform: rotate(-45deg);
}
.close span::after {
    transform: rotate(45deg);
}

@media screen and (max-width: 896px) {
    .caution {
        width: 240px;
        height: 280px;
        padding: 50px 30px;
        transform: translateX(-150px) translateY(-190px);
    }
    .close {
        transform: translateX(105px) translateY(-185px);
    }
}

/* nav end */


/* space */

.space {
    text-align: center;
}
.space img{
    width: 120px;
}

@media screen and (max-width: 896px) {
    .space img {
        width: 60px;
    }
}

/* space end */


/* top */

#top {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/top.png);
    background-position: center 45%;
    background-size: 20vw;
    background-repeat: no-repeat;
}
#top .top-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    padding-left: 5vw;
}
#top h1 {
    margin-bottom: 0.1em;
    font-size: 2.8rem;
    line-height: 1.5;
}
#top h1 span {
    font-size: 3.0rem;
    font-style: italic;
}
#top h2 {
    margin: 0 0 5vh; 
    font-size: 1.4rem;
}

@media screen and (max-width: 896px) {
    #top {
        background-size: 40vw;
        background-position: 50% 35%;
    }
    #top h1 {
        font-size: 1.6rem;
    }
    #top h1 span {
        font-size: 1.8rem;
    }
    #top h2 {
        margin: 0 0 22vh;
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 568px) {
    #top h2 {
        margin: 0 0 18vh;
    }
}

/* top end */


/* concept */

.concept-title {
    font-size: 4.6rem;
    text-align: center;
}
.greeting-wrap {
    display: flex;
    margin: 8vh 5vw
}
.greeting-wrap h3 {
    margin: 0 1vw;
    font-size: 2.0rem;
    font-style: normal;

    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-text-orientation: upright;
}
.greeting-wrap .line {
    margin: 0 1vw 0 0;
}
.greeting-wrap p {
    margin: 0 1vw;
    font-family: "見出ゴMB31", "Midashi Go MB31", "Gothic Medium BBB", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    text-align: justify;
    text-orientation: mixed;
    font-size: 1.0rem;
}

@media screen and (max-width: 896px) {
    .concept-title {
        font-size: 2.4rem;
    }
    .greeting-wrap {
        flex-direction: column;
    }
    .greeting-wrap h3 {
        margin: 0;
        font-size: 1.4rem;

        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .greeting-wrap .line {
        margin: 0.5vh 0 1vh 0;
    }
    .greeting-wrap p {
        margin: 0;
        font-size: 0.8rem;
    }
}

/* concept end */


/* info */

.schedule-wrap {
    display: flex;
    justify-content: center;
    margin: 8vh 5vw;
    font-style: italic;
}
.schedule-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.schedule-right {
    color: rgb(102, 102, 102);

    text-decoration: none;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    -webkit-text-orientation: sideways;
    text-align: right;
}
.schedule-day {
    font-size: 3.0rem;
    line-height: 5.0rem;
    color: rgb(102, 102, 102);
}
.schedule-day span {
    font-size: 2.8rem;
    color: #000000;
}
.schedule-day span span {
    font-size: 5.0rem;
}
.schedule-left .arrow img{
    width: 100%;
    max-width: 400px;
}

.time {
    font-size: 2.3rem;
}

.schedule-wrap .line {
    margin: 0 2vw 0 3vw;
}

.access-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 8vh;
}
.map {
    flex: 1;
    text-align: right;
}
.map iframe{
    width: 80%;
    height: 320px;
}
.access {
    flex: 1;
    padding-left: 2vw;
}
.access h3{
    margin: 0;
    font-size: 1.8rem;
    font-style: normal;
    text-decoration: none;
    text-align: left;
}
.access .h3-sp {
    display: none;
}
.address, .access-description {
    font-size: 1.4rem;
    font-style: normal;
    font-family: "見出ゴMB31", "Midashi Go MB31", "Gothic Medium BBB", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}
.address {
    margin: 25px 0;
}
.access-description {
    font-weight: lighter;
    color: rgb(102, 102, 102);
}

@media screen and (max-width: 1200px) {
    .access h3 {
        font-size: 1.4rem;
    }
    .address, .access-description {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 896px) {
    .schedule-wrap {
        flex-direction: column;
        margin: 8vh 5vw 10vh;
    }
    .schedule-day {
        font-size: 2.2rem;
        line-height: 3.6rem;
    }
    .schedule-day span {
        font-size: 2.0rem;
    }
    .schedule-day span span {
        font-size: 3.8rem;
    }
    .schedule-right {
        margin-top: 1vh;
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .schedule-left .arrow {
        margin-bottom: 1vh;
    }
    .time {
        display: block;
        margin-right: 2vw;
        font-size: 1.8rem;
    }
    .schedule-wrap .line {
        border: none;
    }
    .access-wrap {
        display: block;
    }
    .map {
        padding: 0 5vw;
        text-align: center;
    }
    .map iframe {
        width: 100%;
        height: 250px;
    }
    .access {
        padding: 0 5vw;
    }
    .access h3 {
        display: none;
    }
    .access .h3-sp {
        display: block;
        margin: 2vh 0;
        line-height: 2.4rem;
    }
    .access .h3-sp span {
        font-size: 1.6rem;
    }
    .address {
        margin: 3vh 0 0.5vh;
    }
    .access-description {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 568px) {
    .schedule-day {
        font-size: 1.8rem;
    }
    .schedule-day span {
        font-size: 1.6rem;
    }
    .schedule-day span span {
        font-size: 3.2rem;
    }
    .time {
        font-size: 1.6rem;
    }
    .access .h3-sp {
        font-size: 1.5rem;
    }
    .access .h3-sp span {
        font-size: 1.3rem;
    }
    .address {
        font-size: 1.2rem;
    }
    .access-description {
        font-size: 0.85rem;
    }
}

/* info end */


/* exhibitors */

.product-wrap, .media-wrap {
    display: flex;
    margin: 5vh;
}
.media-wrap {
    margin-bottom: 8vh;
}
.product-wrap .line, .media-wrap .line {
    margin: 1vh 1vw;
}
.field-title {
    text-align: center;

    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.lab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.lab {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20vw;
    margin: 1vh 0;
    font-size: 1.2rem;
    text-align: center;
    border: solid 1px rgb(0, 0, 0);
    cursor: pointer;
}
.lab p {
    margin: 20px 0;
}

@media screen and (max-width: 1300px) {
    .lab {
        width: 27vw;
    }
}
@media screen and (max-width: 896px) {
    .product-wrap, .media-wrap {
        flex-direction: column;
        margin:5vh 5vw;
    }
    .media-wrap {
        margin: 5vh 5vw 8vh;
    }
    .field-title {
        -webkit-writing-mode: horizontal-tb;
        -moz-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
    .field-title {
        font-size: 1.4rem;
    }
    .lab {
        width: 100%;
        height: 70px;
        margin: 0.2vh 0;
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 568px) {
    .field-title {
        font-size: 1.2rem;
    }
    .lab {
        font-size: 0.9rem;
    }
}

/* exhibitors end */


/* others */

.other-exhibitions {
    display: flex;
    justify-content: center;
    align-items: center;
}
.other-left, .other-right {
    display: flex;
    width: 35%;
}
.other-left .line, .other-right .line {
    margin: 0 20px 0 10px; 
}
.other-left {
    text-decoration: line-through;
}
.other-schedule {
    font-size: 2.6rem;
    font-style: italic;
    text-align: center;

    text-decoration: none;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: sideways;
}
.other-schedule img {
    width: 1.0rem;
    height: 1.0rem;
    margin: 1.4rem 0.5rem;;
}
.from {
    font-size: 1.2rem;
}
.title {
    font-size: 2.8rem;
    margin: 10px 0;
}
.location {
    font-size: 1.2rem;
    font-family: "見出ゴMB31", "Midashi Go MB31", "Gothic Medium BBB", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
    color: rgb(102, 102, 102);
}

.sns {
    margin: 8vh 0;
    text-align: center;
}
.sns img {
    margin: 10px;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1600px) {
    .other-left, .other-right {
        width: 40%;
    }
}
@media screen and (max-width: 1400px) {
    .other-left, .other-right {
        width: 45%;
    }
}
@media screen and (max-width: 1200px) {
    .other-exhibitions {
        flex-direction: column;
        justify-content: space-between;
        height: 530px;
        margin: 0 5vw;
    }
    .other-left, .other-right {
        width: 70%;
    }
}
@media screen and (max-width: 896px) {
    .other-exhibitions {
        height: 460px;
    }
    .other-left .line, .other-right .line {
        margin: 0px 10px 0px 3px;
    }
    .other-schedule {
        font-size: 2.2rem;
    }
    .other-schedule img {
        margin: 1.4rem 0.1rem;
    }
    .from {
        font-size: 1.0rem;
    }
    .title {
        font-size: 2.4rem;
    }
    .location {
        font-size: 1.0rem;
    }
}
@media screen and (max-width: 700px) {
    .other-left, .other-right {
        width: 85%;
    }
    .title {
        font-size: 2.0rem;
    }
    .sns img{
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 480px) {
    .other-exhibitions {
        height: 400px;
    }
    .other-left, .other-right {
        width: 100%;
    }
    .other-left .line, .other-right .line {
        margin: 3px 10px 3px 3px;
    }
    .other-schedule {
        font-size: 1.8rem;
    }
    .from {
        font-size: 0.9rem;
    }
    .title {
        font-size: 1.8rem;
    }
    .location {
        font-size: 1.0rem;
    }
}

/* others end */


/* footer */

footer p {
    margin: 8vh;
    text-align: center;
    font-size: 1.0rem;
}

/* footer end */