
section {
	max-width: 1280px;
	margin: 0 auto 100px;
}
section h2 {
	font-family: philosopher, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #ca9e68;
	font-size: min(8.8vw, 48px);
	letter-spacing: 0.1em;
}
.contentWrap {
	padding: 0 64px;
}
.innerWrap {
	padding: min(4vw, 48px);
}

.anim {
	opacity: 0;
	transition: all 1.2s ease-out;
}
.anim.on {
	opacity: 1;
}
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}


@media screen and (min-width:821px) {
	a:hover {
		opacity: 0.6;
	}
	.pc-none {display: none;}

	section.pattern h2 {
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
	section.pattern:nth-of-type(odd) h2 {
		right: -70px;
		transform: translateX(50%);
	}
	section.pattern:nth-of-type(even) h2 {
		left: -70px;
		transform: translateX(-50%);
	}
	section.pattern:nth-of-type(odd) .contentWrap {
		margin-right: 160px;
		padding-left: 64px;
	}
	section.pattern:nth-of-type(even) .contentWrap {
		margin-left: 160px;
		padding-right: 64px;
	}
	section.pattern .contentWrap::before {
		width: calc(50vw - 668px);
	}
}
@media screen and (max-width:820px) {
	.sp-none {display: none;}

	.contentWrap {
		padding: 0 min(5vw, 64px);
	}
	section {

	}
	section h2 {
		font-size: min(7vw, 48px);
	}
}

/* ////////////////////////////////////////////////////////////////////////////////

	how to

//////////////////////////////////////////////////////////////////////////////// */

#howTo h2 {
	text-align: center;
	margin-bottom: min(4vw, 56px);
	position: relative;
}
#howTo h2 > img {
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#howTo h2 span {
	position: relative;
}
#howTo h2 span > img {
	position: absolute;
	top: 30px;
	left: calc(50% - 130px);
	width: 150px;
	transform: translate(-50%, -100%);
	z-index: -1;
}
#howTo .innerWrap {
	background-color:#f7f7f7;
	padding: min(6vw, 64px);
	border-radius: 20px;
}
#howTo .innerWrap + .innerWrap {
	margin-top: 32px;
}
#howTo h3 {
	color: #dbb838;
	font-size: min(4.6vw, 22px);
	text-align: center;
	margin-bottom: min(6vw, 32px);
}
#howTo p{
    line-height: 1.5;
    font-size: 14px;
}
.useList01 {
	display: grid;
	gap: 40px 48px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: min(8vw, 48px);
}
.useList01 .use01_item {
	position: relative;
}
.useList01 .use01_item::before {
	position: absolute;
	top: 50%;
	right: -24px;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	transform: translate(50%, -150%);
	background-image: url(../images/use01_arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.useList01 .use01_item:not(:last-child) .use01_img {
	position: relative;
	padding-top: 181.4%;
	margin-bottom: 3%;
}
.useList01 .use01_item:not(:last-child) .use01_img img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.useList01 .use01_item:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 12%;
}
.useList01 .use01_item:last-child .use01_img {
	margin-bottom: 5%;
}
.useList01 .use01_item p {
	font-size: min(3vw, 14px);
}
@media screen and (min-width:1000px) {
	.useList01 .use01_item:nth-child(4n):before { display: none;}
}
@media screen and (min-width: 802px) and (max-width: 999px) {
	.useList01 { grid-template-columns: repeat(3, 1fr);}
	.useList01 .use01_item:last-child:before,
	.useList01 .use01_item:nth-child(3n):before { display: none;}
}
@media screen and (min-width: 604px) and (max-width: 801px) {
	.useList01 { grid-template-columns: repeat(2, 1fr);}
	.useList01 .use01_item:nth-child(2n):before { display: none;}
}
@media screen and (max-width: 603px) {
	#howTo p {
	    line-height: 1.5;
	    font-size: 13px;
	}
	.useList01 {
		grid-template-columns: 1fr;
		gap: min(14vw, 60px);
	}
	.useList01 .use01_item:not(:last-child) .use01_img {
		position: static;
    padding-top: 0;
    width: 60%;
    max-width: 200px;
    margin: 0 auto 4%;
	}
	.useList01 .use01_item:not(:last-child) .use01_img img {
		position: static;
		height: auto;
		width: 100%;
	}
	.useList01 .use01_item:last-child:before {display: none;}
	.useList01 .use01_item::before {
		top: auto;
		bottom: max(-10vw, -42px);
		right: 50%;
		width: 20px;
		height: 20px;
		transform: translate(50%, 0%) rotate(90deg);
	}
	.useList01 .use01_item p {
		text-align: center;
	}
}

.useList02 {
	display: flex;
	justify-content: space-between;
	margin-top: min(8vw, 48px);
}
.use02_item {
	width: 30%;
}
.use02_item p:first-child {
	text-align: center;
	font-weight: bold;
	font-size: min(4vw, 16px);
	color: #dbb838;
	margin-bottom: min(3vw, 12px);
}
.use02_item p {
	font-size: min(3vw, 14px);
}
.use02_img {
	margin-top: min(3vw, 14px);
}

.videoWrap {
	max-width: 645px;
	margin: auto;
}
.videoWrap > div {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.videoWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#howTo ul {
	margin-top: min(8vw, 56px);
}
#howTo ul > li {
	border-top: #c5d5d1 solid 1px;
	padding: min(6vw, 32px) 0;
    line-height: 1.5;
}
#howTo ul > li p:first-child {
	font-size: min(3.8vw, 18px);
	font-weight: bold;
	color: #dbb838;
	margin-bottom: 1em;
}
#howTo ul li a {
	text-decoration: underline;
}

.appDownload {
	background-color: #efefef;
	padding: min(5vw, 40px) min(5vw, 40px) min(6vw, 48px);
	margin-top: 40px;
}
.appDownload p {
	text-align: center;
	font-size: min(3.8vw, 18px);
	font-weight: bold;
	margin-bottom: min(4vw, 24px);
}
.appDownload .flexBox {
	display: flex;
	justify-content: space-between;
	max-width: 380px;
	margin: auto;
}
.appDownload .flexBox a:first-child {
	width: 41.6%;
}
.appDownload .flexBox a:last-child {
	width: 51.6%;
}
@media screen and (max-width: 820px) {
	#howTo h2 > img {
		width: 98%;
    bottom: 3vw;
	}
	#howTo h2 span > img {
		top: 2vw;
    width: min(20vw, 120px);
    left: -3vw;
	}

	#howTo .innerWrap {
		padding: min(8vw, 64px) min(6vw, 64px);
		border-radius: 20px;
	}
	.useList02 {
		display: block;
	}
	.use02_item {
		width: 100%;
		margin-top: min(6vw, 40px);
	}
	.use02_item:first-child {
		margin-top: 0;
	}

	.appDownload {
		margin-top: 0;
	}
}
