@charset "utf-8";

html {
	scroll-behavior: smooth;
}

body .pc {
	display: none;
}

@media screen and (min-width: 1024px) {
	body .sp {
		display: none;
	}

	body .pc {
		display: block;
	}
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

body {
	font-family: "Hiragino Kaku Gothic Pro", "Outfit";
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.1rem;
	font-size: 16px;
	color: #1D1D1D;
	background-color: #ffffff;
}

.page {
	min-height: 100vh;
	background: #ffffff;
	margin: auto;
}

img {
	width: 100%;
	height: auto;
	display: block;
}

a {
	text-decoration: none;
}

.pc-br {
	display: inline;
}

.sp-br {
	display: none;
}

.tab-br {
	display: none;
}

/* === space style === */
.top-space {
	margin-top: 0.5rem;
}

.top-space-b {
	margin-top: 0.75rem;
}

.top-space-c {
	margin-top: 0.25rem;
}

.top-space-d {
	margin-top: 1rem;
}

.left-space {
	margin-left: 0.5rem;
}

.left-space-b {
	margin-left: 1.875rem;
}

/* === text style === */
.ttl-group {
	display: flex;
	align-items: baseline;
	gap: 1.25rem;
	line-height: 1.0;
}

.ttl-left {
	margin-left: 10rem;
}

.ttl-center {
	justify-content: center;
}

.ttl-right {
	justify-content: flex-end;
	margin-right: 10rem;
}

h1.outline-text {
	font-family: "Outfit";
	font-size: 6.125rem;
	font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 2px #E73652;
  text-shadow: 2px #E73652;
	paint-order: stroke;
}

h1.txt-q {
	font-family: "Outfit";
	font-size: 3rem;
	font-weight: bold;
  color: #E73652;
}

h1.txt-a {
	font-family: "Outfit";
	font-size: 3rem;
	font-weight: bold;
  color: #ffffff;
	line-height: 1.0;
}

h1.name-txt-c {
	font-size: 3rem;
}

p.ttl-txt-b {
	color: #E73652;
	font-size: 1.5rem;
}

p.ttl-txt-w {
	color: #ffffff;
	font-size: 1.5rem;
}

h2.ttl-txt {
	color: #E73652;
	font-size: 2rem;
	line-height: 2.0;
}

h2.copy-txt {
	color: #E73652;
	font-size: 2rem;
	background: #ffffff;
	width: fit-content;
	padding: 0.75rem 1rem;
}

h2.copy-txt-b {
	color: #E73652;
	font-size: 2rem;
}

h2.name-txt {
	font-size: 2rem;
}

h2.highlight-txt {
	color: #E73652;
	font-size: 2rem;
	line-height: 1.0;
}

h3.ttl-txt-c {
	font-size: 1.5rem;
}

p.txt-c {
	font-size: 1.125rem;
	color: #E73652;
}

p.txt-cw {
	font-size: 1.125rem;
	color: #ffffff;
}

.txt-cw span {
	background: #E73652;
	padding: 0.125rem 0.5rem;
	display: inline-block;
	box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
	word-break: break-word; 
}

p.name-txt-b {
	font-size: 1.125rem;
}

p.nml-txt-c {
	color: #E73652;
}

p.txt-lh {
	font-size: 0.875rem;
	line-height: 1.5;
}

p.txt-tag {
	color: #ffffff;
	background: #E73652;
	padding: 0rem 1rem;
	border-radius: 3.125rem;
}

p.txt-nml-w3 {
	font-weight: 300;
}

p.txt-nml-15 {
	font-size: 15px;
}

p.min-txt-c14 {
	font-size: 0.875rem;
	color: #E73652;
}

span.txt-nml {
	font-size: 1rem;
	color: #1D1D1D;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: 0.7;
}

span.min-txt {
	font-size: 0.875rem;
	color: #1D1D1D;
}

span.min-txt-b {
	font-size: 0.875rem;
	font-weight: 300;
}

span.min-txt-c {
	font-size: 0.86rem;
	color: #E73652;
}

span.sub-txt {
	display: block;
  font-size: 15px;
}

.txt-center {
	text-align: center;
}

/* ----------------------------------------------------
    mv
---------------------------------------------------- */
.pc-mv {
	width: 100%;
	overflow: hidden;
}

.pc-mv img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sp-mv {
	display: none;
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.sec01 {
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.sec01-bg {
  background-image: url("../images/sec01_back.png");
  background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
  inset: 0;
	background-size: contain;
}

.sec01-inner {
	padding-top: 16rem;
	padding-bottom: 11.25rem;
	display: flex;
	flex-direction: column;
	gap: 5rem;
	position: relative;
	z-index: 1;
}

p.sec01-txt {
	font-size: 1.125rem;
	line-height: 2.0;
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
	display: flex;
	justify-content: center;
}

.sec02-inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.5rem;
	padding: 0rem 9.75rem 10rem 9.75rem;
}

.info-table {
  width: 100%;
  border: 2px solid #E73652;
}

.info-table th,
.info-table td {
  padding: 1.5rem 3.5rem;
  border: 2px solid #E73652;
}

th.position {
	vertical-align: top;
}

.info-table th {
  width: 25%;
  background: #FFE5F1;
}

.info-table td {
	width: 75%;
	background: #ffffff;
}

.info-table tr:nth-child(even) td {
  background: #F4F4F4;
}

.plan-card-list {
	display: flex;
	gap: 1.75rem;
}

.plan-card {
	border: 2px solid #E73652;
	border-radius: 1.5rem;
	background: #ffffff;
	flex: calc((100% - 1.75rem) / 2);
	text-align: center;
}

.plan-card-inner {
	margin: 1.5rem;
}

.plan {
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.plan-btn {
	color: #ffffff;
	background: #E73652;
	border-radius: 5rem;
	padding: 0.5rem 3.5rem;
}

ul.plan-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.5rem;
}

ul.plan-info li:nth-child(odd)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E73652;
  border-radius: 50%;
  margin-right: 0.5rem;
  vertical-align: 3px;
}

ul.plan-info li:nth-child(even) {
  margin-bottom: 0.5rem;
}

ul.plan-info li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
	background: #FFE5F1;
	position: relative;
}

