* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

*,
::before,
::after {
	background-repeat: no-repeat;
	zoom: 1;
}

::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html,
body {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
}

html {
	overflow-y: scroll;
	cursor: default;
}

body {
	line-height: 1em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1em;
}

ol,
ul,
li {
	list-style: none;
	zoom: normal;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: normal;
}

td,
th {
	padding: 0;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a {
	color: inherit;
	background-color: rgba(0,0,0,0);
	text-decoration: none;
	-webkit-text-decoration-skip: objects;
	cursor: pointer;
}

a:active,
a:hover {
	outline-width: 0;
}

a:focus,
*:focus {
	outline: none;
}

img {
	border-style: none;
	vertical-align: bottom;
}

[type=text],
[type=tel],
[type=email],
[type=date],
[type=number],
[type=submit],
[type=button],
button,
textarea,
select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input,
select {
	vertical-align: middle;
}

select {
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
	cursor: pointer;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #111;
	font-family: "Zen Kaku Gothic New",sans-serif;
	font-size: 3.7333333333vw;
	font-weight: 400;
	line-height: 1em;
	letter-spacing: 0;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow-x: hidden;
}

body.is-fixed {
	position: fixed;
	width: 100%;
	overflow: hidden;
	top: var(--scroll-y);
}

a.on {
	display: inline-block;
}

.br--pc {
	display: none;
}

.br--sp {
	display: block;
}

.parallax {
	width: 100%;
	max-width: 100%;
	height: auto;
}

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

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

.img--scale {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.img--scale img {
	width: 100%;
	transition-duration: .4s;
}

.youtube,
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe,
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.anim {
	opacity: 0;
}

.anim.is-show {
	opacity: 1;
}

.anim--heading {
	position: relative;
	overflow: hidden;
}

.anim--heading>span {
	position: relative;
}

.anim--heading.is-show>span {
	animation: popanime .6s ease-out forwards;
}

[data-aos=fade-up] {
	transform: translateY(20px);
	opacity: 0;
	transition-property: transform,opacity;
}

[data-aos=fade-up].aos-animate {
	transform: translateY(0px);
	opacity: 1;
}

.sec--message {
	padding: 18.6666666667vw 0;
	background-color: #fff;
}

.message__head {
	margin-bottom: 8vw;
}

.message__ttl {
	margin-bottom: 1em;
	font-family: "Zen Old Mincho",serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	line-height: 1.45em;
}

.message__text p {
	line-height: 1.75em;
}

.message__text p:nth-child(n+2) {
	margin-top: 1.5em;
}

.message__text p:last-child {
	font-weight: 500;
}

.message__image {
	margin-top: 10.6666666667vw;
}

.sec--mission {
	padding: 10.6666666667vw 0;
	background-color: #fff;
}

.mission {
	position: relative;
	padding-bottom: 56vw;
}

.mission__ttl {
	margin-bottom: .7em;
	font-family: "Zen Old Mincho",serif;
	font-size: 6.9333333333vw;
	font-weight: 500;
	text-align: center;
	line-height: 1.375em;
}

.mission__text p {
	line-height: 1.86em;
}

.mission__image {
	position: absolute;
	left: -6.2666666667vw;
	bottom: 0;
	width: 59.2vw;
}

.sec--profile {
	padding: 18.6666666667vw 0;
	background-color: #f4f4f4;
}

.profile__head {
	margin-bottom: 10.6666666667vw;
	text-align: center;
}

.profile__data {
	border-top-color: rgba(17,17,17,.2);
	border-top-style: solid;
	border-top-width: .2666666667vw;
}

.profile__data>dl {
	padding: 5.3333333333vw 0;
	border-bottom-color: rgba(17,17,17,.2);
	border-bottom-style: solid;
	border-bottom-width: .2666666667vw;
}

.profile__data>dl>dt {
	margin-bottom: 2.6666666667vw;
	font-weight: 500;
	line-height: 1.46em;
}

.profile__data>dl>dd {
	line-height: 1.46em;
}

.profile__history>dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.profile__history>dl:nth-child(n+2) {
	margin-top: .5em;
}

.profile__history dl>dt {
	width: 18.6666666667vw;
	line-height: 1.5em;
}

.profile__history dl>dd {
	width: 66.6666666667vw;
	line-height: 1.5em;
}

.sec--promise {
	padding-bottom: 18.6666666667vw;
	background-color: #fff;
}

.promise__image {
	position: relative;
	width: 100%;
	height: 100vh;
}

.promise__sub {
	position: absolute;
	top: 0;
	right: 6.4vw;
	width: 29.8666666667vw;
}

.promise__scale {
	position: sticky;
	top: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.promise__scale-mask {
	position: relative;
	overflow: hidden;
	aspect-ratio: 375/573;
}

.promise__scale-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}

.promise__scale-mask img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.promise__scale .sec__en {
	color: #fff !important;
}

.promise__scale .sec__head {
	position: absolute;
	left: 6.2666666667vw;
	bottom: 8vw;
	opacity: 0;
	transition: opacity 2s ease;
	z-index: 2;
}

.promise__scale.is-show .sec__head {
	opacity: 1;
}

.promise__scale .sec__text {
	margin-top: 5.3333333333vw;
}

.promise__scale .sec__text p {
	color: #fff;
	font-size: 3.4666666667vw;
	line-height: 1.84em;
}

.promise__content {
	margin: 18.6666666667vw auto 0 auto;
	width: 87.4666666667vw;
}

.promise__list>li {
	position: relative;
}

.promise__list-image {
	position: relative;
	margin-bottom: 8vw;
}

.promise__list-en {
	margin-bottom: 1em;
	color: rgba(34,34,34,.5);
	font-family: "Crimson Text",serif;
}

.promise__list-ttl {
	margin-bottom: 1em;
	font-family: "Zen Old Mincho",serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	line-height: 1.5em;
}

.promise__list-desc p {
	line-height: 1.64em;
}

.promise__list-btn {
	margin-top: 6.6666666667vw;
}

.sec--showroom {
	padding: 18.6666666667vw 0;
	background-color: #fff;
}

.sec--showroom .sec__head {
	margin-bottom: 18.6666666667vw;
	text-align: center;
}

.sec--showroom .sec__text {
	margin-top: 5.3333333333vw;
}

.sec--showroom .sec__text p {
	text-align: center;
	line-height: 1.75em;
}

.sec--showroom .showroom__btn {
	margin: 10.6666666667vw auto 0 auto;
	width: 64vw;
}

.showroom__list {
	display: flex;
	flex-wrap: wrap;
	gap: .5333333333vw 0;
}

.showroom__list>li {
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 6.1333333333vw;
	width: 100%;
	height: 69.3333333333vw;
	background-size: cover;
}

.showroom__list--ginza {
	background-image: url(../../img/renewal/about/ginza.jpg);
}

.showroom__list--yokohama {
	background-image: url(../../img/renewal/about/yokohama.jpg);
}

.showroom__list--nagoya {
	background-image: url(../../img/renewal/about/nagoya.jpg);
}

.showroom__list--osaka {
	background-image: url(../../img/renewal/about/osaka.jpg);
}

.showroom__list-in {
	position: relative;
	width: 100%;
	z-index: 3;
}

.showroom__list-ttl {
	margin-bottom: 5.3333333333vw;
	padding-bottom: .5em;
	border-bottom-color: hsla(0,0%,80%,.6);
	border-bottom-style: solid;
	border-bottom-width: .2666666667vw;
	color: #fff;
	font-family: "Zen Old Mincho",serif;
	font-size: 6.4vw;
	font-weight: 500;
}

.showroom__list-area dt {
	margin-bottom: .5em;
	color: #f4f4f4;
	font-size: 3.7333333333vw;
	font-weight: 500;
}

.showroom__list-area dd {
	color: #f4f4f4;
	font-size: 3.2vw;
	line-height: 1.75em;
}

.showroom__list-btn {
	display: flex;
	gap: 10px;
	margin-top: 8vw;
}

.showroom__list-btn a {
	width: 41.6vw;
}

.sec--support {
	padding: 13.3333333333vw 0;
	background-color: #fff;
}

.sec--support:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 87.4666666667vw;
	height: 100%;
	background-color: #f4f4f4;
	transform: translateX(-50%);
}

.sec--support .sec__head {
	margin-bottom: 8vw;
	text-align: center;
}

.sec--support .sec__text {
	margin-top: 5.3333333333vw;
}

.sec--support .sec__text p {
	line-height: 1.53em;
}

.support {
	margin: 0 auto;
	width: 72.8vw;
}

.support__image {
	margin-bottom: 5.3333333333vw;
}

.support__list {
	counter-reset: cnt;
}

.support__list>li {
	padding: 6.9333333333vw 0;
	border-bottom-color: rgba(17,17,17,.2);
	border-bottom-style: solid;
	border-bottom-width: .2666666667vw;
}

.support__list>li:first-child {
	padding-top: 23px;
}

.support__list>li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.support__list-ttl {
	position: relative;
	margin-bottom: .7em;
	font-family: "Zen Old Mincho",serif;
	font-size: 5.3333333333vw;
	font-weight: 500;
	line-height: 1.35em;
}

.support__list-ttl:before {
	counter-increment: cnt;
	content: counter(cnt, decimal-leading-zero) ".";
	margin-right: .5em;
}

.support__list-text p {
	font-size: 3.4666666667vw;
	line-height: 1.38em;
}

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

body {
	font-size: 1.25vw;
}

a.on--opa {
	transition: opacity .4s ease-in-out;
}

a.on--opa:hover {
	opacity: .7;
}

.none--pc {
	display: none !important;
}

.br--pc {
	display: block;
}

.br--sp {
	display: none;
}

.sec--message {
	padding: 7.8125vw 0;
}

.message__in {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.message__head {
	margin: 0;
}

.message__content {
	margin-left: auto;
	width: 43.75vw;
}

.message__ttl {
	font-size: 2.03125vw;
	line-height: 1.73em;
}

.message__image {
	margin-top: 6.25vw;
}

.sec--mission {
	padding: 10.9375vw 0;
}

.mission {
	padding: 0;
}

.mission__content {
	margin-left: auto;
	padding: 0 4.6875vw;
	width: 43.75vw;
}

.mission__ttl {
	font-size: 3.125vw;
	text-align: left;
}

.mission__text {
	width: 34.375vw;
}

.mission__text p {
	line-height: 1.93em;
}

.mission__image {
	top: 5.078125vw;
	left: 0;
	bottom: auto;
	width: 35.9375vw;
}

.sec--profile {
	padding: 7.8125vw 0;
}

.profile {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.profile__head {
	margin: 0;
	width: 15.625vw;
	text-align: left;
}

.profile__data {
	margin-top: 3.125vw;
	width: 62.5vw;
	border-top-width: .078125vw;
}

.profile__data>dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 2.34375vw 0;
	border-bottom-width: .078125vw;
}

.profile__data>dl>dt {
	margin: 0;
	width: 17.1875vw;
	line-height: 1.5em;
}

.profile__data>dl>dd {
	width: 43.75vw;
	line-height: 1.5em;
}

.profile__history dl>dt {
	margin: 0;
	width: 6.640625vw;
}

.profile__history dl>dd {
	width: 35.9375vw;
}

.sec--promise {
	padding-bottom: 7.8125vw;
}

.promise__sub {
	top: -3.125vw;
	right: 4.6875vw;
	width: 18.359375vw;
}

.promise__scale-mask {
	aspect-ratio: 128/83;
}

.promise__scale .sec__head {
	left: 4.6875vw;
	bottom: 7.8125vw;
}

.promise__scale .sec__text {
	margin-top: 1.953125vw;
}

.promise__scale .sec__text p {
	font-size: 1.015625vw;
	line-height: 1.84em;
}

.promise__content {
	margin-top: 15.625vw;
	width: 90.625vw;
}

.promise__list>li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.promise__list-image {
	margin: 0;
	width: 43.75vw;
}

.promise__list-content {
	width: 31.25vw;
}

.promise__list-subimage {
	position: absolute;
	width: 15.625vw;
	z-index: 1;
}

.promise__list>li:nth-child(1) .promise__list-image {
	height: 37.5vw;
}

.promise__list>li:nth-child(1) .promise__list-image>div {
	position: absolute;
	top: 0;
	right: 0;
	width: 46.875vw;
}

.promise__list>li:nth-child(1) .promise__list-content {
	padding-top: 3.90625vw;
}

.promise__list>li:nth-child(1) .promise__list-subimage {
	top: -7.8125vw;
	right: 0;
}

.promise__list>li:nth-child(2) {
	margin-top: 7.8125vw;
}

.promise__list>li:nth-child(2) .promise__list-subimage {
	left: 35.9375vw;
	bottom: -8.984375vw;
}

.promise__list>li:nth-child(3) {
	margin-top: 16.40625vw;
}

.promise__list>li:nth-child(3) .promise__list-image {
	height: 35.703125vw;
}

.promise__list>li:nth-child(3) .promise__list-image>div {
	position: absolute;
	top: 0;
	right: 0;
	width: 48.4375vw;
}

.promise__list>li:nth-child(odd) {
	padding-right: 4.6875vw;
}

.promise__list>li:nth-child(even) {
	padding-left: 4.6875vw;
}

.promise__list>li:nth-child(even) .promise__list-image {
	order: 2;
}

.promise__list>li:nth-child(even) .promise__list-content {
	order: 1;
}

.promise__list-ttl {
	font-size: 2.34375vw;
}

.promise__list-desc p {
	font-size: 1.171875vw;
	line-height: 1.66em;
}

.promise__list-btn {
	margin-top: 2.34375vw;
}

.sec--showroom {
	padding: 7.8125vw 0;
}

.sec--showroom .sec__head {
	margin-bottom: 3.90625vw;
}

.sec--showroom .sec__text {
	margin-top: 1.5625vw;
}

.sec--showroom .showroom__btn {
	margin: 3.125vw auto 0 auto;
	width: 18.75vw;
}

.showroom__list {
	gap: .78125vw;
}

.showroom__list>li {
	padding: 0 1.796875vw;
	width: 44.921875vw;
	height: 20.3125vw;
}

.showroom__list-in {
	width: 26.5625vw;
}

.showroom__list-ttl {
	margin-bottom: 1.5625vw;
	border-bottom-width: .078125vw;
	font-size: 1.875vw;
}

.showroom__list-area dt {
	font-size: 1.09375vw;
}

.showroom__list-area dd {
	font-size: .9375vw;
}

.showroom__list-btn {
	margin-top: 2.34375vw;
}

.showroom__list-btn a {
	width: 12.1875vw;
}

.sec--showroom .showroom__btn .btn-radius {
	font-size: 1.09375vw;
}

.sec--support {
	padding: 6.25vw 0;
}

.sec--support:before {
	width: calc(100% - 9.375vw);
}

.sec--support .sec__head {
	margin-bottom: 4.6875vw;
}

.sec--support .sec__text {
	margin-top: 1.5625vw;
}

.sec--support .sec__text p {
	line-height: 1.625em;
}

.support {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 78.125vw;
}

.support__image {
	margin: 0;
	width: 39.0625vw;
	order: 2;
}

.support__content {
	width: 31.25vw;
	order: 1;
}

.support__list>li {
	padding: 3.59375vw 0;
	border-bottom-width: .078125vw;
}

.support__list>li:first-child {
	padding-top: 1.796875vw;
}

.support__list-ttl {
	font-size: 2.03125vw;
}

.support__list-text p {
	font-size: 1.09375vw;
	line-height: 1.64em;
}

}

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

body {
	font-size: 1.6em;
}

.sec--message {
	padding: 100px 0;
}

.message__content {
	width: 560px;
}

.message__ttl {
	font-size: 2.6rem;
}

.message__image {
	margin-top: 80px;
}

.sec--mission {
	padding: 140px 0;
}

.mission__content {
	padding: 0 4.6875vw;
	padding: 0 60px;
	width: 560px;
}

.mission__ttl {
	font-size: 4rem;
}

.mission__text {
	width: 440px;
}

.mission__image {
	top: 65px;
	width: 460px;
}

.sec--profile {
	padding: 100px 0;
}

.profile__head {
	width: 200px;
}

.profile__data {
	margin-top: 40px;
	width: 800px;
	border-top-width: 1px;
}

.profile__data>dl {
	padding: 30px 0;
	border-bottom-width: 1px;
}

.profile__data>dl>dt {
	width: 220px;
}

.profile__data>dl>dd {
	width: 560px;
}

.profile__history dl>dt {
	width: 85px;
}

.profile__history dl>dd {
	width: 460px;
}

.sec--promise {
	padding-bottom: 100px;
}

.promise__sub {
	top: -40px;
	right: 60px;
	width: 235px;
}

.promise__scale-mask {
	aspect-ratio: 128/83;
}

.promise__scale .sec__head {
	left: 60px;
	bottom: 100px;
}

.promise__scale .sec__text {
	margin-top: 25px;
}

.promise__scale .sec__text p {
	font-size: 1.3rem;
}

.promise__content {
	margin-top: 200px;
	width: 1160px;
}

.promise__list-image {
	width: 560px;
}

.promise__list-content {
	width: 400px;
}

.promise__list-subimage {
	width: 200px;
}

.promise__list>li:nth-child(1) .promise__list-image {
	height: 480px;
}

.promise__list>li:nth-child(1) .promise__list-image>div {
	width: 600px;
}

.promise__list>li:nth-child(1) .promise__list-content {
	padding-top: 50px;
}

.promise__list>li:nth-child(1) .promise__list-subimage {
	top: -100px;
}

.promise__list>li:nth-child(2) {
	margin-top: 100px;
}

.promise__list>li:nth-child(2) .promise__list-subimage {
	left: 460px;
	bottom: -115px;
}

.promise__list>li:nth-child(3) {
	margin-top: 210px;
}

.promise__list>li:nth-child(3) .promise__list-image {
	height: 457px;
}

.promise__list>li:nth-child(3) .promise__list-image>div {
	width: 620px;
}

.promise__list>li:nth-child(odd) {
	padding-right: 60px;
}

.promise__list>li:nth-child(even) {
	padding-left: 60px;
}

.promise__list-ttl {
	font-size: 3rem;
}

.promise__list-desc p {
	font-size: 1.5rem;
}

.promise__list-btn {
	margin-top: 30px;
}

.sec--showroom {
	padding: 100px 0;
}

.sec--showroom .sec__head {
	margin-bottom: 50px;
}

.sec--showroom .sec__text {
	margin-top: 20px;
}

.sec--showroom .showroom__btn {
	margin: 40px auto 0 auto;
	width: 240px;
}

.showroom__list {
	gap: 10px;
}

.showroom__list>li {
	padding: 0 23px;
	width: 575px;
	height: 260px;
}

.showroom__list-in {
	width: 340px;
}

.showroom__list-ttl {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	font-size: 2.4rem;
}

.showroom__list-area dt {
	font-size: 1.4rem;
}

.showroom__list-area dd {
	font-size: 1.2rem;
}

.showroom__list-btn {
	margin-top: 30px;
}

.showroom__list-btn a {
	width: 156px;
}

.sec--showroom .showroom__btn .btn-radius {
	font-size: 1.4rem;
}

.sec--support {
	padding: 80px 0;
}

.sec--support:before {
	width: calc(100% - 120px);
}

.sec--support .sec__head {
	margin-bottom: 60px;
}

.sec--support .sec__text {
	margin-top: 20px;
}

.support {
	width: 1000px;
}

.support__image {
	width: 500px;
}

.support__content {
	width: 400px;
}

.support__list>li {
	padding: 46px 0;
	border-bottom-width: 1px;
}

.support__list>li:first-child {
	padding-top: 23px;
}

.support__list-ttl {
	font-size: 2.6rem;
}

.support__list-text p {
	font-size: 1.4rem;
}

}

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

.none--sp {
	display: none !important;
}

.mission__text p {
	font-size: 4vw;
}

.profile__data>dl>dt {
	font-size: 3.4666666667vw;
}

.profile__data>dl>dd {
	font-size: 3.4666666667vw;
}

.profile__history dl>dt {
	font-size: 3.4666666667vw;
}

.profile__history dl>dd {
	font-size: 3.4666666667vw;
}

.promise__list>li:nth-child(n+2) {
	margin-top: 16vw;
}

.promise__list-subimage {
	display: none;
}

.promise__list-en {
	font-size: 3.2vw;
}

.sec--showroom .sec__text p {
	font-size: 3.4666666667vw;
}

.showroom {
	margin-left: -6.2666666667vw;
	width: 100vw;
}

.sec--support .sec__text p {
	font-size: 3.4666666667vw;
}

}

@keyframes popanime {

from {
	bottom: -1.5em;
}

to {
	bottom: 0;
}

}

