@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*----------------------------------------------------------------------------
	topBtn
----------------------------------------------------------------------------*/
.topBtn a {
	position: relative;
	display: block;
	padding-top: 1.3rem;
	padding-right: 1.8rem;
	padding-bottom: 1.3rem;
	padding-left: 1.8rem;
	border: 1px solid #272421;
	background-color: #fff;
	transition: all 0.4s ease;
}
@media screen and (min-width: 751px) {
	.topBtn a:hover {
		background-color: #272421;
	}
}
.topBtn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 11px;
	background-image: url(../images/common/icon_arr-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	transform: translate(0, -50%);
}
@media screen and (min-width: 751px) {
	.topBtn a:hover::before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(236deg) brightness(108%) contrast(101%);
	}
}
.topBtn a span {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	text-transform: uppercase;
}
@media screen and (min-width: 751px) {
	.topBtn a:hover span {
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.topBtn a span {
		font-size: 1.5rem;
	}
}
/*----------------------------------------------------------------------------
	topMv
----------------------------------------------------------------------------*/
@media screen and (max-width: 750px) {
	#topMv {
		height: 75.0vh;
	}
	#top #topMvInner {
		height: 75.0vh;
	}
	#top .topMvPhoto {
		height: 75.0vh;
	}
}
/*----------------------------------------------------------------------------
	topMvHeading
----------------------------------------------------------------------------*/
.topMvHeading {
	display: grid;
	position: absolute;
	z-index: 1;
	z-index: 1;
	width: 58%;
	height: 100vh;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	place-content: center;
	padding-right: 90px;
}
@media screen and (max-width: 750px) {
	.topMvHeading {
		top: initial;
		bottom: 0;
		width: 100%;
		height: auto;
		padding-right: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		transform: translate(0, 0);
	}
}
.topMvHeading-headline {
	text-indent: -0.2em;
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topMvHeading-headline {
		text-align: right;
		text-indent: 0;
	}
}
.topMvHeading-headline span {
	font-size: 4.6rem;
	font-weight: 500;
	color: #fff;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topMvHeading-headline span {
		font-size: calc(65 / 750 * 100vw);
	}
}
.topMvHeading-sub {
	margin-bottom: 1.6rem;
}
@media screen and (max-width: 750px) {
	.topMvHeading-sub {
		text-align: right;
		text-indent: 0;
		margin-bottom: 3.0rem;
	}
}
.topMvHeading-sub span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #fff;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topMvHeading-sub span {
		font-size: calc(44 / 750 * 100vw);
	}
}
.topMvHeading p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	font-feature-settings: 'palt';
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topMvHeading p {
		font-size: calc(30 / 750 * 100vw);
		text-align: right;
	}
}
.topMvHeading-box {
	width: fit-content;
	padding-top: 1.2rem;
	padding-right: 1.5rem;
	padding-bottom: 1.2rem;
	padding-left: 1.5rem;
	margin-bottom: 1.5rem;
	background-color: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 750px) {
	.topMvHeading-box {
		width: 100%;
	}
}
.topMvHeading-box span {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.topMvHeading-box span {
		font-size: calc(26 / 750 * 100vw);
	}
}
.topMvHeading-box span:not(:last-child)::after {
	content: '／';
}
.topMvHeading-box .spacer {
	width: 100%;
}
.topMvHeading_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.0rem;
}
@media screen and (max-width: 750px) {
	.topMvHeading_list {
		column-gap: 0.5rem;
	}
}
.topMvHeading_list-item a {
	position: relative;
	display: block;
	padding-top: 1.0rem;
	padding-right: 0.5rem;
	padding-bottom: 1.0rem;
	padding-left: 1.0rem;
	border: 1px solid #fff;
	background-color: #fff;
	transition: all 0.4s ease;
}
@media screen and (min-width: 751px) {
	.topMvHeading_list-item a:hover {
		border-color: #272421;
		background-color: #272421;
	}
}
@media screen and (max-width: 750px) {
	.topMvHeading_list-item a {
		padding-right: 0.5em;
		padding-left: 0;
		text-align: center;
	}
}
.topMvHeading_list-item a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 7px;
	background-image: url(../images/common/icon_arr-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
	.topMvHeading_list-item a::before {
		right: 5px;
		width: 7px;
		height: 6px;
	}
}
@media screen and (min-width: 751px) {
	.topMvHeading_list-item a:hover::before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(236deg) brightness(108%) contrast(101%);
	}
}
.topMvHeading_list-item a span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (min-width: 751px) {
	.topMvHeading_list-item a:hover span {
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.topMvHeading_list-item a span {
		font-size: calc(23 / 750 * 100vw);
		letter-spacing: 0;
		font-feature-settings: 'palt';
	}
}

/*----------------------------------------------------------------------------
	topDetail
----------------------------------------------------------------------------*/
.topDetail {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topDetail {
		padding-right: 90px;
	}
}
.topDetail .field {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	column-gap: 1.0rem;
	place-items: center;
	padding-top: 7.0rem;
	padding-bottom: 5.0rem;
}
@media screen and (max-width: 750px) {
	.topDetail .field {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 2.0rem;
		padding-top: 5.0rem;
		padding-bottom: 7.0rem;
	}
}
.topDetail_item {
	padding-left: 3.0rem;
}
@media screen and (max-width: 750px) {
	.topDetail_item {
		padding-left: 0;
	}
}
.topDetail_item-headline {
	margin-bottom: 2.0rem;
}
.topDetail_item-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topDetail_item-headline span {
		font-size: calc(44 / 750 * 100vw);
	}
}
.topDetail .field p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topDetail .field p {
		font-size: calc(27 / 750 * 100vw);
		text-align: justify;
	}
}
.topDetail .field p:not(:last-child) {
	margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
	.topDetail .field p:not(:last-child) {
		margin-bottom: 1.0em;
	}
}

