@charset "UTF-8";
html {
	container-type: inline-size;

	--waveshape : shape(from 0 50%,   curve to calc(100% / 19) 50% with calc(50% / 19) -40%,  curve to calc(200% / 19) 50% with calc(150% / 19) calc(140% - 2px),  curve to calc(300% / 19) 50% with calc(250% / 19) -40%,  curve to calc(400% / 19) 50% with calc(350% / 19) calc(140% - 2px),  curve to calc(500% / 19) 50% with calc(450% / 19) -40%,  curve to calc(600% / 19) 50% with calc(550% / 19) calc(140% - 2px),  curve to calc(700% / 19) 50% with calc(650% / 19) -40%,  curve to calc(800% / 19) 50% with calc(750% / 19) calc(140% - 2px),  curve to calc(900% / 19) 50% with calc(850% / 19) -40%,  curve to calc(1000% / 19) 50% with calc(950% / 19) calc(140% - 2px),  curve to calc(1100% / 19) 50% with calc(1050% / 19) -40%,  curve to calc(1200% / 19) 50% with calc(1150% / 19) calc(140% - 2px),  curve to calc(1300% / 19) 50% with calc(1250% / 19) -40%,  curve to calc(1400% / 19) 50% with calc(1350% / 19) calc(140% - 2px),  curve to calc(1500% / 19) 50% with calc(1450% / 19) -40%,  curve to calc(1600% / 19) 50% with calc(1550% / 19) calc(140% - 2px),  curve to calc(1700% / 19) 50% with calc(1650% / 19) -40%,  curve to calc(1800% / 19) 50% with calc(1750% / 19) calc(140% - 2px),  curve to calc(1900% / 19) 50% with calc(1850% / 19) -40%,  line to 100% 100%,  line to 0 100%,  close);
	--wavewidth: calc(1900cqw / 18);
	--waveheight: 30px;
}
.alohamarket {
	font-family:"Noto Sans JP", serif;
	margin-inline: min(0px, 600px - 50cqw);
}

#mv {
    background: #C5E7F8;
    background: linear-gradient(0deg, #c5e7f8 0%, #ecf6fb 100%);
    padding-block: 32px 146px;
}
.mv_img {
    width: min(100%, 1200px);
    margin-inline: auto;
    margin-bottom: 54px;
}
.lead_text {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}
.lead_nav {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}
.lead_nav_item a {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 100%;
    padding-block: 22px;
    background: #fff;
    border: 2px solid #013A91;
    border-radius: 4px;
    color: #013A91;
    font-size: 18px;
    font-weight: 700;
}
.lead_nav_item a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 6px;
    background: #fff;
    clip-path: polygon(0 20%, 10% 0, 50% 60%, 90% 0, 100% 20%, 50% 100%);
    order: 99;
    margin-left: -12px;
    margin-top: 2px;
}
.lead_nav_item a::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #013A91;
    border-radius: 300px;
    margin-left: 10px;
}
#eventinfo {
    position: relative;
    background: #013A91;
    padding-block: 60px 150px;
}
#eventinfo::before {
    content: "";
    display: inline-block;
    width: var(--wavewidth);
    height: var(--waveheight);
    background: #013A91;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    translate: -50% 0;
    clip-path: var(--waveshape);
}
.eventinfo_title {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
}
.event_content_box dt {
    width: 125px;
    color: #013A91;
    font-size: 20px;
    font-weight: 700;
}