.sec03-bg {
	background-image: url("../images/sec03_back.png");
  background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
  inset: 0;
}

.sec03-inner {
	padding-top: 7.5rem;
	position: relative;
	z-index: 1;
}

/* === 電車アニメーション === */
.train-section {
  overflow: hidden;
	margin: 5rem 0;
	position: relative;
}

.train-track {
  display: flex;
  align-items: center;
  width: max-content;
	height: 530px;
}

.train-set {
  position: relative;
	margin-left: 20rem;
	width: 2530px;
}

.train {
	width: 100%;
	height: auto;
	display: block;
}

ul.train-card-list {
	width: 2090px;
  position: absolute;
	top: -2rem;
  left: 13.75rem;
  display: flex;
  gap: 2.5rem;
  z-index: 2;
}

li.train-card {
  flex: 0 0 calc((100% - 10rem) / 5);
  min-height: 518px;
  background: #fff;
	border-radius: 0.5rem;
  display: flex;
	flex-direction: column;
  align-items: center;
	gap: 1.5rem;
}

.train-photo {
	width: 100%;
	height: 218px;
	overflow: hidden;
	border-radius: 0.5rem 0.5rem 0 0;
}

.train-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.train-txt {
	padding: 0rem 1.5rem;
}

.txt-gap {
	margin: 0.75rem 0rem;
}

/* === ボタン位置 === */
.train-btn {
	display: flex;
	gap: 1.25rem;
	max-width: 230px;
	max-height: 100px;
	position: absolute;
	right: 10%;
	bottom: 13%;
}

.train-prev,
.train-next {
  z-index: 10;
	width: 100px;
	height: 100px;
  background: none;
  border: none;
  cursor: pointer;
}

.train-prev {
  background: url("../images/sec03_prev.png") no-repeat center;
  background-size: contain;
}

.train-next {
  background: url("../images/sec03_next.png") no-repeat center;
  background-size: contain;
}

.train-prev:hover,
.train-next:hover {
	opacity: 0.7;
}

/* === SAKUBISAKURAアニメーション === */
.marquee {
	font-family: "Outfit";
	font-size: 11.75rem;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 2.6rem;
	color: #ffffff70;
  overflow: hidden;
	position: relative;
	top: 1.5rem;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
}

.marquee-track span {
  padding-right: 3rem;
  white-space: nowrap;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
	background: #D0ECFB;
}

