@charset "utf-8";

body .sp-item {
	display: none;
}
body .pc-item {
  display: block;
}

@media screen and (max-width: 640px) {
	body {
		min-width: inherit;
		height:100%;
	}
	body .sp-item {
		display: block;
	}
	body .pc-item {
		display: none;
	}
	body .sp-item img {
		width:100%;
	}
}

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

body {
	max-width: inherit;
	height: 100%;
	background: #333;
	background-attachment: fixed;
}
.main {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-weight: 400;
	line-height: 1.7;
	font-size: 20px;
	color:#333;
	background-color: #fff;
	text-align: justify;
	overflow-x: hidden;
	/* max-width: 2000px; */
	max-width: 1024px;
	margin: 0 auto;
	/* box-shadow: 0 0 8px #ccc; */
	font-feature-settings: "palt";
	text-align: justify;
}
img {
	margin: 0 auto;
	width: 100%;
}
video {
	width: 100%;
}
.inner {
	width: 724px;
	margin: 0 auto;
}
.marker {
	color: #333;
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,150,1) 10%, rgba(255,255,150,1) 90%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}
.bold {
	font-weight: 700;
}

@media screen and (max-width: 640px) {
	img {
		max-width: 100%;
	}
	body {
		width: 100%;
	}
	.inner {
		width: 94%;
	}
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.btn {
	transition: all .2s;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.75));
	width: 310px;
}
.btn:hover {
	opacity: 0.8;
}
.btn-wrapper {
	width: 944px;
	height: auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px;
}
.cta02 .btn-wrapper {
	bottom: 123px;
}
.cta01,
.cta02 {
	position: relative;
}

@media screen and (max-width: 640px) {
	.btn-wrapper {
		width: 90%;
		height: auto;
		flex-direction: column;
		gap: 10px;
		bottom: 14%;
	}
	.btn {
		width: 100%;
	}
	.cta02 .btn-wrapper {
		bottom: 17%;
	}
}

/* ----------------------------------------------------
    main
---------------------------------------------------- */
.movie {
	position: relative;
}
.youtube {
	position: absolute;
	width: 724px;
	bottom: 62px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.youtube iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}
@media screen and (max-width: 640px) {
	.youtube {
		width: 90%;
		height: auto;
		bottom: 11.7%;
	}
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer {
	color: #333;
	padding: 24px 0;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
}
.footer-link {
	width: 92%;
	margin: 0 auto;
}
.footer-link a {
	color: #333;
	text-decoration: none;
	display: inline-block;
}
.footer-link a:hover {
	opacity: 0.8;
	cursor: pointer;
}
.copy-right {
	text-align: center;
}


/* ----------------------------------------------------
    お問い合わせフォーム
---------------------------------------------------- */
.contact {
	background-color: #fff;
	padding: 48px 0 100px;
}
.page-header-title {
	font-size: 2em;
	font-weight: 600;
	color: #C79D6C;
	background-color: #031B1C;
	text-align: center;
	padding: 1em;
}
.contact p,
label {
	font-size: 16px;
}
.contact p {
	line-height: 1.7em;
	text-align: center;
}
.contact-form {
	text-align: left;
	margin-top: 40px;
}
input,
textarea,
select {
	outline: none;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Meiryo UI',sans-serif;
	font-size: 16px;
	font-weight: 300;
	box-sizing: border-box;
	padding: 0.8em;
	line-height: 1.5em;
	margin-bottom: 16px;
	margin-top: 2px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	display: block;
	width: 100%;
	height: 3.2em;
}
textarea {
	width: 100%;
	margin-bottom: 60px;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	height: auto;
}
button {
	cursor: pointer;
	transition: all .2s;
	display: block;
	text-align: center;
	color: #fff;
	background-color: rgb(148, 119, 81);
	border: none;
	font-size: 24px;
	font-weight: 400;
	padding: 16px;
	margin: 0 auto;
	width: 60%;
	border-radius: 5px;
}
button:hover {
	opacity: 0.8;
}
.badge {
	color: #fff;
	background-color: rgb(148, 119, 81);
	font-weight: 500;
	padding: 4px 4px 2px 4px;
	font-size: 80%;
	border-radius: 4px;
	margin-left: 4px;
	line-height: 1;
	display: inline-block;
}
:focus {
	outline: 1px solid rgb(148, 119, 81);
	border-radius: 3px;
}
::placeholder {
	color: #ccc;
	font-weight: 200;
	font-size: 16px;
}

@media screen and (max-width: 640px) {
	.contact p {
		font-size: 16px;
		text-align: justify;
	}
	button {
		width: 100%;
		font-size: 20px;
		padding: 16px;
	}
	textarea {
		margin-bottom: 50px;
	}
}

/* ----------------------------------------------------
    サンクスページ
---------------------------------------------------- */
.thanks {
	text-align: center;
	background-color: #fff;
	padding: 0 0 100px;
	height: 100vh;
	box-sizing: border-box;
}
.thanks h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 8px;
}
.thanks p {
	text-align: center;
	line-height: 27px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
}
.top {
	margin-top: 60px;
}
.dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
	background-color: rgb(148, 119, 81);
  line-height: 1;
  position: relative;
  width: calc(50px + 6px);
  height: calc(50px + 6px);
  border: 0.1em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
	margin-top: 60px;
}
.dli-check-circle > span {
  width: 1.5em;
  height: 0.9em;
  border: 0.3em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

html {
	scroll-behavior: smooth;
}

.select {
	padding: 40px;
}
.select a {
	display: block;
}
.select a:first-child {
	margin-bottom: 40px;
}

#startNow,
#operating {
	display: none;
}

@media screen and (max-width: 640px) {
	.select {
		padding: 18px 0;
	}
	.select a {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.select a:first-child {
		margin-bottom: 18px;
	}
}