<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --main_bl: #0090da;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #eafdff;
}

#page section { margin-bottom: 9.375em;}

#page section:last-of-type { margin-bottom: 0;}

picture { display: block;}

.pc_only { display: block;}

.sp_only { display: none;}

.wrapper02 h2 { 
    width: 100%;
    text-align: center;
    margin-bottom: 2.1875em;
}

.wrapper01 {
    max-width: 1920px;
    margin: 0 auto;
}

.wrapper02 {
    max-width: 1152px;
    margin: 0 auto;
}

.ib { display: inline-block;}

#pc_navi { 
    width: 100%;
    background-color: #0071ae;
    position: sticky;
    z-index: 1500;
}

#pc_navi.fixed {
    position: fixed;
    z-index: 500;
    top: 0;
}

#pc_navi ul {
    max-width: 1344px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: center;
}

#pc_navi ul li { 
    width: 20%;
    border-right: solid 1px #1a92d2;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#pc_navi ul li:first-child { border-left: solid 1px #1a92d2;}

#pc_navi ul li a {
    display: block;
    padding: 5% 0 7%;
    transition: all .2s;
    height: 100%;
}

#pc_navi ul li a:hover,
#pc_navi .label:hover { background-color: #1a92d2;}

#pc_navi ul li span {
    display: flex;
    flex-direction: column;
}

#pc_navi ul li span::after {
    display: block;
    content: attr(data-caption);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 50%;
}

#page_top {
    position: fixed;
    right: 0;
    bottom: 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 150px;
    color: #fff;
    background-color: var(--main_bl);
    writing-mode: vertical-rl;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 0.05em;
    font-weight: 900;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    z-index: 5;
}

#event_top {
    width: 100%;
    position: relative;
}

#event_top .circle_deco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(100,190,149);
    background: linear-gradient(90deg, rgba(100,190,149,1) 0%, rgba(0,128,200,1) 100%);
    clip-path: ellipse(90% 83% at 50% 0);
    z-index: -1;
}

#event_top .wrapper01 { 
    padding-top: 7.1875em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#event_top .wrapper01 h1,
#event_top .time { width: 50%;}

#event_top .wrapper01 h1 img,
#event_top .time img { width: 100%;}

#event_top .time { margin-top: 5em;}


#intro h2, #intro p { width: 100%;}

#intro h2 { margin-bottom: 1.875em;}

#intro h2 picture {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

#intro h2 img { width: 100%;}

#intro p {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.7;
    text-align: center;
}

#intro .shop_slider {
    max-width: 1056px;
    margin: 1.875em auto 0 auto;
}

#intro .shop_slider img { width: 100%;}

#recruit .wrapper02 {
    position: relative;
    background-color: #fff;
    border-radius: 3.125em;
    padding: 3.75em;
}

#recruit .wrapper02::before,
#recruit .wrapper02::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3.125em;
}

#recruit .wrapper02::before {
    background-color: #35f6c2;
    top: -1.2em;
    left: -1.2em;
}

#recruit .wrapper02::after {
    background-color: #35ebf6;
    bottom: -1.2em;
    right: -1.2em;
}

#recruit h2 img { width: 40%;}

#recruit .coming_soon {
    width: 100%;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.slick-dots { bottom: -35px;}

.slick-dots li button:before { font-size: 25px;}

.link_btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 45px;
    font-weight: 900;
    background: rgb(52,215,141);
    background: linear-gradient(270deg, rgba(52,215,141,1) 0%, rgba(62,231,154,1) 50%, rgba(0,152,238,1) 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    color: #fff;
    text-align: center;
    transition: all .2s ease-out;
    border-radius: 50px;
    padding: 0.5em 0;
}

.link_btn:hover { background-position: 99% 50%;}

#intro .link_btn { 
    max-width: 864px;
    margin-top: 2.5em;
}

#sns {
    width: 100%;
    background-size: auto auto;
    background-color: rgba(209, 253, 245, 0);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(209, 253, 245, 1) 10px, rgba(209, 253, 245, 1) 20px );
    padding: 150px 0;
}

#sns h2 img { width: 50%;}

