@charset "utf-8";
:root {
	--sp-vw: calc(100vw / 375);
}

/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 1rem 0;
	background-color: #C8B39D;
	z-index: 11;
}
.header_inner {
	padding: 0 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_text {
	font-size: 0.9375vw;
	color: #2f302f;
	font-family: "kinuta-maruminold-stdn", serif;
}
.header_shipping_text {
	font-size: 0.9375vw;
	color: #69665a;
}
.header_logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 8.5rem;
	height: fit-content;
}

@media screen and (max-width: 768px) {
	.header {
		padding: .59rem 0 .3rem;
	}
	.header_inner {
		padding: 0 1rem;
		display: block;
	}
	.header_logo {
		position: relative;
		max-width: 5.5rem;
	}
	.header_shipping_text {
		color: #fff;
		font-size: calc(var(--sp-vw) * 10);
		text-align: center;
		margin-top: calc(var(--sp-vw) * 4);
	}
}

/* main */
.main	{
	margin: 4.25rem 0 20.875rem;
}

@media screen and (max-width: 768px) {
	.main {
		margin: 3.6rem 0 5rem;
		padding: 0 0 0;
	}
}

/* about */
.about {
	margin-bottom: 20.75rem;
}
.about_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_text h3 {
	display: flex;
	align-items: center;
	margin-bottom: 3.5rem;
}
.about_text p {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 2;
}
.about_text > span {
	display: block;
	margin-bottom: 3.5rem;
	font-size: 1.125rem;
}
.about_text b {
	display: block;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	font-family: "kinuta-maruminold-stdn", serif;
}
.about_content {
	position: relative;
	width: 50rem;
	height: 39.5rem;
}
.about_scroll_wrap {
	position: relative;
	height: 100%;
	overflow: hidden;
}
#about_scroll_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.about_img {
	position: absolute;
	top: 9.5rem;
	right: -1.5rem;
	width: 20rem;
	z-index: 10;
}
.about_scroll_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/common/about_video_cover.webp);
	background-size: 100% 100%;
	z-index: 9;
}

@media screen and (max-width: 768px) {
	.about {
		margin-bottom: 6rem;
	}
	.about_text {
		margin-bottom: 3.5rem;
	}
	.about_text h3 {
		margin-bottom: 1.625rem;
		font-size: 1.5rem;
		font-weight: normal;
	}
	.about_text h3 span {
		white-space: nowrap;
	}
	.about_text p {
		font-size: .875rem;
	}
	.about_text > span {
		margin-bottom: 2rem;
		font-size: .75rem;
		line-height: 1.5;
	}
	.about_text b {
		text-align: right;
		font-size: 1.125rem;
	}
	.about_wrap {
		display: block;
		padding: 0 1rem;
	}
	.about_content {
		margin: 0 -1rem 0 -.5rem;
		width: 100%;
		height: 17.875rem;
	}
	.about_img {
		width: calc(var(--sp-vw)* 170);
		top: calc(var(--sp-vw)* 90);
		right: calc(var(--sp-vw)* -28);
	}
}

