@charset "UTF-8";

.ucbzx-button-wrapper {
	display: none !important;
}

html {
	font-size: 100%;
	/* スムーズスクロール */
	scroll-behavior: smooth;
}

body {
	background: #f5f5f5;
	color: #5f4d3c;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro",sans-serif;
	font-size: 16px;
}

ul,p {
	margin: 0;
	padding: 0;
}

.container {
	max-width: 750px;
	background-color: #fff;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	margin: 0 auto;
	min-height: 100svh;
display: flex;
flex-direction: column;
}

img {
	margin: 0px;
	padding: 0px;
	max-width: 100%;
	vertical-align: top;
}

a {
	color: #fff;
	text-decoration: none;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}



.red {
	color: #eb4d68;
}

.bold {
	font-weight: bold;
}


.btn a:hover img {
	position: relative;
	top: 3px;
	opacity: 0.9;
	cursor: pointer;
}

.fs83 {
	font-size: 83%;
}
/* タイマー */
.countdown {
	background-color: #fff9da;
	color: #ff6484;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding-top: 20px;
	font-size: 30px;
}
.countdown .gentei {
	margin: 0 0 8px;
}
.countdown .timer-label {
	font-size: 14px;
	font-weight: bold;
	color: #ff6484;
	margin: 0 0 10px;
}
#js-timer {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 6px;
	padding: 0 0 20px;
}
.timer-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.timer-block span {
	display: block;
	background: #fff;
	border: 2px solid #ff6484;
	border-radius: 6px;
	padding: 4px 14px;
	font-size: 38px;
	line-height: 1.1;
	min-width: 56px;
	text-align: center;
	color: #ff6484;
}
.timer-block small {
	font-size: 12px;
	color: #ff6484;
	font-weight: bold;
}
.timer-sep {
	font-size: 32px;
	color: #ff6484;
	padding-bottom: 22px;
	line-height: 1;
}


/* 動画
#after_movie {
  display: none;
} */
.douga {
	background-color: #ffffff;
	padding-top: 10px;
	text-align: center;
}
.douga_target {
	padding: 20px 16px 6px;
	font-size: 1.1rem;
	font-weight: bold;
	color: #ff5b80;
}
.douga_top {
	padding-bottom: 10px;
	font-size: 1.5rem;
	font-weight: bold;
}
.douga_under {
	padding-top: 30px;
	color: #4a4a4a;
	font-weight: bold;
	font-size: 1.875rem;
}
.fv_under {
  display: block;
  width: 100%;
}

.movie_space {
  height: 300px;
  background-color: #ffffff;
}

.movie_space.hide_space {
  height: 0;
  overflow: hidden;
}
.title_under_info {
  background-color: #fff4a2;
  text-align: center;
  font-size: 24px;
}
/* cta */
.getugaku, .nengaku {
  position: relative;
}