#sns ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sns ul li { width: 31%;}

#sns ul li iframe {  width: 100% !important;}

#sns ul li:first-child iframe { height: 500px;}

.instagram-media { 
    min-width: 100% !important;
    margin: 0 -1px;
}

#sns p {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.7;
    margin-bottom: 0.8em;
}

#outline h2 img { width: 20%;}

#outline dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: 500;
    border-top: solid 2px #000;
}

#outline dt, #outline dd {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    border-bottom: solid 2px #000;
}

#outline dt { 
    width: 20%;
    padding-left: 1.875em;
    display: flex;
    align-items: center;
}

#outline dd { 
    width: 80%;
    line-height: 1.5;
}

#outline .kcm_link {
    text-decoration: underline;
    color: blue;
}

#outline .access {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 0.1em 0.5em;
    background-color: var(--main_bl);
    border: solid 2px var(--main_bl);
    margin-top: 0.3em;
    transition: all .2s;
}

#outline .access:hover {
    background-color: #fff;
    color: var(--main_bl);
}
   
#contact {
    width: 100%;
    background-color: #24c7ba;
    padding: 3.75em 0;
    color: #fff;
}

#contact h2 {
    position: relative;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.8em;
}

#contact h2::before,
#contact h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    top: calc(50% - 1px);
    background-color: #fff;
}

#contact h2::before { left: 0;}

#contact h2::after { right: 0;}

#contact p { text-align: center;}

#contact .jimukyoku_name { 
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

#contact .contact_detail {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 1em;
}

#contact .contact_detail a { text-decoration: underline;}

#contact .temporary_tel {
    font-size: 22px;
    font-weight: 700;
    width: 100%;
    padding: 0.5em;
    color: #24c7ba;
    background-color: #fff;
}

.header {
    width: 100%;
    background: rgb(100,190,149);
    background: linear-gradient(90deg, rgba(100,190,149,1) 0%, rgba(0,128,200,1) 100%);
}

.header div {
    max-width: 1248px;
    margin: 0 auto;
    padding: 2.1875em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header div h1 { width: 50%;}

.header div h1 img,
.header div h1 a { width: 100%;}

.header div h1 a {
    display: block;
    transition: all .2s;
}

.header div h1 a:hover { opacity: .6;}

.wrap_container {
    max-width: 1248px;
    margin: 0 auto;
    padding: 5em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub_menu { width: 20%;}

.contents { width: 75%;}

.sub_menu ul, .sub_menu li { width: 100%;}

.sub_menu ul { margin-bottom: 2em;}

.sub_menu li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    border-bottom: dotted 1px var(--main_bl);
}

.sub_menu li::before {
    position: absolute;
    display: block;
    content: "";
    width: 8%;
    aspect-ratio: 1 / 1;
    background: url(./../images/circle-chevron-right-solid.svg) no-repeat center / 100%;
    left: 0;
    top: 33%;
}

.sub_menu li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
    padding: 1em 0 1em 1.525em;
}

.sub_menu li a:hover { background-color: #fff;}

.sub_menu .agreement_link {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--main_bl);
    border: solid 2px var(--main_bl);
    line-height: 6;
    transition: all .2s;
    letter-spacing: 0.05em;
}

.sub_menu .agreement_link span {
    position: relative;
    display: inline-block;
    padding-top: 1em;
}

.sub_menu .agreement_link span::before {
    position: absolute;
    content: "";
    width: 40%;
    aspect-ratio: 127 / 112;
    background: url(./../images/icon_agreement.svg) no-repeat center / 100%;
}

.sub_menu .agreement_link span::before {
    top: 25%;
    left: calc(50% - 20%);
}

.sub_menu .agreement_link:hover {
    color: var(--main_bl);
    background-color: #fff;
}

.sub_menu .agreement_link span::after {
    position: absolute;
    display: inline-block;
    content: attr(data-caption);
    font-size: 55%;
    width: 140%;
    left: calc(50% - 70%);
    bottom: 4%;
    margin-right: 0.5em;
    color: #fff;
    letter-spacing: 0.1rem !important;
}