/*----------------------------------------------------------------------------
	topValue
----------------------------------------------------------------------------*/
.topValue {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topValue {
		padding-right: 90px;
	}
}
.topValue .inner {
	padding-bottom: 8.0rem;
}
@media screen and (max-width: 750px) {
	.topValue .inner {
		padding-bottom: 6.0rem;
	}
}
.topValue-headline {
	text-align: center;
	margin-bottom: 2.0rem;
}
.topValue-headline span {
	font-size: 3.0rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topValue-headline span {
		font-size: calc(44 / 750 * 100vw);
	}
}
.topValue_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.5rem;
}
@media screen and (max-width: 750px) {
	.topValue_box {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1.5rem;
	}
}
.topValue_item {
	padding-top: 3.0rem;
	padding-bottom: 3.0rem;
	background-color: #f1ede7;
}
@media screen and (max-width: 750px) {
	.topValue_item {
		padding-top: 2.0rem;
		padding-bottom: 2.0rem;
	}
}
.topValue_item-headline {
	text-align: center;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topValue_item-headline {
		margin-bottom: 1.0rem;
	}
}
.topValue_item-headline span {
	font-size: 2.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topValue_item-headline span {
		font-size: calc(38 / 750 * 100vw);
	}
}
.topValue_item-body {
	margin-bottom: 0;
}
.topValue_item-body p {
	font-size: 1.4rem;
	font-weight: 400;
	color: #272421;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.topValue_item-body p {
		font-size: calc(25 / 750 * 100vw);
		font-feature-settings: 'palt';
	}
}

