@charset "utf-8";

/* =========================================
　　　　　　　　　　共通
============================================*/

body {
    margin: 0;
}

.page * {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans JP", sans-serif;
    color: #252525;
    text-align: center;
    font-feature-settings: "palt" 1;
    box-sizing: border-box;
}

.page ul {
    list-style-type: none;
}

.page h1,
.page h2,
.page h3 {
    font-weight: normal;
}

.page img {
    max-width: 100%;
    height: auto;
}

.page a {
    text-decoration: none;
}

.page picture {
    display: flex;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.box_m {
    width: 90%;
    margin: 0 auto;
}

.anchor {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
    pointer-events: none;
}


/* =========================================
    　　　　　　　　背景
============================================*/

.page::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("/event/cyclekitchen/lib/2026/images/list_bg_sp.png") center/cover no-repeat;
    z-index:-1;
}

/* ==========================================
    　　　　　ヘッダー（.g_navi）
============================================*/

.page {
    position: relative;
}

#p_header {
	position: sticky;
	top: -1px;
	z-index: 900;
}

/* -----ハンバーガーメニュー----- */
.trigger_wrap {
    text-align: right;
    padding: 0 45px;
    height: 50px;
    background-color: var(--myColor01);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1010;
    background-color: #fff;
}

.btn_trigger {
    color: #fff;
    background-color: transparent;
    border: 0;
    position: relative;
}

.btn_trigger i {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%,-50%);
    color: #fdd000;
}

.btn_trigger .menu_close,
.btn_trigger.is-opend .menu_bar {
    display: none;
}

.btn_trigger.is-opend .menu_close {
    display: block;
}


/* -----メニュー中身----- */
.g_navi {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-top: 50px;
    max-height: 100vh;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: scroll;
    display: none;
    -ms-overflow-style: none;	/*スクロールバー非表示（IE・Edge）*/
    scrollbar-width: none;	/*スクロールバー非表示（Firefox）*/
}

.g_navi::-webkit-scrollbar {	/*スクロールバー非表示（Chrome・Safari）*/
    display:none;
}

.g_navi_wrap {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: 7% 0;
}

.g_navi_wrap li {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    font-size: clamp(16px, 3vw, 18px);
    display: block;
}

.g_navi_wrap a {
	display: block;
	width: 100%;
	transition: unset !important;
    padding: 5% 5%;
    box-sizing: border-box;
    text-align: center;
}

.g_navi_wrap span {
	font-weight: bold;
	color: #000;
	display: inline-block;
}

.g_navi_wrap span::after {
	content: attr(data-text)"";
	font-size: 11px;
    font-weight: normal;
    margin-top: 4px;
    display: block;
}

.g_navi_lower {
	display: none;
}

.g_navi_lower li {
	position: relative;
	width: 100%;
}