.sub_menu .agreement_link:hover span::before
 { background: url(./../images/icon_agreement_hover.svg) no-repeat center / 100%;}
 
 .sub_menu .agreement_link:hover span::after { color: var(--main_bl);}

 .wrap_container h2, #end h2 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 0.3em;
    font-size: 100px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    background: rgb(100, 190, 149);
    background: linear-gradient(90deg, rgba(100, 190, 149, 1) 0%, rgba(0, 128, 200, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1;
    word-break: break-all;
}

.wrap_container section { width: 100%;}

.contents section { margin-bottom: 5em !important;}

.contents h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1.5625em;
    padding-bottom: 0.8em;
    border-bottom: dotted 1px var(--main_bl);
    position: relative;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    -webkit-text-fill-color: inherit;
    color: var(--main_bl);
}

.contents h2 span::before {
    display: inline-block;
    content: attr(data-caption);
    font-size: 90%;
    left: 0;
    top: 0;
    padding: 0.5em 1.5em;
    margin-right: 0.5em;
    color: #fff;
    background-color: var(--main_bl);
    letter-spacing: 0.1rem !important;
    text-transform: uppercase;
}

.contents .flow_detail01,
.contents .flow_detail02 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.contents .flow_detail01 em {
    font-style: normal;
    font-size: 130%;
    color: var(--main_bl);
}

.contents ul {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.contents ul li {
    position: relative;
    padding-left: 1.3em;
    margin-bottom: 1em;
    line-height: 1.5;
}

.contents ul li:last-child { margin-bottom: 0;}

.contents ul li::before {
    position: absolute;
    content: "\025b6";
    font-size: 80%;
    top: 5%;
    left: 0;
    color: var(--main_bl);
}

.contents .list01 { margin-bottom: 3em;}

.contents .agreement_caution {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    line-height: 1.5;
}

.contents .agreement_caution span {
    display: inline;
    border-bottom: solid 1px #000;
}

.contents .agreement_link {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--main_bl);
    border: solid 2px var(--main_bl);
    line-height: 3.5;
    transition: all .2s;
    letter-spacing: 0.05em;
}

.contents .agreement_link span {
    position: relative;
    display: inline-block;
}

.contents .agreement_link { padding-left: 1.5em;}

.contents .agreement_link span::before {
    position: absolute;
    content: "";
    width: 40%;
    aspect-ratio: 127 / 112;
    background: url(./../images/icon_agreement.svg) no-repeat center / 100%;
}

.contents .agreement_link span::before {
    top: 30%;
    left: -45%;
}

.contents .agreement_link:hover {
    color: var(--main_bl);
    background-color: #fff;
}

.contents .agreement_link:hover span::before
 { background: url(./../images/icon_agreement_hover.svg) no-repeat center / 100%;}

#flow h3 {
    width: 100%;
    padding: 0.8em;
    background-color: #fff;
    border: solid 2px var(--main_bl);
    font-size: 20px;
    font-weight: 700;
    color: var(--main_bl);
    margin-bottom: 1em;
}

#booth h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: var(--main_bl);
    padding-left: 0.5em;
    border-left: solid 5px var(--main_bl);
    margin-bottom: 1em;
    line-height: 2.5;
}

#booth .booth_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 2em;
}

#booth table {
    width: 60%;
    border: solid 1px #000;
    margin-bottom: 2em;
    font-size: 16px;
}

#booth tr { border-bottom: solid 1px #000;}

#booth th, #booth td { padding: 0.8em 1em;}

#booth th { 
    width: 26%;
    border-right: solid 1px #000;
    vertical-align: middle;
}

#booth .half { 
    width: 45%;
    border-right: solid 1px #000;
}

#booth .booth_img { width: 35%;}

#booth .booth_img img { 
    width: 100%;
    margin-bottom: 0.8em;
}

#shoplist .shoplist_anchor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 5em;
}

#shoplist .shoplist_anchor li {
    width: 30%;
    text-align: center;
    font-size: 25px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    word-break: break-all;
}

#shoplist .shoplist_anchor li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: all .3s;
    position: relative;
    padding: 1em 0;
}

