html
{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}
body
{
    font-family: 'Plus Jakarta Sans','Noto Sans JP';
    background-color: #F5EFE7;
    color:#213555;
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-text-size-adjust: 100%;
}
header
{
    position: fixed;
    top: -100px;
    left: 0;
    background-color: #F5EFE7;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 20px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 1px solid #4F709C;
    z-index: 10;
    transition: .5s;
}
#logo2
{
    width: 63px;
    height: 63px;
    position: absolute;
    left: 17px;
    top: 18px;
}
nav
{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;

}
#header.is-show
{
    top: 0;
}
#ticketnav
{
    display: none;
}
ul
{
    display: flex;
    list-style: none;
    gap: 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.4px;
    align-items: center;
}
a
{
    text-decoration: none;
}
a:hover
{
    opacity: 0.7;
}
.button:hover
{
    opacity: 0.9;
}
li>a
{
    color: #213555;
}
#ticket1>a>.button
{
    width: 178px;
    height: 49px;
    background:#213555;
    border-radius: 100px;
    padding-left: 14px;
    padding-top: 13.5px;
}
#ticket1>a
{
    color: #F5EFE7;
    font-size: 14px;
    font-weight: 700;
    letter-spacing:1.4px;
    text-align: left;
}
.button>p
{
    display: inline-block;
}
#arrow
{
    vertical-align: middle;
    margin-top: -3px;
}
#KV
{
    height: 60vw;
    position: relative;
}
#KV>img
{
    position: absolute;
    top:0px;
    right:0px;
    width: 55vw;
    height: 60vw;
}
#information
{
    position: absolute;
    top:36vw;
    left:5.77vw; 
}
#pretitle
{
    font-size: 1.25vw;
    font-weight: 500;
}
#title
{
    font-size: 3.3vw;
    font-weight: 500;
    margin-top: 1.6vw;
}
#day_place
{
    font-size: 1.6vw;
    font-weight: 600;
    margin-top: 0.7vw;
}
#ticket_apply
{
    margin-top: 1.6vw;
}
#ticket2>a>.button
{
    width: 18.4vw;
    height: 4.8vw;
    background:#213555;
    border-radius: 100px;
    padding-left: 2.2vw;
    padding-top: 1.5vw;
}
#ticket2>a
{
    color: #F5EFE7;
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing:1.4px;
    text-align: left;
}
#ticket2>a>.button>#arrow
{
    width: 1.25vw;
    margin-left: 1.5vw;
}
#ticket3>a>.button
{
    width: 18.4vw;
    height: 4.8vw;
    background:#F5EFE7;
    border-radius: 100px;
    padding-left: 2.2vw;
    padding-top: 1.5vw;
    border: 1px solid #213555;
}
#ticket3>a
{
    color: #213555;
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing:1.4px;
    text-align: left;
}
#ticket3>a>.button>#arrow
{
    width: 1.25vw;
    margin-left: 1.5vw;
}
#pickup
{
    position: relative;
    width:100%;
    height: 116px;
    border: 1px solid #4F709C;
    display: inline-flex;
    padding: 10px 8vw 10px 6.6vw;
    align-items: center;
    margin-top: 4vw;
}
#pickup_content
{
    display: flex;
    align-items: center;
    color: #213555;
}
#pickuptext
{
    margin-right: 116px;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
}
.carousel
{
    width: auto;
    height: 78px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}
#pickupday
{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-right: 81px;
}
#pickuptitle
{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
}
#carousel-content
{
    margin: 0;
    padding-top: 0;
    display: flex;
    height: 78px;
    align-items: center;
}
@keyframes scroll 
{
    0% { margin-top: 0; }   
    17% { margin-top: -78px; }
    34% { margin-top: -78px; }
    51% { margin-top: -156px; }
    68% { margin-top: -156px; }
    85% { margin-top: -234px; }
    100% { margin-top: -234px; }
}
.carousel > :first-child {
    animation-name: scroll;
    animation-duration: 15s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
}