.sec04-inner {
	padding-top: 7.5rem;
}

.copy {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	position: absolute;
	left: 12.125rem;
	padding-top: 2.35rem;
}

.guest-introduce {
	display: flex;
	justify-content: center;
	gap: 5rem;
	padding-top: 7.25rem;
	padding-bottom: 10rem;
}

.guest-photo {
	width: 352px;
	overflow: hidden;
}

.guest-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.guest-card {
	width: 494px;
	background: #ffffff;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
}

.guest-card-inner {
	margin: 3.45rem 3.4rem;
}

.txt-group {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
}

.sns {
	display: flex;
	gap: 0.75rem;
}

.circle {
	width: 3.5rem;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	border-radius: 50%;
	background: #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
}

.circle:hover {
  background: #E73652;
}

.circle:hover img {
  filter: brightness(0) invert(1) brightness(0.92);
}

span.sns-icon {
	width: 1.25rem;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	overflow: hidden;
}

span.sns-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
	background: #FFE5F1;
	position: relative;
}

.sec05-bg {
	background-image: url("../images/sec05_back.png");
  background-size: contain;
  background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	inset: 0;
}

.sec05-inner {
	position: relative;
	z-index: 1;
	padding-top: 7.5rem;
}

.character {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.875rem;
	padding-top: 4rem;
	padding-bottom: 6.25rem;
}

.character-photo {
	width: 504px;
	overflow: hidden;
}

.character-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.character-introduce {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.sp-character-name {
	display: none;
}

.character-messeage {
	background: #ffffff;
	border-radius: 0.5rem;
	margin-top: 0.625rem;
	margin-bottom: 1.5rem;
}

.txt-messeage {
	padding: 2.5rem 2rem;
}

/* === フォトスポット === */
.character-photo-spot {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4.5rem;
	padding-bottom: 20.375rem;
}

.character-photo-spot-explain {
	display: flex;
	flex-direction: column;
	gap: 3.125rem;
}

.copy-b {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.photo-panel {
	width: 472px;
	height: 704px;
	overflow: hidden;
}

.photo-panel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* === イラストレーター === */
.illustrator {
	padding: 0rem 16rem;
	display: flex;
	justify-content: center;
	position: relative;
	top: 0;
  transform: translateY(-50%);
}

.card-wrap{
  position: relative;
  width: 100%;
}

.illustrator-back-card {
	background: #FFE5F1;
	border: 2px solid #1D1D1D;
	border-radius: 0.625rem;
	position: absolute;
  z-index: 0;
	inset: 0;
  transform: translate(16px,16px);
}

.illustrator-card {
	background: #ffffff;
	border: 2px solid #1D1D1D;
	border-radius: 0.625rem;
	position: relative;
	z-index: 1;
}

.illustrator-card-inner {
	margin: 3.5rem;
}

.profile {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
}

.photo-circle {
	width: 180px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #1D1D1D;
	overflow: hidden;
  flex-shrink: 0;
}

.photo-circle img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.illustrator-introduce {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.profile-sentence-sp {
	display: none;
}

/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.route {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6.25rem;
	padding-top: 4rem;
}

ul.route-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

ul.route-list li {
  position: relative;
}

ul.route-list h3::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #E73652;
  border-radius: 50%;
  margin-right: 0.875rem;
	position: relative;
  z-index: 2;
}

ul.route-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 1.8rem;
  width: 3px;
  height: calc(100% + 2.5rem);
  background-color: #efefef;
	z-index: 1;
}

ul.route-list li:nth-child(3) {
  position: relative;
}

ul.route-list li:nth-child(3)::before {
  content: "\\現地参加プランの方も/";
	color: #E73652;
	font-size: 0.7rem;
  position: absolute;
  top: -1.5rem;
  left: 4rem;
}

li.route-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.route-map {
	width: 448px;
	overflow: hidden;
}

.route-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07-inner {
	padding-top: 10rem;
}

.wrapper {
  padding: 4rem 10rem 10rem 10rem;
}

.nav {
  width: 100%;
  max-width: 1120px;
	margin: 0 auto;
	display: flex;
	gap: 0.5rem;
}

.nav > li {
  float: left;
  width: 50%;
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  border: 2px #E73652 solid;
	border-bottom: none;
	border-radius: 0.75rem 0.75rem 0 0;
  box-sizing: border-box;
  cursor: pointer;
	padding: 2.5rem 0;
}

ul.nav li:hover {
	opacity: 0.8;
}

ul.nav li.active {
	opacity: 1.0;
}

ul.nav li.is-pink {
	background: #E73652;
}

ul.nav li.is-pink:not(.active) {
  color: #E73652;
	background: #efefef;
}

.nav > li:last-child {
  color: #E73652;
}

.nav > li:last-child.active {
  color: #ffffff;
}

ul.nav li.is-grey{
	background: #efefef;
}

ul.nav li.is-grey.active{
	background: #E73652;
}

.is-hidden {
  display: none;
}

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  border: 2px #E73652 solid;
	border-radius: 0 0 0.75rem 0.75rem;
  background-color: #fff;
  box-sizing: border-box;
	font-size: 1.125rem;
}

