@charset "utf-8";

/* ==========================================================================
   基本設定
   ========================================================================== */
#main-visual {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

.main-visual {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

/* スマホ用改行（PCでは非表示） */
.sp-br {
	display: none;
}

/* ==========================================================================
   メインビジュアル・導入エリア
   ========================================================================== */
/* タイトル画像 */
.title-image {
	margin-bottom: 30px;
}

.title-image picture {
	display: block; /* marginを正しく適用するため */
	margin-bottom: 5px;
}

.note {
	font-size: 12px;
	text-align: right;
}

/* 動画エリア */
/* Youtube */
.movie-container {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 50px;
}

.movie-container img,
.movie-container iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

/* キャッチコピーエリア */
.catch-copy-area {
	width: 100%;
	max-width: 730px;
	margin: 0 auto 35px;
}

.catch-copy-area p {
	width: 82.2%;
	margin: 0 auto;
	background-color: #0b7569;
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 70px;
	text-align: center;
}

.catch-copy-area p:nth-of-type(2) {
	width: 100%;
}

/* 導入見出し */
.intro-heading {
	font-size: 18px;
	text-align: center;
	margin-bottom: 40px;
}

/* ==========================================================================
   共通パーツ
   ========================================================================== */
/* ダウンロードボタン */
.download-jmp_btn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 570px;
	height: 90px;
	margin: 0 auto 90px;
	border: 3px solid #0b7569;
	border-radius: 45px;
	box-sizing: border-box;
	color: #0b7569;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}

@media (hover: hover) {
	.download-jmp_btn:hover {
		background-color: #e6f7f4;
	}
}

.download-jmp_btn span {
	display: inline-block;
}

.download-jmp_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	width: 14px;
	height: 23px;
	background: url(../img/icon_arrow.svg) no-repeat center / contain;
	transform: translateY(calc(-50% + 2px));
}

/* ==========================================================================
   コンテンツエリア（体験・学習内容）
   ========================================================================== */
/* 全体ラップ */
/* このコンテンツで体験できること */
.br-wrap {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 80px;
	padding: 0;
	background-color: #ffffff;
	color: #333;
}

/* タイトルエリア */
.br-title-area {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 25px;
	padding: 8px 0;
	border-top: 4px solid #004097;
	border-bottom: 4px solid #004097;
	box-sizing: border-box;
	text-align: center;
}