.g_navi_lower li::before {
	position: absolute;
	content: "";
	border-top: solid 1px #505050;
	width: 50%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.g_navi_lower span {
	white-space: nowrap;
}

/* =========================================
　　　　　　　　CM動画（.contents）
============================================*/


/* =========================================
　　　　　　　　出店者情報（.shop）
============================================*/

/* -----写真スクロール（.swiper）----- */
.swiper {
    pointer-events: none;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

/* -----お店を探す----- */
.shop p a {
    display: inline-block;
    font-weight: 900;
    font-size: clamp(20px, 3vw, 26px);
    color: #6e0737;
    background-color: #fdd000;
    border-top: 2px solid #6e0737;
    border-right: 5px solid #6e0737;
    border-bottom: 5px solid #6e0737;
    border-left: 2px solid #6e0737;
    border-radius: 10px;
    margin: 8% 0;
    padding: 5px 7%;
}

.shop p a span {
    font-size: clamp(24px, 6vw, 28px);
    color: #6e0737;
}

.shop p a i {
    font-size: clamp(20px, 3vw, 26px);
    color: #6e0737;
    margin-left: 3px;
}

/* =========================================
　　　　　　　テレビ大阪EXPO（.expo）
============================================*/

.expo {
    background: url(/event/cyclekitchen/lib/2026/images/expo_bg_sp.jpg) repeat left top / 100%;
    padding: 10% 0;
}

.expo_wrap {
    background-color: #fff;
    border: 3px solid #fdd000;
    border-radius: 30px;
    padding: 10% 5%;
}

.expo_wrap h3 {
    margin-bottom: 5%;
}

.expo_wrap div {
    max-width: 550px;
    margin: 0 auto;
}

.expo_wrap div:first-of-type {
    margin-bottom: 5%;
}

.expo_wrap div dl dt {
    width: 80%;
    margin: 0 auto;
}

.expo_wrap div dl dd {
    margin: 3% 0 5% 0;
}

.expo_wrap div:first-of-type dl dd a,
.expo_wrap div:last-of-type dl dd a {
    display: inline-block;
    color: #fff;
    font-size: clamp(14px, 3vw, 16px);
    font-weight: bold;
    font-style: normal;
    border-radius: 10px;
    padding: 7px 8%;
}

.expo_wrap div:first-of-type dl dd a {
    background-color: #097ecd;
    border-top: 2px solid #003e84;
    border-right: 5px solid #003e84;
    border-bottom: 5px solid #003e84;
    border-left: 2px solid #003e84;
}

.expo_wrap div:last-of-type dl dd a {
    background-color: #1d6526;
    border-top: 2px solid #003e00;
    border-right: 5px solid #003e00;
    border-bottom: 5px solid #003e00;
    border-left: 2px solid #003e00;
}

.expo_wrap div i {
    color: #fff;
    padding-left: 3px;
}

.expo_wrap div p {
    font-size: clamp(12px, 3vw, 14px);
    text-align: left;
}

/* =========================================
　　　　開催概要/これまでの様子（.overview）
============================================*/

/* -----開催概要----- */
.overview {
    padding: 10% 0;
}

.overview_wrap {
    background-color: #fdd000;
    border-radius: 30px;
    padding: 10% 5%;
}

.overview h3 {
    font-size: clamp(20px, 5vw, 28px);
    font-weight: bold;
    margin-bottom: 5%;
}

.overview table {
    width: 100%;
    margin-bottom: 3%;
}

.overview table th,
.overview table td {
    width: 100%;
    display: block;
}

.overview table th {
    font-size: clamp(16px, 3vw, 18px);
    border-bottom: 1px solid #000;
    padding: 0 5% 2% 5%;
}

.overview table td {
    font-size: clamp(14px, 3vw, 16px);
    padding: 2% 5% 7% 5%;
}

.overview table td em {
    font-size: clamp(12px, 2vw, 16px);
    font-style: normal;
}

.overview table td a {
    text-decoration: underline;
}

/* -----これまでの様子----- */
.past_photo {
	margin-bottom: 0;
    display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    row-gap: .2em;
}

.past_photo a {
    flex: 0 0 49%;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.past_photo a:first-child {
    flex: 0 0 100%;
}

.pswp__counter {
    font-family: "MS Pゴシック",sans-serif;
}

/* =========================================
　　　　お問い合わせ（.info）
============================================*/

.info {
    background-color: #fdd000;
    padding: 8% 0;
}

.info h3 {
    font-size: clamp(20px, 5vw, 28px);
    font-weight: bold;
    margin-bottom: 5%;
}

.info p a {
    display: flex;
    align-items: center;
    width: fit-content;
    font-size: clamp(16px, 3vw, 18px);
    font-weight: bold;
    background-color: #fff;
    border-top: 2px solid #000;
    border-right: 5px solid #000;
    border-bottom: 5px solid #000;
    border-left: 2px solid #000;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
}

.info p a i {
    font-size: clamp(20px, 4vw, 22px);
    margin-right: 3px;
}

.info ul {
    width: fit-content;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 1em;
}

.info ul li {
    font-size: clamp(12px, 1vw, 14px);
    text-align: left;
    text-indent: -1.2em;
    letter-spacing: -0.02em;
}

.info ul li::before {
    content: "※";
}

.info ul li:first-of-type {
    margin: 10px 0 5px 0;
}

/* =========================================
　　　　X・Instagram・TOPボタン（.button）
============================================*/

#button_links {
    position: fixed;
    bottom: 15px;
    right: 0;
    display: grid;
    text-align: center;
    z-index: 100;
}

#button_links a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-top: 2px solid #6e0737;
    border-bottom: 5px solid #6e0737;
    border-left: 2px solid #6e0737;
}

#button_links .button_sns {
    background-color: #fdd000;
    color: #6e0737;
    padding: 1px 0 0 0;
}

