@charset "UTF-8";
.m-pagevisual.-selectos {
	background-image: url(../images/selectorder/ph_hero.webp)
}

.p-select-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 70px;
	padding: 30px 20px 0
}
@media(max-width:768px) {
	.p-select-tab {
		margin: 0 0 40px
	}
}
.p-select-tab a {
	display: flex;
	border: 1px solid #4682BE;
	width: 247px;
	height: 57px;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: none;
	transition: .4s;
	position: relative;
}
.p-select-tab a.-off {
	pointer-events: none;
	opacity: 0.3;
}
@media(max-width:768px) {
	.p-select-tab a {
		width: 48%
	}
}
.p-select-tab a + a {
	margin-left: 30px
}
@media(max-width:768px) {
	.p-select-tab a + a {
		margin-left: 2%
	}
}
.p-select-tab a span {
	color: #4682BE;
	font-size: 2rem;
	line-height: 1;
	-webkit-transition: .4s;
	transition: .4s
}
@media(max-width:768px) {
	.p-select-tab a span {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
}
@media(max-width:340px) {
	.p-select-tab a span {
		font-size: 1.2rem
	}
}
.p-select-tab a svg {
	position: absolute;
	top: 45%;
	right: 1.8rem;
	width: 12px
}
.p-select-tab a .arrow {
	transition: .4s
}
.p-select-tab a.-active {
	pointer-events: none;
}
.p-select-tab a:hover, .p-select-tab a.-active {
	background: #4682BE
}
.p-select-tab a:hover span, .p-select-tab a.-active span {
	color: #fff
}
.p-select-tab a:hover .arrow, .p-select-tab a.-active .arrow {
	fill: #fff
}
@media(max-width:768px) {
	.p-select-tab a svg,
	.p-select-tab a .arrow {
		display: none;
	}
}

/* p-select */
.p-select-intro {
	max-width: 1016px;
	width: calc(100% - 36px);
	margin: 0 auto 7.5rem;
}
.p-select-intro h2 {
	text-align: center;
	color: #015175;
	font-size: 2.6rem;
	font-weight: 400;
	margin-bottom: 4rem;
}
.p-select-intro > p {
	text-align: center;
	line-height: 2.3em;
	margin-bottom: 4rem;
}
.p-select-intro > p small {
	font-size: 1.1rem;
	display: block;
}
.p-select-list {
	display: flex;
	justify-content: space-between;
}
.p-select-list li {
	width: calc(326 / 1016 * 100%);
	text-align: center;
	border: 1px solid #25313d;
}
.p-select-list li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.p-select-list li .p-select-list__head {
	color: #25313d;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	padding-top: .6rem;
}
.p-select-list li .p-select-list__head span {
	display: block;
	color: #FFFFFF;
	font-size: 2.4rem;
	font-weight: 300;
	background: #25313d;
	padding: .2rem 0 0;
	margin-top: .7rem;
}
.p-select-list li:last-of-type .p-select-list__head span {
	background: #4c4948;
}
.p-select-list li .p-select-list__txt {
	font-size: 1.5rem;
	padding: .9rem 0 2.8rem;
}
.p-select-list li .p-select-list__fukidashi {
	display: flex;
	justify-content: center;
	position: relative;
	color: #F5CE72;
	font-size: 2.5rem;
	background: #8B2E37;
	margin: auto 1rem 1rem;
}
.p-select-list li .p-select-list__fukidashi span {
	width: 50%;
	color: #F5CE72;
}
.p-select-list li .p-select-list__fukidashi span + span {
	color: #FFFFFF;
	background: #A48417;
	position: relative;
}
.p-select-list li .p-select-list__fukidashi span + span::after {
	content: "";
	position: absolute;
	top: -1.4rem;
	left: 0;
	width: 1px;
	height: calc(100% + 1.4rem);
	background: #FFF;
	z-index: 10;
}
.p-select-list li:last-of-type .p-select-list__fukidashi {
	color: #FFFFFF;
	background: #A48417;
}
.p-select-list li .p-select-list__fukidashi::after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
	z-index: 9;
	bottom: calc(100% - 1px);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #8B2E37;
}
.p-select-list li:first-of-type .p-select-list__fukidashi::after {
	width: .7rem;
	clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
	left: auto;
	right: 50%;
	margin: 0;
}
.p-select-list li:first-of-type .p-select-list__fukidashi::before {
	content: "";
	width: .7rem;
	height: 1.4rem;
	position: absolute;
	z-index: 9;
	bottom: calc(100% - 1px);
	background: #A48417;
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	right: auto;
	left: 50%;
}
.p-select-list li:last-of-type .p-select-list__fukidashi::after {
	background: #A48417;
}
@media(max-width:768px) {
	.p-select-intro {
		margin: 4rem auto 6rem;
	}
	.p-select-intro h2 {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.p-select-intro > p {
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.6;
		margin-bottom: 2rem;
	}
	.p-select-list li .p-select-list__head {
		font-size: 1.4rem;
	}
	.p-select-list li .p-select-list__head span {
		font-size: 1.7rem;
		line-height: 1.4;
	}
	.p-select-list li .p-select-list__txt {
		font-size: 1.2rem;
		line-height: 1.3;
		text-align: left;
		padding: .5rem .5rem 2rem;
	}
	.p-select-list li .p-select-list__fukidashi {
		font-size: 2rem;
		margin: auto .5rem .5rem;
	}
	.p-select-list li .p-select-list__fukidashi::after {
		width: 1rem;
		height: 1rem;
	}
	.p-select-list li:first-of-type .p-select-list__fukidashi::after,
	.p-select-list li:first-of-type .p-select-list__fukidashi::before {
		width: .5rem;
		height: 1rem;
	}
}
.p-select-list li .p-select-list__head span br {
	display: none;
}
@media(max-width:540px) {
	.p-select-list li .p-select-list__head span br {
		display: inline-block;
	}
}
@media(max-width:400px) {
	.p-select-list li .p-select-list__fukidashi {
		font-size: 3.6vw;
	}
}
@media(max-width:360px) {
	.p-select-intro h2 {
		font-size: 1.8rem;
		letter-spacing: 0;
	}
}


.p-select-inner {
	max-width: 1016px;
	width: calc(100% - 36px);
	margin: 0 auto;
}
.p-select-sec_h2 {
	color: #25313d;
	font-size: 3rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	text-align: center;
	margin-bottom: 3.5rem;
}
.p-select-sec_h2 span {
	color: #25313d;
	font-size: 4rem;
	font-family: "Inter", sans-serif;
}
.p-select-sec_h3 {
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #25313d;
	background: #fff;
	margin-bottom: 4rem;
}
.p-select-sec_h3 span {
	font-size: 2.3rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 5.6rem;
	background: #25313d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 1.25em;
}
.p-select-sec_h3 em {
	font-size: 2rem;
	font-style: normal;
	line-height: 5.6rem;
	text-align: left;
	padding-left: 1em;
}
.p-select-sec_h3 i {
	display: flex;
	font-size: 2.4rem;
	font-style: normal;
	line-height: 5.6rem;
	background: #8B2E37;
	color: #F5CE72;
	position: relative;
	padding-left: .8em;
	padding-right: .7em;
	margin-left: auto;
}
.p-select-sec_h3 i b {
	font-weight: 300;
	background: #A48416;
	color: #FFFFFF;
	border-left: 1px solid #FFF;
	margin: 0 -.7em 0 .7em;
	padding: 0 .7em;
}
.p-select-sec_h3 i::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	right: calc(100% - 1px);
	width: 14px;
	height: 14px;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
	background: #8B2E37;
}
.p-select-sec03 .p-select-sec_h3 {
	border: 1px solid #4c4948;
}
.p-select-sec03 .p-select-sec_h3 span {
	background: #4c4948;
}
.p-select-sec03 .p-select-sec_h3 i {
	background: #A48416;
	color: #FFFFFF;
}
.p-select-sec03 .p-select-sec_h3 i::after {
	background: #A48416;
}
.p-select-sec_h3 + p small {
	display: block;
	font-size: 1.1rem;
	margin-top: 1rem;
}
@media(max-width:768px) {
	.p-select-sec_h2 {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}
	.p-select-sec_h2 span {
		font-size: 3rem;
	}
	.p-select-sec_h3 {
		font-weight: 400;
		margin-bottom: 2rem;
		position: relative;
	}
	.p-select-sec_h3 span {
		width: 100%;
		font-size: 1.8rem;
		line-height: 4rem;
		display: block;
		padding: 0 1.25em;
	}
	.p-select-sec_h3 em {
		font-size: 1.5rem;
		line-height: 1.6;
		padding: .5em 1em;
	}
	.p-select-sec_h3 i {
		position: absolute;
		font-size: 1.6rem;
		line-height: 3.4rem;
		padding-left: .7em;
		right: .3rem;
		top: .3rem;
	}
	.p-select-sec03 .p-select-sec_h3 i {
		background: #FFFFFF;
		color: #A48416;
	}
	.p-select-sec03 .p-select-sec_h3 i::after {
		background: #FFFFFF;
	}
	.p-select-sec_h3 + p {
		font-size: 1.4rem;
	}
}
@media(max-width:400px) {
	.p-select-sec_h3 i {
		font-size: 4vw;
	}
}
.p-select-sec01 {
	background: #f8f8f9;
	padding: 3.5rem 0 8rem;
}
.p-select-choice__planColumn {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 4rem;
}
.p-select-choice__planColumn .basic {
	width: calc(406 / 1016 * 100%);
	border: 1px solid #8D8977;
	border-top: none;
}
.p-select-choice__planColumn .change__item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	position: relative;
	border: 1px solid #8D8977;
	border-top: none;
}
.p-select-choice__planColumn .change__item.optionplan {
	border: 1px solid #a48416;
	border-top: none;
}
.p-select-choice__planColumn h4 {
	color: #FFFFFF;
	font-size: 2.1rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	text-align: center;
	background: linear-gradient(to right,#25313d 0%, #8C9DB0 51.23%, #25313d 100%);
	padding: .4em 0;
}
.p-select-choice__planColumn .optionplan h4 {
	background: linear-gradient(90deg, #a48416 0%, #c1b99c 51.23%, #a48416 100%);
}
.p-select-choice__planColumn h4 small {
	color: #FFFFFF;
	font-size: 1.4rem;
	margin-left: .9rem;
}
.p-select-choice__planColumn .-wrap {
	padding: 1.5rem 2rem;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.p-select-choice__planColumn .p-select-choice__type {
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 1.5rem;
}
.p-select-choice__planColumn .p-select-choice__type .-type {
	color: #25313d;
	font-size: 3rem;
	font-family: "Inter", sans-serif;	
}
.p-select-choice__planColumn .p-select-choice__type .-type em {
	color: #25313d;
	font-size: 5rem;
	font-style: normal;
	font-family: "Inter", sans-serif;
	font-weight: 300;
}
.p-select-choice__planColumn .p-select-choice__type .-spec {
	color: #25313d;
	font-size: 2.4rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
}
.p-select-choice__planColumn .optionplan .p-select-choice__type .-spec,
.p-select-choice__planColumn .optionplan .p-select-choice__type .-spec em {
	font-family: "Inter", sans-serif;
	font-weight: 300;
	color: #a48416;
}
.p-select-choice__planColumn .p-select-choice__type .-spec em {
	color: #25313d;
	font-size: 4rem;
	font-style: normal;
	font-family: "Inter", sans-serif;
	font-weight: 300;
}
.p-select-choice__planColumn .p-select-choice__area li {
	display: flex;
	justify-content: space-between;
}
.p-select-choice__planColumn .p-select-choice__area li span {
	font-size: 1.2rem;
}
.p-select-choice__planColumn .p-select-choice__area li span small {
	font-size: .8rem
}
.p-select-choice__planColumn .p-select-choice__area li span + span small {
	font-size: .9rem
}
.p-select-choice__planColumn .p-select-choice__area li:last-of-type {
	border-top:1px solid #DEDAD1;
	padding-top: .3em;
	margin-top: .3em;
}
.p-select-choice__planColumn .p-select-choice__note {
	font-size: .8rem;
	margin-top: 1rem;
}
.p-select-choice__planColumn .p-select-choice__read {
	font-size: 1.2rem;
	letter-spacing: .03em;
	margin: 1rem 0 2.3rem;
}
.p-select-choice__planColumn .select {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(170 / 1016 * 100%);
}
.p-select-choice__planColumn .select .select__head {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}
.p-select-choice__planColumn .select .select__list {
	display: flex;
	flex-direction: column;
	gap: 1.6rem;
	margin-bottom: 2.8rem;
}
.p-select-choice__planColumn .select .select__list .select__item {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	cursor: pointer;
	color: #25313d;
	font-size: 1.7rem;
	font-family: "Inter", sans-serif;
	font-weight: 300;
	text-align: center;
	border: 1px solid #25313d;
	background: #FFFFFF;
	height: 7rem;
}
.p-select-choice__planColumn .select .select__list .select__item.select__list03 {
	color: #8B2E37;
	font-weight: 600;
	border: 1px solid #E5C25C;
	position: relative;
}
.p-select-choice__planColumn .select .select__list .select__item.select__list03::after {
	position: absolute;
	top: 3px;
	left: 3px;
	content: "";
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #E5C25C;
}
.p-select-choice__planColumn .select .select__list .select__item small {
	display: block;
	color: #25313d;
	font-size: 1.1rem;
	
}
.p-select-choice__planColumn .select .select__list .select__item:hover,
.p-select-choice__planColumn .select .select__list .select__item.-active {
	color: #FFFFFF;
	background: linear-gradient(to right,#25313d 0%, #8C9DB0 51.23%, #25313d 100%);
}
.p-select-choice__planColumn .select .select__list .select__item:hover small,
.p-select-choice__planColumn .select .select__list .select__item.-active small {
	color: #FFFFFF;
}
.p-select-choice__planColumn .select .select__list .select__item.select__list03:hover,
.p-select-choice__planColumn .select .select__list .select__item.select__list03.-active {
	color: #FFFFFF;
	background: #A48416;
}
.p-select-choice__planColumn .select .select__list .select__item.select__list03:hover::after,
.p-select-choice__planColumn .select .select__list .select__item.select__list03.-active::after {
	border: 1px solid #FFFFFF;
}
.p-select-choice__planColumn .select .select__foot {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.p-select-choice__planColumn .select .select__foot i {
	width: 50px;
	height: 25px;
	border: 2px dashed #DC000C;
	margin-right: .8em;
}
.p-select-choice__planColumn .change {
	width: calc(406 / 1016 * 100%);
}
.p-select-choice__planColumn .change__item {
  display: none;
	height: 100%;
}
.p-select-choice__planColumn .change__item.-active {
  display: flex
}
.p-select-choice__planColumn .change__item .-wrap {
	justify-content: center;
}
.p-select-choice__planColumn  .change__item .p-select-choice__type {
	margin: 0 0 3rem;
}
.p-select-choice__planColumn  .change__item .p-select-choice__read {
	margin: 0 0 4rem;
}
@media(max-width:768px) {
	.p-select-sec01 {
		background: #F9F8F8;
		padding: 2.5rem 0 4rem;
	}
	.p-select-choice__planColumn {
		flex-direction: column;
		margin-top: 3rem;
	}
	.p-select-choice__planColumn .basic {
		width: 100%;
	}
	.p-select-choice__planColumn h4 {
		font-size: 1.8rem;
		padding: .3em 0;
	}
	.p-select-choice__planColumn h4 small {
		font-size: 1.3rem;
		margin-left: .7rem;
	}
	.p-select-choice__planColumn .-wrap {
		padding: 1rem 1.5rem 1.5rem;
	}
	.p-select-choice__planColumn .p-select-choice__type {
		gap: 1.5rem;
	}
	.p-select-choice__planColumn .p-select-choice__type .-type {
		font-size: 2rem;
	}
	.p-select-choice__planColumn .p-select-choice__type .-type em {
		font-size: 3.5rem;
	}
	.p-select-choice__planColumn .p-select-choice__type .-spec {
		font-size: 1.8rem;
	}
	.p-select-choice__planColumn .p-select-choice__type .-spec em {
		font-size: 3rem;
	}
	.p-select-choice__planColumn .p-select-choice__area li {
		display: flex;
		justify-content: space-between;
	}
	.p-select-choice__planColumn .p-select-choice__area li span small {
		display: block;
	}
	.p-select-choice__planColumn .p-select-choice__area li span + span small {
		display: inline;
	}
	.p-select-choice__planColumn .p-select-choice__area li:last-of-type {
		padding-top: .2em;
		margin-top: .2em;
	}
	.p-select-choice__planColumn .p-select-choice__note {
		line-height: 1.4;
	}
	.p-select-choice__planColumn .p-select-choice__read {
		letter-spacing: .05em;
		margin: 1rem 0 2rem;
	}
	.p-select-choice__planColumn .p-select-choice__read + figure {
		text-align: center;
	}
	.p-select-choice__planColumn .select {
		width: 100%;
		margin: 2rem 0;
	}
	.p-select-choice__planColumn .select .select__head {
		margin-bottom: 1rem;
	}
	.p-select-choice__planColumn .select .select__list {
		flex-direction: row;
		justify-content: center;
		gap: 1rem;
		margin-bottom: 1.5rem;
	}
	.p-select-choice__planColumn .select .select__list .select__item {
		width: calc((100% - 2rem) / 3);
		font-size: 3vw;
		line-height: 1.6;
		height: 5rem;
		letter-spacing: .04em;
	}
	.p-select-choice__planColumn .select .select__list .select__item.select__list03::after {
		top: 2px;
		left: 2px;
		width: calc(100% - 4px);
		height: calc(100% - 4px);
	}
	.p-select-choice__planColumn .select .select__list .select__item small {
		font-size: 2.2vw;
	}
	.p-select-choice__planColumn .select .select__foot {
		font-size: 1.2rem;
	}
	.p-select-choice__planColumn .select .select__foot i {
		width: 40px;
		height: 20px;
	}
	.p-select-choice__planColumn .change {
		width: 100%;
	}
	.p-select-choice__planColumn  .change__item .p-select-choice__type {
		margin: 0 0 1.5rem;
	}
	.p-select-choice__planColumn  .change__item .p-select-choice__read {
		margin: 0 0 2rem;
	}
}

.p-select-sec02 {
	padding: 6rem 0;
}
.p-select-colorselect {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-top: 6rem;
}
.p-select-colorselect li {
	width: calc((100% - 2rem) / 2);
	position: relative;
}
.p-select-colorselect li .ic {
	position: absolute;
	background: #EDB9C3;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	width: 9rem;
	height: 9rem;
	border-radius: 50%;
	top: -4rem;
	left: 2rem;
	z-index: 1;
}
.p-select-colorselect li h4 {
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	background: linear-gradient(to right,#938979 0%, #B6AC9D 47.29%, #938979 100%);
	padding: .9rem 3.7rem 1.2rem;
}
.p-select-colorselect li:nth-child(2) h4 {
	background: linear-gradient(to right,#9d806a 0%, #bba694 50.25%, #9d806a 100%);
}
.p-select-colorselect li:nth-child(3) h4 {
	background: linear-gradient(to right,#988b83 0%, #c5beb7 48.28%, #988b83 100%);
}
.p-select-colorselect li:nth-child(4) h4 {
	background: linear-gradient(to right,#4e423a 0%, #8a705c 48.77%, #4e423a 100%);
}
.p-select-colorselect li h4 span {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 2rem;
	gap: .9rem;
}
.p-select-colorselect li h4 span small {
	color: #FFFFFF;
	font-size: 1.2rem;
}
.p-select-colorselect li h4 > small {
	display: block;
	color: #FFFFFF;
	font-size: 1.1rem;
	border-top: 1px solid #FFFFFF;
	padding-top: .8rem;
	margin-top: .8rem;
}
.p-select-notes {
	margin-top: 3rem;
}
.p-select-notes li {
	font-size: 1.1rem;
	line-height: 1.4;
}
@media(max-width:768px) {
	.p-select-sec02 {
		padding: 2.5rem 0 4rem;
	}
	.p-select-colorselect {
		margin-top: 4rem;
	}
	.p-select-colorselect li {
		width: 100%;
	}
	.p-select-colorselect li .ic {
		font-size: 1.6rem;
		width: 7rem;
		height: 7rem;
		top: -3rem;
		left: 1rem;
	}
	.p-select-colorselect li h4 {
		padding: .5rem 1rem 1rem;
	}
	.p-select-colorselect li h4 span {
		font-size: 1.3rem;
		gap: .5rem;
	}
	.p-select-colorselect li h4 span small {
		font-size: 1.1rem;
	}
	.p-select-colorselect li h4 > small {
		font-size: 1rem;
		letter-spacing: 0;
		padding-top: .5rem;
		margin-top: .5rem;
	}
	.p-select-notes {
		margin-top: 2rem;
	}
}

.p-select-sec03 {
	padding-bottom: 8rem;
}
.p-select-sec03__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 4rem;
	gap: 1.6rem;
}
.p-select-sec03__list li {
	width: calc((100% - 1.6rem) / 2);
	text-align: center;
	border: 1px solid #000000;
	padding: 1.3rem 2.8rem 2rem;
}
.p-select-sec03__list li h4 {
	font-size: 2.6rem;
	font-weight: 400;
	border-bottom: 1px solid #000000;
	padding-bottom: .8rem;
	margin-bottom: 1.3rem;
}
.p-select-sec03__list li p {
	font-size: 1.6rem;
}
@media(max-width:768px) {
	.p-select-sec03 {
		padding-bottom: 6rem;
	}
	.p-select-sec03__list {
		flex-direction: column;
		margin-top: 2.5rem;
		gap: 1.6rem;
	}
	.p-select-sec03__list li {
		width: 100%;
		padding: 1rem 1.5rem 1.5rem;
	}
	.p-select-sec03__list li h4 {
		font-size: 2rem;
		padding-bottom: .5rem;
		margin-bottom: 1rem;
	}
	.p-select-sec03__list li p {
		font-size: 1.4rem;
	}
}

.p-select-sec04__head {
	text-align: center;
	letter-spacing: 0.1em;
	background: #8B2E37;
	padding: 3.9rem 0 3.7rem;
	position: relative;
}
.p-select-sec04__head:after {
	content: "";
	width: 2.6rem;
	height: 2.3rem;
	position: absolute;
	left: -50%;
	right: -50%;
	margin: auto;
	z-index: 9;
	top: -1px;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	background: #fff;
}
.p-select-sec04__head h2 {
	color: #FFFF05;
	font-size: 3rem;
	margin-bottom: 1.3rem
}
.p-select-sec04__head p {
	display: inline-block;
	color: #FFFFFF;
	font-size: 1.9rem;
	border: 1px solid #FFFFFF;
	padding: .6rem 1.2rem;
}
.p-select-sec04__body {
	background: url("../images/selectorder/bg_sec04__body.webp") no-repeat center / cover;
	padding: 5rem 0;
}
.p-select-sec04__body p {
	color: #FFFFFF;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: center;
}
.p-select-sec04__body span {
	color: #FFFF05;
	font-size: 3rem;
}
@media(max-width:768px) {
	.p-select-sec04__head {
		padding: 2.8rem 1.5rem 2.4rem;
	}
	.p-select-sec04__head:after {
		width: 2.2rem;
		height: 1.8rem;
	}
	.p-select-sec04__head h2 {
		font-size: 2.4rem;
		margin-bottom: 1.3rem
	}
	.p-select-sec04__head p {
		font-size: 1.6rem;
		padding: .6rem 1.4rem;
	}
	.p-select-sec04__body {
		padding: 3rem 1.5rem;
	}
	.p-select-sec04__body p {
		font-size: 1.6rem;
		text-align: left;
	}
	.p-select-sec04__body span {
		font-size: 2.1rem;
	}
}


.bnr_mystyle a {
	display: flex;
	justify-content: space-between;
	background: rgba(37,49,61,1.00);
	margin-top: 6rem;
}
.bnr_mystyle a div {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.bnr_mystyle a div p {
	color: #FFF;
	font-size: 2.2rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.bnr_mystyle a div p + p {
	font-size: 5rem;
	font-weight: 300;
	font-family: "Inter", sans-serif;
	margin-top: 1rem;
}
.bnr_mystyle a figure {
	width: 35%;
}
@media(max-width:768px) {
	.bnr_mystyle a {
		margin-top: 4rem;
	}
	.bnr_mystyle a div p {
		font-size: 2.4vw;
	}
	.bnr_mystyle a div p + p {
		font-size: 4.6vw;
		margin-top: 0.8vw;
	}
}