.contents > li {
  padding: 4.5rem 10rem;
	position: relative;
}

dl.schedule-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.schedule {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.schedule dt {
	font-size: 1.5rem;
	width: fit-content;
	background: linear-gradient(#FFE5F1 0 0) no-repeat;
	background-size: 100% 0.75rem;
  background-position: 0 70%;
}

/* === 画像あしらい === */
ul.contents li.is-pink::before {
  content: "";
  position: absolute;
  top: 13rem;
  right: -4rem;
  width: 240px;
  height: 150px;
  background: url("../images/sec07_train.png") no-repeat center / contain;
  pointer-events: none;
}

ul.contents li.is-pink::after {
  content: "";
  position: absolute;
  bottom: 18rem;
  left: -6rem;
  width: 250px;
  height: 170px;
  background: url("../images/sec07_sweets.png") no-repeat center / contain;
  pointer-events: none;
}

ul.contents li.is-grey::before {
  content: "";
  position: absolute;
  top: 20rem;
  right: 4rem;
  width: 144px;
  height: 265px;
  background: url("../images/sec07_guest.png") no-repeat center / contain;
  pointer-events: none;
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
	background: #FFE5F1;
}

.sec08-inner {
	padding-top: 7.5rem;
}

ul.question-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	padding: 4rem 10rem 10rem 10rem;
}

li.question-answer {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 2.25rem;
}

/* === Question === */
.question {
	background: #ffffff;
	border-radius: 1rem;
	position: relative;
}

/* active時に△を表示 */
.question::after {
  content: '';
  position: absolute;
  bottom: -3rem;
  right: 4rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/sec08_triangle.svg");
  background-size: cover;
  background-repeat: no-repeat;

  opacity: 0;
  transition: opacity 0.2s;
}

.question.active::after {
  opacity: 1;
}

.question-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 4rem;
}

.question-content {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.accordion-button {
  width: 2rem;
  height: 2rem;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
}

.accordion-button:hover {
	opacity: 0.7;
}

.accordion-button::before,
.accordion-button::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2rem;
  height: 5px;
	border-radius: 1rem;
  background: #E73652;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.accordion-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-button.active::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

/* === Answer === */
.accordion-content {
	display: none;
	background-color: #E73652;
	border-radius: 1rem;
	position: relative;
}

.answer {
	display: flex;
	align-items: flex-start;
	gap: 2rem;
	padding: 2rem 10rem 2rem 4rem;
}

/* ----------------------------------------------------
    sec09
---------------------------------------------------- */
.sec09 {
	background: #ffffff;
}

.sec09-inner {
	padding-top: 7.5rem;
}

.ticket {
	padding: 3.5rem 10rem 10rem 10rem;
}

.ticket-back {
	background: #FFE5F1;
	border-radius: 1.25rem;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul.ticket-card-list {
	display: flex;
	gap: 2rem;
	margin: 3.5rem 0 2.5rem 0;
}

li.ticket-card {
	background: #ffffff;
	border-radius: 1.125rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	padding: 2rem 3.75rem 2.5rem 3.75rem;
}

dl.ticket-details-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin: 0.5rem 0 1rem 0;
}

.ticket-details {
	display: flex;
	align-items: center;
	gap: 1.125rem;
}

.ticket-details dt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.25rem;
	color: #ffffff;
	font-size: 0.9375rem;
	background: #E73652;
	border-radius: 0.9rem;
	width: 6.375rem;
	height: 1.875rem;
}