.bbs
{
    align-items: center;
    display: flex;
    height: 116px;
    overflow:hidden;
    width: 100%;
    white-space:nowrap;
    margin-top: 30px;
    margin-bottom: 146px;
    user-select: none
}
.bbs ul 
{
    animation: flowing 15s linear infinite;
    transform:translateX(100%);
    margin: 0;
    padding: 0;
    font-size: 128px;
    font-style: italic;
    font-weight: 600;
    color: #F5EFE7;
    text-shadow: 
    1px 1px 0 #213555,
    -1px -1px 0 #213555,
    -1px 1px 0 #213555,
    1px -1px 0 #213555,
    0px 1px 0 #213555,
    0px -1px 0 #213555,
    -1px 0px 0 #213555,
    1px 0px 0 #213555;
    padding-right: 20px;
}
.bbs ul li
{
    display: inline-block;
    padding-right: 10px;
}
@keyframes flowing
{
    0% { transform:translateX(0); }
    100% { transform:translateX(-100%); }
}
#concept
{
    margin-left: auto;
    margin-right: auto;
    width: 60vw;
}
#subtitle
{
    color: #213555;
    font-size: 72px;
    font-style: italic;
    font-weight: 500;
}
#catchcopy
{
    margin-left: 10vw;
    margin-top: 54px;
    width: 50vw;
    font-size: 16px;
    font-weight: 500;
    line-height: 245.5%;
    letter-spacing: 1.6px;
}
#about
{
    position: relative;
    margin-top: 145px;
    height: 53.4vw;
    scroll-margin-top: 50px;
}
#imagepicture
{
    background-image:url(images/image.png);
    background-repeat:  no-repeat;  
    background-size:contain; 
    position: absolute;
    right: 0px;
    width: 65vw;
    height: 53.4vw;
    border-top-left-radius: 4.5vw;
    border-bottom-left-radius: 4.5vw;
    z-index: 0;
}
#aboutrect
{
    position: absolute;
    left: 7vw;
    width:46vw;
    height: 44vw;
    background: #213555;
    top:4.7vw;
    border-radius: 4.5vw;
    z-index: 1;
}
#aboutcontent
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vw;
    width: 38vw;
    height: 30vw;
}
#aboutcaption
{
    color: #D8C4B6;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#aboutcaption::before
{
    content: "";
    background: #D8C4B6;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#aboutmfes
{
    margin-top: min(2.7vw,40px);
    color: #F5EFE7;
    font-size: min(2.7vw,40px);
    font-weight: 700;
    letter-spacing: 4px;
}
#explanation
{
    margin-top: min(2.7vw,40px);
    color: #F5EFE7;
    font-size: min(1.38vw,20px);
    font-weight: 500;
    line-height: 207.905%;
    letter-spacing: 2px;
}
#ticket
{
    position: relative;
    margin-top: 117px;
    width: 75vw;
    height: 437px;
    margin-left: auto;
    margin-right: auto;
    scroll-margin-top: 40px;
}
#ticketcaption
{
    position: absolute;
    top: 81px;
    left: 4.5vw;
    color: #4F709C;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#ticketcaption::before
{
    content: "";
    background: #4F709C;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#tickettitle
{
    position: absolute;
    top: 63px;
    left: 25.48vw;
    color: #213555;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
#ticketsentence
{
    position: absolute;
    top:175px;
    left:25.48vw;
    color: #213555;
    font-size: 16px;
    font-weight: 500;
    line-height: 207.905%;
    letter-spacing: 1.6px;
}
#ticket4
{
    list-style: none;
    position: absolute;
    left: 25.4vw;
    top:272px;
}
#ticket4>a>.button
{
    width: 265px;
    height: 70px;
    background:#4F709C;
    border-radius: 100px;
    padding-left: 32px;
    padding-top: 22px;
}
#ticket4>a
{
    color: #F5EFE7;
    font-size: 18px;
    font-weight: 500;
    letter-spacing:1.4px;
    text-align: left;
}
#ticket4>a>.button>#arrow
{
    width: 17px;
    margin-left: 33px;
}
#exhibition
{
    background: #213555;
    position: relative;
    margin-top: 90px;
    padding-top: 10px;
    height: auto;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    scroll-margin-top: 50px;
}
#exhibition_content
{
    position: relative;
    margin-top: 125px;
    width: 75vw;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
#exhibitioncaption
{
    position: absolute;
    top: 18px;
    left: 4.5vw;
    color: #D8C4B6;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#exhibitioncaption::before
{
    content: "";
    background: #D8C4B6;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#exhibitiontitle
{
    position: absolute;
    top: 0px;
    left: 25.48vw;
    color: #F5EFE7;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
#exhibitionsentence
{
    position: absolute;
    top:112px;
    left:25.48vw;
    color: #F5EFE7;
    font-size: 16px;
    font-weight: 500;
    line-height: 207.905%;
    letter-spacing: 1.6px;
}
#exhibitscaduletitle
{
    position: relative;
    color: #F5EFE7;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-align: center;
}
#exhibitscadule
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    margin-top: 100px;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    column-gap: 20px;
}
#card
{
    background-image:url(images/card.svg);
    background-repeat:  no-repeat;  
    background-size:contain;
    margin-bottom: 40px;
    width: min(20.8vw,300px);
    height: min(31vw,448px);
}
#card1,#card2,#card3,#card4
{
    position: relative;
}
#number
{
    position: absolute;
    top: min(2.6vw,38px);
    left: min(1.9vw,28px);
    color: #D8C4B6;
    font-size: min(3.47vw,50px);
    font-weight: 600;
    font-style: italic;
}
#limititem
{
    position: absolute;
    color: #F5EFE7;
    top: min(11vw,160px);
    left: min(1.9vw,28px);
    font-size: min(2.2vw,32px);
    font-weight: 700;
    letter-spacing: 3.2px;
}
#point
{
    display: none;
}
#deadline
{
    position: absolute;
    color: #F5EFE7;
    top: min(18.7vw,270px);
    left: min(1.9vw,28px);
    font-size: min(1.6vw,24px);
    font-weight: 500;
}
#ticket5
{
    list-style: none;
    text-align: center;
}
#ticket5>a>.button
{
    width: 339px;
    height: 74px;
    background:#213555;
    border-radius: 100px;
    padding-left: 34px;
    padding-top: 22px;
    border: 1px solid #F5EFE7;
    position: relative;
    margin-top: 102px;
    display: inline-block;
}
#ticket5>a
{
    color: #F5EFE7;
    font-size: 20px;
    font-weight: 500;
    letter-spacing:2px;
    text-align: left;
}
#ticket5>a>.button>#arrow
{
    width: 17px;
    margin-left: 10px;
}
#margin1
{
    height: 158px;
}
#ontheday
{
    background: #F5EFE7;
    position: relative;
    margin-top: -60px;
    height: 910px;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    scroll-margin-top: 50px;
}
#onthedaycontent
{
    position: relative;
    width: 75vw;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
#onthedaycaption
{
    position: absolute;
    top: 131px;
    left: 4.5vw;
    color: #4F709C;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#onthedaycaption::before
{
    content: "";
    background: #4F709C;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#onthedaytitle
{
    position: absolute;
    top: 113px;
    left: 25.48vw;
    color: #213555;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
#onthedayandtime
{
    position: absolute;
    top:339px;
    left: 4.5vw;
    color: #213555;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2.4px;
    line-height: 170%;
}
.table
{
    position: absolute;
    top: 339px;
    left: 35vw;
    border-collapse: separate;
    border-spacing: 0px;
}
tr
{
    height: 60px;
}
th
{
    text-align: left;
    color: #213555;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 0.5px solid #4F709C;
    width: 174px;
}
td
{
    text-align: left;
    color: #213555;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    border-bottom: 0.5px solid #4F709C;
    width: 379px;
}
#tablecaption
{
    position: absolute;
    top:708px;
    left: 35vw;
    color: #213555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
}
#firstth,#firsttd
{
    border-top: 0.5px solid #4F709C;
}
#access
{
    background: #4F709C;
    position: relative;
    margin-top: -60px;
    height: auto;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    scroll-margin-top: 50px;
}
#accesscontent
{
    position: relative;
    width: 75vw;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}
#accesscaption
{
    position: absolute;
    top: 140px;
    left: 4.5vw;
    color: #D8C4B6;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#accesscaption::before
{
    content: "";
    background: #D8C4B6;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#accesstitle
{
    position: absolute;
    top: 122px;
    left: 25.48vw;
    color: #F5EFE7;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
#accesssentence
{
    position: absolute;
    top:213px;
    left:25.48vw;
    color: #F5EFE7;
    font-size: 16px;
    font-weight: 500;
    line-height: 207.905%;
    letter-spacing: 1.6px;
}
#map
{
    position: relative;
    justify-content: center;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    width: 55vw;
    height: 36.6vw;
    display: block;
    border-radius: 1.5vw;
}
#margin2
{
    height: 280px;
}
#news
{
    background: #F5EFE7;
    position: relative;
    margin-top: -60px;
    height: auto;
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
    scroll-margin-top: 50px;
}
#newscontent
{
    position: relative;
    width: 75vw;
    height: 286px;
    margin-left: auto;
    margin-right: auto;
}
#newscaption
{
    position: absolute;
    top: 152px;
    left: 4.5vw;
    color: #4F709C;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#newscaption::before
{
    content: "";
    background: #4F709C;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#newstitle
{
    position: absolute;
    top: 134px;
    left: 25.48vw;
    color: #213555;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 4px;
}
.menu
{
    position: relative;
    justify-content: center;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 0.5px solid #4F709C;
}
.menu a
{
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
label
{
    display: block;
    margin: 0 0 4px 0;
    padding : 20px;
    line-height: 1;
    background : #F5EFE7;
    cursor :pointer;
    border-top: 0.5px solid #4F709C;
    height: 95px;
}
#label01,#label02
{
    height:70px;
}
input
{
    display: none;
}
.menu ul
{
    margin: 0;
    padding: 0;
    background :#F5EFE7;
    list-style: none;
}
.menu li
{
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li
{
    height: 60px;
    opacity: 1;
}
#menu_bar03:checked ~ #links03 li
{
    height: 105px;
    opacity: 1;
}
#menu_bar01:checked ~#label01 >#accordiontitle> #days::before,
#menu_bar02:checked ~#label02 >#accordiontitle> #days::before,
#menu_bar03:checked ~#label03 >#accordiontitle> #days::before
{
	transform: rotate(-225deg) !important;
    transition: transform .3s;
    vertical-align: -6px;
}
#accordiontitle
{
    display: flex;
}
#days
{
    position: absolute;
    display: inline-block;
    color: #213555;
    font-size: 16px;
    font-weight: 500;
    line-height: 207.905%;
    letter-spacing: 1.6px;
    margin-right: 5vw;
    width: 300px;
}
#days::before
{
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid;
    border-color:  transparent transparent #4F709C #4F709C;
    transform: rotate(-45deg);
    content: '';
    transition: transform .3s;
    vertical-align: 3px;
    margin-right: 14px;
    
}
#newstitle_accordion
{
    display: inline-block;
    position: absolute;
    color: #213555;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    left: 18vw;
    line-height: 150%;
    right: 1vw;
}
#accordioncontent
{
    position: relative;
    color: #213555;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-left: 18vw;
    margin-bottom: 10px;
    margin-right: 1vw;
}
#xtitle
{
    position: relative;
    color: #213555;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
    text-align: center;
    margin-top: 140px;
}
#xcontent
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 98px;
    width: 512px;
    height: 418px;
    position: relative;
    z-index: 2;
}
#exhibitor-circle
{
    margin-top: -172px;
    overflow: hidden;
    position: relative;
    height: 24vw;
}
#circle
{
    display: block;
    border-radius: 50%;
    background: #213555;
    width:130vw;
    height:130vw;
    margin-left: calc(-15vw - calc(100vw - 100%));
    margin-right: calc(-15vw - calc(100vw - 100%));
    z-index: 1;
    position: relative;
}
.fadeUp
{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
@keyframes fadeUpAnime
{
    from
    {
        opacity: 0;
        transform: translateY(100px);
    }
    to
    {
        opacity: 1;
        transform: translateY(0);
    }
}  
.fadeUpTrigger
{
     opacity: 0;
}
#exhibitor
{
    background: #213555;
    scroll-margin-top: 100px;
    position: relative;
    z-index: 2;
}
#exhibitorcontent
{
    position: relative;
    width: 75vw;
    height: 155px;
    margin-left: auto;
    margin-right: auto;
}
#exhibitorcaption
{
    position: absolute;
    top: 18px;
    left: 4.5vw;
    color: #D8C4B6;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    vertical-align: -4px;
}
#exhibitorcaption::before
{
    content: "";
    background: #D8C4B6;
    width: 23px;
	height: 23px;
	border-radius: 50%;
    display: inline-block;
    margin-right: 14px;
}
#exhibitortitle
{
    position: absolute;
    top: 0;
    left: 25.48vw;
    color: #F5EFE7;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 4px;
}
#exhibitorlist
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    column-gap: 34px;
    row-gap: 136px;
    width: min(90vw,1660px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
}
#exhibitorcard
{
    width: 389px;
    height: auto;
    padding-left: 39px;
    padding-right: 39px;
    padding-top: 20px;
    padding-bottom: 5px;
}
#exhibitorlogo
{
    width: 316px;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}
#exhibitorname
{
    color: #F5EFE7;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}
#linklist
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    column-gap: 25px;
    row-gap: 15px;
    width: 210px;
    height: 74px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
    margin-bottom: 15px;
}
#workstitle
{
    color: #F5EFE7;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 15px;
}
#worklink
{
    color: #F5EFE7;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-bottom: 15px;
}
footer
{
    position: relative;
    height: auto;
    background: #213555;
}
#symbol
{
    position: absolute;
    top: 73px;
    left: 86px;
}
#footerpretitle
{
    position: absolute;
    color: #F5EFE7;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    top: 50px;
    left: 280px;
}
#footertitle
{
    position: absolute;
    top: 90px;
    left: 280px;
    color: #F5EFE7;
    font-size: 48px;
    font-weight: 500;
    line-height: 155.687%; 
}
#footerdayplace
{
    position: relative;
    color: #F5EFE7;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    line-height: 150%;
    margin-bottom: 100px;
}
#footerright
{
    position: relative;
    color: #F5EFE7;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-align: right;
    margin-left: auto;
    margin-bottom: 67px;
}
#footerflex
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 170px;
    padding-left: 280px;
    padding-right: 90px;
    justify-content: space-between;
}
#footerlinkright
{
    text-align: end;
    margin-top: -65px;
    margin-left: auto;
}
#youtubeiconfooter
{
    margin-left: 25px; 
    margin-bottom: 33px;   
}
#xiconfooter
{
    margin-bottom: 33px;
}
@media (max-width:1020px)
{
    #header
    {
        display: none;
    }
    #KV
    {
        overflow: hidden;
        height: 160vw;
    }
    #KV>img
    {
        width: 95vw;
        height: 103.6vw;
        right: -15vw;
    }
    #information
    {
        top: 110vw;
    }
    #pretitle
    {
        font-size: 3.3vw;
    }
    #title
    {
        font-size: 9.16vw;
        margin-top: 2vw;
    }
    #day_place
    {
        font-size: 3.56vw;
        margin-top: 2vw;
    }
    #ticket_apply
    {
        margin-top: 3vw;
    }
    #ticket2>a>.button,#ticket3>a>.button
    {
        width: 40.96vw;
        height: 10.94vw;
        padding-left: 3.3vw;
        padding-top: 3vw;
    }
    #ticket2>a,#ticket3>a
    {
        font-size: 3.05vw;
    }
    #ticket2>a>.button>#arrow,#ticket3>a>.button>#arrow 
    {
        width: 3.3vw;
        margin-left: 2vw;
        vertical-align: -0.3vw;
    }
    #arrow
    {
        margin-top: -5px;
    }
    #pickup
    {
        margin-top: 8.9vw;
        height: 110px;
        display: block;
        padding: 8px 5vw 8px 5vw;
    }
    #pickup_content
    {
        display: inline;
    }
    .carousel
    {
        height: 42px;
    }
    #pickuptext
    {
        margin-right: 116px;
        font-size: 24px;
        font-weight: 600;
    }
    #pickupdayandtitle
    {
        display: flex;
    }
    #pickupday
    {
        font-size: 10px;
        margin-top: 6px;
        margin-right: 12px;
    }
    #pickuptitle
    {
        font-size: 14px;
        margin-top: auto;
    }
    #carousel-content
    {
        height: 42px;
    }
    @keyframes scroll 
    {
        0% { margin-top: 0; }   
        17% { margin-top: -42px; }
        34% { margin-top: -42px; }
        51% { margin-top: -84px; }
        68% { margin-top: -84px; }
        85% { margin-top: -126px; }
        100% { margin-top: -126px; }
    }
    .bbs
    {
        margin-top: 55px;
        margin-bottom: 39px;
    }
    .bbs ul
    {
        font-size: 96px;
    }
    .bbs ul li
    {
        padding-right: 0px;
    }
    #concept
    {
        width: 90vw;
    }
    #subtitle
    {
        font-size: 32px;
    }
    #catchcopy
    {
        margin-left: 0;
        margin-top: 25px;
        width: auto;
        font-size: 14px;
        font-weight: 400;
    }
    #about
    {
        margin-top: 78px;
    }
    #aboutcaption
    {
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #aboutcaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #ticket
    {
        margin-top: 97px;
        width: 90vw;
        height: 203px;
    }
    #ticketcaption
    {
        top: 0;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #ticketcaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #tickettitle
    {
        left: 0;
        top: 28px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    #ticketsentence
    {
        left: 0;
        top: 81px;
        font-size: 13px;
        font-weight: 400;
        line-height: 245.905%;
    }
    #ticket4
    {
        left: 0;
        top: 142px;
    }
    #ticket4>a>.button
    {
        width: 241.5px;
        height: 64.5px;
        padding-left: 16.5px;
        padding-top: 19.5px;
    }
    #ticket4>a
    {
        font-size: 18px;
    }
    #ticket4>a>.button>#arrow
    {
        width: 19.5px;
        margin-left: 12px;
        margin-top: 0;
    }
    #exhibition
    {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    #exhibition_content
    {
        margin-top: 77px;
        width: 90vw;
        height: 275px;
    }
    #exhibitioncaption
    {
        top: 0;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #exhibitioncaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #exhibitiontitle
    {
        left: 0;
        top: 28px;
        font-size: 24px;
    }
    #exhibitionsentence
    {
        left: 0;
        top: 94px;
        font-size: 12px;
        font-weight: 400;
        line-height: 245.905%;
    }
    #exhibitscaduletitle
    {
        font-size: 16px;
        letter-spacing: 1.6px;
    }
    #exhibitscadule
    {
        column-gap: 14px;
        margin-top: 51px;
    }
    #limititem
    {
        letter-spacing: 2.2px;
    }
    #ticket5>a>.button
    {
        margin-top: 36px;
        width: 241.5px;
        height: 64.5px;
        padding-top: 16.5px;
        padding-left: 19.5px;
    }
    #ticket5>a
    {
        font-size: 18px;
    }
    #ticket5>a>.button>#arrow
    {
        width: 19.5px;
        margin-top: 0;
        margin-left: 4px;
    }
    #ticket5>a>.button>p
    {
        font-size: 0;
        width: 161px;
        vertical-align: middle;
    }
    #ticket5>a>.button>p::before
    {
        font-size: 18px;
        content: "\51fa\5c55\3092\3054\5e0c\671b\306e\65b9";
    }
    #ontheday
    {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        height: 674px;
    }
    #onthedaycontent
    {
        width: 90vw;
        height: 550px;
    }
    #onthedaycaption
    {
        top: 67px;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #onthedaycaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #onthedaytitle
    {
        left: 0;
        top: 95px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    #onthedayandtime
    {
        left: 0;
        top: 163px;
        font-size: 14px;
        letter-spacing: 0;
    }
    .table
    {
        left: 0;
        top: 322px;
    }
    tr
    {
        height: 38px;
    }
    th
    {
        font-size: 14px;
        padding-left: 8px;
        width: 188px;
        letter-spacing: 1.4px;
    }
    td
    {
        font-size: 14px;
        letter-spacing: 1.4px;
        width: 234px;
    }
    #tablecaption
    {
        left: 0;
        top: 556px;
        font-size: 12px;
    }
    #access
    {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
    }
    #accesscontent
    {
        width: 90vw;
        height: 272px;
    }
    #accesscaption
    {
        top: 67px;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #accesscaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #accesstitle
    {
        left: 0;
        top: 95px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    #accesssentence
    {
        left: 0;
        top: 161px;
        font-size: 12px;
        font-weight: 400;
        line-height: 245.905%;
    }
    #map 
    {
        margin-top: 20px;
        width: 90vw;
        height: 59.9vw;
        border-radius: 2vw;
    }
    #margin2
    {
        height: 137px;
    }
    #news
    {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        scroll-margin: -50px;
    }
    #newscontent
    {
        width: 90vw;
        height: 170px;
    }
    #newscaption
    {
        top: 63px;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #newscaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #newstitle
    {
        left: 0;
        top: 92px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    .menu
    {
        width: 90vw;
    }
    label
    {
        padding: 14px;
        height: 70px;
    }
    #days
    {
        font-size: 11px;
    }
    #days::before
    {
        width: 10.8px;
        height: 10.8px;
        vertical-align: -12px;
    }
    #newstitle_accordion
    {
        left: 24px;
        font-size: 14px;
        position: relative;
        margin-top: 22px;
        margin-right: 2vw;
    }
    #menu_bar01:checked ~#label01 >#accordiontitle> #days::before,
    #menu_bar02:checked ~#label02 >#accordiontitle> #days::before,
    #menu_bar03:checked ~#label03 >#accordiontitle> #days::before 
    {
        vertical-align: -20px;
    }
    #accordioncontent
    {
        margin-left: 38px;
        font-size: 11px;
    }
    #menu_bar01:checked ~ #links01 li
    {
        height: 45px;
        opacity: 1;
    }
    #menu_bar02:checked ~ #links02 li
    {
        height: 30px;
        opacity: 1;
    }
    #menu_bar03:checked ~ #links03 li
    {
        height: 70px;
        opacity: 1;
    }
    #xtitle
    {
        font-size: 16px;
        margin-top: 60px;
    }
    #xcontent
    {
        margin-top: 44px;
        margin-bottom: 56px;
        width: 520px;
        height: 418px;
    }
    #symbol
    {
        position: relative;
        display: block;
        width: 84px;
        height: 90px;
        top: 40px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
    }
    #exhibitor-circle
    {
        margin-top: -205px;
    }
    #exhibitorcontent
    {
        width: 90vw;
        height: 200px;
    }
    #exhibitorcaption
    {
        top: 67px;
        left: 0;
        font-size: 14px;
        vertical-align: -2.5px;
    }
    #exhibitorcaption::before
    {
        width: 16px;
        height: 16px;
        margin-right: 7px;
    }
    #exhibitortitle
    {
        left: 0;
        top: 95px;
        font-size: 24px;
        letter-spacing: 2.4px;
    }
    #exhibitorlist
    {
        column-gap: 22px;
        row-gap: 62px;
        padding-bottom: 40px;
        width: min(90vw,670px);
    }
    #exhibitorcard
    {
        width: 150px;
        padding: 0;
    }
    @keyframes fadeUpAnime
    {
        from
        {
            opacity: 0;
            transform: translateY(50px);
        }
        to
        {
            opacity: 1;
            transform: translateY(0);
        }
    }
    #exhibitorlogo
    {
        width: 150px;
        height: auto;
        margin-bottom: 10px;
    }
    #exhibitorname
    {
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1.6px;
        margin-bottom: 10px;
    }
    #xicon,#youtubeicon,#tumblricon,#interneticon
    {
        height: 15px;
        width: auto;
    }
    #linklist
    {
        width: 120px;
        height: 42px;
        margin-bottom: 10px;
        column-gap: 15px;
        row-gap: 10px;
    }
    #workstitle
    {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.2px;
        margin-bottom: 10px;
    }
    #worklink
    {
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.2px;
        margin-bottom: 10px;
    }
    #kaigyo
    {
        display: none;
    }
    #footerpretitle
    {
        position: relative;
        margin-top: 43px;
        left: 0;
        text-align: center;
        font-size: 10px;
    }
    #footertitle
    {
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-top: 54px;
    }
    #footerflex
    {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
    #footerdayplace
    {
        text-align: center;
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 84px;
        letter-spacing: 0;
    }
    #footerlinkright
    {
        text-align: center;
    }
    #xiconfooter,#youtubeiconfooter
    {
        margin-bottom: 18px;
    }
    #footerright
    {
        text-align: center;
        font-size: 10px;
        letter-spacing: 0;
        margin-bottom: 44px;
    }
    #ticketnav
    {
        display: block;
        position: fixed;
        right: -43.5px;
        top: 0;
        z-index: 10;
        transition: .5s;
    }
    #ticketnav.is-show
    {
        right: 0;
    }
    #ticketnavrect
    {
        background: #213555;
        width: 43.5px;
        height: 192px;
        border-bottom-left-radius: 30px;
        padding: 9px 13.5px 27px 13.5px;
        text-orientation: upright;
        border-left: 1.5px solid #F5EFE7;
        border-bottom: 1.5px solid #F5EFE7;
    }
    #ticketnavtext
    {
        color: #F5EFE7;
        font-weight: 600;
        font-size: 16.5px;
        line-height: 18px; 
    }
    #ticketnavarrow
    {
        display: block;
        margin-top: 9px;
        width: 13.5px;
        margin-left: 1.8px;
    }
    a:hover
    {
        opacity: 1;
    }
    .button:hover
    {
        opacity: 1;
    }
}
@media(max-width:700px)
{
    .carousel
    {
        height: 63px;
    }
    #carousel-content
    {
        height: 63px;
    }
    @keyframes scroll 
    {
        0% { margin-top: 0; }   
        17% { margin-top: -63px; }
        34% { margin-top: -63px; }
        51% { margin-top: -126px; }
        68% { margin-top: -126px; }
        85% { margin-top: -189px; }
        100% { margin-top: -189px; }
    }
    #about
    {
        height: min(200vw,786px);
    }
    #aboutrect
    {
        top: 0;
        left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 9vw;
        border-bottom-right-radius: 9vw;
        width: min(87vw,342px);
        height: min(94vw,369px);
    }
    #aboutcontent
    {
        margin-left: 5vw;
        width: min(71vw,280px);
        margin-top: min(14.75vw,57.9px);
    }
    #aboutmfes
    {
        margin-top: min(5vw,20px);
        font-size: min(6.15vw,24px);
        letter-spacing: 2.4px;
    }
    #explanation
    {
        margin-top: min(7.43vw,29px);
        font-size: min(3.07vw,12px);
        font-weight: 400;
        line-height: 245.905%;
        letter-spacing: 1.2px;
    }
    #imagepicture
    {
        background-image:url(images/image-SP.png);
        width: min(87vw,342px);
        height: min(94vw,369px);
        border-top-left-radius: 9vw;
        border-bottom-left-radius: 9vw;
        top: min(107vw,416px);
    }
    #ticket4
    {
        left: 0;
        top: 172px;
    }
    #ticket4>a>.button
    {
        width: 161px;
        height: 43px;
        padding-left: 11px;
        padding-top: 13px;
    }
    #ticket4>a
    {
        font-size: 12px;
    }
    #ticket4>a>.button>#arrow
    {
        width: 13px;
        margin-left: 8px;
        margin-top: 0;
    }
    #exhibition_content
    {
        height: 340px;
    }
    #exhibitscadule
    {
        column-gap: 0px;
    }
    #card
    {
        background-image:url(images/card-SP.svg);
        background-repeat:  no-repeat;  
        background-size:contain;
        width: min(85.4vw,336px);
        height: min(33.8vw,133px);
        margin-bottom: 24px;
    }
    #number
    {
        top: min(8.65vw,34px);
        left: min(5.12vw,20px);
        font-size: min(8.14vw,32px);
        font-weight: 600;
        letter-spacing: 2px;
    }
    #limititem
    {
        top: min(8.65vw,34px);
        left: min(25vw,98.25px);
        font-size: min(3.56vw,14px);
        font-weight: 700;
        letter-spacing: 3.2px;
    }
    #deadline
    {
        top: min(17vw,66px);
        left: min(25vw,98.25px);
        font-size: min(3.56vw,14px);
        font-weight: 500;
    }
    #kaigyo
    {
        display: none;
    }
    #card2>#limititem 
    {
        font-size:0;
    }
    #card2>#limititem:before
    {
        font-size: min(3.56vw,14px);
        content:'\51fa\5c55\8005\60c5\5831\767b\9332\30fb\4e00\6b21\63d0\51fa';
    }
    #ticket5>a>.button
    {
        margin-top: 36px;
        width: 161px;
        height: 43px;
        padding-top: 11px;
        padding-left: 13px;
    }
    #ticket5>a
    {
        font-size: 12px;
    }
    #ticket5>a>.button>#arrow
    {
        width: 13px;
        margin-top: 0;
        margin-left: 4px;
    }
    #ticket5>a>.button>p
    {
        font-size: 0;
        width: 112px;
        vertical-align: middle;
    }
    #ticket5>a>.button>p::before
    {
        font-size: 12px;
        content: "\51fa\5c55\3092\3054\5e0c\671b\306e\65b9";
    }
    #map 
    {
        margin-top: 52px;
    }
    #margin2
    {
        height: 167px;
    }
    label
    {
        height: 110px;
    }
    #days::before
    {
        vertical-align: -12px;
    }
    #menu_bar01:checked ~#label01 >#accordiontitle> #days::before,
    #menu_bar02:checked ~#label02 >#accordiontitle> #days::before,
    #menu_bar03:checked ~#label03 >#accordiontitle> #days::before 
    {
        vertical-align: -17px;
    }
    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li
    {
        height: 55px;
        opacity: 1;
    }
    #menu_bar03:checked ~ #links03 li
    {
        height: 105px;
        opacity: 1;
    }
    #xcontent
    {
        width: 300px;
        height: 418px;
    }
    #exhibitor-circle
    {
        margin-top: -130px;
    }
    #ticketnav
    {
        right: -29px;
    }
    #ticketnavrect
    {
        width: 29px;
        height: 128px;
        border-bottom-left-radius: 20px;
        padding: 6px 9px 18px 9px;
        border-left: 1px solid #F5EFE7;
        border-bottom: 1px solid #F5EFE7;
    }
    #ticketnavtext
    {
        font-size: 11px;
        line-height: 12px; 
    }
    #ticketnavarrow
    {
        margin-top: 6px;
        width: 9px;
        margin-left: 1.2px;
    }
}