/*----------------------------------------------------------------------------
	topSelect
----------------------------------------------------------------------------*/
.topSelect {
	background-color: #f1ede7;
}
@media screen and (min-width: 751px) {
	.topSelect {
		padding-right: 90px;
	}
}
.topSelect .inner {
	padding-top: 6.0rem;
	padding-bottom: 5.0rem;
}
.topSelect-headline {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topSelect-headline {
		text-align: center;
	}
}
.topSelect-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topSelect-headline span {
		font-size: calc(44 / 750 * 100vw);
	}
}
.topSelect-sub {
	margin-bottom: 3.0rem;
}
@media screen and (max-width: 750px) {
	.topSelect-sub {
		text-align: center;
	}
}
.topSelect-sub span {
	font-size: 1.7rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topSelect-sub span {
		font-size: calc(30 / 750 * 100vw);
	}
}
.topSelect .field {
	margin-bottom: 4.5rem;
}
.topSelect-title {
	text-align: center;
	margin-bottom: 1.0rem;
}
.topSelect-title span {
	font-size: 3.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #cebaa4;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.topSelect-title span {
		font-size: calc(60 / 750 * 100vw);
	}
}
.topSelect_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.5rem;
}
@media screen and (max-width: 750px) {
	.topSelect_box {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1.5rem;
	}
}
.topSelect_photo {
	display: block;
	text-align: center;
}
.topSelect_item {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.topSelect_item {
		padding-top: 1.5rem;
		padding-bottom: 2.0rem;
	}
}
.topSelect_item-headline {
	display: grid;
	place-content: center;
	place-items: center;
	margin-bottom: 1.5rem;
}
.topSelect_item-headline strong {
	font-size: 2.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.topSelect_item-headline strong {
		font-size: calc(48 / 750 * 100vw);
	}
}
.topSelect_item-headline span {
	font-size: 1.7rem;
	font-weight: 500;
}
@media screen and (max-width: 750px) {
	.topSelect_item-headline span {
		font-size: calc(30 / 750 * 100vw);
	}
}
.topSelect_item-body {
	margin-bottom: 0;
}
.topSelect_item-body p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.topSelect_item-body p {
		font-size: calc(26 / 750 * 100vw);
		font-feature-settings: 'palt';
	}
}
.topSelect_item-body span::before {
	content: '#';
}
.topPlan_card {
	background-color: #272520;
}
.topPlan_item-headline strong {
	color: #fff;
}
.topPlan_item-headline span {
	color: #fff;
}
.topDesign_card {
	background-color: #fff;
}
.topDesign_item-body {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.topDesign_item-body span {
	font-size: 1.5rem;
	font-weight: 400;
}
@media screen and (max-width: 750px) {
	.topDesign_item-body span {
		font-size: calc(26 / 750 * 100vw);
		font-feature-settings: 'palt';
	}
}
.topDesign_item-body span:nth-child(1) {
	margin-right: 1.0em;
}
.topDesign_item-body span:nth-child(3) {
	flex: 0 0 100%;
	text-align: center;
}
.topSelect .topBtn {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------------------------------
	topReason
----------------------------------------------------------------------------*/
.topReason {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topReason {
		padding-right: 90px;
	}
}
.topReason .inner {
	display: grid;
	grid-template-columns: 0.95fr 1.05fr;
	column-gap: 1.0rem;
	padding-top: 10.0rem;
	padding-bottom: 10.0rem;
}
@media screen and (max-width: 750px) {
	.topReason .inner {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 3.0rem;
		padding-top: 5.0rem;
		padding-bottom: 6.0rem;
	}
}
.topReason .field:nth-child(1) {
	order: 2;
	place-content: center;
	padding-left: 3.0rem;
}
@media screen and (max-width: 750px) {
	.topReason .field:nth-child(1) {
		order: initial;
		padding-left: 0;
	}
}
.topReason .field:nth-child(1) .topBtn {
	width: 220px;
}
@media screen and (max-width: 750px) {
	.topReason .field:nth-child(1) .topBtn {
		display: none;
	}
}
.topReason .field:nth-child(2) {
	order: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 2.0rem;
	row-gap: 2.0rem;
	counter-reset: reason;
}
@media screen and (max-width: 750px) {
	/*
	.topReason .field:nth-child(2) {
		order: initial;
		column-gap: 1.0rem;
		row-gap: 1.0rem;
	}
	*/
	.topReason .field:nth-child(2) {
		order: initial;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1.5rem;
	}
}
.topReason .inner > .topBtn {
	grid-column: span 2;
	order: 3;
}
@media screen and (min-width: 751px) {
	.topReason .inner > .topBtn {
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.topReason .inner > .topBtn {
		grid-column: initial;
		order: initial;
		width: 220px;
		margin-right: auto;
		margin-left: auto;
	}
}
.topReason_item {
	margin-bottom: 4.0rem;
}
@media screen and (max-width: 750px) {
	.topReason_item {
		margin-bottom: 0;
	}
}
.topReason_item-headline {
	margin-bottom: 2.0rem;
}
.topReason_item-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topReason_item-headline span {
		font-size: calc(40 / 750 * 100vw);
	}
}
.topReason_item p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topReason_item p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topReason_item p:not(:last-child) {
	margin-bottom: 1.5em;
}
@media screen and (max-width: 750px) {
	.topReason_item p:not(:last-child) {
		margin-bottom: 1.0em;
	}
}
.topReason_box {
	counter-increment: reason;
	background-color: #f1ede7;
}
.topReason_box_item {
	position: relative;
	padding-top: 3.0rem;
	padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.topReason_box_item {
		padding-top: 2.0rem;
		padding-bottom: 2.5rem;
	}
}
.topReason_box_item::before {
	content: counter(reason);
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	place-content: center;
	place-items: center;
	width: 50px;
	height: 50px;
	font-size: 4.0rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	padding-bottom: 0.15em;
	background-color: #cebaa4;
}
@media screen and (max-width: 750px) {
	/*
	.topReason_box_item::before {
		font-size: calc(60 / 750 * 100vw);
		width: calc(80 / 750 * 100vw);
		height: calc(80 / 750 * 100vw);
	}
	*/
	.topReason_box_item::before {
		font-size: calc(62 / 750 * 100vw);
		width: calc(90 / 750 * 100vw);
		height: calc(90 / 750 * 100vw);
	}
}
.topReason_box_item-headline {
	text-align: center;
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topReason_box_item-headline {
		margin-bottom: 1.5rem;
	}
}
.topReason_box_item-headline span {
	font-size: 2.4rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topReason_box_item-headline span {
		font-size: calc(40 / 750 * 100vw);
	}
}
.topReason_box_item-body {
	margin-bottom: 0;
}
.topReason_box_item-heading {
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topReason_box_item-heading {
		margin-bottom: 1.5rem;
	}
}
.topReason_box_item-heading p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topReason_box_item-heading p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topReason_box_item-sub p {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topReason_box_item-sub p {
		font-size: calc(28 / 750 * 100vw);
	}
}

/*----------------------------------------------------------------------------
	topVisualize
----------------------------------------------------------------------------*/
.topVisualize {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topVisualize {
		padding-right: 90px;
	}
}
.topVisualize .inner {
	padding-bottom: 4.0rem;
}
.topVisualize-headline {
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topVisualize-headline {
		text-align: center;
	}
}
.topVisualize-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topVisualize-headline span {
		font-size: calc(38 / 750 * 100vw);
	}
}
.topVisualize .field {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topVisualize .field {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}
}
.topVisualize_box {
	padding-top: 2.5rem;
	padding-bottom: 3.0rem;
	background-color: #e9e9e9;
}
@media screen and (max-width: 750px) {
	.topVisualize_box {
		padding-top: 2.0rem;
		padding-bottom: 2.5rem;
	}
}
.topVisualize-caption {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topVisualize-caption {
		margin-bottom: 1.0rem;
	}
}
.topVisualize-caption span {
	font-size: 2.4rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topVisualize-caption span {
		font-size: calc(38 / 750 * 100vw);
	}
}
.topVisualize-caption small {
	font-size: 1.5rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
	margin-left: 0.25em;
}
@media screen and (max-width: 750px) {
	.topVisualize-caption small {
		font-size: calc(26 / 750 * 100vw);
	}
}
.topVisualize_item-headline {
	text-align: center;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topVisualize_item-headline {
		margin-bottom: 1.0rem;
	}
}
.topVisualize_item-headline span {
	font-size: 2.4rem;
	font-weight: 500;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topVisualize_item-headline span {
		font-size: calc(40 / 750 * 100vw);
	}
}
.topVisualize_item-body {
	margin-bottom: 0;
}
.topVisualize_item-body p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	text-align: center;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topVisualize_item-body p {
		font-size: calc(28 / 750 * 100vw);
	}
}
/*----------------------------------------------------------------------------
	topFlow
----------------------------------------------------------------------------*/
.topFlow {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topFlow {
		padding-right: 90px;
	}
}
.topFlow .inner {
	padding-bottom: 5.0rem;
}
@media screen and (max-width: 750px) {
	.topFlow .inner {
		padding-bottom: 5.5rem;
	}
}
.topFlow-headline {
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topFlow-headline {
		text-align: center;
	}
}
.topFlow-headline span {
	font-size: 2.8rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topFlow-headline span {
		font-size: calc(38 / 750 * 100vw);
	}
}
.topFlow-headline + p {
	font-size: 1.7rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topFlow-headline + p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topFlow .field {
	margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
	.topFlow .field {
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 750px) {
	.topFlow_scroll {
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 1.5rem;
		scrollbar-color: rgba(0, 0, 0, 0.75) #dedede;
		scrollbar-width: thin;
	}
}
.topFlow_list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	column-gap: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topFlow_list {
		width: max-content;
		column-gap: 1.5rem;
	}
}
.topFlow_list::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #272520;
	transform: translate(0, -50%);
}
.topFlow_list-item {
	position: relative;
	z-index: 2;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background-color: #272520;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.topFlow_list-item {
		min-width: calc(180 / 750 * 100vw);
	}
}
.topFlow_list-item span {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.topFlow_list-item span {
		font-size: calc(26 / 750 * 100vw);
	}
}
.topFlow .topBtn {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------------------------------
	topSpec
----------------------------------------------------------------------------*/
.topSpec {
	background-color: #f1ede7;
}
@media screen and (min-width: 751px) {
	.topSpec {
		padding-right: 90px;
	}
}
.topSpec .inner {
	padding-top: 5.0rem;
	padding-bottom: 6.0rem;
}
.topSpec-headline {
	margin-bottom: 2.0rem;
}
.topSpec-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topSpec-headline span {
		font-size: calc(40 / 750 * 100vw);
	}
}
.topSpec-headline + p {
	font-size: 1.7rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topSpec-headline + p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topSpec .field {
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.topSpec .field {
		margin-bottom: 2.0rem;
	}
}
@media screen and (max-width: 750px) {
	.topSpec_scroll {
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		padding-bottom: 1.5rem;
		scrollbar-color: rgba(0, 0, 0, 0.75) #dedede;
		scrollbar-width: thin;
	}
}
.topSpec_table {
	border: none;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-collapse: separate;
	border-spacing: 2px;
	background-color: transparent;
}
.topSpec_table-header {
	font-size: 1.6rem;
	font-weight: 600;
	color: #272421;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border: none;
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.topSpec_table-header {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topSpec_table-data {
	font-size: 1.6rem;
	font-weight: 400;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	border: none;
	background-color: #fff;
}
@media screen and (max-width: 750px) {
	.topSpec_table-data {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topSpec_table-data:first-child {
	font-size: 1.6rem;
	font-weight: 600;
	color: #272421;
	padding-left: 1.25em;
}
@media screen and (max-width: 750px) {
	.topSpec_table-data:first-child {
		font-size: calc(28 / 750 * 100vw);
		padding-right: 1.25em;
	}
}
.topSpec_table-data:not(:first-child) {
	text-align: center;
}
.topSpec_note {
	margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
	.topSpec_note {
		margin-top: 1.0rem;
	}
}
.topSpec_note p {
	display: flex;
	font-size: 1.4rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.topSpec_note p {
		font-size: calc(24 / 750 * 100vw);
		text-align: justify;
	}
}
.topSpec_note p::before {
	content: '※';
}
.topSpec .topBtn {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}

/*----------------------------------------------------------------------------
	topFaq
----------------------------------------------------------------------------*/
.topFaq {
	background-color: #fff;
}
@media screen and (min-width: 751px) {
	.topFaq {
		padding-right: 90px;
	}
}
.topFaq .inner {
	padding-bottom: 5.0rem;
}
.topFaq-headline {
	margin-bottom: 2.0rem;
}
.topFaq-headline span {
	font-size: 3.2rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.topFaq-headline span {
		font-size: calc(40 / 750 * 100vw);
	}
}
.topFaq-headline + p {
	font-size: 1.7rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
	margin-bottom: 2.0rem;
}
@media screen and (max-width: 750px) {
	.topFaq-headline + p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topFaq_item {
	position: relative;
	padding-top: 4.5rem;
	padding-right: 3.0rem;
	padding-bottom: 4.5rem;
	padding-left: 5.5rem;
	border: 1px solid #272421;
}
@media screen and (max-width: 750px) {
	.topFaq_item {
		padding-top: 2.0rem;
		padding-right: 2.0rem;
		padding-bottom: 2.0rem;
		padding-left: 2.0rem;
	}
}
.topFaq_item:not(:last-child) {
	border-bottom: none;
}
.topFaq_item::before {
	content: 'Q';
	position: absolute;
	top: 0.7em;
	left: 1.0em;
	font-size: 4.0rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #cebaa4;
}
@media screen and (max-width: 750px) {
	.topFaq_item::before {
		top: 0.65em;
		left: 0.75em;
		font-size: calc(58 / 750 * 100vw);
	}
}
.topFaq_item-headline {
	padding-left: 3.5rem;
	margin-bottom: 1.0rem;
}
@media screen and (max-width: 750px) {
	.topFaq_item-headline {
		display: flex;
		align-items: center;
		min-height: 2.5em;
		padding-left: calc(80 / 750 * 100vw);
	}
}
.topFaq_item-headline span {
	font-size: 1.7rem;
	font-weight: 500;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.topFaq_item-headline span {
		font-size: calc(28 / 750 * 100vw);
	}
}
.topFaq_item-body {
	padding-left: 3.5rem;
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.topFaq_item-body {
		padding-left: calc(80 / 750 * 100vw);
	}
}
.topFaq_item-body p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.topFaq_item-body p {
		font-size: calc(26 / 750 * 100vw);
		text-align: justify;
	}
}

#top #sec4 .works_wrapper {
	padding-top: 150px;
}
@media screen and (max-width: 750px) {
	#top #sec4 .works_wrapper {
		padding-top: 6.0rem;
	}
}
#top #sec4 .event_wrapper .event_wrapper_box:first-child {
	display: grid;
}
@media screen and (max-width: 750px) {
	#top #sec4 .event_wrapper .event_wrapper_box:first-child {
		row-gap: 1.0rem;
	}
	#top #sec4 .event_wrapper .event_wrapper_box:nth-child(2) {
		align-items: stretch;
		flex-direction: column;
	}
}
.event-heading {
	font-size: 1.7rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.event-heading {
		font-size: calc(28 / 750 * 100vw);
	}
}
.event_btn_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.0rem;
}
@media screen and (max-width: 750px) {
	.event_btn_list {
		column-gap: 0.5rem;
		margin-bottom: 1.0rem;
	}
}
.event_btn_list-item {
	width: auto;
}
.event_btn_list-item a {
	position: relative;
	display: block;
	padding-top: 1.0rem;
	padding-right: 5.0rem;
	padding-bottom: 1.0rem;
	padding-left: 1.5rem;
	border: 1px solid #272421;
	background-color: #fff;
	transition: all 0.4s ease;
}
@media screen and (max-width: 750px) {
	.event_btn_list-item a {
		padding-right: 0.5em;
		padding-left: 0;
		text-align: center;
	}
}
@media screen and (min-width: 751px) {
	.event_btn_list-item a:hover {
		background-color: #272421;
	}
}
.event_btn_list-item a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 7px;
	background-image: url(../images/common/icon_arr-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
	.event_btn_list-item a::before {
		right: 5px;
		width: 7px;
		height: 6px;
	}
}
@media screen and (min-width: 751px) {
	.event_btn_list-item a:hover::before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(236deg) brightness(108%) contrast(101%);
	}
}
.event_btn_list-item a span {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.event_btn_list-item a span {
		font-size: calc(22 / 750 * 100vw);
		letter-spacing: 0;
		font-feature-settings: 'palt';
	}
}
@media screen and (min-width: 751px) {
	.event_btn_list-item a:hover span {
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.event_btn_list + .btnWrap {
		align-self: flex-end;
	}
}
.topRoomtour_Box {
	padding-bottom: 6.0rem;
}


/*----------------------------------------------------------------------------
	archivePlan
----------------------------------------------------------------------------*/
@media screen and (min-width: 751px) {
	.archivePlan {
		padding-right: 90px;
	}
}
@media screen and (min-width: 751px) {
	.archivePlan_pageVisual {
		height: calc(540px / 2);
	}
}
@media screen and (max-width: 750px) {
	.archivePlan_pageVisual {
		height: calc(250 / 375 * 100vw);
	}
}
.archivePlan_title {
	margin-bottom: 3.5rem;
	text-align: center;
}
.archivePlan_title span {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.archivePlan_title span {
		font-size: calc(36 / 750 * 100vw);
	}
}
.archivePlan_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.5rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_list {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1.5rem;
	}
}
.archivePlan_list-item {
	background-color: #fff;
}
.archivePlan_list-item a {
	display: block;
	background-color: #272520;
}
@media screen and (min-width: 751px) {
	.archivePlan_list-item a {
		transition: opacity 0.3s ease;
	}
	.archivePlan_list-item a:hover {
		opacity: 0.75;
	}
}
.archivePlan_photo {
	display: block;
	text-align: center;
}
.archivePlan_item {
	padding-top: 2.5rem;
	padding-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_item {
		padding-top: 1.5rem;
		padding-bottom: 2.0rem;
	}
}
.archivePlan_item-headline {
	display: grid;
	place-content: center;
	place-items: center;
	margin-bottom: 1.5rem;
}
.archivePlan_item-headline strong {
	font-size: 2.4rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #fff;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.archivePlan_item-headline strong {
		font-size: calc(40 / 750 * 100vw);
	}
}
.archivePlan_item-headline span {
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.archivePlan_item-headline span {
		font-size: calc(26 / 750 * 100vw);
	}
}
.archivePlan_item-body {
	margin-bottom: 0;
}
.archivePlan_item-body p {
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.archivePlan_item-body p {
		font-size: calc(24 / 750 * 100vw);
		font-feature-settings: 'palt';
	}
}

