@charset "utf-8";

.l-main_continer {
	overflow: hidden;
}

a:hover {
	opacity: 0.7;
}

.top_mv {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 678px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 100px;

	animation: image_anime 5s ease infinite; /* 5秒のアニメーションを繰り返す */

}

@keyframes image_anime {
  0% {
    background-image: url(../img/top_mv_2.jpg); /* 背景画像1を指定 */
  }
  100% {
    background-image: url(../img/top_mv_3.jpg); /* 背景画像2を指定 */
  }

}

.top-inner_wrap {
	margin-bottom: 56px;
	box-sizing: border-box;
	width: 100%;
}

.top_text_wrap {
	display: block;
	margin: auto;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

.moriya_name {
	font-weight: normal;
	letter-spacing: 4px;
}

.site_title {
	letter-spacing: 4px;
}

.top-link_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	box-sizing: border-box;
	width: 680px;
	flex-wrap: wrap;
	justify-content: center;
}

.icon_img {
	display: block;
	height: 25px;
	width: auto;
	margin: 8px;
}

.mr_0 {
	margin-right: 0;
}

.icon_img:hover {
	opacity: 0.7;
}

@media screen and (max-width:768px) {
	.top_mv {

		height: 600px;
	}

	.top-inner_wrap {
		margin-bottom: 24px;
		padding: 0 24px;
	}

	.top_text_wrap {
		margin-bottom: 64px;
	}

	.top-link_wrap {
		width: 100%;
		box-sizing: border-box;
		padding: 0 24px;
	}
}


/* info */
.info_continer {
	display: block;
	height: 250px;
	overflow-y: scroll;
	border: solid 1px #444;
	border-top: solid 4px #444;
	box-sizing: border-box;
	padding: 24px;
}

.info_wrap {
	display: block;
	margin-bottom: 48px;
}

/* common */

.contents_wrap {
	display: block;
	margin: auto;
	width: 680px;
	box-sizing: border-box;
	margin-bottom: 100px;
}

.contents_wrap_ev {
	display: block;
	margin: auto;
	width: 680px;
	height: 200px;
	overflow: scroll;
	box-sizing: border-box;
	background: #F8F8F8;
	padding: 24px;
	margin-bottom: 100px;
}

.headline {
	font-size: 20px;
	margin-bottom: 8px;
	letter-spacing: 4px;
	margin-bottom: 16px;
}

.info_title {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	margin-bottom: 16px;
}

.note {
	letter-spacing: .15em;
}

.youtube {
	display: block;
	margin: auto;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	margin-bottom: 16px;
}

.youtube iframe {
	width: 100%;
	height: 100%;
}

.about_iwamori {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: bold;
}

.iwamori_btn {
	display: block;
	width: 200px;
	height: auto;
}

.iwamori_btn:hover{
	opacity: 0.7;
}

.contents-flex {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.satoshi_img {
	width: calc(48%);
	align-self: flex-start;
}

.satoshi_note {
	width: calc(48%);
}

.mt_150 {
	margin-top: 150px;
}

.square {
	display: block;
	width: 500px;
	height: 400px;
	background-color: #E70012;
	position: absolute;
	left: 120px;
	top: 185px;
	z-index: -500;
}

@media screen and (max-width:680px) {
	.contents_wrap {
		width: 100%;
		padding: 0 24px;
	}

	.contents_wrap_ev {
		display: block;
		margin: auto;
		width: 100%;
		height: 200px;
		overflow: scroll;
		box-sizing: border-box;
		margin-bottom: 100px;
	}

	.youtube {
		width: 100%;
		height: 220px;
	}

	.contents-flex {
		display: block;
	}

	.satoshi_img {
		width: 100%;
	}

	.satoshi_note {
		width: 100%;
	}

	.mt_150 {
		margin-top: 16px;
	}
}


/* form */

.form_note {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 8px;
}

.form_box {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 36px;
	border-radius: 8px;
	border: solid 1px #444;
}

.form_box_textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 8px;
	margin-bottom: 36px;
	border-radius: 8px;
	border: solid 1px #444;
}

::placeholder {
	color: #888;
	font-weight: normal;
}

.submit_btn {
	display: block;
	box-sizing: border-box;
	padding: 8px;
	margin: auto;
	width: 200px;
	height: 52px;
	border-radius: 8px;
	border: solid 1px #444;
	background-color: #444;
	color: #fff;
}

.submit_btn:hover {
	cursor: pointer;
	background-color: #E70012;
	border: #E70012;
}


/* send.php */

.contents_wrap_send {
	display: block;
	margin: auto;
	width: 680px;
	box-sizing: border-box;
	margin-bottom: 100px;
	text-align: center;
	margin-top: 100px;
}

.send_p {
	font-size: 16px;
	margin-bottom: 36px;
}

.return_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 8px;
	margin: auto;
	width: 200px;
	height: 52px;
	border-radius: 8px;
	border: solid 1px #444;
	background-color: #444;
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width:680px) {
	.contents_wrap_send {
		width: 100%;
		padding: 0 24px;
	}
}


/* footer */

.footer {
	display: block;
	text-align: center;
	padding: 100px 0;
	border-top: solid 1px #444444;
	color: #444;
	letter-spacing: 2px;
	font-size: 10px;
}

@media screen and (max-width:768px) {
	.footer {
		padding: 56px 0;
	}
}