@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* -----reset--------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
	letter-spacing:-0.5em;
}
li {
	letter-spacing:normal;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
  border:1px solid #aaa;
  border-radius:5px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius:0;
  -webkit-box-sizing:content-box;
  -webkit-appearance:button;
  appearance:button;
  border:none;
  box-sizing:border-box;
  cursor:pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display:none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset:-2px;
}

/* ------------------------------------------------------ */
*,
*:before,
*:after {
  -webkit-box-sizing:inherit;
  box-sizing:inherit;
}

html {
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

* { font-style:normal;
	font-weight:normal;
	box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
	}

html {
  font-size:62.5%; /*font-size:10px;*/
  -webkit-text-size-adjust:100%;
	scroll-behavior:smooth;
  }

body{ font-family:"Noto Sans JP", sans-serif;　font-weight:400; font-style:normal; color:#333; font-size:1.6rem; line-height:1.8; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -webkit-text-size-adjust:100%; word-wrap:break-word; }
@media screen and (max-width:520px){
body{ font-size:1.5rem; line-height:1.75; }
}

a { color:#333; text-decoration:none; }
a:hover { text-decoration:none; }

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




header { width:100%; height:70px; display:flex; align-items:center; z-index:3; position:relative; }
header h1 { font-size:min(4.8vw,2.6rem); font-weight:700; padding-left:2%; z-index:1000; }
header h1 a { color:#fff; }
header a.language-btn { border:1px solid #ccc; border-radius:5px; width:85px; height:30px; display:flex; align-items:center; justify-content:center; color:#ccc; position:absolute; top:25px; right:340px;  z-index:1000; }
header a.language-btn:hover { background-color:#fff; color:#333; }
header a.language-btn::after { content:'▼'; font-size:1.0rem; padding-left:5px; }
header a.contact-btn { background:#fff; width:240px; height:100%; display:flex; align-items:center; justify-content:center; font-size:1.8rem; position:absolute; top:0; right:70px; z-index:1000; }
header nav { position:absolute; top:0; right:0; width:100vw; height:100vh; background-color:rgba(51,51,51,1.0); overflow:auto; z-index:997; opacity:0; pointer-events:none; transition:all 0.5s; }
header nav.is-show { opacity:1; pointer-events:auto; right:0; }
header nav { padding:10px; }
header nav ul { margin:120px 0 0; text-align:left; width:100%; display:block; }
header nav ul li { display:block; padding:8px 0; text-align:center; font-size:min(4.8vw,2.6rem); line-height:1.5; position:relative; }
header nav li span { display:block; font-size:min(2.8vw,1.2rem); }
header nav li span br { display:none; }
header nav li span.material-symbols-outlined { margin-left:0; }
header nav li a { color:#fff; }
header nav li.sns { display:flex; justify-content:center; align-items:center; padding-top:50px; }
header nav li.sns a { display:block; margin:0 20px; }
header nav li.sns a img { width:30px; height:auto; }
@media screen and (max-width:880px){
header a.language-btn { display:none; }
header a.contact-btn { width:175px; }
}
@media screen and (max-width:700px){
header a.language-btn { }
header a.contact-btn { display:none; }
}

.menubtn { position:relative; padding:20px; z-index:998; } 
header .menubtn { position:absolute; top:0; right:0; }
.openbtn { position:relative; background:#333; cursor:pointer; width:70px; height:70px; line-height:1.0; }
.openbtn span{ display:inline-block; transition:all .4s; position:absolute; left:25%; height:3px; background:#fff; width:50%; }
.openbtn span:nth-of-type(1) { top:20px; }
.openbtn span:nth-of-type(2) { top:32px; }
.openbtn span:nth-of-type(3) { top:44px; }
.openbtn.active { background:#333; }
.openbtn.active span { background:#fff; }
.openbtn.active span:nth-of-type(1) { top:27px; left:23%; width:54%; transform:translateY(6px) rotate(-45deg); }
.openbtn.active span:nth-of-type(2) { opacity:0; }
.openbtn.active span:nth-of-type(3) { top:39px; left:23%; width:54%; transform:translateY(-6px) rotate(45deg); }




#home-mv { position:relative; width:100vw; height:100vh; min-height:750px; }
.mv { background-image:url(/assets/img/mv.jpg); background-size:cover; background-position:center center; width:100%; height:100%; position:absolute; top:0; left:0; color:#fff; text-align:center; }
.event-date { position:absolute; top:50%; transform: translateY(-78%); width:100%; }
.mv h1 { padding-top:13%; }
.mv h1 img { width:80%; max-width:550px; height:auto; }
.mv h1 span { display:block; font-size:min(5vw,2.0rem); font-weight:500; }
.mv h2 { font-size:min(5vw,2.6rem); font-weight:600; line-height:1.5; }
.mv h2 span { font-size:min(10vw,6.4rem); }
.mv h3 { font-size:min(5vw,2.6rem); font-weight:600; line-height:1.5; }
.mv h3 span { font-size:min(4vw,2.0rem); }
.mv .info { width:100%; background:rgba(0,0,0,0.8); position:absolute; bottom:0; }
.info .pickup { padding:15px 0; border-bottom:1px solid #737466; }
.info .pickup span { font-family:"Noto Serif JP", serif; font-size:min(4vw,1.8rem); color:#ff9900; padding-right:20px; }
.info .pickup a { color:#fff; font-size:min(3.4vw,1.6rem); }
.info .news { width:92%; max-width:880px; margin:15px auto; display:flex; align-items:center; }
.info .news h4 { font-size:min(2.8vw,1.2rem); text-align:left; margin-right:50px; }
.info .news h4 span { display:block; font-size:min(4.5vw,2.5rem); font-family:"Noto Serif JP", serif; }
.info .news li { display:flex; font-size:min(3.5vw,1.6rem); margin:8px 0; text-align:left; }
.info .news li span { color:#009999; width:140px; }
.info .news li a { width:calc(100% - 140px); color:#fff; }
@media screen and (max-width:700px){
.info .news { display:inherit; }
.info .news h4 { display:flex; align-items:baseline; }
.info .news h4 span { margin-right:15px; }
.info .news li span { width:100px; }
.info .news li a { width:calc(100% - 100px); }
}

#slide-show { position:relative; width:100%; background-color:#081738; overflow:hidden; }
#slider { width:100%; padding-top:25%; }
#slide-show .catch { position:absolute; top:50%; width:100%; transform: translateY(-50%); color:#fff; text-align:center; line-height:2.2; text-shadow: 1px 1px 2px #333; }
#slide-show .catch h3 { font-size:min(4vw,1.8rem); position:relative; display:inline-block; padding:0 55px; }
#slide-show .catch h3::before, #slide-show .catch h3::after { content:''; position:absolute; top:51%; display:inline-block; width:40px; height:1px; background-color:#fff; }
#slide-show .catch h3::before { left:0; }
#slide-show .catch h3::after { right:0; }
#slide-show .catch p { font-size:min(4.0vw,2.2rem); }
@media screen and (max-width:880px){
#slider { width:100%; padding-top:40%; }
}
@media screen and (max-width:520px){
#slider { width:100%; padding-top:55%; }
slide-show .catch h3 { padding:0 32px; }
#slide-show .catch h3::before, #slide-show .catch h3::after { width:30px; }
}

.lv2 { font-size:min(4.5vw,1.8rem); }
.lv2 span  { font-size:min(8vw,6.0rem); font-family:"Noto Serif JP", serif; font-weight:800; display:inline-block; padding:0 40px; position:relative; }
.lv2 span::before, .lv2 span::after { content:''; position:absolute; top:52%; display:inline-block; width:20px; height:3px; background-color:#333; }
.lv2 span::before { left:0; }
.lv2 span::after { right:0; }

#highlights { position:relative; padding-bottom:90px; }
#highlights .event { text-align:center; padding:90px 0; line-height:1.5; }
#highlights .event p.date { font-size:min(6vw,4.0rem); font-weight:700; }
#highlights .event p.date span { font-size:min(12vw,8.0rem); }
#highlights .event p.place { font-size:min(5vw,2.4rem); font-weight:700; }
#highlights .event p.place span { font-size:min(4.3vw,1.8rem); }
#highlights .event h2 { background-color:#009999; color:#fff; font-size:min(4.8vw,2.4rem); font-weight:900; display:flex; justify-content:center; align-items:center; width:90%; max-width:500px; height:50px; margin:15px auto; border-radius:50px; }
#highlights .highlights { width:92%; max-width:1000px; background-color:#faf8e5; border-radius:15px; margin:auto; text-align:center; line-height:1.5; padding:4.5%; }
#highlights .highlights ul { display:flex; justify-content:space-between; flex-wrap:wrap; margin:30px auto; }
#highlights .highlights li { width:45%; position:relative; padding:20px; font-size:min(3.4vw,1.6rem); }
#highlights .highlights li figure { background-color:#fff; padding:7px; border-radius:15px; line-height:0; box-shadow:3px 3px 8px #ccc; }
#highlights .highlights li figure img { width:100%; border-radius:10px; }
#highlights .highlights li h4 { font-size:min(3.6vw,2.6rem); font-weight:700; color:#009999; padding:25px 5px 15px; position:relative; }
#highlights .highlights li .point { width:100px; height:100px; background:#009999; border-radius:50%; color:#fff; font-family:"Noto Serif JP", serif; font-size:2.4rem; font-weight:700; text-align:center; line-height:1.1; padding-top:18px; position:absolute; top:-85px; left:-20px; }
#highlights .highlights li .point span { display:block; font-size:3.2rem; }
#highlights .highlights li img.point-triangle { width:22px; position:absolute; top:-2px; left:28px; }
#highlights .highlights li p.text { text-align:left; }
@media screen and (max-width:880px){
#highlights .highlights { padding:20px 1%; }
#highlights .highlights li { width:47.5%; padding:2%; }
#highlights .highlights li .point { width:80px; height:80px; font-size:1.8rem; top:-60px; left:-12px; }
#highlights .highlights li .point span { font-size:2.6rem; }
}
@media screen and (max-width:520px){
#highlights .highlights li figure { padding:5px; }
#highlights .highlights li .point { width:60px; height:60px; font-size:1.5rem; padding-top:12px; top:-40px; left:-10px; }
#highlights .highlights li .point span { font-size:2.0rem; }
#highlights .highlights li img.point-triangle { width:15px; top:10px; left:20px; }
}

#information { background:#eaf3f8; padding:50px 0; text-align:center; }
#information ul.information { display:flex; width:92%; max-width:1000px; margin:50px auto 0; justify-content:space-between; flex-wrap:wrap; }
#information ul.information li { width:48%; margin-bottom:40px; }
#information ul.information li img { width:100%; border-radius:10px; }
#information ul.information li figcaption { display:flex; justify-content:center; align-items:center; background-color:#fff; width:100%; max-width:360px; height:45px; margin:15px auto; border-radius:50px; border:1px solid #000; font-size:min(3vw,1.4rem); font-weight:700; }
#information ul.information li figcaption br { display:none; }
#information p { font-size:min(3.2vw,1.7rem); padding:0 4%; line-height:1.4; }
@media screen and (max-width:520px){
#information ul.information li figcaption { line-height:1.2; }
#information ul.information li figcaption br { display:inherit; }
}

#timetable { background:#eaf3f8; padding:50px 0; text-align:center; }
#timetable ul.timetable { width:92%; max-width:1000px; margin:50px auto 0; }
#timetable ul.timetable li { display:flex; justify-content:space-between; align-items:center; width:100%; height:120px; background:#fff; border:1px solid #ccc; border-radius:10px; margin-bottom:15px; padding:10px; }
#timetable ul.timetable li span { display:flex; background:#009999; justify-content:center; align-items:center; width:240px; height:100%; border-radius:10px; font-size:min(4.2vw,3.4rem); font-weight:700; color:#fff;  line-height:0.8; }
#timetable ul.timetable li span img { width:28px; margin-right:10px; }
#timetable ul.timetable li p { width:calc( 100% - 270px); text-align:left; font-weight:700; font-size:min(3.0vw,2.0rem); padding-right:5px; }
#timetable p.note { width:92%; max-width:1000px; text-align:left; margin:auto; }
@media screen and (max-width:700px){
#timetable ul.timetable li span { width:150px; }
#timetable ul.timetable li p { width:calc( 100% - 170px); line-height:1.4; }
}
@media screen and (max-width:520px){
#timetable ul.timetable li { height:80px; }
#timetable ul.timetable li span { width:120px; }
#timetable ul.timetable li p { width:calc( 100% - 140px); }
    #timetable ul.timetable li p br { display:none; }
}

#ticket { padding:50px 0; text-align:center; }
#ticket .ticket { width:90%; max-width:860px; border:2px solid #333; border-radius:18px; margin:40px auto; padding:3%; text-align:left; }
#ticket .ticket h3 { width:100%; color:#fff; font-size:min(5vw,3.0rem); font-weight:700; background:#009999; display:flex; justify-content:center; align-items:center; height:76px; border-radius:10px; outline:2px solid #33cccc; outline-offset:-7px; }
#ticket .ticket p.fee { padding:10px 10px 5px; font-size:min(4.2vw,3.4rem); font-weight:800; border-bottom:1px dashed #aaa; position:relative; }
#ticket .ticket p.fee span:nth-of-type(1) { font-size:min(7vw,5.7rem); }
#ticket .ticket p.fee span:nth-of-type(2) { font-size:min(3.5vw,2.7rem); }
#ticket .ticket p.fee img.vip { width:150px; position:absolute; bottom:20px; right:10px; }
#ticket .ticket ul { margin:20px 10px 0; font-size:min(3.8vw,2.0rem); font-weight:500; }
#ticket .ticket li { margin:10px 0; padding-left:30px; position:relative; line-height:1.4; }
#ticket .ticket li::before { content:'●'; color:#009999; font-size:75%; position:absolute; top:5px; left:5px; }
#ticket .ticket p.note { font-size:min(3.6vw,2.0rem); padding:20px 20px 0 20px; }
@media screen and (max-width:700px){
#ticket .ticket p.fee img.vip { width:120px; }
}
@media screen and (max-width:520px){
#ticket .ticket p.fee img.vip { width:100px; bottom:15px; }
}
@media screen and (max-width:400px){
#ticket .ticket p.fee img.vip { width:80px; bottom:10px; right:0; }
}

#faq { background:#eaf3f8; padding:50px 0; text-align:center; }
#faq .faq { width:92%; max-width:1000px; margin:50px auto; text-align:left; border-bottom:1px solid #999; line-height:1.6; }
.answer { display:none; }
.question { border-top:1px solid #aaa; padding:40px 50px 40px 40px; margin:0; cursor:pointer; position:relative; }
.question span { display:block; padding-left:25px; position:relative; font-size:min(4vw,2.4rem); font-weight:bold; }
.question span::before { position:absolute; content:"Q."; top:-3px; left:-20px; color:#009999; }
.question::before, .question::after { position:absolute; content:''; top:1px; right:20px; bottom:0; width:25px; height:2px; margin:auto; background:#999; }
.question::before { transition:transform 0.3s; }
.question::after { transform:rotate(-90deg); transition:transform 0.3s; }
.question.active::before {transform:rotate(225deg); }
.question.active::after {transform:rotate(-45deg); }
.answer { padding:0 20px 40px 50px; font-size:min(3.4vw,1.7rem); font-weight:600; }
.answer span { display:block; padding-left:25px; position:relative; }
.answer span::before { position:absolute; content:"A."; top:-2px; left:0; color: #ff6600; font-size:min(3.4vw,1.9rem); }
@media screen and (max-width:520px){
.question span { padding-left:10px; }
}

#image { background:#f7f7f7; }
#image .slider img { width:100%; height:auto; }
#image .slider .slick-slide { margin:0 0; }
#image p.note { width:92%; max-width:1000px; text-align:right; font-size:min(3vw,1.4rem); padding:5px 0; margin:auto; }

#place { padding:50px 0 20px; text-align:center; background:#f7f7f7; border-bottom:1px solid #e6e6e6; }
#place .place { padding:40px 0 20px; font-size:min(6.0vw,3.4rem); font-weight:700; line-height:1.4; }
#place .place span:nth-of-type(1) { font-size:min(4.8vw,2.6rem); }
#place .place span:nth-of-type(2) { font-size:min(3vw,1.6rem); }
#place .map { width:94%; max-width:1200px; margin:auto; }
#place .map iframe { width:100%; height:500px; }
#place .map p { text-align:right; }
#place .map p a { color:#0099ff; border-bottom:1px solid #0099ff; }
#place .about { width:90%; max-width:980px; margin:60px auto 50px; }
#place .about h3 { width:100%; color:#fff; font-size:min(4.6vw,2.4rem); font-weight:700; background:#009999; display:flex; justify-content:center; align-items:center; height:60px; border-radius:10px; }
#place .about ul { display:flex; justify-content:space-between; align-items:stretch; flex-wrap:wrap; margin:20px 0 0; }
#place .about li { width:49%; margin:1% 0; text-align:left; border:1px solid #aaa; border-radius:15px; background-color:#fff; padding:2.2%; font-weight:500; }
#place .about li h4 { font-size:min(3.6vw,2.4rem); font-weight:700; padding-left:22px; position:relative; }
#place .about li h4::before { content:'●'; color:#009999; font-size:min(2.5vw,1.7rem); position:absolute; top:7px; left:0px; }
@media screen and (max-width:520px){
#place .about li { line-height:1.5; font-size:min(3.5vw,1.4rem); }
#place .about li h4 { padding-left:15px; padding-bottom:5px; }
#place .about li h4::before { top:5px; }
}
@media screen and (max-width:480px){
#place .about li h4::before { top:3px; }
}

#contact { padding:50px 0; text-align:center; width:92%; max-width:980px; margin:auto; }
#contact h3 { background:#333; color:#fff; font-size:min(4.0vw,1.8rem); font-weight:500; display:flex; justify-content:center; align-items:center; height:50px; border-radius:10px; }
#contact p.note { padding:35px 0; font-size:1.5rem; font-weight:500; }
#contact .form { width:100%; max-width:640px; margin:auto; text-align:left; }
#contact .form dl { margin:20px 0; position:relative; }
#contact .form dt { font-weight:600; display:flex; align-items:center; padding:5px 0; }
#contact .form dt span { display:block; background-color:#cc0000; color:#fff; font-size:1.3rem; padding:3px 6px 4px; border-radius:5px; line-height:1.0; margin-left:8px; }
#contact .form dd { display:flex; flex-wrap:wrap; }
#contact .form p.btn { padding:40px 0; }
#contact .form input[type="text"] { height:40px; border:1px solid #777; border-radius:5px; display:flex; align-items:center; font-size:1.5rem; padding:0 8px; }
#contact .form textarea { height:40px; border:1px solid #777; border-radius:5px; font-size:1.5rem; padding:8px; min-height:100px;  }
#contact .form select { height:40px; border:1px solid #777; border-radius:5px; font-size:1.5rem; padding:0 20px 0 10px; }
#contact .form .l { width:100%; }
#contact .form .s { width:40%; min-width:100px; }
#contact .form dd .l:nth-child(2) { margin-top:10px; }
#contact .form dd .s:nth-child(2) { margin-left:10px; }
#contact .form input.submit-btn { width:100%; height:80px; background-color:#0066cc; color:#fff; display:flex; align-items:center; justify-content:center; font-size:min(5vw,2.2rem); font-weight:700; border-radius:6px; }
#contact .form span.error { position:absolute; bottom:-23px; left:0; } 
@media screen and (max-width:520px){
#contact p.note { text-align:left; padding:20px 0; }
#contact .form input.submit-btn { height:60px;}
}


footer { background:#eef0f1; padding:20px 0 0;  }
footer .npd { width:92%; max-width:980px; margin:auto; padding:10px 0 20px; }
footer .npd p img { width:120px; height:auto; }
footer .npd p { font-size:1.2rem; margin-top:10px; }
footer .npd p a { color:#993399; border-bottom:1px solid #993399; }
footer .footer { background:#dee2e4; padding:15px 0; border-top:1px solid #fff; }
footer .footer div { width:92%; max-width:980px; margin:auto; display:flex; justify-content:space-between; align-items:center; }
footer .footer p { font-size:1.0rem; color:#666666; }
footer .footer ul { display:flex; align-items:center; }
footer .footer li { margin:0 5px; }
footer .footer li a { display:flex; justify-content:center; align-items:center; background:#fff; border-radius:50%; width:36px; height:36px; }
footer .footer li a img { width:25px; }