#shoplist .shoplist_anchor li:first-child a { display: block;}

#shoplist .shoplist_anchor li:last-child br { display: none;}

#shoplist .shoplist_anchor li a::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
    bottom: 0;
    transition: all .3s;
}

#shoplist .shoplist_anchor li a:hover { background-color: #bff9ff;}

#shoplist .shoplist_anchor li a:hover::before { transform: scale(0, 0);}

#shoplist h3 {
    text-align: center;
    width: 100%;
    font-size: 50px;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 0.4em;
    text-transform: uppercase;
}

#shoplist h3 span { position: relative;}

#shoplist h3 span::before,
#shoplist h3 span::after {
    position: absolute;
    content: "笳�";
    top: 20%;
    font-size: 70%;
}

#shoplist #fashion h3 span::before { left: -10%;}

#shoplist #fashion h3 span::after { right: -10%;}

#shoplist #foods h3 span::before { left: -20%;}

#shoplist #foods h3 span::after { right: -20%;}

#shoplist #workshop h3 span::before { left: -14%;}

#shoplist #workshop h3 span::after { right: -14%;}

#shoplist .shoplist_category { margin-bottom: 6.25em;}

#shoplist .shoplist_category:last-of-type { margin-bottom: 0;}

#shoplist .shoplist_item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5em 2%;
}

#shoplist .shoplist_item img { width: 100%;}

#shoplist .shoplist_item li {
    background-color: #fff;
    border-right: solid 2px #00dae7;
    border-bottom: solid 2px #35f6c2;
    padding: 1.25em;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
}

#shoplist li &gt; img { margin-bottom: 0.5em;}

#shoplist li h4 {
    text-align: center;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 0.3em;
    color: #0090da;
    word-break: break-all;
}

#shoplist li p {
    font-size: 18px;
    font-weight: 700;
    word-break: break-all;
    margin-bottom: 0.5em;
}

#shoplist .booth_num { 
    font-weight: 500;
    margin-bottom: 0.8em;
    text-align: center;
}

#shoplist .floor_num {
    display: inline-block;
    padding: 0.1em 0.7em 0.2em 0.7em;
    margin-right: 0.2em;
    color: #fff;
    background-color: #24c7ba;
    border-radius: 50px;
}

#shoplist li a {
    display: block;
    width: 15%;
    margin: 0 auto;
    transition: all .2s;
}

#shoplist .shoplist_item li a:hover { opacity: .6;}

#shoplist .opening_period {
    text-align: center;
    width: 100%;
    color: #fff;
    background-color: #24c7ba;
    border-radius: 50px;
    margin-bottom: 0.5em;
    padding: 0.1em 0;
}

#shoplist .sponsor { 
    text-align: center;
    padding: 0.1em 0;
    border: solid 1px #000;
}

#workshop .workshop_intro {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 3em;
}

#workshop .workshop_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 3.125em;
    margin-bottom: 3.125em;
    border-bottom: dotted 1px #000;
}

#workshop .workshop_item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#workshop .workshop_item img { width: 50%;}

#workshop .workshop_detail { width: 47%;}

#workshop h3 {
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

#workshop .workshop_pr {
    width: 100%;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1em;
}

#workshop table {
    width: 100%;
    border: solid 1px #9e9e9e;
    background-color: #fff;
    font-size: 18px;
}

#workshop th, #workshop td { 
    padding: 1em;
    border-bottom: solid 1px #9e9e9e;
}

#workshop th { 
    vertical-align: middle;
    background-color: #b7f8f0;
    text-align: center;
}

#workshop td { line-height: 1.5;}

#stamprally_link a {
    display: block;
    width: 85%;
    margin: 0 auto;
    transition: all .2s;
}

#stamprally_link a:hover { transform: translateY(-7%);}

#stamprally_link img { width: 100%;}

#stamprally {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 3em;
    background-color: #fff;
    border-radius: 2.5em;
    margin-top: 3em;
}

#stamprally::before, #stamprally::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 3.125em;
}

#stamprally::before {
    background-color: #35f6c2;
    top: -1em;
    left: -1em;
}