.event_content {
    width: min(100%,900px);
    margin-inline: auto;
    position: relative;
}
.event_content::before {
    content: "";
    display: inline-block;
    width: 233px;
    height: 233px;
    background: url(/img/usr/event/aloha-market/img01.jpg) no-repeat center / cover;
    border-radius: 300px;
    position: absolute;
    left: -199px;
    top: -95px;
}
.event_content::after {
    content: "";
    display: inline-block;
    width: 175px;
    height: 175px;
    background: url(/img/usr/event/aloha-market/img02.jpg) no-repeat center / cover;
    border-radius: 300px;
    position: absolute;
    right: -151px;
    top: 31px;
}
.event_content_box {
    background: #fff;
    border-radius: 10px;
    padding: 45px 85px 22px;
    position: relative;
    z-index: 2;
}
.event_content_box::before {
    content: "";
    display: inline-block;
    width: 300px;
    height: 60px;
    background: url(/img/usr/event/aloha-market/hana.png) no-repeat center / contain;
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% -50%;
}
.event_content_box dl {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-start;
    padding-block: 16px;
}
.event_content_box dl:nth-of-type(n + 2) {
    border-top: 1px solid #C7D8FB;
}
.event_content_box dt {
    width: 125px;
    color: #013A91;
    font-size: 20px;
    font-weight: 700;
}
.event_content_box dd {
    width: calc(100% - 125px);
    font-size: 18px;
}
.event_content_box dd .note {
    display: inline-block;
    font-size: 14px;
    width: 100%;
}
.map_item {
    width: 290px;
    display: flex;
    flex-flow: column wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}
.event_content_box dd.map {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 28px;
}
.map_item_title {
    font-size: 14px;
}
.map_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 29 / 24;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    overflow: hidden;
}
.map_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

#brand {
    background: #91D8D3;
    padding-block: 80px 170px;
    position: relative;
}
#brand::before {
    content: "";
    display: inline-block;
    width: var(--wavewidth);
    height: var(--waveheight);
    background: #91D8D3;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    translate: -50% 0;
    clip-path: var(--waveshape);
}
.brnad_title {
    text-align: center;
    margin-bottom: 36px;
}
.brnad_title img {
		width: 515px;
}
.brand_content {
    display: flex;
    flex-flow: column wrap;
    gap: 66px;
    width: min(100%, 1200px);
    margin-inline: auto;
}
.brand_content_wrap_title {
    text-align: center;
    color: #013A91;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
    padding-bottom: 9px;
    border-bottom: 2px solid #013A91;
}

.brand_content_wrap_logolist {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 22px;
}
.brand_content_wrap_logolist_item {
    width: 240px;
}
.brand_content_wrap_logolist_item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 15px 10px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 4px #0003;
}
.brand_content_wrap_logolist_item_img {
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 9;
    margin-bottom: 9px;
    padding-bottom: 9px;
    border-bottom: 1px dotted #013A91;
}
.brand_content_wrap_logolist_item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.brand_content_wrap_logolist_item_name {
    text-align: center;
    color: #000;
    font-size: 14px;
}
.brand_content_wrap_list {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.brand_content_wrap_list_item {
    font-size: 18px;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.brand_content_wrap_list_item::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #013A91;
    border-radius: 300px;
}
.container:has(.alohamarket) .pane-main {
    margin-inline: min(0px, 600px - 50cqw);
    width: auto;
    background: url(/img/usr/event/aloha-market/bg.png) repeat-y center top / 1920px auto #ECF6FB;
    padding-block: 130px 100px;
    position: relative;
}
.container:has(.alohamarket) .pane-main::before {
    content: "";
    display: inline-block;
    width: var(--wavewidth);
    height: var(--waveheight);
    background: #ECF6FB;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    translate: -50% 0;
    clip-path: var(--waveshape);
}

.block-event-page {
    width: min(100%, 1200px);
    margin-inline: auto;
}

.all_title {
    text-align: center;
    margin-bottom: 50px;
}
.all_title img {
    width: 515px;
}
#all .block-pickup-list-p--items li {
    width: calc((100% - (20px * 4)) / 5);
}



