@import url("default.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

* {-webkit-text-size-adjust:100%;}
a:link {text-decoration:none; color:#231815;}
a:visited{text-decoration:none; color:#231815;}
a:hover{text-decoration:none; color:#231815;}
a:active{text-decoration:none; color:#231815;}

.grecaptcha-badge { opacity: 0; pointer-events: none; }
.full-width { margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }
.allWrapper { overflow: hidden; }
.container-fluid { max-width: 1160px; padding-left: 25px; padding-right: 25px; }
/* .container-fluid.mini { max-width: 900px; } */
.container-fluid .container-fluid { padding-left: 0; padding-right: 0; }

body { font-size: 16px; line-height: 1.8; color: #231815; background-color: #fff; font-family: YakuHanJP, "Inter", "Noto Sans JP", sans-serif; font-weight: 400; }
header { position: fixed; left: 0; top: 0; width: 100%; z-index: 100; padding: 0 30px; transition: .3s; background: rgba(255,255,255,1); }
/* header.add-color { background: rgba(255,255,255,.9); box-shadow: 0 2px 5px rgba(0,0,0,.1); } */
header .logo img { height: 56px; }
header .wrap { display: flex; justify-content: space-between; align-items: center; padding: 15px 0;}
header .gnav ul { display: flex; align-items: center; }
header .gnav ul li { padding: 0 20px; position: relative; }
header .gnav ul a { padding: 30px 0; display: block; position: relative; transition: .3s; font-weight: bold; }
header .gnav ul a:before { content: ""; transition: .3s; height: 1px; background: #231815; position: absolute; bottom: 0; left: 0; width: 0; }
header .gnav ul a:hover:before { width: 100%; }
header .menu-trg-area { position: fixed; top: 19px; right: 30px; margin: auto; display: none; width: 40px; height: 40px; border-radius: 3px; cursor: pointer;}
header .menu-trigger,
header .menu-trigger span { display: inline-block; transition: all .4s; box-sizing: border-box;}
header .menu-trigger { position: absolute; top: 13px; width: 30px; height: 18px; z-index: 2; left: 0; right: 0; margin: auto;}
header .menu-trigger span { position: absolute; left: 0; width: 100%; height: 2px; background-color: #231815;}
header .menu-trigger span:nth-of-type(1) { top: 0;}
header .menu-trigger span:nth-of-type(2) { top: 10px;}
header .menu-trigger span:nth-of-type(3) { bottom: -4px;}
header .menu-trigger.active span:nth-of-type(1) { -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); top: -14px;}
header .menu-trigger.active span:nth-of-type(2) { left: 50%; opacity: 0; -webkit-animation: active-menu-bar02 .8s forwards; animation: active-menu-bar02 .8s forwards;}
header .menu-trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-20px) rotate(45deg); transform: translateY(-20px) rotate(45deg); bottom: -10px;}
header .gnav { position: fixed; right: 0; width: 500px; top: 0; background: rgba(255,255,255,.9); height: 100%; opacity: 0; visibility: hidden; transition: .3s; }
header .gnav.active { opacity: 1; visibility: visible; overflow: auto; }
header .gnav ul { display: block; padding: 120px 30px; }
header .gnav ul li { padding-left: 0; padding-right: 0; }
header .gnav ul li a { padding: 15px 0; border-bottom: 1px solid #E0E2E3; font-weight: bold; position: relative; }
header .gnav ul li a:after { content: "→"; position: absolute; right: 0; top: 0; bottom: 0; margin: auto 0; display: flex; align-items: center; }
header .gnav ul li:last-child a { border-bottom: 0; }
header .menu-trg-area { display: block; }
footer { margin-top: 100px; }
footer .logo { width: 180px; }
.color-main { color: #231815!important; }
.fv_bg { padding-top: 50%; margin-top: 86px; position: relative; overflow: hidden; }
.fv_bg .schedule { color: #fff; position: absolute; top: 0; bottom: 0; left: 14%; margin: auto 0; display: flex; flex-direction: column; justify-content: center; }
.fv_bg .schedule .sche_ttl { font-size: 1.2vw; font-weight: 600; line-height: 1; margin-bottom: 0.66vw; }
.fv_bg .schedule .sche_sights { font-size: 2.8vw; font-weight: 600; line-height: 1; margin-bottom: 0.66vw; }
.fv_bg .schedule .sche_date { display: flex; align-items: center; }
.fv_bg .schedule .sche_date .same { display: flex; align-items: start; font-size: 1.6vw; line-height: 1; font-weight: 600; }
.fv_bg .schedule .sche_date .same span { font-size: 1.47vw; margin-left: 0.33vw; }
.fv_bg .schedule .sche_date hr { width: 20px; border-width: 0.26vw; border-color: #fff; margin: 0.2vw; }
.fv_bg .schedule .sche_venue { margin-top: 1vw }
.fv_bg .schedule .sche_venue span { display: block; margin-bottom: 0.2vw; }
.fv_bg .schedule .sche_venue > div { font-size: 2.07vw; font-weight: 600; line-height: 1; display: flex; align-items: center; }
.fv_bg .schedule .sche_venue > div span { font-size: 1.47vw }
.fv_bg .schedule .catchphrase { font-size: 2vw; font-weight: 600; line-height: 1.35; color: #fff; margin-top: 3.33vw; }
.fv_bg .logo_out { width: 40%; position: absolute; top: 20px; right: 20px; bottom: 20px; }
.fv_bg .logo_out img { object-fit: initial; width: 100%; height: 100%; }
.fv_bg .picture { font-size: 12px; position: absolute; bottom: 20px; right: 20px; color: #fff; }
/* .parallax { position: relative; overflow: hidden; }
/* .parallax .bg { position: absolute; top: 0; left: 0; width: 100%; height: 120%; background-size: cover; background-position: center; will-change: transform; z-index: -1; } */
.footer-nav { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -20px; }
.footer-nav li { padding: 0 20px; margin-bottom: 20px; position: relative; }
/* .footer-nav li:first-child { padding-left: 0; } */
.footer-nav a { display: block; position: relative; transition: .3s; font-weight: bold; }
.footer-nav a:hover { opacity: .7; }
.footer-top { padding: 50px 0; border-bottom: 1px solid #231815; margin-bottom: 70px; }
.footer-contact { border: 1px solid #231815; padding: 35px; padding-right: 30%; position: relative; display: block; transition: .3s; }
.footer-contact .arrow { position: absolute; right: 10%; bottom: 0; top: 20px; margin: auto 0; width: 140px; height: 2px; background-color: #231815; }
.footer-contact .arrow:before { content: ""; position: absolute; right: -2px; width: 40px; height: 2px; background-color: #231815; transform: rotate(35deg); bottom: 12px; }
.footer-contact .section-title { margin-bottom: 20px; }
.footer-contact:hover { background-color: #231815; color: #fff; border: 1px solid #231815; }
.footer-contact:hover .arrow { background-color: #fff; }
.footer-contact:hover .arrow:before { background-color: #fff; }
.footer-tel .tel small { font-size: 18px; font-weight: bold; }
.footer-tel .tel strong { font-size: 30px; font-weight: bold; }
.footer-bottom { padding: 20px 0; border-top: 1px solid #231815; margin-top: 60px; }
.footer-bottom .sns ul { display: flex; align-items: center; }
.footer-bottom .sns ul li { margin-right: 10px; font-size: 20px; }
.slick-dotted.slick-slider { margin-bottom: 0; }
hr { margin: 1em 0; }
section { padding: 70px 0; }
.base-title { font-size: 24px; font-weight: bold; margin-bottom: 20px; }
.bg-gray { background-color: #f3f3f2; }
.bg-half-gray { position: relative; }
.bg-half-gray:before { content: ""; position: absolute; top: 300px; left: 0; width: 100%; height: calc(100% - 300px); background-color: #f3f3f2; z-index: -1; }
.first-slider img { width: 100%; object-fit: cover; height: 100vh; }
.first-slider .slick-dots { position: absolute; left: 30px; bottom: 30px; right: auto; text-align: left; display: flex; align-items: center; justify-content: flex-start; }
.slick-dots li { width: auto; margin: 0 5px; height: auto; display: block; }
.slick-dots li button { width: 40px; height: 5px; background-color: rgba(255,255,255,.5); padding: 0; }
.slick-dots li button:before { display: none; }
.slick-dots li.slick-active button { background-color: #fff; }
.catch-title { font-size: 24px; font-weight: bold; text-align: left; line-height: 1.6; font-family: "Inter", "Noto Sans JP", sans-serif; font-weight: 600; }
.button { border-radius: 3px; display: inline-block; max-width: 100%; width: 240px; padding: 10px; display: inline-block; background-color: #231815; border: 1px solid #231815; color: #fff!important; text-align: center; transition: .3s; }
.button:hover { background-color: #fff; color: #231815!important; }
.button.full { width: 100%; }
.button.min { width: 180px; }
.news-list { margin-top: -15px; }
.news-list li a { display: flex; align-items: center; border-bottom: 1px solid #999; padding: 20px 15px; transition: .3s; }
.news-list li a:hover { background-color: #f5f5f5; }
.news-list li .date { width: 100px; font-size: 14px; color: #999; }
.news-list li .cat { width: 100px; }
.news-list li .title { width: calc(100% - 200px); font-size: 14px; color: #231815; }
.cat-label { display: inline-block; padding: 3px 10px; background-color: #fff; color: #231815; font-size: 12px; font-weight: bold; border-radius: 3px; white-space: nowrap; border: 1px solid #231815;}
.cat-label.is-clear { background-color: #fff; color: #231815; border: 1px solid #231815; margin-right: 10px; }
.cat-label.is-large { font-size: 18px; }
.cat-label.event { margin: 0 5px 5px 0 ; }
.section-title { margin-bottom: 40px; }
.section-title .en { font-size: 28px; font-weight: bold; font-family: "Inter", sans-serif; font-weight: 600;}
.section-title .jp { font-size: 14px; font-weight: bold; margin-top: 5px; }
.event-item { display: block; }
.event-title { display: flex; align-items: flex-start; justify-content: center; }
.event-title .name { padding-left: 10px; font-weight: bold; }
.event-photo { position: relative; padding-top: 65.6%; margin-bottom: 5px; }
.event-photo img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.event-date { border: 1px solid #999; border-left: none; border-right: none; padding: 10px 0; margin-top: 15px; margin-bottom: 15px; }
.event-date dt { white-space: nowrap; }

.event_slider { margin-bottom: 50px; }
.event_slider .slick-slide { padding: 0 15px; width: 320px;}
/* .event_slider .slick-list { padding-left: 0!important; } */
.event-contents .cat { display: flex; align-items: center; flex-wrap: wrap;}
.event-contents { margin-top: 10px; }
.event-contents .event-title .name { font-size: 14px; padding-left: 0; }
.event-contents .event-date { margin: 10px 0; display: flex; justify-content: center; }
.event-contents .event-date dt { font-size: 13px; font-weight: initial; }
.event-contents .event-date dd { font-size: 13px; font-weight: initial; }
/* .event-head .event_tag { min-width: 70px; font-size: 12px; font-weight: bold; background: #231815; color: #fff; display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.event-contents .event_tag { display: flex; align-items: center; justify-content: center; line-height: 1; }
.event-contents .event_tag .tags-container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; }
.event-contents .event_tag .tag-link { font-size: 12px; } */
.event-contents p { font-size: 12px; line-height: 1.4; }
.event-cat-btn { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 10px; }
.event-cat-btn li a { display: inline-block; padding: 3px 10px; background-color: #fff; font-size: 12px; font-weight: bold; border-radius: 3px; white-space: nowrap; border: 1px solid #231815; transition: .3s; }
.event-cat-btn li a:hover { background: #231815; color: #fff; }
.event-cat-btn li a.active { background: #231815; color: #fff; }

.cube-label { background-color: #231815; color: #fff; border-radius: 100px; text-align: center; display: inline-block; padding: 6px 30px; font-size: 18px; }
.catch-copy { font-size: 24px; line-height: 1.6; margin-bottom: 30px; font-weight: bold; }
.section-access .map iframe { width: 100%; height: 400px; border: 0; }
.archive-item { display: block; margin-bottom: 50px; }
.archive-slider { margin-bottom: 60px; }
.archive-slider .photo,
.archive-item .photo { margin-bottom: 15px; }
.archive-slider .name,
.archive-item .name { font-weight: bold; border-bottom: 1px solid #999; padding-bottom: 10px; }
.archive-item .photo { position: relative; padding-top: 50%; }
.archive-item .photo img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; }
.archive-slider .slick-next { top: calc(100% + 50px); right: 25px; width: 70px; height: 20px; border-bottom: 1px solid #231815; }
.archive-slider .slick-next:after { content: ""; position: absolute; right: -1px; top: 13px; width: 20px; height: 1px; background-color: #231815; transform: rotate(35deg); }
.archive-slider .slick-next:before { display: none; }
.archive-slider .slick-prev { top: calc(100% + 50px); left: 25px; width: 70px; height: 20px; border-bottom: 1px solid #231815; }
.archive-slider .slick-prev:after { content: ""; position: absolute; left: -1px; top: 13px; width: 20px; height: 1px; background-color: #231815; transform: rotate(-35deg); }
.archive-slider .slick-prev:before { display: none; }
.archive-slider .slick-track { margin-left: 0; margin-right: 0; }
.page-hero { display: flex; padding: 80px 0 0; align-items: center; height: 300px; }
.page-hero .en { font-size: 40px; font-weight: bold; }
.page-hero .jp { font-size: 20px; font-weight: bold; }
.news-header .wrapper { display: flex; align-items: center; margin-bottom: 20px; flex-wrap: wrap;}
.news-header .category { margin-left: 15px; }
.news-header .date { font-size: 14px; color: #999; }
.news-header .cat-label { width: auto; }
.news-header .news-title { font-size: 28px; font-weight: bold; }
.section-event-single .cat-label.is-clear { min-width: 115px; text-align: center; }
.nowrap { white-space: nowrap; }
.pro_flex { display: flex; gap: 10px; }
.pro_flex .main-slider { width: 80%; order: 2; }
.pro_flex .thumbnail-slider { width: 20%; order: 1; }
.main-slider .photo img { width: 100%; }
.thumbnail-slider { margin-left: -3px; margin-right: -3px; margin-top: -3px; }
.thumbnail-slider .slick-track { transform: none!important; width: 100%!important; display: flex; flex-wrap: wrap; }
.thumbnail-slider .slick-slide { padding: 3px; width: calc(100% / 2)!important; position: relative; cursor: pointer; }
.thumbnail-cover { position: relative; padding-top: 65.6%; opacity: .6; transition: .3s; }
.thumbnail-cover:hover { opacity: 1; }
.slick-current .thumbnail-cover { opacity: 1; }
.thumbnail-cover img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.thumbnail-slider .thumbnail-cover:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid #231815; opacity: 0; transition: .3s; z-index: 1; }
.thumbnail-slider .slick-current .thumbnail-cover:before { opacity: 1; }
.tab-buttons { display: flex; justify-content: space-between; margin-bottom: 70px; border-bottom: 10px solid #231815; }
.tab-button { background-color: #eee; width: 48%; text-align: center; display: flex; height: 80px; align-items: center; justify-content: center; font-size: 20px; font-weight: bold; color: #231815; border-radius: 10px 10px 0 0; cursor: pointer; transition: .3s; }
.tab-button.active { background-color: #231815; color: #fff; }
.tab-contents .tab-pane { display: none; }
.tab-contents .tab-pane.active { display: block; }
#artist .photo img { width: 100%; height: auto; }
.artist-name { margin: 0 0 30px; position: relative; border-bottom: 2px solid #999; padding-bottom: 20px; }
.artist-name:before { content: ""; position: absolute; bottom: -2px; left: 0; width: 15%; height: 2px; background-color: #231815; z-index: 1; }
.artist-name .main-name { font-size: 34px; font-weight: 600; }
.artist-name .sub-name { font-size: 16px; margin-top: 10px; }
.sponsor-list li { background-color: #f3f3f2; padding: 30px; margin-bottom: 10px; border-radius: .3em; }
.teaser-title { border-bottom: 3px solid #ddd; position: relative; padding-bottom: 15px; margin-bottom: 30px; }
.teaser-title .en { font-size: 12px; font-weight: bold; color: #999; position: absolute; right: 0; bottom: -12px; background: #fff; padding-left: 10px; }
.teaser-title .jp { font-size: 30px; font-weight: 600; }
.teaser-title:before { content: ""; position: absolute; bottom: -3px; left: 0; width: 15%; height: 3px; background-color: #231815; z-index: 1; }
.bg-gray .teaser-title .en { background-color: #f3f3f2; }
.dl-table { border-bottom: 1px solid #ddd; }
.dl-table dl { display: flex; flex-wrap: wrap; border: 1px solid #ddd; border-bottom: none; }
.dl-table dt { width: 140px; font-weight: bold; background-color: #eee; text-align: center; margin-bottom: 0; padding: 10px 15px; }
.dl-table dd { width: calc(100% - 140px); margin-bottom: 0; padding: 10px 15px; background-color: #fff; }
.theme-name strong { font-weight: 700; font-size: 30px; }
.theme-name small { font-size: 16px; font-weight: 400; margin-left: 15px; }
.project-name { font-size: 28px; font-weight: bold; border-bottom: 1px solid #231815; padding-bottom: 10px; margin-bottom: 50px; }
.project-text { font-size: 16px; }
.project-period { font-size: 18px; font-weight: bold; padding-top: 40px; margin-top: 50px; position: relative; }
.project-period::before { content: ""; width: 80px; height: 1px; background: #231815; position: absolute; top: 0; left: 0; }
.inter { font-family: "Inter", sans-serif; font-weight: 600; }
h1,h2,h3,h4,h5,h6 { font-family: "Inter", "Noto Sans JP", sans-serif; font-weight: 600; }
.section-catch { position: relative; }
/* .section-catch * { color: #fff; } */
.section-catch .container-fluid { position: relative; }
.section-catch .particles { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.kyosan li { padding: 0 10px; position: relative; margin-bottom: 10px;}
.kyosan li:first-child { padding-left: 0; }
.kyosan li::after { content: ''; position: absolute; height: 100%; width: 1px; background-color: #231815; right: 0; }
.kyosan li:last-child::after { content: none; }
.traffic { padding: 30px 0 0; }
.traffic_ttl { font-size: 18px; font-weight: bold; }
.start_ttl { background: #231815; color: #fff; width: 120px; text-align: center; padding: 0 10px; border-radius: 5px; }
.route-flow { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 20px; margin: 10px 0 60px; max-width: 1100px; }
.route-flow .route-point { border: 2px solid #231815; border-radius: 5px; padding: 5px 10px; font-size: 16px; text-align: center; min-width: 120px; flex-shrink: 0; }
.route-flow .arrow-block { text-align: center; position: relative; }
.route-flow .arrow-text { font-size: 13px; color: #229b50; }
.route-flow .arrow-line { position: relative; height: 2px; background: #231815; margin: 8px 0; }
.route-flow .arrow-line::after { content: ""; position: absolute; top: 50%; right: 0; transform: translateY(-50%); border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-left: 11px solid #231815; }
.sns ul li a i { font-size: 30px; }
.article_list { margin: 0 -15px; }
.article_list li { padding: 0 15px; margin-bottom: 20px; }
.article_list li a { min-width: 100px; text-decoration: underline; }
.access_img { text-align: center; }
.access_img img { width: 70%; }
#art .thumbnail-slider .slick-slide { width: calc(100% / 6) !important; }
.event_type { font-size: 12px; display: inline-block; padding: 3px 10px; background-color: #231815; color: #fff; border-radius: 3px; margin-bottom: 5px;}
.event-map iframe { display: block; width: 100%; height: 400px;}
.event_logo { width: 70px; margin-left: 20px; }
.kyosan.banner img{ width: 150px; }
.kyosan a { text-decoration: underline; }
.kyosan.text-1 a { font-size: 21px; }
.kyosan.text-2 a { font-size: 18px; }
.kyosan.text-3 a { font-size: 16px; }

#news .pagenation { text-align: center; }
#news .pagenation .common { text-decoration: none !important; font-size: 14px; line-height: 1; color: #fff !important; background: #0f0f0f8f; padding: 10px 0 !important; margin: 3px !important; border-radius: 50%; height: 35px; width: 35px; display: inline-block; justify-content: center; vertical-align: middle; border: none !important; transition: all .3s; }
#news .pagenation .common:hover { font-weight: bold; background: #000; }
#news .pagenation .current { font-weight: bold; background: #000; }
#news .pagenation .arrow { color: #fff; }
#news .pagenation .arrow::before { content: ""; width: 7px; height: 7px; border-top: 1px solid #fff; border-right: 1px solid #fff;  position: absolute; top: 50%; left: 49%; transform: translate(-50%, -49%) rotate(45deg); }
#news .pagenation .arrow.prev::before { top: 50%; left: 49%; transform: translate(-50%, -49%) rotate(225deg); }

@media (min-width: 768px) {
	.left-full { position: relative; height: 100%; }
	.left-full:before { content: ""; position: absolute; right: 0; top: 0; width: 100vw; height: 100%; background-color: #fff; z-index: -1; }
	.left-full * { position: relative; }
	.left-full.gray:before { background-color: #f3f3f2; }
	.archive-slider { overflow: visible!important; margin-left: -25px; }
	.archive-slider * { overflow: visible!important; }
	.archive-slider .slick-slide { padding: 0 25px; }
	.catch-title { font-size: 22px; }
}
@media (max-width: 767px) {
	body { font-size: 14px; }
	header { padding: 0 15px; background: rgba(255,255,255,.9); }
	header .wrap { height: 65px; }
	header .logo img { height: 35px; }
	header .menu-trg-area { top: 10px; }
	header .menu-trigger { width: 25px; height: 15px;}
	header .menu-trigger span:nth-of-type(2) { top: 8px; }
	header .gnav { width: 70%; }
	footer { margin-top: 0; }
	footer .logo { width: 140px; }
	.fv_bg { padding-top: 147%; margin-top: 65px;}
	.fv_bg .schedule { position: static; margin-bottom: 4vw; }
	.fv_bg .schedule .sche_ttl { margin-bottom: 1.33vw; font-size: 3.47vw; }
	.fv_bg .schedule .sche_sights { font-size: 9.33vw; margin-bottom: 1.33vw; }
	.fv_bg .schedule .sche_date .same { font-size: 6.67vw; }
	.fv_bg .schedule .sche_date .same span { font-size: 4vw; }
	.fv_bg .schedule .sche_date hr { border-width: 0.8vw; }
	.fv_bg .catchphrase { position: static; font-size: 7.2vw; font-weight: 600; line-height: 1.35; color: #fff; }
	.fv_bg .logo_out { position: static; width: 100%; }
	header .menu-trigger.active span:nth-of-type(3) { bottom: -14px; }
	.footer-top { padding: 50px 0 10px; margin-bottom: 40px;}
	.footer-nav { padding-top: 30px; flex-wrap: wrap; margin: 0 -15px; }
	.footer-nav li { padding: 0 10px; margin-bottom: 15px }
	.footer-contact { padding: 20px; }
	.footer-contact .arrow { bottom: auto; top: 64px; right: 20px; width: 80px; }
	.footer-contact .arrow:before { bottom: 7px; width: 25px; }
	.footer-bottom { margin-top: 30px; }
	.footer-bottom .sns ul { align-items: center; justify-content: center; margin-right: -10px; }
	.copyright { text-align: center; font-size: 12px; margin-top: 20px; }
	section { padding: 50px 0; }
	.section-title { margin-bottom: 30px; }
	.catch-title { font-size: 18px; text-align: center;}
	.button { width: 180px; padding: 7px 10px; }
	.news-list li a { flex-wrap: wrap; padding: 15px 0; }
	.news-list li .title { width: 100%; margin-top: 5px; }
	.news-list li .date { width: 90px; }
	.cube-label { padding: 4px 20px; font-size: 16px; }
	.catch-copy { font-size: 18px; }
	.cat-label.is-large { font-size: 14px; }
	.archive-slider .slick-next { right: 0; }
	.archive-slider .slick-prev { left: 0; }
	.section-access .map { margin-left: -25px; margin-right: -25px;}
	.section-access .map iframe { height: 300px; }
	.section-title { margin-bottom: 30px; }
	.section-title .en { font-size: 24px; }
	.section-title .jp { font-size: 12px; }
	.section-art .event-item { margin-bottom: 40px; }
	/* .event-item.sp-wide { display: flex; margin-bottom: 30px; }
	.event-item.sp-wide .event-head { width: 32%; }
	.event-item.sp-wide .event-photo { padding-top: 100%; margin-bottom: 0; }
	.event-item.sp-wide .event-contents { width: 68%; padding-left: 20px; }
	.event-item.sp-wide .event-title { display: block; }
	.event-item.sp-wide .event-title .cat { width: 100%; }
	.event-item.sp-wide .event-title .name { padding-left: 0; margin-top: 5px; }
	.event-item.sp-wide .event-date { font-size: 12px; margin-top: 10px; } */
	.event-item.sp-wide .event-photo { position: relative; padding-top: 65.6%; margin-bottom: 5px; }
	.event_slider { margin: 0 -15px 40px -15px; }
	.event_slider .slick-slide { padding: 0 15px; }
	.news-header .news-title { font-size: 20px; }
	.page-hero { height: 200px; padding-top: 65px; padding-bottom: 10px; }
	.page-hero .en { font-size: 30px; }
	.page-hero .jp { font-size: 15px; white-space: nowrap;}
	.tab-buttons { border-bottom: 5px solid #231815; margin-bottom: 30px; }
	.tab-button { font-size: 18px; height: 50px;}
	.artist-name { margin: 10px 0 20px; padding-bottom: 20px; }
	.artist-name .main-name { font-size: 28px; }
	.artist-name .sub-name { font-size: 14px; margin-top: 5px; }
	.sponsor-list li { padding: 20px; }
	.teaser-title .en { font-size: 10px; bottom: -10px; padding-left: 7px; }
	.teaser-title .jp { font-size: 20px; }
	.teaser-title:before { width: 25%; height: 2px; bottom: -2px; }
	.dl-table dl { display: block; }
	.dl-table dt, .dl-table dd { width: 100%; text-align: left; padding: 8px 10px; }
	.dl-table dt { font-size: 13px; }
	.dl-table dd { font-size: 13px; }
	.theme-name strong { font-size: 20px; }
	.theme-name small { font-size: 12px; margin-left: 8px; }
	.project-name { font-size: 24px; line-height: 1.5; padding-bottom: 5px; margin-bottom: 25px; }
	.project-text { font-size: 14px; }
	.project-period { font-size: 15px; margin-top: 25px; padding-top: 25px; }
	.pro_flex { gap: 5px; }
	.thumbnail-slider .slick-slide { width: 100% !important; }
	.traffic { padding-bottom: 10px; }
	.traffic_ttl { font-size: 18px; }
	.start_ttl { padding: 0 15px; }
	/* .route-flow { flex-direction: column; align-items: center; gap: 10px; margin: 0 0 30px 0; }
	.route-flow .route-point { font-size: 14px; padding: 10px 15px; width: 100%; }
	.route-flow .arrow-block { display: flex; align-items: center; gap: 8px; width: 100%; margin-bottom: 10px; padding-left: 50%; }
	.route-flow .arrow-text { font-size: 12px; margin: 0; white-space: nowrap; order: 2; }
	.route-flow .arrow-line { width: 2px; height: 40px; margin: 0; background: #231815; position: relative; }
	.route-flow .arrow-line::after { content: ""; position: absolute; left: 50%; top: 100%; transform: translateX(-50%); border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 10px solid #231815; } */
	.traffic hr { margin: 2em 0 !important; width: 1000px; }
	.route-flow-wrap { overflow: scroll; }
	.route-flow { width: 1000px; margin: 10px 0 15px; gap: 10px; }
	.route-flow .route-point { font-size: 14px; padding: 10px 15px; }
	.route-flow .arrow-text { font-size: 12px; }
	.article_list li { margin-bottom: 15px; }
	.access_img img { width: 100%; }
	#art .thumbnail-slider .slick-slide { width: calc(100% / 4) !important; margin-top: 5px; }
	.event_logo { width: 60px; margin-left: 15px; }
	.event-cat-btn { justify-content: flex-start; }
	.kyosan li { padding-left: 0; padding-right: 20px;}
	.kyosan.text-1 a { font-size: 20px; }
	.kyosan.text-2 a { font-size: 17px; }
	.kyosan.text-3 a { font-size: 15px; }
	.kyosan li::after { content: none; }

	.pagination-arrow, .nav-arrow, .arrow-prev, .arrow-next { display: block !important; visibility: visible !important; opacity: 1 !important; }

}



.cf7-simple { margin: 0 auto; color: #231815; }
.cf7-simple * { box-sizing: border-box; }
.cf7-title { font-size: 22px; font-weight: 700; margin: 16px 0; }
.cf7-rows { border-top: 1px solid #999; }
.cf7-row { display: grid; grid-template-columns: 280px 1fr; border-bottom: 1px solid #999; padding: 12px 0; }
.cf7-label { padding: 16px; font-weight: bold; font-size: 14px; display: flex; align-items: center; gap: 8px; }
.cf7-field { padding: 16px; background: #fff; }
.req { display: inline-block; font-size: 11px; padding: 2px 6px; border: 1px solid #231815; }
.wpcf7-form-control { width: 100%; padding: 12px 14px; border: 1px solid #231815; background: #fff; color: #231815; font-size: 14px; outline: none; }
textarea.wpcf7-form-control { min-height: 200px; resize: vertical; }
.cf7-stack { display: grid; row-gap: 12px; }
.cf7-stack__label { display: block; font-size: 12px; margin-bottom: 4px; opacity: .9; }
input[name="your-zip"] { width: 140px; max-width: 100%; }
.cf7-actions { text-align: center; padding: 24px 0; }
.wpcf7-submit { min-width: 320px; padding: 16px 24px; border: 1px solid #231815; background: #231815; color: #fff; font-size: 14px; cursor: pointer; transition: transform .12s ease; }
.wpcf7-submit:hover { transform: translateY(-2px); }
@media (max-width: 767px) {
  .cf7-row { grid-template-columns: 1fr; padding: 0; }
  .cf7-label { padding-bottom: 0; padding-left: 0; padding-right: 0; }
  .cf7-field { padding-left: 0; padding-right: 0; }
  .wpcf7-submit { width: 100%; min-width: 0; }
}