/*----------------------------------------------------------------------------
	archivePlan taxonomy
----------------------------------------------------------------------------*/
.archivePlan_hero {
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	margin-bottom: 5.0rem;
	column-gap: 2.0rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 2.0rem;
	}
}
@media screen and (min-width: 751px) {
	.archivePlan_hero_detail {
		align-self: center;
		padding-left: 3.0rem;
	}
}
.archivePlan_hero_detail-headline {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_detail-headline {
		margin-bottom: 1.0rem;
	}
}
.archivePlan_hero_detail-headline span {
	font-size: 3.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #cebaa4;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_detail-headline span {
		font-size: calc(58 / 750 * 100vw);
	}
}
.archivePlan_hero_detail p {
	font-size: 1.8rem;
	font-weight: 400;
	color: #272421;
	font-feature-settings: 'palt';
	line-height: 1.65;
	letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_detail p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.archivePlan_hero_photo picture {
	display: block;
	position: relative;
	opacity: 0.3;
}
.archivePlan_hero_photo-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: grid;
	place-content: center;
	place-items: center;
	width: 100%;
	height: 100%;
}
.archivePlan_hero_photo-heading {
	display: grid;
	place-content: center;
	place-items: center;
	margin-bottom: 1.5rem;
}
.archivePlan_hero_photo-heading strong {
	font-size: 2.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #272421;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_photo-heading strong {
		font-size: calc(48 / 750 * 100vw);
	}
}
.archivePlan_hero_photo-heading span {
	font-size: 1.7rem;
	font-weight: 500;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_photo-heading span {
		font-size: calc(30 / 750 * 100vw);
	}
}
.archivePlan_hero_photo-tag {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.archivePlan_hero_photo-tag span {
	font-size: 1.5rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.archivePlan_hero_photo-tag span {
		font-size: calc(26 / 750 * 100vw);
		font-feature-settings: 'palt';
	}
}
.archivePlan_hero_photo-tag span:nth-child(1) {
	margin-right: 1.0em;
}
.archivePlan_hero_photo-tag span:nth-child(3) {
	flex: 0 0 100%;
	text-align: center;
}
.archivePlan_hero_photo-tag span::before {
	content: '#';
}
.archivePlan_filter {
	margin-bottom: 3.5rem;
}
.archivePlan_filter_item {
	display: grid;
	grid-template-columns: 1fr 2fr;
	column-gap: 1.0rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-top: 1px solid rgba(27, 24, 21, 0.2);
}
@media screen and (max-width: 750px) {
	.archivePlan_filter_item {
		grid-template-columns: 0.75fr 2.25fr;
	}
}
.archivePlan_filter_item:last-child {
	border-bottom: 1px solid rgba(27, 24, 21, 0.2);
}
.archivePlan_filter_item-headline {
	display: grid;
	place-content: center;
	place-items: center;
}
.archivePlan_filter_item-headline span {
	font-size: 1.6rem;
	font-weight: 600;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.archivePlan_filter_item-headline span {
		font-size: calc(26 / 750 * 100vw);
	}
}
.archivePlan_filter_item-body {
	margin-bottom: 0;
}
.archivePlan_filter_list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 1.0rem;
	row-gap: 1.0rem;
}
.archivePlan_filter_list-item input {
	display: none;
}
.archivePlan_filter_list-item label {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	color: #272421;
	min-width: 4.0em;
	text-align: center;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	background-color: #dedede;
	transition: all 0.2s ease;
}
@media screen and (min-width: 751px) {
	.archivePlan_filter_list-item label {
		cursor: pointer;
	}
	.archivePlan_filter_list-item label:hover {
		background-color: #272421;
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.archivePlan_filter_list-item label {
		font-size: calc(26 / 750 * 100vw);
	}
}
.archivePlan_filter_list-item input:checked + label {
	background-color: #272421;
	color: #fff;
}
.archivePlan_content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2.0rem;
	row-gap: 2.0rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_content {
		grid-template-columns: 1fr;
		column-gap: 0;
	}
}
.archivePlan_content_box {
	background-color: #272421;
}
.archivePlan_content_box.is-hide {
	display: none;
}
.archivePlan_content_box a {
	position: relative;
	display: block;
	height: 100%;
}
@media screen and (max-width: 750px) {
	.archivePlan_content_box a {
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
	}
}
.archivePlan_content_box a::before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
}
@media screen and (min-width: 751px) {
	.archivePlan_content_box a::before {
		transition: opacity 0.3s ease;
	}
	.archivePlan_content_box a:hover::before {
		opacity: 0.25;
	}
}
.archivePlan_content_photo {
	display: block;
	text-align: center;
}
.archivePlan_content_photo img {
	aspect-ratio: 4 / 3;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.archivePlan_content_item {
	display: grid;
	place-content: center;
	place-items: center;
	padding-top: 2.0rem;
	padding-right: 1.5rem;
	padding-bottom: 2.0rem;
	padding-left: 1.5rem;
}
.archivePlan_content_item-headline {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	margin-bottom: 1.0rem;
}
.archivePlan_content_item-headline strong {
	font-size: 2.4rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.archivePlan_content_item-headline strong {
		font-size: calc(34 / 750 * 100vw);
	}
}
.archivePlan_content_item-headline span {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	margin-left: 0.75em;
}
@media screen and (max-width: 750px) {
	.archivePlan_content_item-headline span {
		font-size: calc(28 / 750 * 100vw);
	}
}
.archivePlan_content_item-body {
	margin-bottom: 0;
}
.archivePlan_content_item-body p {
	font-size: 1.5rem;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 750px) {
	.archivePlan_content_item-body p {
		font-size: calc(26 / 750 * 100vw);
		text-align: left;
	}
}
.archivePlan_content_item-price {
	display: flex;
	justify-content: center;
}
.archivePlan_content_item-price span {
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.archivePlan_content_item-price span {
		font-size: calc(28 / 750 * 100vw);
	}
}


/*----------------------------------------------------------------------------
	Plan single
----------------------------------------------------------------------------*/
.planArticle {
	margin-bottom: 6.0rem;
}
.planArticle_title {
	display: flex;
	align-items: center;
	column-gap: 1.0rem;
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.planArticle_title {
		justify-content: space-between;
		margin-bottom: 3.0rem;
	}
}
.planArticle_title .main {
	font-size: 3.0rem;
	font-weight: 500;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.planArticle_title .main {
		font-size: calc(40 / 750 * 100vw);
	}
}
.planArticle_title .sub {
	font-size: 2.4rem;
	font-weight: 400;
	color: #272421;
	background-color: #f1ede7;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
	.planArticle_title .sub {
		font-size: calc(32 / 750 * 100vw);
	}
}
.planArticle_heading {
	margin-bottom: 2.5rem;
}
.planArticle_heading p {
	font-size: 2.4rem;
	font-weight: 400;
	color: #272421;
	letter-spacing: 0.07em;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.planArticle_heading p {
		font-size: calc(32 / 750 * 100vw);
		text-align: justify;
	}
}
.planTopImage {
	text-align: center;
	margin-bottom: 4.0rem;
}
.planTopImage img {
	margin-bottom: 0;
}
@media screen and (min-width: 751px) {
	.planTopImage img {
		max-width: 750px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (max-width: 750px) {
	.planTopImage img {
		max-width: 100%;
	}
}
.planArticle_point {
	margin-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
	.planArticle_point {
		margin-bottom: 4.5rem;
	}
}
.planArticle_point_item {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 3.0rem;
}
@media screen and (max-width: 750px) {
	.planArticle_point_item {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 0.5rem;
	}
}
@media screen and (max-width: 750px) {
	.planArticle_point_item-headline {
		text-align: center;
	}
}
.planArticle_point_item-headline span {
	font-size: 3.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #cebaa4;
	letter-spacing: 0.06em;
	text-transform: capitalize;
}
@media screen and (max-width: 750px) {
	.planArticle_point_item-headline span {
		font-size: calc(60 / 750 * 100vw);
	}
}
.planArticle_point_item-body {
	padding-top: 1.5rem;
	margin-bottom: 0;
}
@media screen and (max-width: 750px) {
	.planArticle_point_item-body {
		padding-top: 0;
	}
}
.planArticle_point_list {
	margin-bottom: 3.5rem;
}
@media screen and (max-width: 750px) {
	.planArticle_point_list {
		margin-bottom: 2.5rem;
	}
}
.planArticle_point_list-item:not(:last-child) {
	margin-bottom: 1.0rem;
}
.planArticle_point_list-item span {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 0.35em;
	position: relative;
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	letter-spacing: 0.07em;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.planArticle_point_list-item span {
		font-size: calc(28 / 750 * 100vw);
	}
}
.planArticle_point_list-item span::before {
	content: '';
	width: 0.75em;
	height: 0.75em;
	background-color: #cebaa4;
	border-radius: 50%;
	margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
	.planArticle_point_list-item span::before {
		margin-top: 0.4em;
	}
}
.planArticle_point_text p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	letter-spacing: 0.07em;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.planArticle_point_text p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.planArticle_design {
	margin-bottom: 2.0rem;
}
.planArticle_design_item {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 3.0rem;
}
@media screen and (max-width: 750px) {
	.planArticle_design_item {
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 0.5rem;
	}
}
@media screen and (max-width: 750px) {
	.planArticle_design_item-headline {
		text-align: center;
	}
}
.planArticle_design_item-headline span {
	font-size: 3.6rem;
	font-family: 'Raleway', sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: italic;
	color: #cebaa4;
	letter-spacing: 0.06em;
	text-transform: capitalize;
}
@media screen and (max-width: 750px) {
	.planArticle_design_item-headline span {
		font-size: calc(60 / 750 * 100vw);
	}
}
.planArticle_design_item-body {
	margin-bottom: 0;
}
@media screen and (min-width: 751px) {
	.planArticle_design_item-body {
		align-self: center;
	}
}
.planArticle_design_item-body p {
	font-size: 1.6rem;
	font-weight: 400;
	color: #272421;
	letter-spacing: 0.07em;
	font-feature-settings: 'palt';
}
@media screen and (max-width: 750px) {
	.planArticle_design_item-body p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.planArticle_box {
	margin-bottom: 4.5rem;
}
.planArticle_card {
	border: 1px solid #ddd;
}
.areaTable {
	margin-top: 0;
	margin-bottom: 4.5rem;
}
@media screen and (max-width: 750px) {
	.areaTable_box {
		display: grid;
		grid-template-columns: 0.9fr 1.1fr;
	}
}
.areaTable_list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	border: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
	.areaTable_list {
		grid-template-columns: 1fr;
	}
}
.areaTable_list:not(:last-child) {
	border-bottom: none;
}
@media screen and (max-width: 750px) {
	.areaTable_list:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}
.areaTable_list-item {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}
.areaTable_list-item:not(:last-child) {
	border-right: 1px solid #ddd;
}
@media screen and (max-width: 750px) {
	.areaTable_list-item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
}
.areaTable_list-item.is-header {
	display: grid;
	place-content: center;
	place-items: center;
	background-color: #f5f5f5;
}
.areaTable_list-item.is-data {
	display: grid;
	place-content: center;
	place-items: center;
	text-align: center;
}
.areaTable_list-item span {
	font-size: 1.5rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (max-width: 750px) {
	.areaTable_list-item span {
		font-size: calc(28 / 750 * 100vw);
	}
}
.areaTable_list-item.is-header span {
	font-weight: 600;
}
.planGallery {
	margin-bottom: 5.0rem;
}
.planGallery .swiper-wrapper {
	align-items: stretch;
}
.planGallery .swiper-slide {
	display: block;
	height: auto;
}
.planGallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
	color: #272421;
}
@media screen and (max-width: 750px) {
	.swiper-button-next,
	.swiper-button-prev {
		width: calc(27 / 750 * 100vw);
		height: calc(44 / 750 * 100vw);
		margin-top: calc(-22 / 750 * 100vw);
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: calc(50 / 750 * 100vw);
	}
}
.planThumbs  {
	margin-bottom: 4.0rem;
}
.planThumbs img {
	width: 100%;
	object-fit: cover;
}
.totalPrice_item-headline {
	display: flex;
	justify-content: center;
	align-items: baseline;
	column-gap: 1.0rem;
	padding-top: 0.5rem;
	padding-bottom: 0.7rem;
	background-color: #272421;
}
@media screen and (max-width: 750px) {
	.totalPrice_item-headline {
		display: grid;
		place-content: center;
		place-items: center;
		align-items: center;
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 0.5rem;
	}
}
.totalPrice_item-headline strong {
	font-size: 3.0rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.totalPrice_item-headline strong {
		font-size: calc(50 / 750 * 100vw);
	}
}
.totalPrice_item-headline span {
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
}
@media screen and (max-width: 750px) {
	.totalPrice_item-headline span {
		font-size: calc(26 / 750 * 100vw);
	}
}
.totalPrice_item-body {
	padding-top: 2.5rem;
	padding-bottom: 3.0rem;
	margin-bottom: 0;
	background-color: #f1ede7;
}
@media screen and (max-width: 750px) {
	.totalPrice_item-body {
		padding-top: 2.0rem;
		padding-bottom: 2.5rem;
	}
}
.totalPrice_item-body p {
	font-size: 1.6rem;
	font-weight: 600;
	color: #272421;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.totalPrice_item-body p {
		font-size: calc(28 / 750 * 100vw);
	}
}
.planDetail_link {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 750px) {
	.planDetail_link {
		width: calc(400 / 750 * 100vw);
	}
}
.planDetail_link a {
	position: relative;
	display: block;
	padding-top: 1.5rem;
	padding-right: 2.0rem;
	padding-bottom: 1.5rem;
	padding-left: 2.0rem;
	border: 1px solid #272421;
	text-align: center;
	transition: all 0.4s ease;
}
@media screen and (min-width: 751px) {
	.planDetail_link a:hover {
		background-color: #272421;
	}
}
.planDetail_link a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 15px;
	height: 11px;
	background-image: url(../images/common/icon_arr-right.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: transparent;
	transform: translate(0, -50%);
}
@media screen and (max-width: 750px) {
	.planDetail_link a::before {
		width: 11px;
		height: 7px;
	}
}
@media screen and (min-width: 751px) {
	.planDetail_link a:hover::before {
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(236deg) brightness(108%) contrast(101%);
	}
}
.planDetail_link a span {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	color: #272421;
}
@media screen and (min-width: 751px) {
	.planDetail_link a:hover span {
		color: #fff;
	}
}
@media screen and (max-width: 750px) {
	.planDetail_link a span {
		font-size: calc(26 / 750 * 100vw);
		letter-spacing: 0.08em;
		font-feature-settings: 'palt';
	}
}



@media screen and (min-width: 751px) {
}
@media screen and (max-width: 750px) {
}