html[data-browse-mode="S"] {
		--waveheight: 6px;
}
[data-browse-mode="S"] #mv {
    padding: 0;
}
[data-browse-mode="S"] .mv_img {
    margin-bottom: 0;
}
[data-browse-mode="S"] .lead {
    background: #C5E7F8;
    background: linear-gradient(0deg, #c5e7f8 0%, #ecf6fb 100%);
    padding-block: 36px 60px;
}
[data-browse-mode="S"] .lead_text {
    font-size: 19px;
    margin-bottom: 20px;
}
[data-browse-mode="S"] .lead_nav {
    gap: 14px;
}
[data-browse-mode="S"] .lead_nav_item {
    width: min(50% - 35px, 180px);
}
[data-browse-mode="S"] .lead_nav_item a {
    flex-flow: column;
    width: 100%;
    padding-block: 13px;
    font-size: 14px;
}
[data-browse-mode="S"] .lead_nav_item a::after {
    margin-left: 0;
    margin-top: 5px;
}
[data-browse-mode="S"] .lead_nav_item a::before {
    margin-left: 0;
    margin-top: -10px;
}


[data-browse-mode="S"] #eventinfo {
    padding: 60px 20px 70px;
}
[data-browse-mode="S"] .eventinfo_title {
    font-size: 24px;
    margin-bottom: 38px;
    position: relative;
    z-index: 5;
}
[data-browse-mode="S"] .event_content::before {
    width: 140px;
    height: 140px;
    left: -76px;
    top: -120px;
}
[data-browse-mode="S"] .event_content::after {
    width: 105px;
    height: 105px;
    right: -46px;
    top: -80px;
}
[data-browse-mode="S"] .event_content_box {
    padding: 30px 20px 40px;
}
[data-browse-mode="S"] .event_content_box::before {
    width: 235px;
}
[data-browse-mode="S"] .event_content_box dt {
    width: 90px;
    font-size: 17px;
}
[data-browse-mode="S"] .event_content_box dd {
    width: calc(100% - 90px);
    font-size: 16px;
}
[data-browse-mode="S"] .event_content_box dd .note {
    font-size: 12px;
}
[data-browse-mode="S"] .event_content_box dd.map {
    width: 100%;
    margin-top: 20px;
    gap: 30px;
}
[data-browse-mode="S"] .map_item {
    width: 100%;
}
[data-browse-mode="S"] .map_item_img {
    aspect-ratio: initial;
}
[data-browse-mode="S"] #brand {
    padding: 60px 20px;
}
[data-browse-mode="S"] .brnad_title {
    margin-bottom: 18px;
}
[data-browse-mode="S"] .brnad_title img {
    width: 300px;
}
[data-browse-mode="S"] .brand_content_wrap {
    width: 100%;
}
[data-browse-mode="S"] .brand_content_wrap_title {
    font-size: 18px;
    margin-bottom: 16px;
    padding-bottom: 4px;
}
[data-browse-mode="S"] .brand_content_wrap_logolist {
    justify-content: flex-start;
    gap: 14px;
}
[data-browse-mode="S"] .brand_content_wrap_logolist_item {
    width: calc(50% - 7px);
}
[data-browse-mode="S"] .brand_content_wrap_logolist_item_name {
    font-size: 12px;
}
[data-browse-mode="S"] .brand_content {
    gap: 30px;
}
[data-browse-mode="S"] .brand_content_wrap_list {
    padding: 20px;
    display: flex;
    flex-flow: column wrap;
    gap: 10px;
}
[data-browse-mode="S"] .brand_content_wrap_list_item {
    font-size: 14px;
    padding-left: 16px;
    position: relative;
}
[data-browse-mode="S"] .brand_content_wrap_list_item::before {
    position: absolute;
    left: 0;
    top: 7px;
}
[data-browse-mode="S"] #all {
    background: url(/img/usr/event/aloha-market/bg_sp.png) repeat-y center top / 100% auto #ECF6FB;
    padding: 60px 20px;
    position: relative;
}
[data-browse-mode="S"] #all::before {
    content: "";
    display: inline-block;
    width: var(--wavewidth);
    height: var(--waveheight);
    background: #ECF6FB;
    position: absolute;
    left: 50%;
    bottom: calc(100% - 1px);
    translate: -50% 0;
    clip-path: var(--waveshape);
}
[data-browse-mode="S"] .all_title {
    margin-bottom: 24px;
}
[data-browse-mode="S"] .all_title img {
    width: 300px;
}
[data-browse-mode="S"] #all .block-pickup-list-p--items li {
    width: calc((100% - 12px) / 2);
}