#button_links .button_top {
    background-color: #fff;
    color: #6e0737;
}

#button_links a i {
    font-size: clamp(24px, 4vw, 26px);
}

#button_links a img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}




@media screen and (min-width: 768px) {

    /* =========================================
    　　　　　　　　　　共通
    ============================================*/

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .box_m {
        max-width: 1300px;
    }

    .anchor {
        display: block;
        padding-top: 100px;
        margin-top: -100px;
    }

    /* =========================================
    　　　　　　　　背景
    ============================================*/

    .page::before {
        background: url("/event/cyclekitchen/lib/2026/images/list_bg_pc.png") center/cover no-repeat;
    }

    /* ==========================================
    　　　　　ヘッダー（.g_navi）
    ============================================*/

    .menu_wrap {
        background-color: #fff;
	}

    /* -----ハンバーガーメニュー----- */
	.trigger_wrap {
		display: none;
	}

    /* -----メニュー中身----- */
    .g_navi {
        position: unset;
        max-height: unset;
        height: fit-content;
        margin-top: 0;
        display: -webkit-flex !important;
		display: flex !important;
		justify-content: center;
	}

    .g_navi_wrap {
        margin: 0;
        border-left: 1px solid #d5d5d5;
        border-right: 1px solid #d5d5d5;
    }

    .g_navi_wrap li {
        width: calc( 100% / 6 );
        font-size: clamp(14px, 2vw, 20px);
        box-sizing: border-box;
    }

    .g_navi_wrap li:not(:last-of-type) {
        border-right: 1px solid #d5d5d5 !important;
    }

    .g_navi_wrap a {
        padding: clamp(5px, 1.5vw, 13px) 3%;
    }

    .g_navi_wrap a span {
        transition-duration: .1s;
    }

    .g_navi_wrap a:hover span {
        color: #fdd000;
    }

    /* =========================================
    　　　　　　　　CM動画（.contents）
    ============================================*/

    .contents {
        background: url(/event/cyclekitchen/lib/2026/images/contents_bg_pc.jpg) no-repeat center top / cover;
        padding: 14vw 0 6vw 0;
    }

    .contents_wrap {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        max-width: 1200px;
    }

    .movie_wrap {
        width: 49%;
    }

    .movie_wrap:first-of-type {
        margin-bottom: 0;
    }

    #page .event .movie_wrap span {
        font-size: clamp(8px, 1vw, 10px);
    }


    /* =========================================
    　　　　　　　　出店者情報（.shop）
    ============================================*/

    /* -----お店を探す----- */
    .shop p a {
        width: 40%;
        max-width: 400px;
        font-size: clamp(28px, 3vw, 38px);
        border-top: 5px solid #6e0737;
        border-right: 10px solid #6e0737;
        border-bottom: 10px solid #6e0737;
        border-left: 5px solid #6e0737;
        border-radius: 20px;
        padding: 10px 2%;
        margin: clamp(50px, 5vw, 70px) 0;
    }

    .shop p a,
    .shop p a span,
    .shop p a i {
        transition-duration: .15s;
    }

    .shop p a:hover,
    .shop p a:hover span,
    .shop p a:hover i {
        color: #fff;
    }

    .shop p a span {
        font-size: clamp(32px, 4vw, 48px);
    }

    .shop p a i {
        font-size: clamp(26px, 3vw, 38px);
    }

    /* =========================================
    　　　　　　　テレビ大阪EXPO（.expo）
    ============================================*/

    .expo {
        background: url(/event/cyclekitchen/lib/2026/images/expo_bg_pc.jpg) repeat left top / 100%;
        padding: clamp(70px, 4vw, 80px) 0;
    }

    .expo_wrap {
        padding: clamp(70px, 4vw, 80px) 5%;
    }

    .expo_wrap h3 {
        margin-bottom: 2%;
    }

    .expo_wrap div {
        max-width: unset;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .expo_wrap div dl {
        width: 45%;
    }

    .expo_wrap div dl dt {
        width: 75%;
    }

    .expo_wrap div dl dd {
        margin: 3% 0 0 0;
    }

    .expo_wrap div:first-of-type dl dd a,
    .expo_wrap div:last-of-type dl dd a {
        padding: 2% 10%;
        font-size: clamp(14px, 3vw, 18px);
    }

    .expo_wrap div:first-of-type dl dd a:hover,
    .expo_wrap div:last-of-type dl dd a:hover {
        opacity: .7;
        transition-duration: .1s;
    }

    .expo_wrap div p {
        width: 55%;
        font-size: clamp(16px, 2vw, 20px);
        line-height: 1.6em;
    }


    /* =========================================
    　　　　開催概要/これまでの様子（.overview）
    ============================================*/

    /* -----開催概要----- */
    .overview {
        padding: clamp(70px, 4vw, 80px) 0;
    }

    .overview h3 {
        font-size: clamp(30px, 4vw, 38px);
    }

    .overview_wrap {
        padding: clamp(70px, 4vw, 80px) 5%;
    }

    .overview table {
        width: 90%;
        margin: 0 auto 60px auto;
    }

    .overview table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .overview table th {
        width: 30%;
        font-size: clamp(18px, 2vw, 22px);
        padding: 3%;
    }

    .overview table td {
        width: 70%;
        font-size: clamp(18px, 2vw, 22px);
        text-align: left;
        border-bottom: 1px dotted #000;
        padding: 3% 3% 3% 6%;
    }

    .overview table td em {
        display: contents;
    }

    .overview table td a:hover {
        opacity: .7;
        transition-duration: .2s;
    }

    /* -----これまでの様子----- */
    .past_photo {
        row-gap: 0.5em;
    }

    .past_photo a,
    .past_photo a:first-child {
        flex: 0 0 32.333%;
        transition-duration: .3s;
    }

    .past_photo a:hover {
        opacity: .7;
    }

    /* =========================================
    　　　　お問い合わせ（.info）
    ============================================*/

    .info {
        padding: clamp(60px, 4vw, 70px) 0;
    }

    .info h3 {
        font-size: clamp(30px, 4vw, 38px);
    }

    .info .box_m div {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .info p {
        width: 45%;
        font-size: clamp(22px, 3vw, 24px);
        margin-right: 5%;
    }

    .info p a {
        font-size: clamp(16px, 2vw, 22px);
        border-top: 4px solid #000;
        border-right: 7px solid #000;
        border-bottom: 7px solid #000;
        border-left: 4px solid #000;
        padding: 20px 7%;
        margin: 0 0 0 auto;
        transition-duration: .1s;
    }

    .info p a:hover {
        opacity: .7;
    }

    .info p a i {
        font-size: clamp(30px, 4vw, 34px);
    }

    .info ul {
        margin: 0;
        max-width: fit-content;
    }

    .info ul li:first-of-type {
        margin: 0 0 5px 0;
    }

    /* =========================================
    　　　　X・Instagram・TOPボタン（.button）
    ============================================*/

    #button_links .button_sns {
        padding: 10px 10px 8px 10px;
    }

    #button_links .button_sns:hover i {
        color: #fff;
        transition-duration: .2s;
    }

    #button_links .button_top {
        padding: 10px;
    }

    #button_links .button_top img {
        width: 80%;
    }

    #button_links .button_top:hover img {
        filter: brightness(0) saturate(100%) invert(88%) sepia(30%) saturate(2403%) hue-rotate(348deg) brightness(102%) contrast(102%);
        transition-duration: .2s;
    }

    #button_links a i {
        font-size: clamp(22px, 5vw, 34px);
    }

}