#stamprally::after {
    background-color: #35ebf6;
    bottom: -1em;
    right: -1em;
}

#stamprally .stamprally_intro {
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 1em;
}

#stamprally .big01 {
    font-size: 130%;
    color: #2ba28a;
}

#stamprally .big02 {
    font-size: 110%;
    color: #2ba28a;
}

#stamprally .yl_bk {
    display: inline-block;
    background: rgb(243,255,54);
background: linear-gradient(0deg, rgba(243,255,54,1) 0%, rgba(243,255,54,1) 50%, rgba(243,255,54,0) 50%, rgba(243,255,54,0) 100%);
}

#stamprally h2 {
    position: absolute;
    width: 85%;
    top: -7%;
    left: calc(50% - 42.5%);
}

#stamprally img { width: 100%;}

#stamprally dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 2em;
    font-size: 28px;
    position: relative;
}

#stamprally dl::before {
    position: absolute;
    content: "";
    display: block;
    width: 17%;
    aspect-ratio: 18 / 17;
    background: url(../images/garagara.png) no-repeat center / 100%;
    bottom: -8%;
    right: -8%;
}
/* 
#stamprally dl::after {
    position: absolute;
    content: "";
    width: 5%;
    aspect-ratio: 20 / 17;
    background: url(../images/deco_fukidashi.png) no-repeat bottom center / 100%;
    top: -9%;
    left: 19%;
} */

#stamprally .yl01 { background-color: #fff799;}

#stamprally .yl02 { background-color: #fff45e;}

#stamprally dt,
#stamprally dd { padding: 0.7em 0.5em;}

#stamprally dt {
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#stamprally dt span {
    display: inline-block;
    padding: 0.2em 0.8em;
    background-color: #fff;
    border-radius: 50px;
    color: #2ba28a;
}

#stamprally dd {
    width: 82%;
    line-height: 1.3;
    font-weight: 900;
    
}

#stamprally .stamprally_present {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#stamprally .stamprally_present div {
    position: relative;
    width: 48%;
}

#stamprally .stamprally_present div::before,
#stamprally .stamprally_present div::after {
    position: absolute;
    content: "";
    display: block;
    width: 17%;
    aspect-ratio: 1 / 1;
    left: -7%;
}

#stamprally .stamprally_present div:first-of-type::before {
    background: url(../images/hd_present_a.png) no-repeat center / 100%;
    top: -5%;
}

#stamprally .stamprally_present div:last-of-type::before {
    background: url(../images/hd_present_b.png) no-repeat center / 100%;
    top: -5%;
}

#stamprally .stamprally_present div:last-of-type::after {
    background: url(../images/hd_present_sanka.png) no-repeat center / 100%;
    bottom: 14%;
}

#end .wrapper02 {
    border-radius: 50px;
    padding: 1em;
    border-radius: 30px;
    box-shadow:  20px 20px 20px #8cecf6,
             -20px -20px 20px #cefaff;
    padding: 2em;
}

#end table {
    width: 100%;
    border: solid 1px #000;
}


/* ------------------------ responsive ------------------------ */
@media (max-width: 1920px) {
    #page { font-size: 16px;}

    .wrapper01 { width: 100%;}

    #pc_navi ul li { font-size: 1.4em;}

    #event_top .wrapper01 { padding-top: 6em;}

    #intro p { font-size: 1.875em;}

    #recruit .coming_soon { font-size: 4.375em;}

    #sns p, #contact h2,
    #contact .jimukyoku_name,
    .sub_menu .agreement_link,
    .contents .agreement_link { font-size: 1.5625em;}

    #outline dl { font-size: 1.38em;}

    #contact .contact_detail,
    .sub_menu li { font-size: 1.125em;}

    #contact .temporary_tel { font-size: 1.375em;}

    #sns { padding: 9.975em;}

    .contents h2, #flow h3,
    .contents .agreement_caution,
    #booth h3 { font-size: 1.25em !important;}

    .contents .flow_detail01, .contents .flow_detail02 { font-size: 1.125em;}

    .contents ul, #booth table  { font-size: 1em;}

    .link_btn { font-size: 2.8125em;}

    .wrap_container h2 { font-size: 6.25em;}

    #shoplist .shoplist_anchor li { font-size: 1.5625em;}

    #shoplist h3 { 
        font-size: 3.125em;
        word-break: break-all;
    }

    #shoplist li h4 { font-size: 1.375em;}

    #shoplist li p { font-size: 1.125em;}

    #workshop .workshop_intro,
    #workshop .workshop_pr,
    #workshop table { font-size: 1.125em;}

    #workshop h3 { font-size: 1.875em;}

    #stamprally .stamprally_intro { font-size: 2.1875em;}

    #stamprally dl { font-size: 1.75em;}

}