.sec09-icon {
	width: 1rem;
	height: 1rem;
	overflow: hidden;
}

.sec09-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ticket-details dd {
  position: relative;
}

.lottery {
	width: 3.25rem;
	position: absolute;
	top: -0.25rem;
	right: 1rem;
}

.lottery-right {
	right: 0.25rem;
}

.lottery img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.ticket-details dd {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.terms-link {
	color: #1D1D1D;
	text-decoration: underline;
}

.terms-link:hover {
	opacity: 0.7;
}

.entry-btn {
	font-size: 1.25rem;
	color: #ffffff;
	background: #E73652;
	border-radius: 0.5rem;
	padding: 1.5rem 5.25rem;
}

.entry-btn:hover {
	opacity: 0.7;
}

/* === 参加表明カード === */
.participate {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
	margin-bottom: 10rem;
}

.participate-card {
	width: 100%;
	max-width: 927px;
	overflow: hidden;
}

.participate-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* === 撮影可能エリア === */
.photo-area-map {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4rem;
	background: #FFE5F1;
	padding: 7.5rem 10rem 10rem 10rem;
}

.map {
	width: 100%;
	overflow: hidden;
}

.map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ----------------------------------------------------
    sec10
---------------------------------------------------- */
.sec10-inner {
	padding-top: 7.5rem;
}

ul.images-photo-list {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem 5rem;
	padding: 4rem 10rem 0rem 10rem;
}

li.photo-card {
	flex: 0 0 calc((100% - 10rem) / 3);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

li.photo-card:hover {
	cursor: pointer;
}

.photo {
	width: 100%;
	overflow: hidden;
}

.photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.photo:hover {
	opacity: 0.6;
}

/* === 1列4枚表示 === */
ul.four-col {
	display: flex;
	flex-wrap: wrap;
	gap: 3.5rem;
	padding: 3.5rem 10rem 10rem 10rem;
}

.four-col li {
	flex: 0 0 calc((100% - 10.5rem) / 4);
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.photo-four {
	width: 100%;
	overflow: hidden;
}

.photo-four img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.photo-four:hover {
	opacity: 0.6;
}

/* === クリック時:モーダル表示 === */
.modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.modal-overlay {
  position: absolute;
  inset: 0;
	background: #51515170;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 90%;
  max-width: 880px;
  max-height: 80%;
}

.modal-photo {
  max-height: 80vh;
  object-fit: contain;
}

.modal-close {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	border: 2px solid #E73652;
	background: #fff;
	color: #E73652;
  position: absolute;
  top: -3rem;
  right: -3rem;
  cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-close img {
	width: 1rem;
}

.modal-close:hover {
	opacity: 0.6;
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.sec-footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.25rem;
	padding: 0rem 10rem 10rem 10rem;
}

.contact {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.contact-card {
	width: 100%;
	background: #FFE5F1;
	border-radius: 0.75rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-card-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 2.5rem 6.375rem;
}

.contact-ttl {
	font-size: 1.125rem;
	background: #ffffff;
	border-radius: 5rem;
	padding: 0.375rem 2rem;
}

.telephone {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

.telephone img {
	width: 2.5rem;
}

.sponsorship-cooperation {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	gap: 5rem;
	margin-top: 5.25rem;
}

.company {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 0.5rem;
}

.footer-photo {
	width: 100%;
	max-width: 1800px;
	overflow: hidden;
}

.footer-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* ----------------------------------------------------
    参加規約
---------------------------------------------------- */
h1.ttl-txt-t {
	font-size: 2rem;
	color: #E73652;
	text-align: center;
}

h2.sub-ttl-txt {
	font-size: 1.5rem;
	color: #E73652;
	margin-top: 2.5rem;
}

hr {
	border:1px solid #E73652;
	margin: 1rem 0;
}

ol.terms-list {
	padding-left: 1rem;
}

ol.terms-list li {
	list-style: disc;
}

.terms-page {
	margin: 10rem 10rem 10rem 10.375rem;
}

.terms-page-inner {
	padding-top: 1rem;
}

.cloakroom-card {
	width: fit-content;
	background: #FFE5F1;
	padding: 1.5rem 2rem;
	display: flex;
	flex-direction: column;
}

.cloakroom-row {
	display: flex;
}

.left-space-time {
	margin-left: 6rem;
}

span.txt-color {
	color: #E73652;
}