/* ==================================================================================
　　　　                    開催概要/これまでの様子（.overview）
=====================================================================================*/

/* -----出店一覧タイトル----- */
.list_page h2 {
    font-size: clamp(24px, 6vw, 30px);
    font-weight: 900;
    text-align: center;
    letter-spacing: .1em;
    color: #6e0737;
    margin: 5% 0;
}

.list_page h2::after {
    content: "※メニューと価格は変更になる可能性がございます。";
    display: block;
    font-size: clamp(10px, 2vw, 16px);
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    color: #6e0737;
    margin-top: 1%;
}

/* -----出店者詳細----- */
.list_wrap {
    padding: 0 5%;
}

.list_wrap::after {
    content: "※メニューと価格は変更になる可能性がございます。";
    display: block;
    font-style: normal;
    font-size: clamp(10px, 2vw, 16px);
    font-weight: normal;
    text-align: center;
    letter-spacing: 0;
    color: #6e0737;
    margin: 5% auto;
}

.list_wrap div {
    background-color: #fdd000;
    max-width: 600px;
    margin: 0 auto 5% auto;
    padding: 5% 5%;
}

.list_wrap div h3 {
    font-size: clamp(20px, 3vw, 22px);
    font-weight: bold;
    text-align: left;
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_wrap div h3 a {
    font-size: clamp(14px, 2vw, 20px);
    color: #6e0737;
    background-color: #fff;
    border: 1px solid #6e0737;
    border-radius: 10px;
    height: fit-content;
    padding: 1.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_wrap div i {
    display: block;
    text-align: center;
}

.list_wrap div i img {
    width: 100%;
    height: auto;
}

.list_wrap div ul {
    overflow: hidden;
    border-bottom: 1px dotted #000;
    padding: 10px 0 5px 0;
}

.list_wrap div ul li {
    display: inline;
    font-size: clamp(16px, 3vw, 20px);
    text-align: left;
}

.list_wrap div ul li:first-child {
    float: left;
}

.list_wrap div ul li:not(:first-child) {
    float: right;
}

.list_wrap div ul li:nth-child(n + 3) {
    clear: both;
}

.list_wrap div ul li span {
    font-size: clamp(10px, 3vw, 16px);
}

.list_wrap div p {
    font-size: clamp(14px, 3vw, 18px);
    text-align: left;
    margin-top: 10px;
}

@media screen and (min-width: 768px) {

    .list_page h2 {
        font-size: clamp(32px, 6vw, 42px);
        margin: 5% 0;
    }

    .list_wrap {
        max-width: 1400px;
        padding: 0 5%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        row-gap: 1.5vw;
        column-gap: 1.5%;
    }

    .list_wrap::after {
        width: 100%;
        margin: calc(5% - 1.5vw) 0 5% 0;
    }

    .list_wrap div {
        width: 49%;
        max-width: fit-content;
        margin: 0;
        padding: 2% 2%;
        box-sizing: border-box;
    }

    .list_wrap div h3 {
        font-size: clamp(18px, 2vw, 20px);
    }

    .list_wrap div h3 a {
        font-size: clamp(14px, 1vw, 20px);
    }

    .list_wrap div h3 a:hover {
        color: #fdd000;
        transition-duration: .2s;
    }

    .list_wrap div ul li {
        font-size: clamp(16px, 1.5vw, 20px);
    }

    .list_wrap div ul li span {
        font-size: clamp(12px, 1vw, 16px);
    }

    .list_wrap div p {
        font-size: clamp(14px, 1.5vw, 18px);
    }

}

@media screen and (min-width: 1024px) {

    .list_wrap div {
        width: 32%;
    }

    .list_wrap div h3 {
        font-size: clamp(14px, 1.5vw, 22px);
    }

}

