section.product_s01 {
	margin: 2vw calc(50% - 50vw) 5vw;
	width: 100vw;
}
.product_s01_inr {
	max-width: 1600px;
	width: calc(100vw - 40px);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	grid-gap: 3vw;
}
.product_s01_box {
	padding: 0 10%;
}
img.product_s01_box_logo {
	margin: 0 auto 30px;
}
h1.product_s01_box_ttl01 {
	font-size: var(--font-size-40);
	width: fit-content;
	margin: 0 auto 30px;
}
.product_s01_box_txt01 {
	text-align: center;
	font-weight: bold;
	font-size: var(--font-size-30);
}
.product_s01_box_txt02 {
	font-size: var(--font-size-24);
	font-weight: bold;
	width: fit-content;
	margin: 0 auto 0.6em;
}
.product_s01_box_txt03 {
	font-size: var(--font-size-20);
}





section.product_s02 {
	margin: 0 auto 8vw;
	padding:0 20px;
}

.product_s02_inr {
	max-width: 1400px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	grid-gap: 3vw;
}

img.product_s02_box_img {
	border-radius: 50%;
	margin-bottom: 60px;
}
.product_s02_box_txt {
	font-size: var(--font-size-24);
	border: solid 4px var(--color-green01);
	color: var(--color-green01);
	border-radius: 0.5em;
	min-height: 4em;
	padding: 1em;
	line-height: 1.4;
	display: flex;
	align-items: center;
	font-weight: bold;
	position: relative;
	justify-content: center;
	text-align: justify;
}
.product_s02_box_txt::before {
	content: "";
	position: absolute;
	top: -48px;
	left: 50%;
	width: 0;
	height: 0;
	border: solid 24px transparent;
	border-bottom: solid 24px var(--color-green01);;
	transform: translateX(-50%);
}




section.product_s03 {
	margin: 0 auto 8vw;
}
.product_s03_inr {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
	width: calc(100vw - 40px);
}
a.product_s03_btn {
	max-width: 400px;
	background: var(--color-green01);
	color: #fff;
	padding: 16px;
	border-radius: 12px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 4px;
	text-decoration: none;
	font-weight: 500;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
}
a.product_s03_btn span:nth-child(1) {
	font-size: var(--font-size-50);
	background: var(--color-green01);
	width: fit-content;
	margin: -1.2em auto 0.2em;
	color: #fff;
	border-radius: 050%;
	padding: 0.5em;
	font-weight: bold;
	box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.2);
}
a.product_s03_btn span:nth-child(2) {
	font-size: var(--font-size-30);
	margin-bottom: 10px;
}
a.product_s03_btn span:nth-child(3) {
	font-size: var(--font-size-40);
}



section.product_s04 {
	margin: 0 calc(50% - 50vw) 8vw;
	background: var(--color-green02);
	padding: 4vw 20px;
}
.product_s04_inr {
	max-width:1400px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin: 0 auto 8vw;
}
.product_s04_box {
	position: relative;
}
img.product_feature00_img {
	object-fit: cover;
	width: 100%;
	height: 16vw;
}
.product_s04_box {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-rows: auto 1fr;
}
.product_s04_box_blc {
	padding: 20px;
	background: #fff;
	height: 100%;
}
.product_feature00_ttl {
	width: fit-content;
	text-align: left;
	font-size: var(--font-size-24);
	font-weight: 500;
	margin: 0 auto 1em;
	padding: 0 0 1em;
	position: relative;
}
.product_feature00_ttl::after {
	content: "・・・";
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	transform: translateX(-50%);
	line-height: 1;
	color: var(--color-green01);
}
.product_feature00_txt {
	font-size: var(--font-size-18);
	line-height: 1.8;
}
.product_s00_txt {
	text-align: center;
	font-size: var(--font-size-80);
	font-weight: 400;
	position: relative;
	z-index: 1;
}
.product_s00_txt::before {
	content: "";
	width: 100px;
	height: 100px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	border-radius: 2em;
	transform: translate(-50%, -50%);
}
.product_s00_txt.ptn02::before {
	background:var(--color-green02);
}
h2.product_s00_ttl {
	font-size: var(--font-size-40);
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0 0 2em;
}
.movie-wrap {
	width: calc(100vw - 50px);
	max-width: 1000px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

.movie-wrap iframe {
	width: 100%;
	height: 100%;
}







section.product_s05 {
	margin: 0 auto 8vw;
	position: relative;
}
.product_s05 dl {
	display: grid;
	grid-template-columns: 24% 1fr;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.2);
	padding: 40px;
	border-radius: 12px;
	max-width: 1000px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	background: #fff;
}
.product_s05 dl dt,
.product_s05 dl dd {
	margin: 0;
	border-bottom: solid 1px #999;
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product_s05 dl dt {
	font-weight:bold;
}
.product_s05 dl dd {

}
.product_s05_inr dl dt:nth-child(1),
.product_s05_inr dl dd:nth-child(2) {
	background: var(--color-green02);
	font-weight: bold;
}

.product_s05_bg {
	position: absolute;
	top: -10%;
	left: -10%;
	width: 46%;
	max-width: 1000px;
	opacity: 0.4;
}




section#p03 {
	margin: 0 calc(50% - 50vw);
	background: var(--color-green01);
	padding: 4vw 0;
}
.product_s06_inr {
	background: #fff;
	width: calc(100vw - 40px);
	max-width: 1400px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 2vw;
	overflow: hidden;
}
.product_s06_box {
	display: flex;
	flex-direction: column;
	padding: 4vw;
	justify-content: center;
}

.product_price_wrap {
	display: flex;
	align-self: center;
	gap: 10px;
	margin: 0 0 30px;
	align-items: baseline;
}

.product_price_tax {
	font-size: var(--font-size-50);
	font-weight: bold;
}
.product_price_tax {
	font-size: var(--font-size-50);
	font-weight: bold;
}
.product_price_tax span {
	font-size: 50%;
}

a.product_s06_btn {
	background: var(--color-green01);
	color: #fff;
	padding: 1em 2em;
	border-radius: 2em;
	margin: 0 auto;
	max-width: 400px;
	width: 100%;
	font-size: var(--font-size-30);
	text-align: center;
	text-decoration: none;
	position:relative;
}
a.product_s06_btn span:nth-child(1) {
	font-size: var(--font-size-40);
	position: absolute;
	top: 50%;
	transform: translate(-1.2em, -50%);
}
a.product_s06_btn span:nth-child(3) {
	position: absolute;
	top: 50%;
	right: 1em;
	font-size: var(--font-size-30);
	transform: translateY(-50%);
}




section.product_s07 {
	padding: 8vw 0 4vw;
}
.product_s07_inr {
	display: flex;
	justify-content: center;
	grid-gap: 30px;
	max-width: 1000px;
	margin: 0 auto;
}
a.product_s07_box {
	background: #fff;
	width: calc(100% / 3);
	border-radius:12px;
	padding:1vw;
	overflow:hidden;
	text-decoration: none;
}
h3.product_s07_box_ttl {
	font-size: var(--font-size-30);
	color: initial;
	text-align: center;
}




