
.breadcrumbs_back {
	margin-bottom: 0;
}
.main-container {
	position: relative;
}
.main-video-wrap {
	width: 100%;
	text-align: center;
	margin: auto;
}
.main-video {
	display: block;
	width: 100%;
	max-height: 75vh;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
}
.main-wrap {
	max-width: 720px;
	width: 80%;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
}
.main-heading-ttl {
	margin-bottom: 10px;
	font-size: clamp(16px, 1.4vw, 24px);
	text-shadow: 1px 1px 4px #222;
}
.main-heading-ttl img {
	max-width: 10vw;
	width: 150px;
	margin: 0 6px 5px 5px;
	filter: drop-shadow(1px 1px 4px #222);
}
.main-ttl {
	margin-bottom: 40px;
	font-size: clamp(22px, 2.6vw, 44px);
	font-weight: bold;
	line-height: 1.2;
	text-shadow: 1px 1px 4px #222;
}
.main-txt {
	margin-bottom: 20px;
	font-size: clamp(14px, 1vw, 18px);
	text-shadow: 1px 1px 4px #222;
}
.cp_iptxt {
	position: relative;
	max-width: 560px;
	width: 80%;
	margin: 0 auto;
}
.cp_iptxt input[type=email] {
	width: 100%;
	margin: 8px 0;
	padding: 0 90px 0 48px;
	-webkit-appearance: none;
	font-size: clamp(14px, 1.2vw, 18px);
	font-family: sans-serif;
	background: #fff;
	border: 2px solid #803cee;
	border-radius: 0;
	box-sizing: border-box;
	transition: 0.3s;
	color: #803cee;
	caret-color: #803cee;
	height: 46px;
}
.cp_iptxt input[type=email]:focus {
	border-color: #803cee;
}
.cp_iptxt input[type=email]::placeholder {
	color: #888;
}
.cp_iptxt i {
	position: absolute;
	top: 20px;
	left: 18px;
	font-size: 22px;
	color: #803cee;
	transition: 0.3s;
	z-index: 1;
}
.cp_iptxt input[type=submit] {
	margin: 8px 0;
	padding: 0 20px;
	font-size: clamp(16px, 1.2vw, 18px);
	font-family: sans-serif;
	font-weight: bold;
	color: #fff;
	background: #803cee;
	border: 2px solid #803cee;
	-webkit-appearance: none;
	border-radius: 0!important;
	box-sizing: border-box;
	transition: 0.3s;
	position: absolute;
	top: 0;
	right: 0;
	height: 46px;
}
.cp_iptxt input[type=submit]:hover {
	background: #6711f2;
}
.cp_iptxt .wpcf7-not-valid-tip { display: none; }
.cp_iptxt .wpcf7-response-output {
	margin-top: 1em !important;
	padding: 0.2em 0.5em!important;
	font-size: clamp(12px, 1.6vw, 16px);
	color: #fff;
}
.wpcf7-spinner {
	display: none;
}
.line-btn {
	display: inline-block;
	margin: 0 6px 6px;
	padding: 6px 60px 6px 40px;
	font-size: clamp(16px, 1.5vw, 24px);
	color: #fff;
	background: #803cee;
	border-radius: 30px;
	border: 3px solid #fff;
	transition: 0.2s;
	position: relative;
}
.line-btn:hover {
	color: #803cee;
	background: #fff;
	border: 3px solid #803cee;
	opacity: 1;
}
.line-btn::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transform: rotate(45deg);
}
.line-btn:hover::before {
	border-top: solid 3px #803cee;
	border-right: solid 3px #803cee;
}
.line-btn img {
	width: 30px;
	margin-right: 8px;
	padding: 4px 0;
}
@media screen and (max-width: 1020px) {
	.main-video {
		max-height: 40vh;
	}
	.main-wrap {
		top: 20%;
	}
}
@media screen and (max-width: 767px) {
	.main-video {
		height: 400px;
	}
	.main-wrap {
		width: 95%;
		top: 20%;
	}
	.main-heading-ttl {
		margin-bottom: 5px;
	}
	.main-heading-ttl img {
		max-width: 23vw;
		margin: 0 4px 3px 3px;
	}
	.main-ttl {
		margin-bottom: 20px;
	}
	.main-txt {
		margin-bottom: 5px;
	}
	.cp_iptxt {
		width: 100%;
	}
	.cp_iptxt input[type=email] {
		width: 100%;
		margin: 8px 0;
		padding: 0 70px 0 36px;
	}
	.cp_iptxt i {
		left: 10px;
	}
	.cp_iptxt input[type=submit] {
		padding: 0 15px;
	}
}