@media (max-width: 1500px) {
    #intro h2 picture { width: 85%;}
}

@media (max-width: 1300px) {
    #page { font-size: 14px;}

    #page section { margin-bottom: 8em;}

    .wrapper02, .header div { width: 80%;}

    #event_top .wrapper01 { padding-top: 4.5em;}

    #intro .link_btn { 
        width: 60%;
        margin-top: 2em;
    }

    #sns { padding: 8em 0;}

    .wrap_container { width: 85%;}
    
    #intro .shop_slider { width: 70%;}

    #stamprally dl::before { width: 20%;}
}

@media (max-width: 1000px) {
    .pc_only { display: none;}

    .sp_only { display: block;}

    .toggle_btn {
        width: 100%;
        height: 50px;
        background-color: #0071ae;
    }


    .toggle_btn div {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .toggle_btn div span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        left: calc(50% - 15px);
        transition: all .4s;
    }

    .toggle_btn div span:nth-child(1) { top: 15px;}

    .toggle_btn div span:nth-child(2) { top: calc(50% - 1px);}

    .toggle_btn div span:nth-child(3) { bottom: 15px;}

    .toggle_btn.active span:nth-child(1) {
        top: 24px;
        transform: rotate(-135deg);
    }

    .toggle_btn.active span:nth-child(2) { opacity: 0;}

    .toggle_btn.active span:nth-child(3) {
        bottom: 24px;
        transform: rotate(135deg);
    }

    #sp_navi { 
        position: sticky;
        top: 0;
        left: 100%;
        width: 100%;
        z-index: 2000;
    }

    #sp_navi_list {
        position: absolute;
        z-index: -1;
        opacity: 0;
        display: none;
        top: 48px;
        width: 100%;
        height: 75vh;
        background: rgba(0, 113, 174, .9);
        transition: all 0.3s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #sp_navi_list.panelactive {
        opacity: 1;
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #sp_navi ul li span {
        display: flex;
        flex-direction: column;
    }
    
    #sp_navi ul li span::after {
        display: block;
        content: attr(data-caption);
        font-family: "Noto Sans JP", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 55%;
    }
    
    #sp_navi li {
        font-size: 1.2em;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: center; 
    }
    
    #sp_navi li a { 
        color: #fff;
        display: block;
        letter-spacing: 0.1em;
        border-bottom: solid 1px #fff;
        padding: 1em 0;
    }

    #sp_navi li:active { background-color: #0496e4;}

    #recruit h2 img { width: 50%;}

    #sns h2 img { width: 60%;}

    #outline h2 img { width: 25%;}

    #outline dt { width: 30%;}

    #outline dd { width: 70%;}

    #contact h2::before, #contact h2::after { width: 35%;}

    #sns ul { justify-content: center;}

    #sns ul li { width: 45%;}

    #sns ul li:first-child { margin-right: 10%;}

    #sns ul li:last-child { margin-top: 2em;}

    .sub_menu { width: 30%;}

    .contents { width: 65%;}

    .header div h1 { width: 70%;}

    #booth th { width: 30%;}

    #recruit .link_btn { width: 60%;}

    #shoplist .shoplist_item { grid-template-columns: repeat(3, 1fr);}

    #shoplist .opening_period { 
        font-size: 1em;
        line-height: 1.3;
    }

    #stamprally h2 {
        width: 100%;
        left: calc(50% - 50%);
    }

    #stamprally dt,
    #stamprally dd { 
        width: 100%;
        padding: 0.5em;
    }

    #stamprally dl::before { bottom: 0;}

    #stamprally dt { padding-bottom: 0;}

    #stamprally dd { 
        padding-top: 0.5em;
        text-align: center;
    }

    #stamprally .stamprally_intro { font-size: 4vw;}
}