.getugaku-bg, .nengaku-bg {
  display: block;
  width: 100%;
}
.getugaku .btn {
  position: absolute;
  top: 77%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.nengaku .btn {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.cta_atention {
  font-size: 16px;
  max-width: 630px;
  text-align: justify;
  margin: 0 auto;
  padding-top: 20px;
  font-weight: lighter;
  opacity: 0.6;
  letter-spacing: -0.1px;
}
/*footer*/
footer {
	text-align: center;
	padding-top: 40px;
	width: 100%;
	font-size: 0.875rem;
	background-color: #fff;
	color: #777;
	margin-top: auto;
}

.footer_li {
	margin-bottom: 20px;
	display: flex;
	list-style: none;
	justify-content: center;
}

.footer_li li {
	padding-left: 20px;
	padding-right: 20px;
}

.footer_li li a {
	color: #333;
}

.footer_li li a:hover {
	color: #0066cc;
}

.left_border {
	border-left: 1px solid #888;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 0.8em;
}

@media only screen and (max-width:750px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.container {
		width: 100%;
		border: none;
	}

	img {
		max-width: 100% !important;
	}

	.pb2 {
		padding-bottom: 1rem;
	}

	.mt2 {
		margin-top: 1rem;
	}

	/* footer */
	footer {
		padding-top: 2rem;
	}

	.logo {
		height: 40px;
	}

	.footer_li {
		display: block;
		margin-bottom: 0;
	}

	.footer_li li {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #fff;
	}

	.left_border {
		border-left: none;
	}

	.copyright {
		font-size: 0.75rem;
	}
	.countdown {
		padding-top: 10px;
		font-size: 1rem;
	}
	.timer-block span {
		font-size: 26px;
		padding: 4px 10px;
		min-width: 40px;
	}
	.timer-sep {
		font-size: 22px;
		padding-bottom: 18px;
	}
	.timer-block small {
		font-size: 11px;
	}
.douga_top {
font-size: 4vw;
}
.douga_under {
	font-size: 5vw;
	padding-top: 1rem;
}
.title_under_info {
  font-size: 4vw;
}
/* cta */
 .getugaku .btn {
    position: absolute;
    top: 78%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .nengaku .btn {
    position: absolute;
    top: 75%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .getugaku .btn img,
  .nengaku .btn img {
    width: 100%;
    max-width: 500px;
  }

  .cta_atention {
    font-size: calc(18 / 750 * 100vw);
    line-height: 1.6;
    padding-top: calc(18 / 750 * 100vw);
  }
}

/* スケジュール */
.event-schedule {
  width: 750px;
  margin: 0 auto;
  padding: 70px 0 74px;
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  font-weight: 400;
}

/* 2026年5月／6月 */
.event-schedule__month {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  margin-bottom: 10px;
  color: #32afab;
  white-space: nowrap;
  font-weight: 400;
}

.event-schedule__month-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

/* 左右の点線 */
.event-schedule__dot {
  display: inline-block;
  position: relative;
  top: 9px;
  width: 26px;
  height: 34px;
  border-top: 4px dotted #32afab;
  box-sizing: border-box;
}

.event-schedule__dot--left {
  transform: rotate(55deg);
}

.event-schedule__dot--right {
  transform: rotate(-55deg);
}

/* 緑の見出しボックス */
.event-schedule__main {
  position: relative;
  width: 690px;
  height: 193px;
  margin: 0 auto;
  padding-top: 26px;
  background: #32afab;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: 400;
}

.event-schedule__main::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-top: 21px solid #32afab;
}

.event-schedule__title {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.event-schedule__line {
  width: 630px;
  height: 1px;
  margin: 13px auto 10px;
  background: #fff;
}

.event-schedule__lead {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  white-space: nowrap;
}

/* スケジュール一覧 */
.event-schedule__list {
  width: 690px;
  margin: 57px auto 0;
  border-top: 1px solid #d7d1cc;
}

/* 1行 */
.event-schedule__row {
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #d7d1cc;
  box-sizing: border-box;
}

/* 日付 */
.event-schedule__date {
  margin: 0;
  color: #5f4d3c;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

/* 右側の内容 */
.event-schedule__content {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  white-space: nowrap;
  min-width: 0;
}

/* ラベル共通 */
.event-schedule__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 7px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

/* ラベル色 */
.event-schedule__label--gray {
  background: #968a80;
}

.event-schedule__label--green {
  background: #32afab;
}

.event-schedule__label--orange {
  background: #fc872a;
}

.event-schedule__label--pink {
  background: #f8707c;
}

/* 補足テキスト */
.event-schedule__note {
  color: #5f4d3c;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

/* 768px未満は750px基準でvw縮小 */
@media screen and (max-width: 767px) {
  .event-schedule {
    width: 100vw;
    padding-top: calc(70 / 750 * 100vw);
    padding-bottom: calc(74 / 750 * 100vw);
  }

  .event-schedule__month {
    gap: calc(23 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }

  .event-schedule__month-text {
    font-size: calc(36 / 750 * 100vw);
  }

  .event-schedule__dot {
    top: calc(9 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(34 / 750 * 100vw);
    border-top-width: calc(4 / 750 * 100vw);
  }

  .event-schedule__main {
    width: calc(690 / 750 * 100vw);
    height: calc(193 / 750 * 100vw);
    padding-top: calc(26 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
  }

  .event-schedule__main::after {
    bottom: calc(-20 / 750 * 100vw);
    border-left-width: calc(21 / 750 * 100vw);
    border-right-width: calc(21 / 750 * 100vw);
    border-top-width: calc(21 / 750 * 100vw);
  }

  .event-schedule__title {
    font-size: calc(48 / 750 * 100vw);
  }

  .event-schedule__line {
    width: calc(630 / 750 * 100vw);
    height: 1px;
    margin-top: calc(13 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }

  .event-schedule__lead {
    font-size: calc(24 / 750 * 100vw);
  }

  .event-schedule__list {
    width: calc(690 / 750 * 100vw);
    margin-top: calc(57 / 750 * 100vw);
  }

  .event-schedule__row {
    grid-template-columns: 42% 58%;
    height: calc(52 / 750 * 100vw);
  }

  .event-schedule__date {
    font-size: calc(26 / 750 * 100vw);
  }

  .event-schedule__content {
    gap: calc(6 / 750 * 100vw);
  }

  .event-schedule__label {
    height: calc(35 / 750 * 100vw);
    padding-right: calc(7 / 750 * 100vw);
    padding-left: calc(7 / 750 * 100vw);
    border-radius: calc(5 / 750 * 100vw);
    font-size: calc(25 / 750 * 100vw);
  }

  .event-schedule__note {
    font-size: calc(24 / 750 * 100vw);
  }
}
.answer-fv {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  color: #5f4d3c;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.answer-fv *,
.answer-fv *::before,
.answer-fv *::after {
  box-sizing: border-box;
}

.answer-fv__inner {
  padding: 30px;
}

.answer-fv__title {
  margin: 0 0 22px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #ff5b80;
  letter-spacing: 0.03em;
}

.answer-fv__lead {
  margin-bottom: 16px;
}

.answer-fv__lead-main {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.answer-fv__lead-note {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

/* メール内容 */
.mail-box {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  padding: 8px 10px;
  border: 1px solid #d6d0ca;
  text-align: left;
}

.mail-box__row {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: #5f4d3c;
}

.mail-box__label {
  color: #7a6d62;
}

.mail-box__separator {
  margin: 0 6px;
  color: #d6d0ca;
}

.mail-box__text {
  color: #5f4d3c;
  word-break: normal;
  overflow-wrap: anywhere;
}

/* 招待状 */
.invitation {
  width: 100%;
  padding: 18px 20px 20px;
  background: #ff5b80;
  color: #fff;
}

.invitation__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 10px;
}

.invitation__head span {
  display: block;
  width: 152px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.invitation__head p {
  margin: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.invitation__text {
  margin: 0;
  font-size: 30px;
  line-height: 1.35;
  font-weight: bold;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
  word-break: keep-all;
}

.answer-fv__attention {
  padding: 8px 20px 20px;
  font-size: 18px;
  line-height: 1.5;
  color: #ff4657;
}

.answer-fv__arrows {
  display: flex;
  justify-content: center;
  gap: 18px;
  height: 14px;
}

.answer-fv__arrows span {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 13px solid #ef5350;
}

/* スマホ調整 */
@media screen and (max-width: 750px) {
  .answer-fv__inner {
    padding: 24px 20px 28px;
  }

  .answer-fv__title {
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1.45;
  }

  .answer-fv__lead {
    margin-bottom: 14px;
  }

  .answer-fv__lead-main {
    font-size: 15px;
    line-height: 1.55;
  }

  .answer-fv__lead-note {
    font-size: 12px;
    line-height: 1.5;
  }

  .mail-box {
    display: block;
    width: 100%;
    padding: 8px 10px;
  }

  .mail-box__row {
    font-size: 13px;
    line-height: 1.55;
  }

  .mail-box__separator {
    margin: 0 4px;
  }

  .invitation {
    padding: 18px 20px 20px;
  }

  .invitation__head {
    gap: 16px;
    margin-bottom: 10px;
  }

  .invitation__head span {
    width: 20vw;
    max-width: 152px;
  }

  .invitation__head p {
    font-size: 22px;
  }

  .invitation__text {
    font-size: 27px;
    line-height: 1.35;
  }

  .answer-fv__attention {
    padding: 8px 20px 14px;
    font-size: 15px;
    line-height: 1.5;
  }

  .answer-fv__arrows {
    gap: 18px;
    height: 14px;
  }

  .answer-fv__arrows span {
    border-left-width: 14px;
    border-right-width: 14px;
    border-top-width: 13px;
  }
}