body {
	background-color: #fff;
	color: #565956;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

body.no-scroll {
	height: 100%;
	overflow: hidden;
}

img {
	height: auto;
	max-width: 100%;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

.l-inner {
	padding-left: 130px;
	padding-right: 130px;
}

.c-section-title {
	text-align: center;
}

.c-section-title__ja {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
}

.c-section-title__en {
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 44px;
	position: relative;
}

.c-section-title__en::before {
	background-color: #565956;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	top: 45px;
	top: -24px;
	transform: translateX(-50%);
	width: 160px;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 69.5px;
}

.p-header__logo {
	height: 45.5px;
	width: 113px;
}

.p-header__logo a img {
	width: 100%;
}

.p-header__nav {
	margin-left: auto;
	margin-right: 40px;
}

.p-header__ul {
	align-items: center;
	display: flex;
	gap: 33px;
}

.p-header__furniture {
	color: #565956;
	font-weight: 700;
	position: relative;
	transition: all 0.3s ease;
	width: 57px;
}

.p-header__furniture::after {
	background: url(../img/header-triangle.png) center center/contain no-repeat;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 16px;
}

.p-header__furniture:hover,
.p-header__furniture.is-hovered {
	color: #B1B6AF;
	cursor: pointer;
}

.p-header__furniture:hover::after,
.p-header__furniture.is-hovered::after {
	background: url(../img/header-triangle-hover.png) center center/contain no-repeat;
}

.p-header__appliance {
	font-weight: 700;
	position: relative;
	transition: all 0.3s ease;
	width: 57px;
}

.p-header__appliance::after {
	background: url(../img/header-triangle.png) center center/contain no-repeat;
	content: "";
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 16px;
}

.p-header__appliance:hover,
.p-header__appliance.is-hovered {
	color: #B1B6AF;
	cursor: pointer;
}

.p-header__appliance:hover::after,
.p-header__appliance.is-hovered::after {
	background: url(../img/header-triangle-hover.png) center center/contain no-repeat;
}

.p-header__list:hover {
	opacity: 0.5;
}

.p-header__list a {
	font-weight: 700;
}

.p-header__button {
	border: 1px solid #565956;
	border-radius: 20px;
	height: 37px;
	line-height: 33px;
	text-align: center;
	transition: all 0.3s ease;
	width: 170px;
}

.p-header__button:hover {
	background-color: #565956;
	color: #fff;
}

.p-header__button a {
	font-size: 14px;
	font-weight: 700;
}

.p-header__sp-btn {
	height: 24px;
	margin-right: 16px;
	width: 24px;
}

.p-header__sp-btn a img {
	width: 100%;
}

.p-header__cart {
	height: 32px;
	width: 32px;
}

.p-header__cart:hover {
	opacity: 0.5;
}

.p-header__cart a img {
	width: 100%;
}

.p-furniture-modal {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	display: none;
	height: 100%;
	left: 0;
	margin-top: 69.5px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-furniture-modal__inner {
	background-color: #fff;
	border-radius: 8px;
	margin: 17px auto;
	padding: 24px 40px;
	width: 81.9444444444%;
}

.p-furniture-modal__title {
	font-size: 20px;
	font-weight: 700;
}

.p-furniture-modal__items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	-moz-column-gap: 32px;
	column-gap: 32px;
	margin-top: 24px;
	row-gap: 48px;
}

.p-furniture-modal__item {
	border-bottom: 2px solid #F2F4F1;
	padding-bottom: 8px;
}

.p-furniture-modal__item:hover {
	border-bottom: 2px solid #609484;
}

.p-furniture-modal__modal-close {
	color: #aaa;
	cursor: pointer;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.p-appliance-modal {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	display: none;
	height: 100%;
	left: 0;
	margin-top: 69.5px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-appliance-modal__inner {
	background-color: #fff;
	border-radius: 8px;
	margin: 17px auto;
	padding: 24px 40px;
	width: 81.9444444444%;
}

.p-appliance-modal__title {
	font-size: 20px;
	font-weight: 700;
}

.p-appliance-modal__items {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	-moz-column-gap: 32px;
	column-gap: 32px;
	margin-top: 24px;
	row-gap: 48px;
}

.p-appliance-modal__item {
	border-bottom: 2px solid #F2F4F1;
	padding-bottom: 8px;
}

.p-appliance-modal__item:hover {
	border-bottom: 2px solid #609484;
}

.p-appliance-modal__modal-close {
	color: #aaa;
	cursor: pointer;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.p-drawer-content {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
	border: none;
	display: none;
	height: 100%;
	left: 0;
	margin-top: 48px;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.p-drawer-content.active {
	opacity: 0.5;
}

.p-drawer-content__inner {
	background-color: #fff;
	border-radius: 8px;
	margin: 8px auto;
	padding: 16px;
	width: 81.9444444444%;
}

.p-drawer-content__list {
	margin-left: 28px;
	text-align: center;
}

.p-drawer-content__list:hover {
	opacity: 0.5;
}

.p-drawer-content__list a {
	font-weight: 700;
}

.p-drawer-content__button {
	border: 1px solid #565956;
	border-radius: 20px;
	height: 37px;
	line-height: 33px;
	margin: 40px auto 0;
	text-align: center;
	transition: all 0.3s ease;
	width: 170px;
}

.p-drawer-content__button:hover {
	background-color: #565956;
	color: #fff;
}

.p-drawer-content__button a {
	font-size: 14px;
	font-weight: 700;
}

.p-drawer-content__modal-close {
	color: #aaa;
	cursor: pointer;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.p-mv {
	position: relative;
}

.p-mv__img {
	width: 100%;
}

.p-mv__img img {
	height: inherit;
	width: 100%;
}

.p-mv__text-wrap {
	letter-spacing: 1.6px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.p-mv__text1 {
	background-color: #fff;
	color: #565956;
	font-size: 40px;
	font-weight: 700;
	height: 68px;
	line-height: 68px;
	text-align: center;
	width: 419px;
}

.p-mv__text2 {
	background-color: #fff;
	color: #565956;
	font-size: 40px;
	font-weight: 700;
	height: 68px;
	line-height: 68px;
	margin-top: 8px;
	text-align: center;
	width: 629px;
}

.p-mv__text-sub {
	letter-spacing: 1px;
	margin-top: 24px;
}

.p-mv__text3 {
	background-color: #fff;
	color: #565956;
	font-size: 24px;
	font-weight: 700;
	height: 52px;
	line-height: 52px;
	text-align: center;
	width: 472px;
}

.p-cta__background-img {
	height: 500px;
	width: 100%;
}

.p-cta__background-img img {
	height: inherit;
	width: 100%;
}

.p-cta__wrap {
	background-color: #fff;
	border-radius: 16px;
	letter-spacing: 1px;
}

.p-cta__text-wrap {
	position: relative;
	text-align: center;
}

.p-cta__text-wrap::before {
	background-color: #565956;
	color: #fff;
	content: "今だけ";
	font-size: 16px;
	font-weight: 700;
	height: 24px;
	position: absolute;
	width: 82px;
}

.p-cta__text1 {
	font-size: 24px;
	font-weight: 700;
}

.p-cta__text2 {
	font-size: 28px;
	font-weight: 700;
	margin-top: 25px;
}

.p-cta__merit-wrap {
	display: flex;
	gap: 10px;
	margin-top: 32px;
	text-align: center;
}

.p-cta__merit1,
.p-cta__merit2,
.p-cta__merit3 {
	background-color: #565956;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 56px;
	line-height: 56px;
	width: 191px;
}

.p-cta__button-wrap {
	align-items: center;
	display: flex;
	gap: 37px;
	justify-content: center;
	margin-top: 56px;
	text-align: center;
}

.p-cta__step {
	background-color: #F2F4F1;
	font-size: 20px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	position: relative;
	width: 260px;
}

.p-cta__step::after {
	background: url(/assets/img/cta-step-arrow.png) center center/contain no-repeat;
	content: "";
	height: 18px;
	position: absolute;
	right: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 29px;
}

.p-cta__button {
	background: linear-gradient(#669988, #668899);
	border-radius: 16px;
	height: 70px;
	line-height: 70px;
	width: 233px;
}

.p-cta__button-text {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding-right: 40px;
	position: relative;
	
}

.p-cta__button-text::after {
	background: url(../../assets/img/cta-button-arrow.png) center center/contain no-repeat;
	content: "";
	height: 24px;
	margin-left: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.p-benefit__inner {
	padding-bottom: 17px;
	padding-top: 93px;
}

.p-benefit__card-wrap {
	display: flex;
	margin: 70px auto;
}

.p-benefit__card {
	height: 278px;
	margin: 0 auto;
	width: 168px;
}

.p-benefit__tag {
	background-color: #948260;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
	letter-spacing: 1px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	width: 85.7142857143%;
}

.p-benefit__text {
	letter-spacing: 1px;
	line-height: 24px;
	margin-left: -3px;
	text-align: center;
}

.p-benefit__pop {
	width: 100%;
}

.p-benefit__pop img {
	height: inherit;
	width: 100%;
}

.p-voice__inner {
	padding-bottom: 88px;
	padding-top: 93px;
}

.p-voice__card-wrap {
	display: flex;
	margin-top: 72px;
}

.p-voice__card {
	flex: 1;
}

.p-voice__card:not(:nth-child(2)) {
	background-color: #F2F4F1;
}

.p-voice__card:nth-child(1) .p-voice__card-img::before {
	content: "REVIEW 01";
}

.p-voice__card:nth-child(2) .p-voice__card-img::before {
	content: "REVIEW 02";
}

.p-voice__card:nth-child(3) .p-voice__card-img::before {
	content: "REVIEW 03";
}

.p-voice__card-img {
	position: relative;
	width: 100%;
}

.p-voice__card-img img {
	height: inherit;
	width: 100%;
}

.p-voice__card-img::before {
	background-color: #609484;
	color: #fff;
	content: "";
	font-family: "Jost", sans-serif;
	font-weight: 600;
	height: 40px;
	letter-spacing: 0.6px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	width: 122px;
}

.p-voice__content-wrap {
	padding: 24px 48px;
}

.p-voice__card-title-wrap {
	display: flex;
	flex-direction: column;
}

.p-voice__card-title1 {
	align-self: flex-start;
	background-color: #948260;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 7px 8px;
}

.p-voice__card-title2 {
	align-self: flex-start;
	background-color: #948260;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.8px;
	margin-top: 8px;
	padding: 7px 8px 7px 10px;
}

.p-voice__card-text {
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 24px;
	margin-top: 16px;
}

.p-voice__card-bottom {
	display: flex;
	letter-spacing: 0.6px;
	margin-top: 39px;
}

.p-voice__age {
	font-weight: 500;
}

.p-voice__name {
	font-weight: 500;
}

.p-solution {
	position: relative;
}

.p-solution__background {
	height: 904px;
	width: 100%;
}

.p-solution__background img {
	height: inherit;
	width: 100%;
}

.p-solution__items {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 70px;
	width: 100%;
}

.p-solution__item {
	background-color: #fff;
	border-radius: 32px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1607843137);
	height: 100%;
	padding: 33px 50px 33px 114px;
	position: relative;
	width: 100%;
}

.p-solution__item::before {
	background: url(../img/solution-check.png) center center/contain;
	content: "";
	height: 32px;
	left: 50px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
}

.p-solution__text {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.8px;
}

.p-solution__item-wrap {
	display: flex;
	gap: 24px;
}

.p-solution__bottom-pop {
	background-color: #609484;
	bottom: -80px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	height: 96px;
	left: 50%;
	letter-spacing: 1px;
	padding: 35px 77px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 1115px;
}

.p-solution::after {
	background: url(../img/solution-bottom-img-pc.png) center center/contain no-repeat;
	bottom: -114px;
	content: "";
	height: 123px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1180px;
}

.p-realization {
	padding-bottom: 115px;
	padding-top: 145px;
}

.p-realization__scene {
	margin-top: 99px;
	position: relative;
}

.p-realization__scene::after {
	background-color: #F2F4F1;
	content: "";
	height: 1369px;
	left: 50%;
	position: absolute;
	top: 147px;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.p-realization__scene02 {
	margin-top: 162px;
}

.p-realization__scene-main-img img {
	width: 100%;
}

.p-realization__scene-main-img01 {
	position: relative;
}

.p-realization__scene-main-img01::before {
	content: "SCENE 01";
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 600;
	left: 39px;
	letter-spacing: 1.5px;
	position: absolute;
	top: -11px;
}

.p-realization__scene-main-img02 {
	position: relative;
}

.p-realization__scene-main-img02::before {
	content: "SCENE 02";
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 600;
	left: 39px;
	letter-spacing: 1.5px;
	position: absolute;
	top: -10px;
}

.p-realization__scene-content {
	margin-top: 48px;
}

.p-realization__scene-content02 {
	display: flex;
	justify-content: right;
}

.p-realization__text-wrap {
	background-color: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1607843137);
	padding: 64px;
	width: 618px;
}

.p-realization__text-wrap02 {
	width: 588px;
}

.p-realization__text-title {
	background-color: #948260;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	height: 44px;
	letter-spacing: 1px;
	line-height: 44px;
	text-align: center;
	width: 490px;
}

.p-realization__text-title02 {
	width: 414px;
}

.p-realization__title-wrap01,
.p-realization__title-wrap02,
.p-realization__title-wrap03,
.p-realization__title-wrap04 {
	background-color: #948260;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	height: 44px;
	letter-spacing: 1px;
	line-height: 44px;
	text-align: center;
}

.p-realization__title-wrap01 {
	width: 215px;
}

.p-realization__title-wrap02 {
	margin-top: 8px;
	width: 290px;
}

.p-realization__title-wrap03 {
	width: 240px;
}

.p-realization__title-wrap04 {
	margin-top: 8px;
	width: 190px;
}

.p-realization__point {
	margin-right: 30px;
	margin-top: 38px;
}

.p-realization__point02 {
	margin-right: 0;
}

.p-realization__point-title {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	position: relative;
}

.p-realization__point-title::after {
	background-color: #565956;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 303px;
}

.p-realization__point-content {
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 24px;
	margin-top: 19px;
}

.p-realization__img-man img {
	height: auto;
	width: 100%;
}

.p-realization__img-left img {
	width: 100%;
}

.p-realization__advice {
	margin-right: 30px;
	margin-top: 52px;
}

.p-realization__advice02 {
	margin-right: 0;
}

.p-realization__advice-title {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.8px;
	position: relative;
}

.p-realization__advice-title::after {
	background-color: #565956;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 234px;
}

.p-realization__advice-content {
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 24px;
	margin-top: 19px;
}

.p-realization__img-projector img {
	height: auto;
	width: 100%;
}

.p-realization__img-right img {
	width: 100%;
}

.p-realization__line-up {
	margin-top: 85px;
}

.p-realization__line-up-title-wrap {
	margin: 0 auto;
	max-width: 990px;
}

.p-realization__line-up-title-ja {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
}

.p-realization__line-up-title-ja::before {
	background-color: #565956;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 240px;
}

.p-realization__line-up-title-ja::after {
	background-color: #565956;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 240px;
}

.p-realization__line-up-title-en {
	color: #B1B6AF;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 13px;
	text-align: center;
}

.p-realization__card-wrap {
	margin-top: 26px;
}

.p-realization__card {
	cursor: pointer;
	margin: 0 auto;
	width: 300px;
}

.p-realization__card img {
	width: 100%;
}

.p-realization__card-text-wrap {
	background-color: #F2F4F1;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1607843137);
	padding: 26px 24px 64px;
}

.p-realization__card-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
}

.p-realization__card-text {
	font-family: "Jost", sans-serif;
	letter-spacing: 1.2px;
	margin-top: 12px;
}

.p-features {
	background: url(../img/features-background.png) center center/cover no-repeat;
}

.p-features__inner {
	padding-bottom: 80px;
	padding-top: 85px;
}

.p-features__card-wrp {
	margin-top: 58px;
}

.p-features__cards {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}

.p-features__cards:not(:first-child) {
	margin-top: 32px;
}

.p-features__card {
	display: flex;
	gap: 80px;
	justify-content: center;
	padding: 32px;
}

.p-features__card02,
.p-features__card04 {
	flex-direction: row-reverse;
}

.p-features__card-img {
	width: 446px;
}

.p-features__card-img img {
	width: 100%;
}

.p-features__card-img02 {
	margin-left: 2px;
	width: 452px;
}

.p-features__card-img03 {
	margin-top: -1px;
}

.p-features__card-img04 {
	margin-left: 2px;
	margin-top: 5px;
}

.p-features__card-content {
	width: 445px;
}

.p-features__card-content01 {
	margin-top: 5px;
}

.p-features__card-content02 {
	margin-left: 7px;
	margin-top: 36px;
}

.p-features__card-content03 {
	margin-left: 1px;
	margin-top: -2px;
}

.p-features__card-content04 {
	margin-left: 1px;
	margin-top: -3px;
}

.p-features__card-tag {
	background-color: #948260;
	color: #fff;
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	height: 38px;
	letter-spacing: 1px;
	line-height: 38px;
	text-align: center;
	width: 116px;
}

.p-features__card-tag02 {
	margin-left: 2px;
}

.p-features__card-tag03 {
	margin-left: 2px;
	margin-top: 2px;
}

.p-features__card-tag04 {
	margin-left: 2px;
	margin-top: 2px;
}

.p-features__card-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 17px;
}

.p-features__card-title span {
	color: #948260;
	font-size: 24px;
	font-weight: 700;
}

.p-features__card-title03 {
	letter-spacing: 0.8px;
	line-height: 28px;
}

.p-features__card-text {
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 24px;
	margin-left: 2px;
	margin-top: 12px;
	margin-top: 17px;
}

.p-features__card-text03 {
	margin-top: 14px;
}

.p-how-to-use__inner {
	padding-bottom: 93px;
	padding-top: 93px;
}

.p-how-to-use__card-wrap {
	display: flex;
	gap: 36px;
	justify-content: space-between;
	margin-top: 70px;
}

.p-how-to-use__card {
	cursor: pointer;
	width: 268px;
}

.p-how-to-use__card-img img {
	width: 100%;
}

.p-how-to-use__card-title-wrap {
	display: flex;
	gap: 23px;
	justify-content: center;
	margin-top: 30px;
}

.p-how-to-use__card-number {
	color: #609484;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.9px;
}

.p-how-to-use__card-title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.9px;
}

.p-how-to-use__card-text {
	font-weight: 500;
	letter-spacing: 0.6px;
	line-height: 24px;
	margin-top: 21px;
}

.p-faq__inner {
	padding-bottom: 88px;
	padding-top: 93px;
}

.p-faq__boxes {
	margin-top: 39px;
}

.p-faq__box-head {
	align-items: center;
	border-bottom: 1px solid #565956;
	display: flex;
	height: 80px;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-faq__box-head::before {
	background-color: #948260;
	content: "";
	height: 2px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.p-faq__box-head::after {
	background-color: #948260;
	background-color: #948260;
	content: "";
	height: 2px;
	position: absolute;
	position: absolute;
	right: 0;
	top: 50%;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	width: 16px;
}

.p-faq__box-head.open::after {
	transform: rotate(180deg);
}

.p-faq__head-icon {
	color: #948260;
	font-size: 18px;
	font-weight: 500;
}

.p-faq__head-text {
	display: block;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-left: 24px;
}

.p-faq__box-body {
	display: none;
	margin-bottom: 35px;
	margin-top: 24px;
}

.p-faq__body-a {
	display: flex;
}

.p-faq__a-icon {
	color: #948260;
	font-size: 18px;
	font-weight: 400;
}

.p-faq__a-text {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	margin-left: 24px;
}

.p-faq__button {
	background: linear-gradient(#669988, #668899);
	border-radius: 99px;
	cursor: pointer;
	height: 64px;
	line-height: 64px;
	margin: 64px auto 0;
	text-align: center;
	transition: all ease 0.6s;
	width: 305px;
}

.p-faq__button:hover {
	opacity: 0.7;
}

.p-faq__button-text {
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.8px;
	padding-right: 44px;
	position: relative;
}

.p-faq__button-text::after {
	background: url(../../assets/img/faq-arrow.png) center center/contain no-repeat;
	content: "";
	height: 15px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 11px;
}

.p-footer {
	background-color: #565956;
}

.p-footer__inner {
	padding-bottom: 32px;
	padding-top: 58px;
}

.p-footer__wrap {
	display: flex;
}

.p-footer__items-title {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}

.p-footer__items-title::after {
	background-color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 34px;
	width: 72px;
}

.p-footer__items {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 27px;
}

.p-footer__item {
	letter-spacing: 0.6px;
}

.p-footer__service {
	color: #fff;
}

.p-footer__service-item {
	font-weight: 500;
}

.p-footer__about {
	color: #fff;
}

.p-footer__support {
	color: #fff;
}

.p-footer__classBusiness {
	color: #fff;
}

.p-footer__sns {
	display: flex;
	gap: 25px;
	margin-left: 3px;
	margin-top: 72px;
}

.p-footer__instagram {
	cursor: pointer;
}

.p-footer__twitter {
	cursor: pointer;
}

.p-footer__facebook {
	cursor: pointer;
}

.p-footer__comment {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-top: 68px;
}

.p-footer__copyright {
	margin-top: 6px;
}

.p-footer__copyright-text {
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.1px;
}

@media screen and (min-width: 769px) and (max-width: 1179px) {

.l-inner {
	padding-left: 40px;
	padding-right: 40px;
}

.p-mv__text1 {
	font-size: 30px;
	height: 55px;
	line-height: 55px;
	width: 300px;
}

.p-mv__text2 {
	font-size: 30px;
	height: 55px;
	line-height: 55px;
	width: 460px;
}

.p-mv__text-sub {
	margin-top: 15px;
}

.p-mv__text3 {
	font-size: 20px;
	width: 380px;
}

.p-cta {
	position: relative;
}

.p-cta__background-img {
	height: 600px;
}

.p-cta__wrap {
	left: 50%;
	padding: 60px 20px 82px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-cta__text-wrap::before {
	left: 50%;
	top: -36px;
	transform: translateX(-50%);
}

.p-cta__text2 {
	line-height: 40px;
}

.p-benefit__card-wrap {
	flex-direction: column;
	gap: 80px;
}

.p-voice__card-wrap {
	flex-direction: column;
}

.p-voice__card-img {
	width: 100%;
}

.p-solution__background {
	height: 970px;
}

.p-solution__inner {
	left: 50%;
	position: absolute;
	top: 92px;
	transform: translateX(-50%);
	width: 100%;
}

.p-solution__bottom-pop {
	bottom: -80px;
	padding: 25px 30px;
	width: 700px;
}

.p-solution::after {
	display: none;
}

.p-realization__text-wrap {
	width: 100%;
}

.p-realization__point-title::after {
	width: 400px;
}

.p-realization__img-man {
	margin-top: 30px;
}

.p-realization__img-left {
	margin-top: 30px;
}

.p-realization__advice-title::after {
	width: 300px;
}

.p-realization__img-projector {
	margin-top: 30px;
}

.p-realization__img-right {
	margin-top: 30px;
}

.p-realization__line-up-title-ja::before {
	width: 200px;
}

.p-realization__line-up-title-ja::after {
	width: 200px;
}

.p-realization__card-wrap {
	display: flex;
	gap: 50px;
	justify-content: center;
}

.p-features__card {
	align-items: center;
	gap: 40px;
	padding: 28px;
}

.p-faq__box-head::before {
	right: 0;
}

.p-footer__wrap {
	flex-direction: column;
	gap: 40px;
}

.u-hidden-tab {
	display: none;
}

}

@media screen and (min-width: 1180px) {

.p-cta {
	margin-top: -4px;
	position: relative;
}

.p-cta__wrap {
	height: 404px;
	left: 50%;
	padding: 60px 64px 82px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 719px;
}

.p-cta__text-wrap::before {
	left: 24px;
	top: -16px;
	transform: rotate(-30deg);
}

.p-benefit__card-wrap {
	gap: 7.2033898305%;
	max-width: 1180px;
}

.p-solution__inner {
	left: 50%;
	position: absolute;
	top: 92px;
	transform: translateX(-50%);
	width: 100%;
}

.p-realization__scene-content {
	position: relative;
}

.p-realization__img-man {
	left: 570px;
	position: absolute;
	top: 123px;
	width: 24%;
}

.p-realization__img-left {
	left: 0;
	position: absolute;
	top: 123px;
	width: 24%;
}

.p-realization__img-projector {
	position: absolute;
	right: 0;
	top: 38px;
	width: 25.5%;
}

.p-realization__img-right {
	position: absolute;
	right: 571px;
	top: 38px;
	width: 25.3%;
}

.p-realization__card-wrap {
	display: flex;
	gap: 50px;
	justify-content: center;
	padding-left: 91px;
	padding-right: 91px;
}

.p-faq__boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-moz-column-gap: 24px;
	column-gap: 24px;
}

.p-faq__box-head {
	padding-left: 22px;
	padding-right: 22px;
}

.p-faq__box-head::before {
	right: 22px;
}

.p-faq__box-head::after {
	right: 22px;
}

.p-faq__box-body {
	padding-left: 22px;
	padding-right: 22px;
}

.p-footer__wrap {
	justify-content: space-between;
}

.u-hidden-pc {
	display: none;
}

}

@media screen and (max-width: 768px) {

.l-inner {
	padding-left: 16px;
	padding-right: 16px;
}

.c-section-title__ja {
	line-height: 36px;
}

.c-section-title__en {
	margin-top: 38px;
}

.p-header__inner {
	height: 48px;
}

.p-header__logo {
	height: 21px;
	margin-top: -8px;
	width: 52px;
}

.p-header__nav {
	margin-right: 56px;
}

.p-header__ul {
	gap: 16px;
}

.p-header__furniture {
	font-size: 14px;
	width: 49px;
}

.p-header__appliance {
	font-size: 14px;
	width: 50px;
}

.p-header__sp-btn {
	margin-top: -4px;
}

.p-header__cart {
	height: 24px;
	margin-top: -6px;
	width: 24px;
}

.p-furniture-modal {
	margin-top: 48px;
}

.p-furniture-modal__inner {
	margin: 8px auto;
	padding: 16px;
}

.p-furniture-modal__title {
	font-size: 16px;
}

.p-furniture-modal__items {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 32px;
	row-gap: 24px;
}

.p-furniture-modal__item {
	font-size: 14px;
}

.p-appliance-modal {
	margin-top: 48px;
}

.p-appliance-modal__inner {
	margin: 8px auto;
	padding: 16px;
}

.p-appliance-modal__title {
	font-size: 16px;
}

.p-appliance-modal__items {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 32px;
	row-gap: 24px;
}

.p-appliance-modal__item {
	font-size: 14px;
}

.p-cta {
	background-color: #F2F4F1;
}

.p-cta__inner {
	padding: 56px 16px;
}

.p-cta__wrap {
	padding: 64px 16px 32px;
	width: 100%;
}

.p-cta__text-wrap::before {
	left: 50%;
	top: -32px;
	transform: translateX(-50%);
}

.p-cta__text1 {
	font-size: 16px;
	letter-spacing: 0.6px;
}

.p-cta__text2 {
	line-height: 42px;
	margin-top: 8px;
}

.p-cta__merit-wrap {
	flex-direction: column;
	gap: 8px;
	margin-top: 24px;
}

.p-cta__merit1,
.p-cta__merit2,
.p-cta__merit3 {
	width: 100%;
}

.p-cta__button-wrap {
	flex-direction: column;
	gap: 30px;
	margin-top: 25px;
}

.p-cta__step::after {
	height: 29px;
	left: 47%;
	top: 50px;
	transform: rotate(90deg);
	width: 18px;
}

.p-cta__button {
	width: 100%;
}

.p-benefit__inner {
	padding-top: 87px;
}

.p-benefit__card-wrap {
	flex-direction: column;
	gap: 32px;
}

.p-benefit__pop {
	height: 132px;
}

.p-voice__inner {
	padding-bottom: 55px;
	padding-top: 57px;
}

.p-voice__card-wrap {
	flex-direction: column;
	margin-top: 70px;
}

.p-voice__card-img {
	width: 100%;
}

.p-voice__content-wrap {
	margin-top: -1px;
	padding: 24px;
}

.p-voice__card-bottom {
	margin-top: 16px;
}

.p-solution {
	background-color: #F2F4F1;
	padding-bottom: 112px;
	padding-top: 56px;
}

.p-solution__items {
	gap: 25px;
	margin-top: 38px;
}

.p-solution__item {
	padding: 76px 50px 27px;
}

.p-solution__item::before {
	top: 44px;
}

.p-solution__text {
	line-height: 30px;
}

.p-solution__item-wrap {
	flex-direction: column;
	gap: 25px;
}

.p-solution__bottom-pop {
	bottom: -126px;
	font-size: 20px;
	height: 180px;
	letter-spacing: 0.6px;
	line-height: 30px;
	padding: 30px 25px;
	width: 308px;
}

.p-solution::after {
	background: url(../img/solution-bottom-img-sp.png) center center/contain no-repeat;
	bottom: -196px;
	height: 237px;
	width: 343px;
}

.p-realization {
	padding-bottom: 55px;
	padding-top: 240px;
}

.p-realization__scene {
	margin-top: 48px;
}

.p-realization__scene::after {
	top: 463px;
}

.p-realization__scene02 {
	margin-top: 74px;
}

.p-realization__scene-main-img01::before {
	font-size: 16px;
	left: 11px;
	letter-spacing: 0.8px;
}

.p-realization__scene-main-img02::before {
	font-size: 16px;
	left: 11px;
	letter-spacing: 0.8px;
}

.p-realization__scene-content {
	margin-top: 24px;
}

.p-realization__text-wrap {
	padding: 0 16px 32px;
	width: 100%;
}

.p-realization__point {
	margin-right: 0;
}

.p-realization__point-title::after {
	width: 154px;
}

.p-realization__img-man {
	margin-top: 16px;
}

.p-realization__img-left {
	margin-top: 16px;
}

.p-realization__advice {
	margin-right: 0;
	margin-top: 50px;
}

.p-realization__advice-title::after {
	width: 85px;
}

.p-realization__img-projector {
	margin-top: 16px;
}

.p-realization__img-right {
	margin-top: 16px;
}

.p-realization__line-up {
	margin-top: 83px;
}

.p-realization__line-up-title-ja::before {
	width: 33.5px;
}

.p-realization__line-up-title-ja::after {
	width: 33.5px;
}

.p-realization__card:not(:first-child) {
	margin-top: 49px;
}

.p-features__inner {
	padding-bottom: 55px;
	padding-top: 55px;
}

.p-features__card {
	flex-direction: column;
	gap: 0;
	padding-left: 16px;
	padding-right: 16px;
}

.p-features__card-img {
	width: 100%;
}

.p-features__card-img02 {
	margin-left: 0;
}

.p-features__card-img04 {
	margin-left: 0;
	margin-top: 0;
}

.p-features__card-content {
	width: 100%;
}

.p-features__card-content01 {
	margin-top: 24px;
}

.p-features__card-content02 {
	margin-left: 0;
	margin-top: 24px;
}

.p-features__card-content03 {
	margin-left: 0;
	margin-top: 21px;
}

.p-features__card-content04 {
	margin-top: 23px;
}

.p-features__card-tag {
	width: 112px;
}

.p-features__card-tag04 {
	margin-left: 0;
}

.p-features__card-title04 {
	letter-spacing: 0.7px;
}

.p-features__card-text {
	margin-left: 0;
}

.p-how-to-use__inner {
	padding-bottom: 55px;
	padding-top: 56px;
}

.p-how-to-use__card-wrap {
	flex-direction: column;
	gap: 32px;
	margin-top: 38px;
}

.p-how-to-use__card {
	width: 100%;
}

.p-how-to-use__card-title-wrap {
	margin-top: 29px;
}

.p-how-to-use__card-number {
	font-weight: 700;
}

.p-how-to-use__card-text {
	margin-top: 16px;
}

.p-faq__inner {
	padding-bottom: 56px;
	padding-top: 55px;
}

.p-faq__boxes {
	margin-top: 23px;
}

.p-faq__box-head {
	height: auto;
	padding-left: 1.5px;
	padding-right: 1.5px;
}

.p-faq__box-head::before {
	right: 0;
}

.p-faq__head-text {
	letter-spacing: 0.8px;
	padding-bottom: 24px;
	padding-top: 24px;
	width: 254px;
}

.p-faq__button {
	margin: 35px auto 0;
}

.p-footer__inner {
	padding-top: 34px;
}

.p-footer__wrap {
	flex-direction: column;
	gap: 51px;
}

.p-footer__comment {
	line-height: 18px;
	margin-top: 72px;
}

.p-footer__copyright {
	margin-top: 9px;
}

.u-hidden-sp {
	display: none;
}

}