/* point */
.point h2.common_head {
	position: relative;
	margin: 0 auto 13rem;
	padding-bottom: .5rem;
	width: fit-content;
}
.point h2.common_head::after {
	content: '';
	position: absolute;
	left: -2rem;
	right: -2rem;
	bottom: 0;
	height: .0625rem;
	background-color: #1D1B19;
}
.point_list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.5rem;
}
.point_list li {
	width: calc(33.3333% - (7rem / 3));
}
.point_list li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.65rem 1rem;
	height: 9rem;
	font-size: 1.5rem;
	text-align: center;
	color: #69675C;
	border: .0625rem solid #69675C;
	transition: opacity .25s;
	border-radius:4.5rem ;
	-webkit-border-radius:4.5rem ;
	-moz-border-radius:4.5rem ;
	-ms-border-radius:4.5rem ;
	-o-border-radius:4.5rem ;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
}
.point_list_arrow {
	position: absolute;
	top: calc(100% + 1.125rem);
	left: 0;
	right: 0;
	margin: auto;
	width: 2.375rem;
	height: 3.125rem;
}
.point_list_arrow i {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: .75rem;
	background-size: 100% 100%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.point_list_arrow i:nth-child(1) {
	top: 0;
	background-image: url(../img/common/point_list_01.png);
}
.point_list_arrow i:nth-child(2) {
	top: .75rem;
	background-image: url(../img/common/point_list_01.png);
}
.point_list_arrow i:nth-child(3) {
	bottom: .75rem;
	opacity: 0;
	background-image: url(../img/common/point_list_02.png);
}
.point_list_arrow i:nth-child(4) {
	bottom: 0;
	opacity: 0;
	background-image: url(../img/common/point_list_01.png);
}
.point_list li a:hover .point_list_arrow i:nth-child(1) {
	background-image: url(../img/common/point_list_04.png);
}
.point_list li a:hover .point_list_arrow i:nth-child(2) {
	background-image: url(../img/common/point_list_03.png);
}
.point_list li a:hover .point_list_arrow i:nth-child(3) {
	opacity: 1;
	background-image: url(../img/common/point_list_02.png);
}
.point_list li a:hover .point_list_arrow i:nth-child(4) {
	opacity: 1;
	background-image: url(../img/common/point_list_01.png);
}
.point_list li a > i {
	position: absolute;
	top: -1.75rem;
	left: -1.5rem;
	width: 4.65rem;
	background-color: #F1EBE9;
}

@media screen and (max-width: 768px) {
	.point h2.common_head {
		margin-bottom: 2.5rem;
	}
	.point .common_head::after {
		display: none;
	}
	.point_list {
		display: block;
		margin: 0 auto;
		max-width: 16.5rem;
		font-size: .75rem;
	}
	.point_list li {
		width: auto;
	}
	.point_list li a {
		padding: 1.25rem 1rem;
		max-height: 5rem;
		font-size: .875rem;
	}
	.point_list li:not(:last-child) {
		margin-bottom: 3.5rem;
	}
	.point_list li a::after {
		top: 0;
		left: auto;
		right: -1.40625rem;
		bottom: 0;
		width: .40625rem;
		height: 1.25rem;
		background-image: url(../img/sp/point_arrow_sp.webp);
		background-repeat: no-repeat;
	}
	.point_list li a > i {
		top: -.875rem;
		left: -.75rem;
		padding: 0 .25rem .25rem 0;
		max-width: 2.25rem;
		box-sizing: content-box;
	}
	.point_list li a > p {
		color: #69665a;
	}
	.point_list_arrow {
		top: 0;
		left: calc(100% + 1rem);
		bottom: 0;
		margin: auto;
		width: 1.3125rem;
		height: 0.4375rem;
		transform: rotate(-90deg);
	}
	.point_list_arrow i {
		height: .4375rem;
	}
	.point_list_arrow i:nth-child(2) {
		display: none;
	}
	.point_list li a:hover .point_list_arrow i:nth-child(1),
	.point_list li a:hover .point_list_arrow i:nth-child(2),
	.point_list li a:hover .point_list_arrow i:nth-child(3),
	.point_list li a:hover .point_list_arrow i:nth-child(4) {
		display: none;
		background-image: unset;
		opacity: unset;
	}
}

/* point about */
.point_about {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16.25rem;
	padding-top: 15.25rem;
}
.point_about_content {
	position: relative;
	margin-right: 3.125rem;
}
.point_about_wrap {
	width: 52.5rem;
	height: 43.125rem;
	overflow: hidden;
}
#point_scroll_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.point_about_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../img/common/point_about_video_cover.webp);
	background-size: 100% 100%;
}
.point_about_img {
	position: absolute;
	top: 5rem;
	left: 13.125rem;
	width: 21.4375rem;
	height: 29.875rem;
}
.point_about_text_wrap .common_head {
	margin-bottom: 1.5rem;
	line-height: 1.37;
}
.point_about_text_wrap .common_head span i {
	margin-right: 0;
	max-width: unset;
	font-size: .875em;
	line-height: 1;
	transform: unset;
	-webkit-transform: unset;
	-moz-transform: unset;
	-ms-transform: unset;
	-o-transform: unset;
	font-family: "font", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.point_about_text p {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	text-align: justify;
	color: #69675C;
	line-height: 2.15;
}
.point_about_text p b {
	display: inline-block;
	margin-left: -.5em;
	font-weight: normal;
}
.point_about_text span {
	display: block;
	font-size: 1.125rem;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.point_about {
		flex-direction: column-reverse;
		align-items: unset;
		margin-bottom: 3rem;
		padding-top: 4.75rem;
	}
	.point_about_content {
		margin: 0;
	}
	.point_about_wrap {
		width: 100%;
		height: 17.25rem;
	}
	.point_about_img {
		top: 2rem;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 8.625rem;
		height: 11.875rem;
	}
	.point_about_text_wrap {
		margin-bottom: 2rem;
		padding-left: 1rem;
	}
	.point_about_text p {
		font-size: .875rem;
	}
	.point_about_text span {
		font-size: .75rem;
		text-align: left;
	}
}

/* point simple */
.point_simple {
	padding: 6.25rem 2.5rem;
	background-color: #E6DCD4;
}
.point_simple .common_head {
	margin-bottom: 2rem;
	text-align: center;
}
.point_simple_lead {
	margin-bottom: 5rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.3544;
}
.point_simple_wrap {
	display: flex;
	align-items: flex-start;
}
.point_simple_item {
	display: flex;
	align-items: center;
	width: 50%;
}
.point_simple_item:first-child {
	margin-right: 2.5rem;
}
.point_simple_item:first-child .point_simple_text {
	margin-right: 3.125rem;
}
.point_simple_item:last-child .point_simple_text {
	margin-left: 3.125rem;
	text-align: right;
}
.point_simple_text h4 {
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	font-size: 2.25rem;
	line-height: 1.5;
	border-bottom: .0625rem solid #69675C;
	font-weight: 400;
	font-style: normal;
	font-family: "kinuta-maruminold-stdn", serif;
}
.point_simple_text p {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
	letter-spacing: -.05625rem;
	line-height: 1.5;
}
.point_simple_text span {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.125rem;
	text-align: justify;
	line-height: 1.75;
}
.point_simple_img {
	position: relative;
	flex-shrink: 0;
	width: 25rem;
}
.point_simple_img img {
	position: relative;
	z-index: 2;
}
.point_simple_img::after {
	content: '';
	position: absolute;
	top: 0;
	right: -3rem;
	bottom: -3rem;
	background-size: 100% 100%;
}
.point_simple_item:first-child .point_simple_img {
	width: 24.25rem;
}
.point_simple_item:first-child .point_simple_img::after {
	width: 24.25rem;
	background-image: url(../img/pc/point_simple_01_bg.webp);
}
.point_simple_item:last-child .point_simple_img::after {
	width: 25rem;
	background-image: url(../img/pc/point_simple_02_bg.webp);
}
.point_simple_item:last-child .point_simple_img {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

@media screen and (max-width: 768px) {
	.point_simple {
		margin: 0 -1rem;
		padding: 3rem 1rem;
	}
	.point_simple .common_head {
		margin-bottom: 1.5rem;
	}
	.point_simple_lead {
		margin-bottom: 2rem;
		line-height: 1.7;
		font-size: .875rem;
		color: #69665a;
	}
	.point_simple_wrap {
		margin: auto;
		width: fit-content;
	}
	.point_simple_item {
		max-width: 9.625rem;
	}
	.point_simple_item:first-child {
		margin-right: 1rem;
		flex-direction: column-reverse;
	}
	.point_simple_item:last-child {
		flex-direction: column;
	}
	.point_simple_item:first-child .point_simple_img {
		width: calc(var(--sp-vw) * 144);
	}
	.point_simple_item:last-child .point_simple_img {
		width: calc(var(--sp-vw) * 148);
	}
	.point_simple_item:last-child .point_simple_img {
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.point_simple_img::after {
		right: -1rem;
		bottom: -1rem;
	}
	.point_simple_item:first-child .point_simple_img::after,
	.point_simple_item:last-child .point_simple_img::after {
		width: 9.625rem;
	}
	.point_simple_item:first-child .point_simple_img::after {
		background-image: url(../img/sp/point_simple_01_bg.webp);
	}

	.point_simple_item:last-child .point_simple_img::after {
		background-image: url(../img/sp/point_simple_02_bg.webp);
	}
	.point_simple_text {
		margin: 1.5rem auto 0;
		width: 8rem;
		color: #69665a;
	}
	.point_simple_item:first-child .point_simple_text {
		margin: 1.5rem 0 0;
	}
	.point_simple_item:last-child .point_simple_text {
		margin: 1.4rem 0 0;
		text-align: left;
	}
	.point_simple_text h4 {
		margin-bottom: 1rem;
		padding-bottom: 1rem;
		font-size: 1rem;
	}
	.point_simple_text p {
		margin-bottom: .75rem;
		font-size: .875rem;
	}
	.point_simple_text span {
		font-size: .75rem;
	}
}

/* point custom */
.point_custom {
	padding: 21rem 0;
}
.point_custom_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.point_custom_text .common_head {
	margin-bottom: 2.5rem;
	line-height: 1.3;
}
.point_custom_text p {
	font-size: 1.5rem;
	line-height: 1.77;
}
.point_custom_img {
	padding: 0;
	max-width: auto;
	background-color: transparent;
	width: min(39.76vw, 1018px);
}
.point_custom_img picture {
	position: relative;
	z-index: 1;
	display: block;
}
.point_custom_img picture::after {
	content: '';
	position: absolute;
	background-size: 100% 100%;
	z-index: -1;
	width: 114.08%;
	aspect-ratio: 1162/757;
	background-image: url(../img/pc/point_custom_bg.webp);
	top: -10.4%;
	left: -5.8%;
}

@media screen and (max-width: 768px) {
	.point_custom {
		margin: auto;
		padding: 4rem 0;
		max-width: 19.5rem;
	}
	.point_custom_wrap {
		display: block;
	}
	.point_custom_text {
		margin-bottom: 2rem;
	}
	.point_custom_text .common_head {
		margin-bottom: .75rem;
	}
	.point_custom_text p {
		font-size: .875rem;
		line-height: 2;
	}
	.point_custom_img {
		padding: 0;
		width: calc(var(--sp-vw) * 295);
	}
	.point_custom_img picture::after {
		width: calc(var(--sp-vw) * 367);
		aspect-ratio: 367/250;
		background-image: url(../img/sp/point_custom_bg.webp);
		top: calc(var(--sp-vw)* -26);
		left: calc(var(--sp-vw)* -26);
	}
}

/* goods */
.goods_bg {
	margin: auto;
	padding: 10rem 4.625rem 11.125rem;
	max-width: 109.875rem;
	background-image: url(../img/pc/goods_bg.webp);
	background-size: 100% 100%;
}
.goods h2 {
	margin-bottom: 2rem;
	text-align: center;
	line-height: 1.5;
}
.goods .common_head_flex {
	margin: auto;
	width: fit-content;
}
.goods .common_head_flex i {
	margin-right: 0;
}
.goods_lead {
	margin-bottom: 9.25rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
.goods_container {
	display: flex;
	justify-content: space-between;
}
.goods_wrap {
	width: calc(50% - (7.75rem / 2));
}
.goods_item {
	display: flex;
	font-size: 2.25rem;
}
.goods_wrap:first-child .goods_text {
	margin-right: 1.125rem;
}
.goods_wrap:last-child .goods_text {
	margin-left: 1.125rem;
	text-align: right;
}
.goods_text h3 {
	margin-bottom: 1.75rem;
	padding-bottom: 1rem;
	line-height: 1.6;
	border-bottom: 1px solid;
}
.goods_text p {
	margin-bottom: 3.375rem;
	font-size: .75em;
	line-height: 1.5;
}
.goods_text a {
	display: block;
	padding: 1.5rem;
	width: 17.75rem;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
	color: #69675C;
	border: solid 1px #69675C;
	border-radius: 2.5rem;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-ms-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
}
.goods_01 {
	margin-bottom: 3.75rem;
}
.goods_02 {
	align-items: flex-end;
	margin-bottom: 9.5rem;
}
.goods_03 {
	align-items: flex-end;
	margin-bottom: 16.25rem;
}
.goods_04 {
	align-items: flex-end;
}
.goods_05 {
	align-items: flex-end;
	margin-bottom: 11rem;
}
.goods_05 {
	align-items: flex-end;
	margin-bottom: 11rem;
}
.goods_06 {
	align-items: flex-end;
	margin-bottom: 12.125rem;
}
.goods_07 {
	align-items: flex-end;
	margin-bottom: 11.25rem;
}
.goods_01 .goods_text {
	width: 35.875rem;
}
.goods_02 .goods_text {
	width: 33.125rem;
}
.goods_03 .goods_text {
	width: 32.9375rem;
}
.goods_04 .goods_text {
	width: 35.625rem;
	transform: translateY(2.625rem);
	-webkit-transform: translateY(2.625rem);
	-moz-transform: translateY(2.625rem);
	-ms-transform: translateY(2.625rem);
	-o-transform: translateY(2.625rem);
}
.goods_05 .goods_text {
	width: 33.4375rem;
	transform: translateY(.375rem);
	-webkit-transform: translateY(.375rem);
	-moz-transform: translateY(.375rem);
	-ms-transform: translateY(.375rem);
	-o-transform: translateY(.375rem);
}
.goods_06 .goods_text {
	width: 32.75rem;
	transform: translateY(-1.75rem);
	-webkit-transform: translateY(-1.75rem);
	-moz-transform: translateY(-1.75rem);
	-ms-transform: translateY(-1.75rem);
	-o-transform: translateY(-1.75rem);
}
.goods_07 .goods_text {
	width: 30.375rem;
	transform: translateY(-3.25rem);
	-webkit-transform: translateY(-3.25rem);
	-moz-transform: translateY(-3.25rem);
	-ms-transform: translateY(-3.25rem);
	-o-transform: translateY(-3.25rem);
}
.goods_08 .goods_text {
	width: 34.25rem;
}
.goods_01 .goods_img {
	max-width: 8.75rem;
}
.goods_02 .goods_img {
	max-width: 11.125rem;
}
.goods_03 .goods_img {
	max-width: 12.75rem;
}
.goods_04 .goods_img {
	max-width: 9.25rem;
}
.goods_05 .goods_img {
	max-width: 10rem;
}
.goods_06 .goods_img {
	max-width: 12.75rem;
}
.goods_07 .goods_img {
	max-width: 10.5rem;
}
.goods_08 .goods_img {
	max-width: 9.25rem;
}

@media screen and (max-width: 768px){
	.goods_bg {
		padding: 0;
		background-position: 0 6rem;
		background-image: url(../img/sp/goods_bg.webp);
	}
	.goods_text_wrap {
		margin: 0 -1rem;
		padding: 2rem 0;
		color: #fff;
		background-color: #B39A80;
	}
	.goods h2 {
		line-height: 1.3;
		color: #fff;
		margin-bottom: .4rem;
		font-weight: normal;
	}
	.goods_lead {
		margin: 0;
		font-size: .875rem;
		font-weight: normal;
		line-height: 1.64;
		letter-spacing: 0.025em;
	}
	.goods_container {
		margin: 0 -1rem;
		padding: 3.75rem 1rem 2.625rem;
	}
	.goods_wrap {
		width: calc(50% - (2rem / 2));
	}
	.goods_wrap:last-child {
		margin-top: 1.25rem;
	}
	.goods_item {
		font-size: .75rem;
	}
	.goods_wrap:last-child .goods_text {
		text-align: left;
	}
	.goods_text p {
		margin-bottom: .875rem;
	}
	.goods_01 {
		margin-bottom: 1.25rem;
	}
	.goods_02 {
		align-items: flex-start;
		margin-bottom: 1rem;
	}
	.goods_03 {
		align-items: flex-start;
		margin-bottom: 2.5rem;
	}
	.goods_04 {
		align-items: flex-start;
	}
	.goods_05 {
		margin-bottom: 2.5rem;
		align-items: flex-start;
	}
	.goods_06 {
		align-items: flex-start;
		margin-bottom: 3.25rem;
	}
	.goods_07 {
		align-items: flex-start;
		margin-bottom: 2.5rem;
	}
	.goods_01 .goods_text {
		width: 6.25rem;
		white-space: nowrap;
	}
	.goods_02 .goods_text {
		margin-top: 1.5rem;
		width: 5.75rem;
	}
	.goods_03 .goods_text {
		margin-top: 1.25rem;
		width: 23.4375rem;
	}
	.goods_04 .goods_text {
		white-space: nowrap;
		width: 6.25rem;
		transform: translateY(1rem);
		-webkit-transform: translateY(1rem);
		-moz-transform: translateY(1rem);
		-ms-transform: translateY(1rem);
		-o-transform: translateY(1rem);
}
	.goods_05 .goods_text {
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.goods_06 .goods_text {
		margin-left: 0!important;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.goods_07 .goods_text {
		margin-top: 1.25rem;
		transform: unset;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
	}
	.goods_08 .goods_text {
		margin-top: 1.25rem;
		width: 6.25rem;
	}
	.goods_wrap:first-child .goods_text {
		margin-right: .5rem;
	}
	.goods_wrap:last-child .goods_text {
		margin-left: .5rem;
	}
	.goods_text h3 {
		position: relative;
		line-height: 1.3;
		white-space: nowrap;
		margin-bottom: .5rem;
		padding-bottom: .5rem;
		font-weight: normal;
	}
	.goods_text h3::after {
		content: '';
		position: absolute;
		right: 0;
		bottom: -.1875rem;
		width: .375rem;
		height: .375rem;
		background-color: #69675D;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
}
	.goods_wrap:last-child .goods_text h3::after {
		left: 0;
	}
	.goods_text a {
		max-width: 5rem;
		padding: .375rem 0;
		font-size: .625rem;
	}
	.goods_img {
		flex-shrink: 0;
	}
	.goods_01 .goods_img {
		max-width: 2.375rem;
	}
	.goods_02 .goods_img {
		max-width: 3rem;
	}
	.goods_03 .goods_img {
		max-width: 3.4375rem;
	}
	.goods_04 .goods_img {
		max-width: 2.5rem;
	}
	.goods_05 .goods_img {
		max-width: 2.75rem;
	}
	.goods_06 .goods_img {
		max-width: 3.4375rem;
		transform: translateX(.5rem);
		-webkit-transform: translateX(.5rem);
		-moz-transform: translateX(.5rem);
		-ms-transform: translateX(.5rem);
		-o-transform: translateX(.5rem);
}
	.goods_07 .goods_img {
		max-width: 2.875rem;
	}
	.goods_08 .goods_img {
		max-width: 2.5rem;
	}
	.goods_05 .goods_text h3,
	.goods_05 .goods_text p {
		padding-left: .5rem;
	}
	.goods_06 .goods_text h3,
	.goods_06 .goods_text p {
		padding-left: 1rem;
	}
	.goods_07 .goods_text h3,
	.goods_07 .goods_text p {
		padding-left: .625rem;
	}
	.goods_08 .goods_text h3,
	.goods_08 .goods_text p {
		padding-left: 1.5rem;
	}
	.goods_05 .goods_text a {
		margin-left: .5rem;
	}
	.goods_06 .goods_text a {
		margin-left: 1rem;
	}
	.goods_07 .goods_text a {
		margin-left: .625rem;
	}
	.goods_08 .goods_text a {
		margin-left: 1.5rem;
	}
}


/* fix */
.fix {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1.5rem 0;
	cursor: pointer;
	color: #fff;
	background-color: transparent;
	transition: opacity .25s;
	z-index: 99999;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-ms-transition: opacity .25s;
	-o-transition: opacity .25s;
}
.fix:hover {
	opacity: 1;
}
.fix_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.fix_small_text {
	margin-right: 3.5rem;
	font-size: 1.75rem;
	transform: translateY(.1875rem);
	-webkit-transform: translateY(.1875rem);
	-moz-transform: translateY(.1875rem);
	-ms-transform: translateY(.1875rem);
	-o-transform: translateY(.1875rem);
}
.fix_text_flex {
	display: flex;
	align-items: center;
}
.fix_logo {
	margin-right: 1.5rem;
	max-width: 11rem;
}
.fix_text_flex p {
	font-size: 2.5rem;
}
.fix_link {
	display: block;
	width: min(47.18vw, 1208px);
	margin-inline: auto;
	position: static;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.fix_arrow {
	width: 1.5rem;
	transform: translateY(.1875rem);
	margin-left: 6.25rem;
	-webkit-transform: translateY(.1875rem);
	-moz-transform: translateY(.1875rem);
	-ms-transform: translateY(.1875rem);
	-o-transform: translateY(.1875rem);
}

@media screen and (max-width: 768px) {
	.fix {
		padding: 0;
		text-align: center;
		bottom: calc(var(--sp-vw)* 20);
	}
	.fix_flex {
		display: block;
	}
	.fix_small_text {
		display: block;
		margin: 0;
		font-size: .625rem;
	}
	.fix_text_flex {
		justify-content: center;
		margin-top: .125rem;
	}
	.fix_logo {
		margin-right: .625rem;
		width: 3.5rem;
	}
	.fix_text_flex p {
		font-size: .875rem;
	}
	.fix_arrow {
		width: 0.625rem;
		margin-left: 1.25rem;
		transform: translateY(.0625rem);
		-webkit-transform: translateY(.0625rem);
		-moz-transform: translateY(.0625rem);
		-ms-transform: translateY(.0625rem);
		-o-transform: translateY(.0625rem);
	}
	.fix_link {
		width: calc(var(--sp-vw) * 320);
	}
}

/* footer */
.footer {
	padding-bottom: 20.338125rem;
}
.footer_logo {
	margin: 0 auto 5.625rem;
	max-width: 8.75rem;
}
.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 4.5rem;
}
.footer_links li:not(:last-child) {
	margin-right: 4rem;
}
.footer_links li span {
	display: block;
}
.footer_links li:nth-child(1) span {
	max-width: 4.375rem;
}
.footer_links li:nth-child(2) span {
	max-width: 3.75rem;
}
.footer_copy {
	color: #68665B;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.footer {
		padding-bottom: 7.15625rem;
	}
	.footer_logo {
		margin: 0 auto 1.5rem;
		max-width: 3.75rem;
	}
	.footer_links {
		margin-bottom: 1.25rem;
	}
	.footer_links li:not(:last-child) {
		margin-right: 1.5rem;
	}
	.footer_links li:nth-child(1) span {
		max-width: 1.5rem;
	}
	.footer_links li:nth-child(2) span {
		max-width: 1.375rem;
	}
	.footer_copy {
		font-size: .5rem;
	}
}

/* confident_eyes_banner */
.confident_eyes_banner a {
	display: block;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.confident_eyes_banner {
		margin-top: calc(var(--sp-vw) * 47);
	}
	.confident_eyes_banner a {
		width: calc(var(--sp-vw) * 332);
	}
}

@media screen and (min-width: 769px) {
	.confident_eyes_banner {
		margin-top: min(7.87vw, 201px);
	}
	.confident_eyes_banner a {
		width: min(59.92vw, 1534px);
	}
}

/* mv_confident_eyes_banner */
.mv_confident_eyes_banner {
	position: absolute;
}
.mv_video::after {
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
}

@media screen and (max-width: 768px) {
	.mv {
		margin-bottom: 16.325rem;
		padding-top: calc(var(--sp-vw)* 27);
	}
	.mv_logo {
		left: 2.4rem;
		right: auto;
	}
	.mv_text {
		margin: 0 auto 1.3rem;
	}
	.mv_confident_eyes_banner.sp_only {
		width: calc(var(--sp-vw) * 180);
		top: calc(100% + var(--sp-vw) * 76);
		right: 0;
	}
}

@media screen and (min-width: 769px) {
	.mv_confident_eyes_banner.pc_only {
		width: min(14.6vw, 374px);
		top: min(0.39vw, 10px);
		right: min(1.17vw, 30px);
	}
	.mv_confident_eyes_banner_arrow {
		position: absolute;
		top: 50%;
		left: auto;
		right: min(0.78vw, 20px);
		width: min(0.78vw, 20px);
    aspect-ratio: 38/50;
		rotate: -90deg;
		translate: 0 -50%;
	}
	.mv_confident_eyes_banner_arrow i {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100%/4);
		background-size: 100% 100%;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	.mv_confident_eyes_banner_arrow i:nth-child(1) {
		top: 0;
		background-image: url(../img/common/point_list_01.png);
	}
	.mv_confident_eyes_banner_arrow i:nth-child(2) {
		top: 25%;
		background-image: url(../img/common/point_list_01.png);
	}
	.mv_confident_eyes_banner_arrow i:nth-child(3) {
		top: 50%;
		opacity: 0;
		background-image: url(../img/common/point_list_02.png);
	}
	.mv_confident_eyes_banner_arrow i:nth-child(4) {
		top: 75%;
		opacity: 0;
		background-image: url(../img/common/point_list_01.png);
	}
	.mv_confident_eyes_banner:hover .mv_confident_eyes_banner_arrow i:nth-child(1) {
		background-image: url(../img/common/point_list_04.png);
	}
	.mv_confident_eyes_banner:hover .mv_confident_eyes_banner_arrow i:nth-child(2) {
		background-image: url(../img/common/point_list_03.png);
	}
	.mv_confident_eyes_banner:hover .mv_confident_eyes_banner_arrow i:nth-child(3) {
		opacity: 1;
		background-image: url(../img/common/point_list_02.png);
	}
	.mv_confident_eyes_banner:hover .mv_confident_eyes_banner_arrow i:nth-child(4) {
		opacity: 1;
		background-image: url(../img/common/point_list_01.png);
	}
}

/* fixed_confident_eyes_banner */
.fixed_confident_eyes_banner {
	position: fixed;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	.fixed {
		margin-bottom: 16.325rem;
	}
	.fixed_logo {
		left: 2.4rem;
		right: auto;
	}
	.fixed_confident_eyes_banner {
		width: calc(var(--sp-vw) * 180);
		bottom: calc(var(--sp-vw) * 55);
		right: calc(var(--sp-vw) * 15);
	}
}

@media screen and (min-width: 769px) {
	.fixed_confident_eyes_banner {
		width: min(14.6vw, 374px);
		top: min(3.04vw, 78px);
		right: min(1.17vw, 15px);
	}
	.fixed_confident_eyes_banner_arrow {
		position: absolute;
		top: 50%;
		left: auto;
		right: min(0.78vw, 20px);
		width: min(0.78vw, 20px);
    aspect-ratio: 38/50;
		rotate: -90deg;
		translate: 0 -50%;
	}
	.fixed_confident_eyes_banner_arrow i {
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: calc(100%/4);
		background-size: 100% 100%;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	}
	.fixed_confident_eyes_banner_arrow i:nth-child(1) {
		top: 0;
		background-image: url(../img/common/point_list_01.png);
	}
	.fixed_confident_eyes_banner_arrow i:nth-child(2) {
		top: 25%;
		background-image: url(../img/common/point_list_01.png);
	}
	.fixed_confident_eyes_banner_arrow i:nth-child(3) {
		top: 50%;
		opacity: 0;
		background-image: url(../img/common/point_list_02.png);
	}
	.fixed_confident_eyes_banner_arrow i:nth-child(4) {
		top: 75%;
		opacity: 0;
		background-image: url(../img/common/point_list_01.png);
	}
	.fixed_confident_eyes_banner:hover .fixed_confident_eyes_banner_arrow i:nth-child(1) {
		background-image: url(../img/common/point_list_04.png);
	}
	.fixed_confident_eyes_banner:hover .fixed_confident_eyes_banner_arrow i:nth-child(2) {
		background-image: url(../img/common/point_list_03.png);
	}
	.fixed_confident_eyes_banner:hover .fixed_confident_eyes_banner_arrow i:nth-child(3) {
		opacity: 1;
		background-image: url(../img/common/point_list_02.png);
	}
	.fixed_confident_eyes_banner:hover .fixed_confident_eyes_banner_arrow i:nth-child(4) {
		opacity: 1;
		background-image: url(../img/common/point_list_01.png);
	}
}