@media (max-width: 900px) {
    #stamprally h2 { top: -5%;}

    #stamprally dl::before {
        bottom: 90%;
        width: 25%;
    }
}

@media (max-width: 700px) {
    /* #pc_navi ul li { font-size: 1em;} */

    #event_top .wrapper01 h1, #event_top .time { width: 65%;}

    #intro p { font-size: 1.7em;}

    #intro .shop_slider { width: 90%;}

    #intro .link_btn { 
        width: 90%;
        margin-top: 2em;
    }

    #recruit .wrapper02 { padding: 3.75em 0;}

    .slick-dots { bottom: -26px;}

    #recruit .coming_soon { font-size: 3em;}

    .link_btn { font-size: 1.8em;}

    #sns h2 img { width: 70%;} 

    #sns ul li { width: 48%;}

    #sns ul li:first-child { margin-right: 4%;}

    #sns ul li:last-child { margin-top: 1em;}

    #outline h2 img { width: 30%;}

    #contact h2::before, #contact h2::after { width: 30%;}

    .header div h1 { width: 100%;}

    #booth .booth_detail { flex-direction: column;}

    #booth table, #booth .booth_img { width: 100%;}

    .wrap_container h2 { font-size: 5em;}

    #shoplist .shoplist_anchor li:last-child br { display: block;}

    #shoplist h3 { font-size: 2.8em;}

    #shoplist .shoplist_item { 
        grid-template-columns: repeat(2, 1fr);
        gap: 2em 4%;
    }

    #workshop .workshop_item img,
    #workshop .workshop_detail { width: 100%;}

    #workshop .workshop_item img { margin-bottom: 1.5em;}

    #page_top {
        width: 50px;
        height: 130px;
        font-size: 20px;
    }

    #stamprally { padding: 2em;}

    #stamprally h2 { top: -4%;}

    #stamprally dl::before {
        bottom: 92%;
        width: 28%;
    }
}