.br-title-area h3 {
	margin: 0;
	color: #007b63;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

/* 体験イメージ画像 */
.experience-img {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 60px;
}

.experience-img img {
	width: 100%;
	height: auto;
}

/* コンテンツ幅制限 */
.br-content {
	width: 1060px;
	margin: 0 auto;
}

/* --- 行・カードレイアウト共通 --- */
.br-row {
	position: relative;
	width: 100%;
	height: 380px;
	margin-bottom: 40px;
}

.br-row:last-of-type {
	margin-bottom: 0;
}

/* 背景黄色カード */
.br-bg-card {
	position: absolute;
	z-index: 1;
	background-color: rgba(255, 255, 0, 0.2);
	border-radius: 30px;
	box-sizing: border-box;
}

/* 写真枠 */
.br-pic {
	position: absolute;
	z-index: 2;
	width: 560px;
	height: 315px;
	background-color: #ddd;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	overflow: hidden;
}

.br-pic img {
	width: 100%;
	height: auto;
}

/* --- 上段レイアウト（左カード・右写真） --- */
/* この体験で学べること */
.br-row.top .br-bg-card {
	top: 0;
	left: 0;
	width: 750px;
	height: 328px;
	padding: 40px 50px;
}

.br-row.top .br-pic {
	top: 40px;
	right: 0;
}

/* --- 下段レイアウト（右カード・左写真） --- */
/* 学校・イベントでの使い方 */
.br-row.bottom .br-bg-card {
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 750px;
	height: 328px;
	padding: 40px 50px 40px 0;
}

.br-row.bottom .br-pic {
	top: 50px;
	left: 0;
}

/* --- 内部コンテンツ --- */
.br-inner {
	width: 345px;
	text-align: left;
}

.br-heading {
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 6px solid #f9d58e;
	line-height: 100%;
	color: #0b7569;
	font-size: 26px;
	font-weight: bold;
}

.br-list,
.br-steps {
	margin: 0;
	padding: 0;
	list-style: none;
}

.br-steps {
	margin-bottom: 15px;
}

.br-list li,
.br-steps li {
	margin-bottom: 12px;
	color: #4f5451;
	font-size: 18px;
	line-height: 1.4;
}

.br-list li::before {
	content: "・";
}

.br-footer {
	margin-top: 0;
	color: #0b7569;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.5;
}

.br-footer span {
	display: inline-block;
}

 /*  ダウンロードエリア　*/
.br-dl-wrapper {
	max-width: 1200px;
	width: 100%;
	margin-bottom: 50px;
	padding: 0;
	background-color: #ffffff;
}

/* メインの薄緑背景ボックス */
.br-dl-container {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto 90px;
	background-color: #e6f7f4;
	border-radius: 60px;
	padding: 40px 100px;
	box-sizing: border-box;
	text-align: center;
}

/* セクション見出し */
.br-dl-sub-ttl {
	display: inline-block;
	font-size: 36px;
	font-weight: 800;
	color: #0b7569;
	background: linear-gradient(transparent 65%, #ffff00 65%);
	margin-bottom: 25px;
	padding: 0 5px;
	letter-spacing: 0.05em;
}

.br-dl-lead {
	display: inline-block;
	font-size: 18px;
	line-height: 1.7;
	color: #4f5451;
	margin-bottom: 50px;
	font-weight: normal;
	text-align: left;
}

/* メインダウンロードボタン */
.br-dl-main-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 580px;
	height: 90px;
	background: linear-gradient(to bottom, #51d824, #2b770e);
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	border-radius: 42px;
	box-shadow: 5px 5px 0 #0b7569;
	margin-bottom: 30px;
	transition: all 0.2s;
}

.br-dl-main-btn::after {
	content: "";
	width: 27px;
	height: 39px;
	margin-left: 15px;
	background-image: url(/customer_index/kanko_event/minecraft/img/icon_dl.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 6px;
}

@media (hover: hover) {
	.br-dl-main-btn:hover {
		transform: translateY(3px);
		box-shadow: 2px 2px 0 #0b7569;
	}
}

/* 点線区切り */
.br-dl-divider {
	border: none;
	border-top: 3px dotted #9cdbd2;
	margin: 0 0 50px;
}

/* PDFリンクボタン */
.br-dl-pdf-list {
	list-style: none;
	padding: 0;
	margin: 0 auto 50px;
	width: 550px;
}

.br-dl-pdf-item {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 1em;
	width: 550px;
	height: 50px;
	background-color: #ffffff;
	border: 3px solid #007b63;
	border-radius: 35px;
	padding: 0 35px;
	box-sizing: border-box;
	margin-bottom: 20px;
	color: #007b63;
	font-weight: 600;
	line-height: 1; 
	font-size: 16px;
	text-decoration: none;
	transition: all 0.2s;
}

.br-dl-pdf-text {
	text-align: left;
}

@media (hover: hover) {
	.br-dl-pdf-item:hover {
		background-color: #e6f7f4;
		opacity: 0.9;
	}
}

.br-dl-pdf-icon {
	display: inline-block;
	width: 27px;
	height: 33px;
	background: url(/customer_index/kanko_event/minecraft/img/icon_pdf.svg) no-repeat center / contain;
	vertical-align: middle; 
}

/* 注意事項エリア */
/* PDFリストここまで */
.br-dl-notes {
	text-align: left;
	margin-top: 0;
}

.br-dl-notes-ttl {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0b7569;
	background: linear-gradient(transparent 65%, #ffff00 65%);
	width: fit-content;
	margin: 0 auto 30px;
	padding: 0 8px;
}

.br-dl-notes-list {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #333;
	line-height: 1.9;
}

.br-dl-notes-list li {
	padding-left: 16px;
	text-indent: -16px;
	margin-bottom: 18px;
	line-height: 18px;
}

/* お客さま窓口 */
.br-dl-contact {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 715px;
	height: 100px;
	margin: 0 auto;
	border: 3px solid #0b7569;
	box-sizing: border-box;
	text-align: center;
	color: #0b7569;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.6;
}

.contact-row {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1em;
	text-align: center;
}

/* ==========================================================================
   レスポンシブ設定：タブレット (Max 959px)
   ========================================================================== */
@media screen and (max-width: 959px) {
	/* --- 基本設定 --- */
	#main-visual {
		min-width: 360px;
		font-size: 18px;
	}

	.main-visual {
		padding: 0% 5%;
	}

	.title-image {
		margin-right: -5.56%;
		margin-left: -5.56%;
	}

	.catch-copy-area p,
	.catch-copy-area p:nth-of-type(2) {
		height: auto;
		padding: 10px 0;
		font-size: 4.6vw;
		line-height: 1.5;
	}

	.intro-heading {
		text-align: left;
	}

	.download-jmp_btn {
		margin: 0 auto 50px;
	}

	/* 幅のリセット */
	/* このコンテンツで体験できること */
	.br-wrap,
	.br-title-area,
	.experience-img,
	.br-content {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.br-wrap {
		margin-bottom: 50px;
	}

	/* 行レイアウト：黄色枠化 */
	/* この体験で学べること */
	.br-row {
		display: flex;
		flex-direction: column;
		height: auto;
		margin-bottom: 40px;
		padding: 55px 60px;
		background-color: #fffde1;
		border-radius: 30px;
		box-sizing: border-box;
	}

	/* 下段：順序反転（文→写真） */
	/* 学校・イベントでの使い方 */
	.br-row.bottom {
		flex-direction: column-reverse;
	}

	/* カードスタイルのリセット */
	.br-row .br-bg-card,
	.br-row.top .br-bg-card,
	.br-row.bottom .br-bg-card {
		position: static;
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		padding: 0;
		background: none;
	}

	.br-inner {
		width: 100%;
	}

	/* 写真エリアのリセット */
	.br-row .br-pic {
		position: static;
		width: 100%;
		height: auto;
		margin: 0;
		box-shadow: none;
	}

	/* --- ダウンロードエリア --- */
	.br-dl-wrapper {
		width: 100%;
		margin-bottom: 30px;
	}

	.br-dl-container {
		width: 100%;
		border-radius: 30px;
		padding: 25px 6% 40px;
		margin-bottom: 45px;
	}

	.br-dl-sub-ttl {
		font-size: 44px;
	}

	.br-dl-lead br {
		display: none;
	}

	.br-dl-main-btn {
		width: 100%;
		max-width: 580px;
	}

	/* PDFリスト */
	.br-dl-pdf-list {
		width: 100%;
		max-width: 550px;
	}

	.br-dl-pdf-item {
		width: 100%;
		font-weight: bold;
	}

	.br-dl-contact {
		width: 100%;
		height: auto;
		padding: 25px;
	}

	/* 注意事項エリア */
	/* PDFリストここまで */
	.br-dl-notes-list li {
		line-height: 22px;
	}
}

/* ==========================================================================
   レスポンシブ設定：スマートフォン (Max 767px)
   ========================================================================== */
@media screen and (max-width: 767px) {
	/* --- 基本設定 --- */
	.main-visual {
		font-size: 16px;
		min-width: 360px;
	}

	.catch-copy-area p {
		line-height: 36px;
	}

	/* --- 共通パーツ --- */
	.download-jmp_btn {
		min-width: 300px;
		width: 100%;
		height: auto;
		padding: 20px 50px;
		font-size: 20px;
		font-weight: bold;
	}

	/* --- コンテンツエリア --- */
	/* このコンテンツで体験できること */
	/* この体験で学べること */
	.br-row {
		padding: 5%;
	}

	.br-title-area h3 {
		font-size: clamp(16px, 5vw, 36px);
	}

	.br-heading {
		font-size: 22px;
	}

	.br-list li,
	.br-steps li {
		font-size: 16px;
	}

	.br-footer {
		font-size: 18px;
	}

	/* --- ダウンロードエリア --- */
	.br-dl-sub-ttl {
		font-size: 36px;
	}

	.br-dl-lead {
		font-size: 16px;
		margin-bottom: 30px;
	}

	/* 点線区切り */
	.br-dl-divider {
		margin: 0 0 30px;
	}

	.br-dl-main-btn {
		font-size: clamp(18px, 5vw, 36px);
		height: auto;
		padding: 20px 70px 20px 40px;
		position: relative;
		justify-content: flex-start;
		text-align: left;
		flex-wrap: wrap;
		line-height: 1.4;
		margin-bottom: 35px;
	}

	.br-dl-main-btn::after {
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 0;
	}

	.br-dl-main-btn span {
		display: inline-block;
	}

	
	/* PDFリスト */
	.br-dl-pdf-item {
		font-size: 17px;
		height: auto;
		padding: 20px 20px 20px 25px;
		line-height: 1.4;
		gap: 10px;
	}

	.br-dl-pdf-text {
		padding-left: 0;
		text-align: left;
	}

	.sp-br {
		display: inline;
	}

	.br-dl-contact {
		font-size: 18px;
	}
}

/* ==========================================================================
   レスポンシブ設定：最小幅対応 (Max 360px)
   ========================================================================== */
@media screen and (max-width: 360px) {
	.catch-copy-area p,
	.catch-copy-area p:nth-of-type(2) {
		font-size: 16.6px;
	}

	/* 可変フォントサイズを360px以下で固定値にする */
	.br-title-area h3 {
		font-size: 18px; 
	}

	.br-dl-main-btn {
		font-size: 18px; 
	}

	.br-dl-pdf-item {
		font-size: 14px;
	}
}


a.br-dl-main-btn:hover,
a.br-dl-main-btn:focus,
a.br-dl-main-btn:focus-visible {
  color: #fff;
  text-decoration: none;
  outline: none;
}


a.br-dl-pdf-item:hover,
a.br-dl-pdf-item:focus,
a.br-dl-pdf-item:focus-visible {
  color: #007b63;
  text-decoration: none;
  outline: none;
}

a.download-jmp_btn:hover,
a.download-jmp_btn:focus,
a.download-jmp_btn:focus-visible {
  color: #007b63;
  text-decoration: none;
  outline: none;
}