.about-container {
	margin-bottom: 120px;
	padding: 80px 0 140px;
	background: #f0f0f0;
}
.about-wrap {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.about-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.about-txt {
	max-width: 100%;
	width: 700px;
	margin: 0 auto 40px;
	font-size: clamp(14px, 1vw, 16px);
	text-align: left;
}
.about-img {
	max-width: 60vw;
	width: 1000px;
	margin-bottom: 140px;
}
@media screen and (max-width: 1199px) {
	.about-container {
		margin-bottom: 80px;
		padding: 60px 0 80px;
	}
}
@media screen and (max-width: 767px) {
	.about-container {
		margin-bottom: 40px;
		padding: 40px 0;
	}
	.about-ttl {
		margin-bottom: 10px;
	}
	.about-txt {
		margin: 0 auto 20px;
	}
	.about-img {
		max-width: 80vw;
		margin-bottom: 60px;
	}
}

.sample-container {
	margin-bottom: 120px;
	text-align: center;
}
.sample-ttl {
	margin-bottom: 50px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.sample-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 95vw;
	width: 1260px;
	margin: 0 auto;
}
.sample-wrap li {
	width: 24%;
	aspect-ratio: 3 / 2;
	margin-bottom: 30px;
}
.sketchfab-embed-wrapper ,
.sketchfab-embed-wrapper iframe {
	width: 100%;
	height: 100%;
}
.sample-txt {
	font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width: 1199px) {
	.sample-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.sample-container {
		margin-bottom: 40px;
	}
	.sample-ttl {
		margin-bottom: 20px;
	}
	.sample-wrap li {
		width: 48%;
	}
}

.quiet-container {
	padding: 140px 0;
	background: #f0f0f0;
}
.quiet-wrap {
	display: flex;
	align-items: center;
	max-width: 95vw;
	width: 1600px;
	margin: 0 auto;
	background: #fff;
	border-radius: 14px;
}
.quiet-img {
	max-width: 30vw;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}
.quiet-box {
	padding: 0 80px 0 ;
}
.quiet-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.quiet-txt {
	font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 1199px) {
	.quiet-container {
		padding: 60px 0;
	}
}
@media screen and (max-width: 1020px) {
	.quiet-box {
		padding: 0 40px 0 ;
	}
}
@media screen and (max-width: 767px) {
	.quiet-container {
		padding: 40px 0;
	}
	.quiet-wrap {
		flex-direction: column;
	}
	.quiet-img {
		max-width: 60vw;
		border-radius: 0;
	}
	.quiet-box {
		padding: 20px;
	}
	.quiet-ttl {
		margin-bottom: 10px;
	}
}

.precision-container {
	padding: 80px 0 140px;
}
.precision-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.precision-img {
	max-width: 55vw;
}
.precision-box {
	width: 28vw;
	margin-left: 40px;
}
.precision-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.precision-txt {
	font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 1020px) {
	.precision-img {
		max-width: 50vw;
	}
	.precision-box {
		width: 40vw;
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.precision-container {
		padding: 40px 0 80px;
	}
	.precision-wrap {
		flex-direction: column;
	}
	.precision-img {
		max-width: 95vw;
	}
	.precision-box {
		width: 95vw;
		margin-left: 0;
	}
	.precision-ttl {
		margin-bottom: 10px;
	}
}

.detail-container {
	padding: 0 0 160px;
	background: #fff;
}
.detail-wrap {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.detail-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.detail-txt {
	margin-bottom: 40px;
	font-size: clamp(14px, 1vw, 16px);
}
.detail-video-wrap {
	max-width: 70vw;
	width: 100%;
	text-align: center;
	margin: auto;
}
.detail-video {
	display: block;
	width: 100%;
	max-height: 75vh;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
}
.detail-list {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.detail-list li {
	width: 32%;
}
.detail-list-ttl {
	font-size: clamp(24px, 3vw, 56px);
	font-weight: bold;
	line-height: 1.2;
	color: #803cee;
}
.detail-list-heading-ttl {
	margin-bottom: 20px;
	font-size: clamp(18px, 1.4vw, 24px);
	font-weight: bold;
}
.detail-list-txt {
	margin-bottom: 5px;
	font-size: clamp(14px, 1vw, 16px);
}
.detail-list-note {
	font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width: 1199px) {
	.detail-txt {
		text-align: left;
	}
	.detail-list {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px) {
	.detail-container {
		padding: 0 0 40px;
	}
	.detail-ttl {
		margin-bottom: 10px;
	}
	.detail-txt {
		margin-bottom: 20px;
	}
	.detail-video-wrap {
		max-width: 85vw;
	}
	.detail-list {
		flex-direction: column;
		margin-top: 10px;
	}
	.detail-list li {
		display: flex;
		align-items: center;
		width: 90%;
		margin: 0 auto 10px;
		padding-top: 10px;
		text-align: left;
	}
	.detail-list li + li {
		border-top: 1px solid #bbb;
	}
	.detail-list-box {
		min-width: 35%;
	}
	.detail-list-ttl {
		line-height: 1.2;
	}
	.detail-list-heading-ttl {
		margin-bottom: 0;
	}
	.detail-list-txt {
		margin-bottom: 5px;
	}
}

.textures-container {
	padding-bottom: 80px;
}
.textures-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.textures-box {
	width: 28vw;
	margin-right: 20px;
}
.textures-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.textures-txt {
	margin-bottom: 4px;
	font-size: clamp(14px, 1vw, 16px);
}
.textures-note {
	font-size: clamp(12px, 1vw, 14px);
}
.textures-img {
	max-width: 55vw;
}
@media screen and (max-width: 1020px) {
	.textures-box {
		width: 40vw;
		margin-right: 20px;
	}
	.textures-img {
		max-width: 50vw;
	}
}
@media screen and (max-width: 767px) {
	.textures-container {
		padding-bottom: 60px;
	}
	.textures-wrap {
		flex-direction: column-reverse;
	}
	.textures-box {
		width: 95vw;
		margin-right: 0;
	}
	.textures-ttl {
		margin-bottom: 10px;
	}
	.textures-img {
		max-width: 95vw;
	}
}

.smooth-container {
	padding: 100px 0;
	background: #f6f6f6;
}
.smooth-wrap {
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
	text-align: center;
}
.smooth-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.smooth-txt {
	margin-bottom: 60px;
	font-size: clamp(14px, 1vw, 16px);
}

.smooth-list {
	display: flex;
	justify-content: space-between;
}
.smooth-list li {
	width: 32%;
	text-align: center;
}
.smooth-video {
	display: block;
	width: 100%;
	max-height: 75vh;
	margin-bottom: 20px;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
	border-radius: 14px;
}
.smooth-img {
	margin-bottom: 20px;
	border-radius: 14px;
}
.smooth-list-ttl {
	margin-bottom: 10px;
	font-size: clamp(18px, 1.4vw, 24px);
	font-weight: bold;
}
.smooth-list-txt {
	padding: 0 10px;
	font-size: clamp(14px, 1vw, 16px);
}
@media screen and (max-width: 1199px) {
	.smooth-list-txt {
		text-align: left;
	}
}
@media screen and (max-width: 1020px) {
	.smooth-container {
		padding: 80px 0;
	}
}
@media screen and (max-width: 767px) {
	.smooth-container {
		padding: 40px 0 60px;
	}
	.smooth-ttl {
		margin-bottom: 10px;
	}
	.smooth-txt {
		margin-bottom: 50px;
	}

	.smooth-list {
		flex-direction: column;
	}
	.smooth-list li {
		width: 100%;
	}
	.smooth-list li + li {
		margin-top: 40px;
	}
	.smooth-video,
	.smooth-img {
		width: 80%;
		margin: 0 auto 10px;
	}
	.smooth-list-ttl {
		margin-bottom: 5px;
	}
	.smooth-list-txt {
		padding: 0 10px;
	}
}

.kit-container {
	margin: 120px 0 140px;
}
.kit-wrap {
	max-width: 95vw;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.kit-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.kit-ttl span {
	font-size: clamp(14px, 1vw, 16px);
}
.kit-txt {
	margin-bottom: 40px;
	font-size: clamp(14px, 1vw, 16px);
}
.kit-txt span {
	color: #f00;
}
.kit-img {
	max-width: 40vw;
}
@media screen and (max-width: 1020px) {
	.kit-container {
		margin: 100px 0;
	}
}
@media screen and (max-width: 767px) {
	.kit-container {
		margin: 40px 0 60px;
	}
	.kit-ttl {
		margin-bottom: 10px;
	}
	.kit-txt {
		margin-bottom: 20px;
		text-align: left;
	}
	.kit-img {
		max-width: 60vw;
	}
}

.grip-container {
	margin-bottom: 180px;
}
.grip-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto 120px;
}
.grip-box {
	margin-right: 20px;
}
.grip-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.grip-txt {
	margin-bottom: 80px;
	font-size: clamp(14px, 1vw, 16px);
}
.grip-os-img {
	max-width: 25vw;
}
.grip-img {
	max-width: 60vw;
}
.grip-list {
	display: flex;
	justify-content: space-between;
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
}
.grip-list li {
	width: 49%;
	text-align: center;
}
.grip-video {
	display: block;
	width: 100%;
	max-height: 75vh;
	margin-bottom: 20px;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
	border-radius: 14px;
}
.grip-list-ttl {
	font-size: clamp(14px, 1.4vw, 24px);
	font-weight: bold;
}
@media screen and (max-width: 1020px) {
	.grip-container {
		margin-bottom: 100px;
	}
	.grip-wrap {
		flex-direction: column;
		margin: 0 auto 80px;
	}
	.grip-txt {
		margin-bottom: 20px;
	}
	.grip-img {
		max-width: 80vw;
	}
}
@media screen and (max-width: 767px) {
	.grip-container {
		margin-bottom: 80px;
	}
	.grip-wrap {
		margin: 0 auto 40px;
	}
	.grip-box {
		margin-right: 0;
	}
	.grip-ttl {
		margin-bottom: 10px;
	}
	.grip-txt {
		margin-bottom: 0;
	}
	.grip-os-img {
		max-width: 25vw;
	}
	.grip-img {
		max-width: 95vw;
	}
	.grip-video {
		margin-bottom: 5px;
	}
}

.turntable-container {
	margin-bottom: 180px;
}
.turntable-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 95vw;
	width: 1600px;
	margin: 0 auto 120px;
}
.turntable-img {
	max-width: 65vw;
}
.turntable-box {
	margin-left: 10px;
}
.turntable-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.turntable-txt {
	margin-bottom: 80px;
	font-size: clamp(14px, 1vw, 16px);
}
.turntable-list {
	display: flex;
	justify-content: space-between;
	max-width: 95vw;
	width: 1400px;
	margin: 0 auto;
}
.turntable-list li {
	width: 49%;
	text-align: center;
}
.turntable-video {
	display: block;
	width: 100%;
	max-height: 75vh;
	margin-bottom: 20px;
	object-fit: cover;
	filter: drop-shadow(0px 0px #000);
	border-radius: 14px;
}
.turntable-list-ttl {
	font-size: clamp(14px, 1.4vw, 24px);
	font-weight: bold;
}
@media screen and (max-width: 1020px) {
	.turntable-container {
		margin-bottom: 100px;
	}
	.turntable-wrap {
		flex-direction: column-reverse;
		margin: 0 auto 80px;
	}
	.turntable-img {
		max-width: 80vw;
	}
	.turntable-txt {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.turntable-container {
		margin-bottom: 80px;
	}
	.turntable-wrap {
		margin: 0 auto 40px;
	}
	.turntable-img {
		max-width: 95vw;
	}
	.turntable-box {
		margin-left: 0;
	}
	.turntable-ttl {
		margin-bottom: 10px;
	}
	.turntable-video {
		margin-bottom: 5px;
	}
}

.spec-container {
	margin-bottom: 160px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.spec-ttl {
	margin-bottom: 20px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.spec-wrap {
	max-width: 98vw;
	width: 1200px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.spec-box {
	width: 50%;
}
.spec-box tr th {
	width: 40%;
	font-weight: bold;
}
.spec-box tr th,
.spec-box tr td {
	padding: 12px 10px 2px;
	font-size: clamp(12px, 1vw, 16px);
}
@media screen and (max-width: 1199px) {
	.spec-container {
		margin-bottom: 120px;
	}
}
@media screen and (max-width: 1020px) {
	.spec-box tr th {
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.spec-container {
		margin-bottom: 80px;
	}
	.spec-ttl {
		margin-bottom: 10px;
	}
	.spec-wrap {
		flex-direction: column;
	}
	.spec-box {
		width: 100%;
	}
	.spec-box tr th {
		width: 37%;
	}
	.spec-box tr th,
	.spec-box tr td {
		padding: 10px 0 0 5px;
	}
}

.return-container {
	margin-bottom: 140px;
	text-align: center;
}
.return-ttl {
	margin-bottom: 50px;
	font-size: clamp(22px, 2.6vw, 36px);
	font-weight: bold;
}
.return-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 95vw;
	width: 1260px;
	margin: 0 auto;
}
.return-wrap li {
	width: 33%;
	aspect-ratio: 3 / 2;
	margin-bottom: 30px;
}
.sketchfab-embed-wrapper ,
.sketchfab-embed-wrapper iframe {
	width: 100%;
	height: 100%;
}
.return-txt {
	font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width: 1199px) {
	.return-container {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 767px) {
	.return-container {
		margin-bottom: 40px;
	}
	.return-ttl {
		margin-bottom: 20px;
	}
	.return-wrap li {
		width: 48%;
	}
}

.footer-container {
	padding: 40px 0 460px;
	background: url(/wp/wp-content/themes/appletree/images/page/seal/footer_bg.jpg) no-repeat center / 100%;
}
.footer-wrap {
	max-width: 85vw;
	width: 1160px;
	margin: 0 auto;
}
.footer-ttl {
	font-size: clamp(26px, 2.8vw, 50px);
	font-weight: bold;
	line-height: 1.2;
}
.footer-txt {
	margin-bottom: 15px;
	font-size: clamp(18px, 1.2vw, 22px);
	font-weight: bold;
}
.footer-line-btn {
	display: inline-block;
	margin: 0 4px 20px;
	padding: 6px 60px 6px 40px;
	font-size: clamp(16px, 1.5vw, 24px);
	color: #fff;
	background: #803cee;
	border-radius: 30px;
	border: 3px solid #fff;
	transition: 0.2s;
	position: relative;
}
.footer-line-btn:hover {
	color: #803cee;
	background: #fff;
	border: 3px solid #803cee;
	opacity: 1;
}
.footer-line-btn::before {
	content: '';
	width: 10px;
	height: 10px;
	border: 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transform: rotate(45deg);
}
.footer-line-btn:hover::before {
	border-top: solid 3px #803cee;
	border-right: solid 3px #803cee;
}
.footer-line-btn img {
	width: 30px;
	margin-right: 8px;
	padding: 4px 0;
}
.cp_iptxt.footer_form {
	max-width: 500px;
	width: 40vw;
	margin: 0;
}
.cp_iptxt.footer_form .wpcf7-response-output {
	color: #000;
}
@media screen and (max-width: 1199px) {
	.footer-container {
		padding: 20px 0 210px;
	}
	.footer-txt {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1020px) {
	.footer-container {
		padding: 20px 0 240px;
		background: url(/wp/wp-content/themes/appletree/images/page/seal/footer_bg.jpg) no-repeat center / 140%;
	}
	.footer-wrap {
		max-width: 90vw;
	}
	.cp_iptxt.footer_form {
		width: 50vw;
	}
}
@media screen and (max-width: 767px) {
	.footer-container {
		padding: 0 0 210px;
		background: url(/wp/wp-content/themes/appletree/images/page/seal/footer_bg.jpg) no-repeat bottom center / 140%;
	}
	.footer-wrap {
		max-width: 95vw;
		text-align: center;
	}
	.footer-line-btn {
		display: inline-block;
		margin: 0 4px 10px;
		padding: 6px 45px 6px 35px;
	}
	.cp_iptxt.footer_form {
		width: 95vw;
	}
}