@media (max-width: 500px) {
    #page section { margin-bottom: 5em;}

    #sp_navi li { font-size: 4.5vw;}

    .wrapper02 { width: 90%;}

    #sp_navi_list { height: 100vh;}

    #event_top .time { margin-top: 5.5em;}

    #event_top .wrapper01 { padding-top: 4em;}

    #event_top .wrapper01 h1, #event_top .time { width: 90%;}

    #event_top .circle_deco {
        background: linear-gradient(90deg, rgba(100, 190, 149, 1) 0%, rgba(0, 128, 200, 1) 100%);
        clip-path: ellipse(105% 83% at 50% 0);
    }

    #intro p { font-size: 4.7vw;}

    #intro h2 picture { width: 90%;}

    #intro .link_btn { font-size: 7vw;}

    #recruit .wrapper02 { 
        /* margin-bottom: 6.5em; */
        margin-bottom: 0;
    }

    #recruit .wrapper02,
    #recruit .wrapper02::before,
    #recruit .wrapper02::after { border-radius: 2em;}

    #recruit h2 img { width: 80%;}

    #recruit .coming_soon { font-size: 11vw;}

    #recruit .wrapper02::before {
        top: -0.8em;
        left: -0.8em;
    }

    #recruit .wrapper02::after {
        bottom: -0.8em;
        right: -0.8em;
    }

    .link_btn { font-size: 6vw;}

    #sns { padding: 5em 0 2.5em;}

    #sns ul {
        width: 80%;
        margin: 0 auto;
    }

    #sns ul li { 
        width: 100%;
        margin-bottom: 3em;
    }

    #sns ul li:first-child { 
        margin-right: 0;
        margin-bottom: 2em;
    }

    #sns ul li:last-child { margin-top: 0;}

    #sns h2 img { width: 100%;}

    #sns p, #contact h2,
    #contact .jimukyoku_name { font-size: 4.5vw;}

    #outline h2 img { width: 40%;}

    #outline dl { font-size: 4vw;}

    #outline dt, #outline dd { width: 100%;}

    #outline dt {
        padding-left: 0;
        border: none;
        padding-top: 0.8em;
        padding-bottom: 0.3em;
    }

    #outline dd {
        padding-top: 0;
        padding-bottom: 0.8em;
    }


    #contact .contact_detail { font-size: 3.8vw;}

    .wrap_container { 
        flex-direction: column;
        padding: 2em 0;
    }

    .wrapper02, .header div { width: 90%;}

    .sub_menu, .contents { width: 100%;}

    .sub_menu { margin-bottom: 3em;}

    .sub_menu .agreement_link { 
        line-height: 3;
        padding-left: 1em;
    }

    .sub_menu .agreement_link span { 
        padding-top: 0;
        padding-bottom: 1em;
    }

    .sub_menu .agreement_link span::before { 
        left: -34%;
        width: 30%;
    }

    .sub_menu .agreement_link span::after {
        font-size: 65%;
        width: 170%;
        left: -50%;
    }

    #contact .contact_detail, .sub_menu li { font-size: 3.5vw;}

    #contact .temporary_tel { font-size: 4vw;}

    .sub_menu li a { padding-left: 2em;}

    .sub_menu li::before { width: 5%;}

    .contents h2, #flow h3,
    .contents .agreement_caution { font-size: 4.3vw;}

    .contents section { margin-bottom: 3em !important;}

    .contents h2 span::before { content: none;}

    .contents h2 {
        margin-bottom: 1em;
        border-left: solid 8px var(--main_bl);
        padding: 0.3em 0 0.5em 0.5em;
    }

    #flow h3 { 
        margin-bottom: 0.5em;
        padding: 0.5em;
    }

    .contents .flow_detail01, .contents .flow_detail02 { font-size: 4vw;}

    .contents .flow_detail01 em { font-size: 100%;}

    .contents ul, #booth table { font-size: 3.5vw;}

    .contents .agreement_caution { margin-bottom: 0.8em;}

    .sub_menu .agreement_link,
    .contents .agreement_link { font-size: 5vw;}

    #booth th, #booth td { padding: 0.5em;}

    #booth th { width: 35%;}

    #booth h3 { font-size: 4vw;}

    #booth .half { width: 43%;}

    .wrap_container h2 { font-size: 14vw;}

    #shoplist .shoplist_anchor li { font-size: 4.3vw;}

    #shoplist h3 { font-size: 7.84vw;}

    #shoplist li h4 { font-size: 4vw;}

    #shoplist li p { font-size: 3.5vw;}

    #shoplist .floor_num { 
        display: block;
        width: 50%;
        margin: 0 auto 0.3em auto;
    }

    #shoplist .opening_period { font-size: 3.3vw;}

    #shoplist .shoplist_item { gap: 1em 4%;}

    #shoplist .shoplist_item li { padding: 0.8em;}

    #workshop h2 { font-size: 13vw;}

    #workshop .workshop_intro, 
    #workshop .workshop_pr, #workshop table { font-size: 3.5vw;}

    #workshop h3 { font-size: 5vw;}

    #workshop th { width: 30%;}

    #stamprally_link a { width: 100%;}

    #stamprally { 
        width: 100%;
        margin-top: 6em;
        margin-bottom: 3em !important;
    }

    #stamprally .stamprally_intro { font-size: 5vw;}

    #stamprally h2 { top: -9%;}

    #stamprally dl { font-size: 5vw;}

    #stamprally dl::before {
        bottom: 92%;
        width: 30%;
        right: -5%;
    }

    #stamprally .stamprally_present { padding-left: 0.2em;}

    #stamprally .stamprally_present div { width: 100%;}

    #stamprally .stamprally_present div:first-of-type { margin-bottom: 1em;}

    #stamprally h2 { top: -5%;}

    #page_top {
        width: 40px;
        height: 100px;
        font-size: 16px;
    }
}</pre></body></html>