@charset "utf-8";

header{ display: none; }

.flow-contact{ z-index: 100; position: fixed; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 5px; }
.flow-contact a{ text-align: center; min-height: 160px; padding: 15px; color: #fff; letter-spacing: 0.1em; writing-mode: vertical-lr; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; }
.color-orange{ background: #C35129; }
.color-black{ background: #000; }

/* --------------------------------------------------------------------------- fv */
#fv{ background: url(../images/index/fv_bg_1.png?var=0987654222) no-repeat center top ,url(../images/index/pic_fv.jpg?var=0987654222) no-repeat center center; background-size: cover,cover; max-height: 1089px;height: 100dvh; min-height: 730px;}
#fv img{ width: 100%; height: auto;  }
#fv .fv_inner{position: relative; min-width: 1200px;width: 100%; height: 100%;}
#fv .fv_inner h1 {width: clamp(400px, 55.1vh, 596px); height: auto; position: absolute; top: clamp(34px, 4.2vh, 51px); left: 50.26%; transform: translateX(-50%);}
#fv .fv_inner .logo_2{width: clamp(789px, 108vh, 1177px); height: auto; position: absolute;
  bottom: 0;
  left: 49.85%;
  transform: translateX(-50%);}
.global-nav{ display: flex; align-items: center; flex-wrap: wrap; justify-content: center; padding: 20px 0; background: url(../images/index/bg_global-nav.jpg?var=0987654222); text-align: center; }
.global-nav a{ transition: color 0.2s; padding: 10px 24px; border-right: 1px solid #fff; color: #fff; }
.global-nav a:last-of-type{ border: none; }
.global-nav a:hover{ color: var(--hover-text); }

.global-nav.is-fixed{ position: fixed; top: 0; left: 0; right: 0; z-index: 50; min-width: 1250px;}

/* --------------------------------------------------------------------------- about */
#about{ padding: 150px 0 170px; background: url(../images/index/bg_01.png?var=0987654222) center top/ 100% no-repeat; }
.about__article{ display: flex; align-items: flex-start; justify-content: flex-start; gap: 7%;margin: 0 auto; max-width: 1600px; }
.about__article + .about__article{ padding-top: 140px; }
.about__article:nth-of-type(even){ flex-direction: row-reverse; }
.about__figure{ width: 48%; max-width: 760px; }
.about__figure img{ width: 100%; height: auto; }

.about__box{ width: 33%; min-width: 575px; margin: 0 25px 0 0;}
.about__article + .about__article .about__box { margin: 0 0 0 25px;}
.about__sub{ position: relative; margin-bottom: 20px; padding-left: 70px; font-size: 19px; }
.about__sub:before{ position: absolute; left: 0; top: 50%; transform: translate(0,-50%); content: ""; width: 50px; height: 1px; background: var(--deep-color); }
.about__head{ margin-bottom: 20px; font-size: 39px; line-height: 160%; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; }
.about__text{ margin-bottom: 50px; line-height: 220%; }


/* --------------------------------------------------------------------------- schedule */
#schedule { padding: 0 0 150px; background: url(../images/index/bg_04.png?var=0987654222) -140% 10%/1050px no-repeat, url(../images/index/bg_04.png?var=0987654222) 200% 50%/1100px no-repeat; }
#schedule .main-title{ margin-bottom: 45px; text-align: center; }

.schedule-list { position: relative; }
.schedule-month { display: grid; grid-template-columns: 185px 1fr; column-gap: 60px; position: relative; }

/* 右側 */
.schedule-month__title { font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; line-height: 1; }
.schedule-month__number { font-size: 88px; letter-spacing: -0.05em; font-family: "times-new-roman", sans-serif; font-weight: 400; font-style: italic; }
.schedule-month__unit { font-size: 39px; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; }

.schedule-card { position: relative; padding-bottom: 40px; }

/* 左の縦線 */
.schedule-card::before { content: ""; position: absolute; top: 17px; left: -99px; width: 2px; height: 100%; background: var(--main-color); transform: translateX(30px); }
.schedule-card-end::before { height: 0; }
.schedule-card::after { content: ""; position: absolute; top: 0; left: -100px; width: 27px; height: 27px; border-radius: 50%; background: var(--main-color); transform: translateX(18px); }

/* 日付帯 */
.schedule-card__head { padding: 12px 20px; background: var(--main-color); }
.schedule-card__date { font-size: 20px; font-family: "Zen Old Mincho", serif;font-weight: 400; font-style: normal; }
.schedule-card__date strong{ padding-left: 10px; color: #FF0000; }

/* カード本文 */
.schedule-card__body { padding: 0 10px; border: 1px solid var(--main-color); background: #fff; }
.schedule-event { display: flex; align-items: flex-start; gap: 20px; padding: 25px 10px 25px; }
.schedule-event + .schedule-event { border-top: 1px dashed var(--main-color); }
.schedule-event__time { width: 190px; padding-top: 5px; line-height: 160%; font-size: 17px; }
.schedule-event__content { width: calc(100% - 210px); }
.schedule-event__title { font-size: 26px; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; }
.schedule-event__text { margin-top: 15px; font-size: 17px; line-height: 170%; }


/* --------------------------------------------------------------------------- contents */
#contents { padding-bottom: 100px; }
#contents .main-title { margin-bottom: 50px; }
.contents-inner{ padding: 0 3%; }
.contents-main { width: 100%; margin-bottom: 72px; }

.contents-list { max-width: 1500px; margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 60px; }
.contents-card { width: calc((100% - 60px) / 3); }
.contents-card__image { margin: 0 0 26px; }

.contents-card__title { margin-bottom: 15px; text-align: center; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal;font-size: 25px; line-height: 150%; }
.contents-card__text { margin-bottom: 37px; line-height: 220%; font-size: 16px; }

.contents-card__link { text-align: right; }
.contents-card__link a { transition: color 0.2s; display: inline-flex; align-items: center; gap: 14px; color: #000; font-size: 15px; }
.contents-card__arrow { transition: color 0.2s; width: 30px; height: 7px; border-bottom: 1px solid var(--main-color); border-right: 1px solid var(--main-color); transform: skew(45deg); }

.contents-card__link a:hover { color: var(--hover-text); }
.contents-card__link a:hover .contents-card__arrow { border-color: var(--hover-text); }


/* --------------------------------------------------------------------------- sponsorship */
#sponsorship { padding: 65px 0; background: url(../images/index/bg_03.jpg?var=0987654222) center/cover no-repeat; }
#sponsorship .main-title { margin-bottom: 30px; font-size: 31px; }

.sponsorship__box { padding: 50px 50px 70px; background: rgba(255,255,255,0.94); text-align: center; }
.sponsorship__body { width: 76%; margin: 0 auto 15px; }
.sponsorship__body p { padding-bottom: 10px; line-height: 220%; font-size: 16px; }
.sponsorship__body p strong{ font-size: 25px; font-family: "Zen Old Mincho", serif; font-weight: 600; font-style: normal; font-size: 25px; line-height: 170%; }
.sponsorship__box .button { margin: 0 auto; }
.sponsorship__box .button a{ background: #C35129; }


/* ------------------------------------------------------------ mobile ------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
	
	header{ display: flex; padding: 0; }
	.header__logo,
	.header__text{ display: none; }
	
	.burger-btn { position: fixed; right: 0; top: 0; }
	
	.flow-contact { top: initial; transform: none; gap: 0; bottom: 0; flex-direction: row; left: 0; }
	.flow-contact a{ min-height: initial; padding: 17px 10px; width: 50%;  writing-mode: initial; font-size: 22px; }
	
	footer{ padding-bottom: 100px; }
	
	
/* --------------------------------------------------------------------------- fv */
	#fv{ background: url(../images/index/fv_bg_1-sp.png?var=0987654222) no-repeat center top ,url(../images/index/pic_fv-sp.jpg?var=0987654222) no-repeat center center; background-size: cover,cover; max-height: none;height: calc(100vh - 56px); min-height: 100%; padding: 50px 0 0%;}
	#fv .fv_inner{position: relative; min-width: 100%;width: 100%; height: 100%;}
	#fv .fv_inner h1 {width: 77%; height: auto; position: relative; top: auto; left: auto; transform: none; margin: 0 auto; max-width: 500px;}
	#fv .fv_inner .logo_2{width: 100%; ;bottom: 0%; max-width: 555px }

	.global-nav { display: none; }
	

/* --------------------------------------------------------------------------- about */
	#about { padding: 40px 0 70px; background-image: url(../images/index/bg_01-sp.png?var=0987654222); }
	.about__article { flex-direction: column; gap: 25px; }
	.about__article + .about__article { padding-top: 60px; background: url(../images/index/bg_05.png?var=0987654222) center top/ 100% no-repeat; }
	.about__article:nth-of-type(even) { flex-direction: column; }
	
	.about__box,
	.about__article + .about__article .about__box { margin: 0 auto;}
	.about__figure { width: 90%; margin: 0 auto; }
	.about__box { width: 90%; min-width: initial; margin: 0 auto; }
	.about__sub { margin-bottom: 15px; padding-left: 12%; font-size: 14px; }
	.about__sub:before { width: 7%; left: 0; }
	.about__head { margin-bottom: 22px; font-size: 22px; line-height: 160%; }
	.about__text { margin-bottom: 25px; font-size: 16px; }
	.about__box .button { margin: 0; }
	

/* --------------------------------------------------------------------------- schedule */
	#schedule { padding: 0 0 40px; background: url(../images/index/bg_04.png?var=0987654222) 170% 20%/470px no-repeat, url(../images/index/bg_04.png?var=0987654222) -150% 85%/470px no-repeat; }
	#schedule .main-title { margin-bottom: 15px; }

	.schedule-month { align-items: flex-start; grid-template-columns: 15% 1fr; column-gap: 0; }
	.schedule-month::before { top: 13px; left: 11px; height: 100%; transform: none; }
	.schedule-card-end::before { height: 0; }
	.schedule-month::after { top: 13px; left: 0; width: 23px; height: 23px; transform: none; }

	.schedule-month__body{ margin-top: 25px; }
	.schedule-month__title { display: flex; align-items: flex-end; background: #fff; padding: 5px 0; }
	.schedule-month__number { font-size: 27px; }
	.schedule-month__unit { padding-left: 5px; padding-bottom: 0; font-size: 17px; }

	.schedule-card { padding-bottom: 22px; }
	.schedule-card__head { padding: 8px 16px; }
	.schedule-card__date { font-size: 14px; }
	.schedule-card__date strong { display: inline-block; padding-left: 8px; font-size: 11px; }
	.schedule-card__body { padding: 0; }

	.schedule-card::after { top: 10px; left: -20%; width: 15px; height: 15px; }
	.schedule-card::before { left: -22%; }
	.schedule-card:first-of-type::after{ top: 16px; }
	.schedule-card:first-of-type::before{ top: 24px; }

	.schedule-event { display: block; padding: 10px 15px 20px; }
	.schedule-event__time { width: auto; padding-top: 0; margin-bottom: 5px; font-size: 12px; line-height: 170%; }
	.schedule-event__content { width: 100%; }
	.schedule-event__title { font-size: 22px; line-height: 150%; }
	.schedule-event__text { margin-top: 5px; font-size: 14px; line-height: 180%; }
	

/* --------------------------------------------------------------------------- contents */
	#contents { padding-bottom: 45px; }
	#contents .main-title { margin-bottom: 18px; }
	.contents-inner{ padding: 0; width: 90%; margin: 0 auto; }

	.contents-main { margin-bottom: 28px; }
	.contents-list { display: block; }
	.contents-card { width: 100%; margin-bottom: 40px; }
	.contents-card:last-child { margin-bottom: 0; }

	.contents-card__image { margin: 0 0 20px; }
	.contents-card__image img{ height: 170px; width: 100%; object-fit: cover; }
	.contents-card__title { margin-bottom: 17px; font-size: 20px; line-height: 150%; }
	.contents-card__text { margin-bottom: 25px; line-height: 190%; font-size: 14px; }

	.contents-card__link { text-align: right; }
	.contents-card__link a { gap: 12px; }
	.contents-card__arrow { width: 28px; height: 7px; }


/* --------------------------------------------------------------------------- sponsorship */
	#sponsorship { padding: 25px 0 40px; background: url(../images/index/bg_03-sp.jpg?var=0987654222) center/cover no-repeat; }
	#sponsorship .main-title { margin-bottom: 25px; font-size: 25px; }

	.sponsorship__box { padding: 35px 5% 35px; }
	.sponsorship__body { width: 100%; margin-bottom: 10px; text-align: left; }
	.sponsorship__body p { line-height: 190%; font-size: 14px; }
	.sponsorship__body p.center{ text-align: center; }
	.sponsorship__body p strong{ font-size: 16px; }

	.sponsorship__box .button { width: 100%; }
	


}
