* {
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
	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;
}

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;
}

.search [type=text] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
}

.search [type=submit] {
	margin: 0;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
}

@font-face {
	font-family: "icon-shunolabo";
	src: url("../font/icon-shunolabo.eot?3788498");
	src: url("../font/icon-shunolabo.eot?3788498#iefix") format("embedded-opentype"),url("../font/icon-shunolabo.woff2?3788498") format("woff2"),url("../font/icon-shunolabo.woff?3788498") format("woff"),url("../font/icon-shunolabo.ttf?3788498") format("truetype"),url("../font/icon-shunolabo.svg?3788498#icon-shunolabo") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
	font-family: "icon-shunolabo";
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shunolabo-phone:before {
	content: "";
}

.icon-shunolabo-mail:before {
	content: "";
}

.icon-shunolabo-book-open:before {
	content: "";
}

.icon-shunolabo-book:before {
	content: "";
}

.icon-shunolabo-attention:before {
	content: "";
}

.icon-shunolabo-down-open-big:before {
	content: "";
}

.icon-shunolabo-left-open-big:before {
	content: "";
}

.icon-shunolabo-right-open-big:before {
	content: "";
}

.icon-shunolabo-up-open-big:before {
	content: "";
}

.icon-shunolabo-right-open:before {
	content: "";
}

.icon-shunolabo-search:before {
	content: "";
}

.icon-shunolabo-twitter:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../img/common/icon-x-white.png) no-repeat center/contain;
}

.icon-shunolabo-pinterest-circled:before {
	content: "";
}

.icon-shunolabo-instagram:before {
	content: "";
}

.icon-shunolabo-facebook-official:before {
	content: "";
}

html {
	font-size: 62.5%;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

h1,
h2,
h3,
h4 {
	font-weight: 400;
}

.f-blue {
	color: #3371b3;
}

.f-julius {
	font-family: "Julius Sans One",sans-serif;
}

.f-julius.bold {
	font-weight: bold;
}

a {
	transition: .2s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	display: inline-block;
}

figure {
	margin-bottom: 20px;
}

figure.aligncenter {
	text-align: center;
}

figure figcaption {
	font-size: 1.4rem;
	margin-top: .5em;
}

figure img {
	margin: 0 !important;
}

iframe {
	max-width: 100%;
}

video {
	width: 100%;
}

.hidden-tab {
	display: block;
}

.visible-tab {
	display: none;
}

.hidden-sp {
	display: block;
}

.visible-sp {
	display: none;
}

.c-click-invalid {
	pointer-events: none;
}

.c-click-invalid a {
	pointer-events: none;
}

.fadein-up {
	transform: translateY(100px);
	opacity: 0;
	transition: transform 1.3s,opacity .5s;
}

.fadein-up.-inview {
	transform: translateY(0);
	opacity: 1;
}

.fadein-left {
	transform: translateX(50px);
	opacity: 0;
	transition: transform 1s,opacity .5s;
	transition-delay: 1s;
}

.fadein-left.-inview {
	transform: translateX(0);
	opacity: 1;
}

.home__column-list:nth-of-type(2) {
	transition-delay: calc(.2s*2);
}

.home__column-list:nth-of-type(3) {
	transition-delay: calc(.2s*3);
}

.home__reason-card:nth-of-type(2) {
	transition-delay: calc(.2s*2);
}

.home__reason-card:nth-of-type(3) {
	transition-delay: calc(.2s*3);
}

.home__reason-card:nth-of-type(4) {
	transition-delay: calc(.2s*4);
}

.home__voice-item:nth-of-type(2) {
	transition-delay: calc(.2s*2);
}

.home__voice-item:nth-of-type(3) {
	transition-delay: calc(.2s*3);
}

.home__voice-item:nth-of-type(4) {
	transition-delay: calc(.2s*4);
}

.home__voice-item:nth-of-type(5) {
	transition-delay: calc(.2s*5);
}

.home__voice-item:nth-of-type(6) {
	transition-delay: calc(.2s*6);
}

.showroom__card:nth-of-type(2) {
	transition-delay: calc(.2s*2);
}

.showroom__card:nth-of-type(3) {
	transition-delay: calc(.2s*3);
}

.attention {
	max-width: 800px;
	border: solid 1px #9b9b9b;
	padding: 35px;
	background-color: #f7f7f7;
	margin: 80px auto 0;
}

.attention__title {
	font-size: 19px;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
}

.attention__title i {
	color: #fe9a68;
	margin-right: 10px;
}

.attention__text+.attention__title {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #dcdcdc;
}

.attention__text {
	margin-top: 15px;
	line-height: 1.8;
}

.attention__text a {
	color: #fe9a68;
	border-bottom: solid 1px;
}

.blog__thumbnail {
	height: 360px;
	overflow: hidden;
	position: relative;
	background: #232323;
}

.blog__thumbnail img {
	position: absolute;
	max-width: 640px;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.blog h1 {
	font-size: 3.2rem;
	letter-spacing: 1px;
}

.blog h1+* {
	margin-top: 32px;
}

.blog h2 {
	margin-top: 40px;
}

.blog h2+* {
	margin-top: 32px;
}

.blog h3 {
	margin-top: 40px;
}

.blog h3+* {
	margin-top: 32px;
}

.blog p {
	line-height: 2;
}

.blog p+p {
	margin-top: 16px;
}

.boxtext {
	border: solid 1px #ededed;
	border-radius: 5px;
	padding: 24px;
	font-size: 1.4rem;
	line-height: 2;
	margin-top: 40px;
}

.boxtext+* {
	margin-top: 24px;
}

.breadcrumbs {
	margin: 20px 0;
	position: relative;
	z-index: 10;
}

.breadcrumbs.-architectural {
	margin-top: 0;
}

.breadcrumbs__wrapper.-architectural {
	background-color: #fff;
	padding-top: 20px;
	opacity: .8;
}

.breadcrumbs.-footer {
	margin-bottom: 20px;
}

.breadcrumbs__trail {
	display: inline-block;
	background: url(../img/common/icon_right-black.svg) no-repeat center center/contain;
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

.breadcrumbs__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs__inner.-right {
	justify-content: flex-end;
}

.breadcrumbs__inner a {
	color: rgba(35,35,35,.7);
}

.breadcrumbs__inner a:hover {
	color: #a7a7a7;
}

.breadcrumbs__inner span {
	font-size: 1.3rem;
	transition: all .3s;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: rgba(35,35,35,.7);
	background: none;
	line-height: 2;
}

.btn {
	color: #fff;
	padding: 20px 46px;
	display: flex;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
}

.btn.-default {
	border: solid 1px #454545;
	background-color: #303030;
	transition: background-color .3s;
}

.btn.-default span {
	font-size: 24px;
	margin-right: 10px;
}

.btn.-default span::before {
	margin: 0;
}

.btn.-default:hover {
	background-color: #454545;
}

.c-channel-btn {
	width: 220px;
	filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
	position: fixed;
	right: 40px;
	bottom: 100px;
	z-index: 12;
}

.cards {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.card {
	flex-basis: calc(50% - 20px);
	height: 190px;
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
	margin-bottom: 40px;
	transition: transform .6s;
	position: relative;
}

.card__thumbnail {
	flex: 0 0 190px;
}

.card__thumbnail img {
	width: 190px;
	height: 190px;
}

.card__title {
	font-size: 19px;
	padding: 0 40px;
	line-height: 1.7894736842;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.card__link {
	display: flex;
	color: #000;
	background-color: #fff;
}

.card__badge {
	position: absolute;
	background-color: #d92f2f;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	padding: 0px 8px;
	left: 0;
	top: 0;
}

.careful {
	max-width: 800px;
	margin: auto;
}

.careful.-border {
	max-width: 880px;
	border: solid 5px #00a0e9;
	padding: 0 2.4rem 2.4rem;
}

.careful__title {
	color: #00a0e9;
	font-weight: bold;
	margin-top: 2.4rem;
	text-align: center;
}

.careful__list {
	display: flex;
	flex-wrap: wrap;
}

.careful__icon {
	flex-basis: 33%;
	display: flex;
	align-items: center;
	margin-top: 2.4rem;
}

.careful__icon img {
	width: 80px;
	height: auto;
}

.careful__icon p {
	font-weight: bold;
	margin-left: 16px;
	margin-top: 0 !important;
	text-align: left;
}

.carousel__list li {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	overflow: hidden;
}

.carousel__list li:hover img {
	transform: scale(1.1);
}

.carousel__list img {
	transition: all .5s;
	width: 100%;
	height: auto;
}

.case-container {
	margin-top: 40px;
}

.case-container.-blog {
	margin-top: 40px;
}

.case-container.container {
	padding: 0;
}

.case-container h1 {
	font-size: 3.2rem;
	letter-spacing: 1px;
	line-height: 1.5;
}

.case-container h2 {
	line-height: 1.5;
	margin-top: 40px;
}

.case-container h2+* {
	margin-top: 32px;
}

.case-container h3 {
	line-height: 1.5;
	margin-top: 40px;
}

.case-container h3+* {
	margin-top: 32px;
}

.case-container p {
	line-height: 1.75;
}

.case-container p+p {
	margin-top: 2.4rem;
}

.case-container figure {
	margin-top: 2.4rem;
}

.case-container.-other {
	margin-top: 4rem;
}

.case-container.-planning h2 {
	background-color: #232323;
	color: #fff;
	padding: 1.6rem;
}

.case-container.-planning h3 {
	background-color: #a7a7a7;
	color: #fff;
	padding: 1.6rem;
}

.case-container strong.-attention {
	color: #ff5d5b;
}

.case-container__img {
	text-align: center;
}

.case-container__img img {
	margin-bottom: 0;
	border-radius: 4px;
	max-width: 540px;
	width: 100%;
}

.case-container dl {
	width: 100%;
	margin-top: 2.4rem;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #ddd;
}

.case-container dl.-size div {
	flex-basis: 25%;
	display: flex;
	flex-wrap: wrap;
}

.case-container dl.-size div dt {
	flex-basis: 35%;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	padding: 16px 10px;
}

.case-container dl.-size div dd {
	flex-basis: 65%;
	border-left: solid 1px #ddd;
	border-bottom: 0;
	padding: 16px 10px;
}

.case-container dl.-size div dd.-name {
	flex-basis: 100%;
	background-color: #f5f5f5;
}

.case-container dl dt {
	border: solid 1px #ddd;
	border-bottom: 0;
	padding: 16px 16px;
	font-size: 14px;
	flex-basis: 30%;
	margin: 0;
}

.case-container dl dd {
	border: solid 1px #ddd;
	padding: 16px 16px;
	font-size: 14px;
	flex-basis: 70%;
	margin: 0;
	border-bottom: 0;
	border-left: 0;
}

.case-container__colors {
	display: flex;
	flex-wrap: wrap;
}

.case-container__colors li {
	flex-basis: 14%;
	margin-right: 3%;
}

.case-container__colors p {
	font-size: 12px;
	text-align: center;
	letter-spacing: 3px;
}

.case-container__taxonomy {
	margin-bottom: 10px;
}

.case-container__taxonomy a {
	display: inline-block;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	padding: 6px 12px 6px 26px;
	border-radius: 20px;
	background: #958c68 url(../img/common/icon-folder.svg) no-repeat left 10px top 46%/12px;
	margin-right: 10px;
	margin-top: 10px;
}

.case-container__tag {
	display: flex;
	border-bottom: solid 1px #eee;
	padding-bottom: 8px;
	margin-bottom: 8px;
}

.case-container__tag p,
.case-container__tag span {
	font-size: 1.4rem;
}

.case-container__tag span {
	margin-left: 10px;
}

.case-container__head {
	margin-top: 24px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case-container__id {
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
}

.case-container__id span {
	margin-left: 5px;
}

.case-container__id span.-date {
	margin-right: 24px;
}

.case-container__thumbnail {
	margin: 4rem 0 3.2rem;
}

.case-container img {
	height: auto;
}

.searchbox {
	margin: 40px 0;
	border: solid 1px #ddd;
	padding: 24px 24px 16px;
	border-radius: 5px;
	background-color: #f5f5f5;
	transition: all .3s;
}

.searchbox.-active {
	transform: translateY(0);
}

.searchbox__cat {
	border-bottom: solid 1px #eee;
	padding-bottom: 16px;
}

.searchbox__cat+.searchbox__cat {
	margin-top: 8px;
	padding-top: 8px;
}

.searchbox__catttl {
	font-weight: bold;
	border-left: solid 4px #232323;
	line-height: 1;
	padding-left: 4px;
	font-size: 1.4rem;
	margin: 0px 0 8px;
}

.searchbox__submit {
	text-align: center;
	margin-top: 16px;
}

.searchbox__submit input {
	width: 300px;
	border: solid 2px #232323;
	background: #232323 url(../img/common/icon-search.svg) no-repeat left 16px top 50%/24px;
	border-radius: 30px;
	padding: 14px 0;
	color: #fff;
	font-weight: bold;
	transition: all .2s;
}

.searchbox__submit input:hover {
	background: #fff url(../img/common/icon-search-black.svg) no-repeat left 16px top 50%/24px;
	color: #232323;
}

.searchbox__close {
	text-align: center;
	margin-top: 16px;
	display: none;
	width: 100%;
	border: solid 2px #ccc;
	background: #ccc url(../img/common/icon-close.svg) no-repeat left 16px top 50%/20px;
	border-radius: 30px;
	padding: 14px 0;
	color: #fff;
	font-weight: bold;
	transition: all .2s;
}

.checkbox {
	font-size: 1.4rem;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	line-height: 1;
	margin-bottom: 0;
	display: inline-block;
	margin: 14px 14px 0 0;
}

.checkbox input {
	display: none;
}

.checkbox__indicator {
	transition: all .3s;
	position: absolute;
	top: calc(50% - 10px);
	left: 0;
	height: 18px;
	width: 18px;
	background: #fff;
	border: solid 1px #ddd;
}

.checkbox:hover input~.checkbox__indicator,
.checkbox input:focus~.checkbox__indicator {
	background: #ccc;
}

.checkbox input:checked~.checkbox__indicator {
	background: #958c68;
}

.checkbox input:checked:focus~.checkbox__indicator {
	background: #958c68;
}

.checkbox input:checked~.checkbox__indicator:after {
	display: block;
}

.checkbox__indicator:after {
	content: "";
	position: absolute;
	display: none;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	transition: all .3s;
}

.result {
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(35,35,35,.9);
	width: 100%;
	padding: 0 16px;
}

.result__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
}

.result__txt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}

.result__num {
	font-size: 3.2rem;
	margin: 0 8px;
	color: #958c68;
}

.searchbtn {
	text-align: center;
	display: block;
	width: 300px;
	border: solid 2px #fff;
	background: #fff url(../img/common/icon-search-black.svg) no-repeat left 16px top 50%/24px;
	border-radius: 30px;
	padding: 12px 0;
	color: #232323;
	font-weight: bold;
	transition: all .2s;
}

.searchbtn:hover {
	background: #232323 url(../img/common/icon-search.svg) no-repeat left 16px top 50%/24px;
	color: #fff;
}

.searchbtn.-fixed {
	display: none;
	width: 220px;
	position: fixed;
	z-index: 99;
	top: 10px;
	left: 50%;
	transform: translate(-50%, -200%);
	box-shadow: 0 4px 10px 0px rgba(0,0,0,.3);
}

.searchbtn.-active {
	transform: translate(-50%, 0);
}

.single-gallery .swiper-main {
	margin-bottom: 5px;
}

.single-gallery .swiper-thumbs {
	overflow: scroll;
	padding: 0;
}

.case-list {
	padding: 150px 0;
	background-color: #000;
}

.case-list__copy {
	color: #fff;
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4166666667;
	margin-bottom: 75px;
}

.case-list__headline {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
}

.case-list__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.case-list__card {
	position: relative;
	flex-basis: calc(25% - 15px);
}

.case-list__card img {
	transition: transform 2s;
	height: auto;
}

.case-list__card:hover img {
	transform: scale(1.1);
}

.case-list__img {
	overflow: hidden;
	position: relative;
}

.case-list__name {
	color: #fff;
	font-size: 22px;
	padding: 30px;
	text-align: center;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case-list__name i {
	margin-left: 10px;
	font-size: .8em;
}

.case-list__closecopy {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
	line-height: 2.15;
	color: #fff;
	margin-top: 80px;
}

.case-list__nav {
	text-align: center;
	margin-top: 100px;
	transition: transform .4s;
}

.case-list__nav:hover {
	transform: translateY(10px);
}

.case-list__nav a {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.case-list__nav i {
	margin-left: 20px;
}

.case-list__link {
	color: #fff;
	display: inline-block;
}

.case-merit {
	max-width: 1080px;
	margin: 6rem auto 2.4rem;
}

.case-merit__inner {
	background-color: #f7f7f7;
	padding: 4rem 4rem 4rem;
}

.case-merit__title {
	background-color: #232323;
	padding: 2em 0;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 100;
	letter-spacing: 2px;
}

.case-merit__des {
	margin-bottom: 4rem;
}

.case-merit__content {
	display: flex;
	align-items: center;
}

.case-merit__content.-reverse {
	flex-direction: row-reverse;
}

.case-merit__content+.case-merit__content {
	margin-top: 2.4rem;
}

.case-merit__image {
	align-self: flex-start;
	flex-basis: 50%;
}

.case-merit__list {
	flex-basis: 50%;
	padding-left: 2em;
}

.case-merit__list.-reverse {
	padding-left: 0em;
	padding-right: 2em;
}

.case-merit__list ul {
	list-style: square;
	padding-left: 1em;
}

.case-merit__list li {
	font-style: italic;
	line-height: 1.5;
	font-size: .95em;
}

.case-merit__list li+li {
	margin-top: 2em;
}

.case-merit__box {
	background-color: #fff;
	border: solid 5px #e7e7e7;
	padding: 35px;
	background-color: #fff;
	line-height: 1.8;
	margin-top: 4rem;
}

.case-merit__box h4 {
	font-weight: bold;
}

.case-merit__box p {
	margin-top: 1em;
}

.case-merit__btn {
	display: block;
	max-width: 480px;
	border: solid 2px #232323;
	background: #232323;
	border-radius: 4px;
	padding: 2em 0;
	color: #fff;
	font-weight: bold;
	transition: all .2s;
	text-align: center;
	margin: 4rem auto 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
}

.case-merit__btn:hover {
	background: #fff;
	color: #232323;
}

.case {
	flex-wrap: wrap;
	margin: auto;
}

.case::before,
.case::after {
	display: block;
	content: "";
	width: calc(25% - 10px);
}

.case::before {
	order: 1;
}

.case__link {
	position: relative;
	height: 202px;
	display: block;
	background-color: #ededed;
	overflow: hidden;
}

.case__link:hover img {
	opacity: .7;
}

.case__link img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto !important;
	max-width: inherit;
	transition: all .2s;
}

.case__pagetitle {
	font-size: 2.2rem;
	font-weight: bold;
	margin-top: 32px;
}

.case__navigation {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.case__navigation li {
	flex-basis: 19%;
	margin: .5% .5%;
}

.case__navigation a {
	display: block;
	background: #232323 url(img/common/icon_right.svg) no-repeat right 20px top 50%/8px;
	border: solid 1px #fff;
	text-align: center;
	padding: 14px 0;
	color: #fff;
	border-radius: 4px;
	letter-spacing: 2px;
}

.case a {
	color: #666;
}

.case__title {
	font-size: 1.3rem;
	font-weight: normal;
	margin: 8px 0 16px;
	line-height: 1.5;
}

.case__section-h {
	background-color: #232323;
	padding: 1em 0;
	text-align: center;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 100;
	letter-spacing: 2px;
	max-width: 1080px;
	margin: 6rem auto 0;
}

.case__gallery {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s ease,visibility .3s ease;
}

.case__gallery.is-active {
	opacity: 1;
	visibility: visible;
}

.case__gallery .case__gallery-inner {
	max-width: 800px;
	overflow: hidden;
	position: relative;
	padding-bottom: 64px;
}

.case__gallery .swiper-container {
	width: 100%;
}

.case__gallery .swiper-slide {
	text-align: center;
}

.case__gallery .swiper-slide img {
	width: 100%;
	height: 480px;
	-o-object-fit: contain;
	object-fit: contain;
}

.case__gallery .case__gallery-close {
	bottom: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 1100;
	transition: color .3s;
	background: #c1c1c1;
	width: 48px;
	height: 48px;
	position: absolute;
}

.swiper-main {
	width: 100%;
	max-width: 800px;
	margin-bottom: 20px;
}

.swiper-main .swiper-wrapper {
	display: flex;
	align-items: flex-end;
}

.swiper-main .swiper-slide {
	display: flex;
	align-items: flex-end;
}

.swiper-thumbs {
	width: 100%;
	display: flex;
	justify-content: center;
}

.swiper-thumbs .swiper-slide {
	width: auto;
	height: 90px;
	opacity: .6;
	cursor: pointer;
}

.swiper-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid #fff;
}

.case__details {
	text-align: center;
	margin: 16px 0 0;
}

.case__details .case__details-link {
	display: inline-block;
	background: #958c68;
	color: #fff;
	padding: 16px 24px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color .3s ease;
}

.swiper-pagination {
	display: none;
}

.colmunlayer {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}

.colmunlayer__txt {
	width: 55%;
	position: relative;
	left: 5%;
	padding: 40px 40px;
	background-color: #fff;
	z-index: 2;
}

.colmunlayer__txt.-small {
	left: 10%;
	max-width: 640px;
}

.colmunlayer__txt p+p {
	margin-top: 20px;
}

.colmunlayer__bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}

.colmunlayer__bg img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%, -50%);
}

.colmunlayer.-reverse {
	flex-direction: row-reverse;
}

.colmunlayer.-reverse .colmunlayer__txt {
	left: 40%;
}

.colmunlayer.-reverse .colmunlayer__txt.-small {
	right: 10%;
	max-width: 640px;
}

.colmunlayer.-reverse .colmunlayer__bg {
	right: auto;
	left: 0;
}

.column {
	display: flex;
	justify-content: space-between;
}

.column img {
	align-self: start;
}

.col-pc-1 {
	flex-basis: calc(100%/12*1);
}

.col-pc-1.-img {
	border: solid 1px #fff;
}

.col-pc-1 img {
	width: 100%;
}

.col-pc-1.c-gutter-min {
	flex-basis: calc(100%/12*1 - 16px);
}

.col-pc-2 {
	flex-basis: calc(100%/12*2);
}

.col-pc-2.-img {
	border: solid 1px #fff;
}

.col-pc-2 img {
	width: 100%;
}

.col-pc-2.c-gutter-min {
	flex-basis: calc(100%/12*2 - 16px);
}

.col-pc-3 {
	flex-basis: calc(100%/12*3);
}

.col-pc-3.-img {
	border: solid 1px #fff;
}

.col-pc-3 img {
	width: 100%;
}

.col-pc-3.c-gutter-min {
	flex-basis: calc(100%/12*3 - 16px);
}

.col-pc-4 {
	flex-basis: calc(100%/12*4);
}

.col-pc-4.-img {
	border: solid 1px #fff;
}

.col-pc-4 img {
	width: 100%;
}

.col-pc-4.c-gutter-min {
	flex-basis: calc(100%/12*4 - 16px);
}

.col-pc-5 {
	flex-basis: calc(100%/12*5);
}

.col-pc-5.-img {
	border: solid 1px #fff;
}

.col-pc-5 img {
	width: 100%;
}

.col-pc-5.c-gutter-min {
	flex-basis: calc(100%/12*5 - 16px);
}

.col-pc-6 {
	flex-basis: calc(100%/12*6);
}

.col-pc-6.-img {
	border: solid 1px #fff;
}

.col-pc-6 img {
	width: 100%;
}

.col-pc-6.c-gutter-min {
	flex-basis: calc(100%/12*6 - 16px);
}

.col-pc-7 {
	flex-basis: calc(100%/12*7);
}

.col-pc-7.-img {
	border: solid 1px #fff;
}

.col-pc-7 img {
	width: 100%;
}

.col-pc-7.c-gutter-min {
	flex-basis: calc(100%/12*7 - 16px);
}

.col-pc-8 {
	flex-basis: calc(100%/12*8);
}

.col-pc-8.-img {
	border: solid 1px #fff;
}

.col-pc-8 img {
	width: 100%;
}

.col-pc-8.c-gutter-min {
	flex-basis: calc(100%/12*8 - 16px);
}

.col-pc-9 {
	flex-basis: calc(100%/12*9);
}

.col-pc-9.-img {
	border: solid 1px #fff;
}

.col-pc-9 img {
	width: 100%;
}

.col-pc-9.c-gutter-min {
	flex-basis: calc(100%/12*9 - 16px);
}

.col-pc-10 {
	flex-basis: calc(100%/12*10);
}

.col-pc-10.-img {
	border: solid 1px #fff;
}

.col-pc-10 img {
	width: 100%;
}

.col-pc-10.c-gutter-min {
	flex-basis: calc(100%/12*10 - 16px);
}

.col-pc-11 {
	flex-basis: calc(100%/12*11);
}

.col-pc-11.-img {
	border: solid 1px #fff;
}

.col-pc-11 img {
	width: 100%;
}

.col-pc-11.c-gutter-min {
	flex-basis: calc(100%/12*11 - 16px);
}

.col-pc-12 {
	flex-basis: calc(100%/12*12);
}

.col-pc-12.-img {
	border: solid 1px #fff;
}

.col-pc-12 img {
	width: 100%;
}

.col-pc-12.c-gutter-min {
	flex-basis: calc(100%/12*12 - 16px);
}

.col-tab-1.-img {
	border: solid 1px #fff;
}

.col-tab-1 img {
	width: 100%;
}

.col-tab-2.-img {
	border: solid 1px #fff;
}

.col-tab-2 img {
	width: 100%;
}

.col-tab-3.-img {
	border: solid 1px #fff;
}

.col-tab-3 img {
	width: 100%;
}

.col-tab-4.-img {
	border: solid 1px #fff;
}

.col-tab-4 img {
	width: 100%;
}

.col-tab-5.-img {
	border: solid 1px #fff;
}

.col-tab-5 img {
	width: 100%;
}

.col-tab-6.-img {
	border: solid 1px #fff;
}

.col-tab-6 img {
	width: 100%;
}

.col-tab-7.-img {
	border: solid 1px #fff;
}

.col-tab-7 img {
	width: 100%;
}

.col-tab-8.-img {
	border: solid 1px #fff;
}

.col-tab-8 img {
	width: 100%;
}

.col-tab-9.-img {
	border: solid 1px #fff;
}

.col-tab-9 img {
	width: 100%;
}

.col-tab-10.-img {
	border: solid 1px #fff;
}

.col-tab-10 img {
	width: 100%;
}

.col-tab-11.-img {
	border: solid 1px #fff;
}

.col-tab-11 img {
	width: 100%;
}

.col-tab-12.-img {
	border: solid 1px #fff;
}

.col-tab-12 img {
	width: 100%;
}

.col-sp-1.-img {
	border: solid 1px #fff;
}

.col-sp-1 img {
	width: 100%;
}

.col-sp-2.-img {
	border: solid 1px #fff;
}

.col-sp-2 img {
	width: 100%;
}

.col-sp-3.-img {
	border: solid 1px #fff;
}

.col-sp-3 img {
	width: 100%;
}

.col-sp-4.-img {
	border: solid 1px #fff;
}

.col-sp-4 img {
	width: 100%;
}

.col-sp-5.-img {
	border: solid 1px #fff;
}

.col-sp-5 img {
	width: 100%;
}

.col-sp-6.-img {
	border: solid 1px #fff;
}

.col-sp-6 img {
	width: 100%;
}

.col-sp-7.-img {
	border: solid 1px #fff;
}

.col-sp-7 img {
	width: 100%;
}

.col-sp-8.-img {
	border: solid 1px #fff;
}

.col-sp-8 img {
	width: 100%;
}

.col-sp-9.-img {
	border: solid 1px #fff;
}

.col-sp-9 img {
	width: 100%;
}

.col-sp-10.-img {
	border: solid 1px #fff;
}

.col-sp-10 img {
	width: 100%;
}

.col-sp-11.-img {
	border: solid 1px #fff;
}

.col-sp-11 img {
	width: 100%;
}

.col-sp-12.-img {
	border: solid 1px #fff;
}

.col-sp-12 img {
	width: 100%;
}

.c-align-center {
	align-items: center;
}

.c-align-start {
	align-items: start;
}

.c-justify-left {
	justify-content: left;
}

.c-justify-center {
	justify-content: center;
}

.c-justify-space {
	justify-content: space-between;
}

.c-flex-wrap {
	flex-wrap: wrap;
}

.c-flex-wrap-reverse {
	flex-wrap: reverse;
}

.c-flex-row-reverse {
	flex-direction: row-reverse;
}

.c-flex-col {
	flex-direction: column;
}

.confirm {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.confirm__inner {
	background-color: rgba(0,0,0,.85);
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.confirm__text {
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	font-size: 1.8rem;
	color: #fff;
}

.confirm__btn {
	width: 42%;
	display: inline-block;
	text-align: center;
	background: #76bc29;
	padding: 12px 24px;
	color: #fff;
	margin: 16px 4%;
	font-size: 1.6rem;
	letter-spacing: 3px;
}

.confirm__btn.-no {
	background: #aaa;
}

.contents__img.-center {
	text-align: center;
}

.contents__img+* {
	margin-top: 24px;
}

.contents p {
	line-height: 2;
}

.contents p+* {
	margin-top: 32px;
}

.contents h2 {
	margin-top: 32px;
}

.contents ul li:not(:first-child) {
	margin-top: 8px;
}

.contents ul+* {
	margin-top: 24px;
}

.contents table+* {
	margin-top: 32px;
}

.contents table tr:first-child th {
	border-top: solid 1px #232323;
}

.contents table tr:first-child td {
	border-top: solid 1px #a7a7a7;
}

.contents table th {
	width: 30%;
	border-bottom: solid 1px #232323;
	padding: 20px 8px;
	font-size: 1.5rem;
	line-height: 1.5;
}

.contents table td {
	width: 70%;
	font-size: 1.5rem;
	border-bottom: solid 1px #a7a7a7;
	padding: 20px 8px;
	line-height: 1.5;
}

.contents table__tdhd {
	font-weight: bold;
	display: block;
	margin: 16px 0 0;
}

.contents table__tdhd:first-child {
	margin-top: 0;
}

.contents table__map {
	margin: 16px 0 24px;
}

.contents table__map iframe {
	width: 100%;
	height: 400px;
}

.contents table__parking {
	margin: 16px 0 24px;
	border: solid 1px #a7a7a7;
}

.contents table__parking.-yokohama {
	border: none;
	display: flex;
	justify-content: space-between;
}

.contents table__parking.-yokohama img {
	width: calc(50% - 5px);
}

.corona {
	padding: 30px;
}

.corona__temporary {
	margin-top: 20px;
	font-size: 16px;
}

.corona__wrapper {
	padding: 30px 0;
	background-color: #f9f9f9;
	border: solid 1px #0f3f6d;
}

.corona__title {
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

.corona__title span {
	color: #79acde;
	margin-right: 10px;
}

.corona__text {
	margin-top: 30px;
	text-align: center;
}

.corona__items {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.corona__item {
	flex-basis: 194px;
}

.corona__item:not(:first-of-type) {
	border-left: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(6) {
	display: none;
}

.corona__item figure {
	border: solid 3px #79acde;
	border-radius: 10px;
	background-color: #fff;
	width: 100px;
	height: 100px;
	display: flex;
	margin: auto;
	align-items: center;
	justify-content: center;
}

.corona__item img {
	width: auto;
	height: 100px;
}

.corona__item figcaption {
	text-align: center;
	color: #0f3f6d;
	margin-top: 20px;
	line-height: 1.625;
	font-weight: 500;
}

.corona__nav {
	margin-top: 20px;
	text-align: center;
}

.corona__nav a {
	font-weight: 500;
	color: #525252;
	border-bottom: #525252 solid 1px;
	padding-bottom: 5px;
	display: inline-block;
}

.corona__nav i {
	margin-left: 17px;
}

.corona__banner {
	max-width: 1080px;
	margin: 2.4rem auto;
	display: flex;
	justify-content: space-between;
}

.corona__banner-item {
	flex-basis: 48%;
}

.ctabtns.-fixed {
	color: #fff;
	display: flex;
	position: fixed;
	top: 50%;
	bottom: auto;
	right: 0;
	transform: translate(150%, -50%);
	transform: translate(150%, -50%);
	z-index: 100;
	flex-direction: column;
	transition: transform .4s;
	gap: 4px;
}

.ctabtns.-fixed.-visible {
	transform: translate(0%, -50%);
}

.ctabtns.-menu {
	display: flex;
	margin-top: 5.2083333333vw;
	margin-bottom: 18.2291666667vw;
	justify-content: center;
	gap: 4px;
}

.ctabtns.-menu .ctabtns__btn {
	flex-basis: 100%;
}

.ctabtns.-showroom {
	right: 32px;
}

.ctabtns .ctabtns__text01 {
	background-color: #fff;
	border-radius: 20px;
	font-size: 12px;
	color: #000;
	padding: 10px 4px;
	font-weight: bold;
	color: #0021e4;
}

.ctabtns .ctabtns__text01.-green {
	color: #3c9916;
}

.ctabtns .ctabtns__text02 {
	margin-right: 5px;
	font-weight: bold;
}

.ctabtns__copy {
	background: #051eb2;
	position: absolute;
	color: #fff;
	width: 100%;
	padding: 4px;
	text-align: center;
	font-size: 14px;
	writing-mode: tb-rl;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	margin: 0;
	right: -32px;
}

.ctabtns__btn {
	width: 72px;
	height: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(to right, #006eff, #0021e4);
	transition: transform .4s;
	writing-mode: vertical-rl;
	flex-direction: row;
}

.ctabtns__btn.-green {
	background: linear-gradient(to right, #64c532, #3c9916);
}

.ctabtns__btn span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-top: 5px;
}

.ctabtns__btn i {
	font-size: 1em;
	color: #fff;
}

.ctabtns__textbtn {
	writing-mode: vertical-rl;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1.3;
	font-size: 20px;
	height: 340px;
	width: 90px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: linear-gradient(to right, #006eff, #0021e4);
	transition: transform .4s;
}

.ctabtns__textbtn.-green {
	background: linear-gradient(to right, #64c532, #3c9916);
}

.ctabtns.-fixed.-fixed {
	top: 50%;
	bottom: auto;
	flex-direction: column;
}

.cta-contact {
	background-color: #f9f8f0;
	padding: 100px 0;
}

.cta-contact__container {
	max-width: 890px;
	margin: auto;
}

.cta-contact__container.-four {
	max-width: 1080px;
}

.cta-contact__headline01 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.cta-contact__headline02 {
	text-align: center;
	font-size: 42px;
	color: #b0a873;
	margin-top: 30px;
	margin-bottom: 50px;
	font-weight: 700;
}

.cta-contact__q {
	font-size: 20px;
	font-weight: 500;
}

.cta-contact__a {
	font-size: 20px;
	font-weight: 500;
	margin-top: 45px;
}

.cta-contact__answer {
	margin-top: 20px;
	font-size: 16px;
	line-height: 2.25;
}

.cta-contact__btns {
	margin: 0px auto 0;
	display: flex;
	justify-content: center;
	max-width: 1080px;
}

.cta-contact__btn {
	background-color: #fff;
	color: #000;
	display: block;
	text-align: center;
	flex-basis: calc(33% - 15px);
	border: solid 8px #d3cda6;
	padding: 15px 0 15px;
	border-radius: 20px;
	margin-left: 10px;
	margin-right: 10px;
	transition: box-shadow .4s,transform .4s;
}

.cta-contact__btn:first-of-type {
	margin-right: 4%;
}

.cta-contact__btn.-four {
	flex-basis: calc(25% - 15px);
}

.cta-contact__btn:hover {
	transform: translateY(-10px);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
}

.cta-contact__btn i {
	color: #b0a873;
	font-size: 50px;
}

.icon-shunolabo-video {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
}

.cta-contact__btn-text {
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	display: block;
}

.cta-contact__btn-subtext {
	font-size: 18px;
	margin-top: 15px;
	display: block;
}

.cta-contact__btn-subtext span {
	font-size: 14px;
	margin-top: 5px;
	display: block;
}

.event__appeal {
	background-color: #232323;
	color: #fff;
	padding: 1rem;
	text-align: center;
	font-size: 2rem;
	letter-spacing: 3px;
	font-weight: bold;
}

.event__appeal.-radius {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.event__title {
	margin-top: 2.4rem;
}

.event__titletext01 {
	display: block;
	font-size: 2.4rem;
	text-align: center;
}

.event__titletext02 {
	font-size: 2.4rem;
	display: block;
	text-align: center;
}

.event__plus {
	text-align: center;
	display: block;
	text-align: center;
}

.event__eyecatch {
	margin-top: 2.4rem;
	max-width: 640px;
	margin: 2.4rem auto 0;
	display: block;
	border-radius: 5px;
}

.event__data {
	margin-top: 4.8rem;
	border-bottom: solid 1px #ccc;
	padding-bottom: 2.4rem;
}

.event__data h3 {
	margin-bottom: 1.6rem;
	font-size: 2rem;
}

.event__guest {
	display: flex;
	align-items: center;
}

.event__guest img {
	flex-basis: 20%;
	width: 0%;
	border-radius: 5px;
}

.event__guest p {
	flex-basis: 80%;
	padding-left: 1.6rem;
}

.event__img {
	display: flex;
	justify-content: center;
	margin: 1.6rem 0;
}

.event__img p {
	padding: 0 5px;
}

.event__img img {
	border-radius: 5px;
	max-width: 400px;
	display: block;
	margin: auto;
}

.event__formtitle {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 2.4rem;
}

.faq {
	background: #f7f7f7;
	padding: 150px 0;
}

.faq__headline {
	font-size: 48px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 100px;
	line-height: 1.4166666667;
}

.faq__headline-tip {
	font-size: 32px;
	display: block;
	margin-bottom: 20px;
}

.faq__box {
	max-width: 800px;
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
	margin-right: auto;
	margin-left: auto;
	padding: 0 85px;
	position: relative;
	background-color: #fff;
	cursor: pointer;
}

.faq__box+.faq__box {
	margin-top: 20px;
}

.faq__q {
	font-size: 22px;
	font-weight: 500;
	position: relative;
	padding: 35px 0;
}

.faq__q::before {
	content: "Q.";
	font-size: 36px;
	position: absolute;
	top: 50%;
	left: -55px;
	transform: translateY(-50%);
	color: #e9e1af;
}

.faq__a {
	position: relative;
	line-height: 2;
	border-top: solid 1px #e9e1af;
	padding: 0;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: all .4s;
}

.faq__a.-open {
	visibility: visible;
	opacity: 1;
	height: auto;
	padding: 20px 0 50px;
}

.faq__icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: -52.5px;
	transform: translateY(-50%);
}

.faq__icon::before {
	height: 20px;
	width: 2px;
	background-color: #e9e1af;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .4s;
	opacity: 1;
}

.faq__icon::after {
	height: 2px;
	width: 20px;
	background-color: #e9e1af;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.faq__icon.-open::before {
	opacity: 0;
	transform: translate(-50%, 100%);
}

.firstview {
	position: relative;
}

.firstview__main {
	height: 100vh;
	position: relative;
	max-height: 1000px;
}

.firstview__copy {
	z-index: 11;
	position: absolute;
	width: 100%;
	top: 20%;
	left: 30px;
}

.firstview__copy span {
	color: #fff;
}

.firstview__copy-01 {
	font-size: 60px;
	font-weight: 300;
	display: block;
}

.firstview__copy-02 {
	font-size: 30px;
	margin-top: 35px;
	font-weight: 400;
	letter-spacing: .4em;
	display: block;
}

.firstview__logo {
	z-index: 11;
	position: relative;
}

.firstview__pickup {
	position: absolute;
	z-index: 11;
	bottom: 50px;
	right: 0;
	max-width: 560px;
	padding: 0 30px;
	background-color: #000;
	transform: translateX(100%);
	opacity: 0;
	transition: transform 1s,opacity 2s;
}

.firstview__pickup.-view {
	transform: translateX(0%);
	opacity: 1;
}

.firstview__pickup li {
	margin: 30px 0;
}

.firstview__pickup li a {
	color: #bbb;
	font-weight: 300;
	display: flex;
	line-height: 1.4666666667;
}

.firstview__pickup-date {
	font-size: 13px;
	padding-right: 15px;
	flex-basis: 80px;
}

.firstview__pickup-title {
	font-size: 15px;
}

.flow {
	background-color: #f5f5f5;
	padding: 40px 60px;
	border-left: solid 1px #232323;
	border-bottom: solid 1px #232323;
	position: relative;
}

.flow p {
	font-size: 1.5rem;
	line-height: 1.8;
}

.flow p+p {
	margin-top: 16px;
}

.flow img+img {
	margin-top: 16px;
}

.flow__btns {
	margin-top: 40px;
	text-align: center;
}

.flow__btns a {
	margin: 0 10px;
}

.flow__badge {
	position: absolute;
	display: inline-block;
	padding: 8px 16px;
	top: 0;
	left: -1px;
	background-color: #232323;
	color: #fff;
	font-weight: bold;
}

.flow__ttl {
	text-align: center;
	font-weight: normal;
	font-size: 3.2rem;
}

.flow__ttl+* {
	margin-top: 32px;
}

.flow__hd {
	font-size: 2rem;
}

.flow__hd+* {
	margin-top: 16px;
}

*+.flow__hd {
	margin-top: 24px;
}

.form .required {
	background: #f72f2f;
	color: #fff;
	font-size: 1.1rem;
	padding: 0;
	line-height: 1;
	border-radius: 2px;
	margin-left: 8px;
	padding: 0 3px 1px 2px;
}

.form__subttl {
	font-size: 1.4rem;
	font-weight: bold;
}

.form__link {
	font-weight: bold;
	margin-left: 8px;
	text-decoration: underline;
	color: #3371b3;
}

.form__container {
	background: #f3f3f3;
	padding: 32px;
	border-radius: 5px;
}

.form__tips {
	background-color: #fdf6c4;
	padding: 8px 16px;
	border-radius: 5px;
	margin: 16px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
}

.form__question h2 {
	font-size: 2rem;
	text-align: center;
	margin: 24px 0 8px;
}

.form__labeltitle {
	display: flex;
	margin-top: 16px;
	font-weight: bold;
	align-items: center;
}

.form__labeltitle input {
	flex-basis: 70%;
	margin-left: 8px;
}

.form dl {
	margin-top: 20px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 20px;
}

.form dt {
	line-height: 1;
	margin-bottom: 16px;
}

.form input[type=text],
.form textarea {
	width: 100%;
	border: solid 1px #cecece;
	padding: 14px;
	border-radius: 3px;
	background-color: #fff;
}

.form input[type=number] {
	border: solid 1px #cecece;
	padding: 14px;
	border-radius: 3px;
	background-color: #fff;
}

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

.form input[type=email] {
	border: solid 1px #cecece;
	padding: 14px;
	border-radius: 3px;
	background-color: #fff;
}

.form input[type=radio] {
	display: none;
}

.form .mwform-radio-field-text {
	position: relative;
	padding-left: 24px;
	padding-top: 2px;
	display: flex;
	align-items: center;
}

.form .mwform-radio-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #bbb;
	border-radius: 50%;
	background: #fff;
}

.form .mwform-radio-field input:checked+.mwform-radio-field-text::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #958c68;
	border-radius: 50%;
}

.form__people {
	display: flex;
}

.form__people div {
	margin-right: 16px;
}

.form__select {
	overflow: hidden;
	width: 300px;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 2px;
	background: #fff;
	padding: 8px;
}

.form__select::before {
	position: absolute;
	top: calc(50% - 3px);
	right: .9em;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	border-top: 6px solid #232323;
	pointer-events: none;
}

.form select {
	width: 100%;
	cursor: pointer;
	border: none;
	outline: none;
	background: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: inherit;
	line-height: 1.5;
}

.form__policy {
	background-color: #fff;
	padding: 16px;
	margin-top: 24px;
	border-radius: 5px;
}

.form__policy h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
}

.form__policy p {
	margin-top: 16px;
	font-size: 1.4rem;
	line-height: 2;
}

.form__agree {
	text-align: center;
	margin-top: 8px;
}

.form__btn input[type=submit],
.form__btn button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 280px;
	text-align: center;
	padding: 20px 40px;
	border: 0;
	background: #958c68;
	color: #fff;
	font-size: 1.8rem;
	letter-spacing: 2px;
	font-weight: bold;
	border-radius: 4px;
	margin: 24px auto 0;
	display: block;
	box-shadow: 0 4px 0 0 #5d5844;
}

.form__btn button[name=submitBack] {
	background-color: #ddd;
	margin-top: 16px;
}

.form .mw_wp_form .error {
	background: #f5da1e;
	display: inline-block;
	color: #282828;
	font-size: 1.2rem;
	padding: 4px;
	line-height: 1;
	border-radius: 3px;
	font-weight: bold;
}

.form__footer {
	margin-top: 40px;
	padding: 16px;
	border-radius: 5px;
	border: solid 1px #ccc;
}

.form__footer h2 {
	text-align: center;
	font-size: 1.8rem;
	line-height: 1;
}

.form__footer p {
	margin-top: 16px;
	line-height: 2;
	font-size: 1.4rem;
}

.mailmagazine {
	text-align: center;
	margin-top: 24px;
	background: #cbdcf3;
	padding: 16px;
	border-radius: 5px;
}

.mailmagazine__img {
	margin-top: 16px;
	text-align: center;
}

.mailmagazine__img img {
	margin: auto;
}

.mwform-checkbox-field-text {
	padding: 0 0 3px 28px;
	position: relative;
	line-height: 20px;
	font-weight: bold;
}

.mwform-checkbox-field-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #ccc;
	background: #fff;
}

.mwform-checkbox-field input {
	display: none;
}

.mwform-checkbox-field input:checked+.mwform-checkbox-field-text::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 4px;
	width: 12px;
	height: 18px;
	transform: rotate(40deg);
	border-bottom: 3px solid #958c68;
	border-right: 3px solid #958c68;
}

.form__subttl {
	margin-bottom: 10px;
	display: block;
}

.mw_wp_form_confirm .form__subttl {
	display: block !important;
}

.mw_wp_form_confirm .required {
	display: none !important;
}

.datepick *[class^=col-] {
	margin-top: 16px;
}

.datepick *[class^=col-]:first-child {
	padding-right: 16px;
}

.datepick *[class^=col-] .form__subttl {
	margin-top: 16px;
	display: inline-block;
}

#ui-datepicker-div .ui-state-default,
#ui-datepicker-div .ui-widget-content .ui-state-default,
#ui-datepicker-div .ui-widget-header .ui-state-default {
	border: solid 1px #cce6f7 !important;
	background: #cce6f7 !important;
	text-align: center !important;
}

.ui-widget-header {
	background-image: none !important;
	background: #cde6f7 !important;
	border: 1px solid #cde6f7 !important;
}

.ui-widget-content {
	border: 1px solid #ccc !important;
	padding: 8px 8px 2px !important;
}

.mw_wp_form_confirm input,
.mw_wp_form_confirm .form__select {
	text-align: left;
	padding: 0;
	border: none;
	background: none;
}

.mw_wp_form_confirm .form__select::before {
	display: none;
}

.form__message-heading:not(:empty) {
	padding: 1em;
	background-color: #fde5e5;
	margin: 24px auto 0;
	color: #ff3b3b;
	font-weight: bold;
}

.error-message {
	position: relative;
	display: flex;
	gap: 4px;
	align-items: center;
	margin-top: .5em;
}

.error-message::before {
	content: "";
	width: 1em;
	height: 1em;
	background: url(../img/common/error.png) center no-repeat;
	background-size: contain;
	display: inline-block;
}

.form__message-text {
	margin-top: 1em;
}

.g-custom-search {
	margin-top: 4px;
}

.g-custom-search.-sticky {
	margin-top: 0px;
}

.g-custom-search__form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.g-custom-search.-result {
	max-width: 600px;
	margin: 0 auto 4rem;
}

.g-custom-search.-result input[type=text] {
	height: 64px;
}

.g-custom-search input[type=text] {
	width: 100%;
	background-color: #fff;
	font-size: 1.4rem;
	height: 32px;
	padding-left: 1em;
	border-radius: 50px;
	border: solid 1px #525252;
	padding-bottom: 2px;
}

.g-custom-search input[type=text]:focus {
	outline: 0;
}

.g-custom-search__submit {
	cursor: pointer;
	position: relative;
	width: 32px;
	height: 32px;
}

.g-custom-search__submit.-result::before {
	color: #000;
	font-size: 1.5em;
}

.g-custom-search__submit::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "icon-shunolabo";
	font-size: 1em;
	content: "";
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.g-custom-search__submit input {
	border: none;
	background: none;
	position: relative;
	width: 32px;
	height: 32px;
	z-index: 100;
}

.gs-title {
	margin-bottom: .5em;
}

a.gs-title {
	color: #000 !important;
	font-weight: bold !important;
	line-height: 1.3;
}

a.gs-title b {
	color: #000 !important;
}

.gs-visibleUrl-breadcrumb {
	margin-bottom: .5em;
	color: rgba(35,35,35,.7) !important;
	line-height: 1.3;
}

.gs-web-image-box {
	width: 20% !important;
}

.gs-image {
	width: 100% !important;
	max-width: 100% !important;
}

.gs-snippet {
	line-height: 1.5;
	font-size: 14px;
}

.gs-webResult {
	border-top: solid 1px #ddd;
	padding-top: 20px;
}

.gsc-webResult.gsc-result {
	padding-top: 0px;
}

.gsc-adBlock {
	border-bottom: 0 !important;
}

.gsc-above-wrapper-area {
	border-bottom: 0 !important;
}

.gcsc-more-maybe-branding-root {
	display: none !important;
}

.gsc-cursor-page {
	font-size: 16px !important;
	margin-right: 1em !important;
}

.gsc-control-cse {
	padding: 0px !important;
}

.headline01 {
	text-align: center;
}

.caselist .headline01__hd {
	color: #fff;
	white-space: nowrap;
}

.caselist .headline01__sub {
	color: #fff;
	border-color: #fff;
	white-space: nowrap;
}

.caselist.-showroom .headline01__hd {
	font-size: 2rem;
}

.caselist.-showroom .headline01__sub {
	font-size: 1.2rem;
	margin-top: 5px;
}

.caselist.-showroom .headline01+* {
	margin-top: 0px;
}

.headline02 {
	font-size: 1.6rem;
	letter-spacing: 1px;
	text-align: center;
	position: relative;
	line-height: 1.5;
}

.headline02 span {
	display: inline-block;
	padding: 2px 8px;
	color: #fff;
	background-color: #232323;
	position: relative;
	z-index: 1;
}

.headline02::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #232323;
	top: calc(50% - .5px);
}

.headline02+* {
	margin-top: 32px;
}

.headline03 {
	text-align: center;
	line-height: 1.5;
}

.headline03__hd {
	font-size: 3.2rem;
	letter-spacing: 1px;
	font-weight: 300;
}

.headline03__hd.-voice {
	text-align: left;
	font-size: 2.4rem;
}

.headline03__sub {
	font-size: 1.6rem;
	font-weight: normal;
	display: inline-block;
	margin-top: 17px;
	position: relative;
}

.headline03__sub::before {
	display: none;
	width: 104px;
	height: 1px;
	background-color: #232323;
	content: "";
	position: absolute;
	left: calc(50% - 52px);
	top: -9px;
}

.headline03.-case+* {
	margin-top: 0px;
}

.headline03.-hero .headline03__hd {
	font-family: "Zen Old Mincho",serif;
	font-size: 4.8rem;
	color: #fff;
}

.headline03.-hero .headline03__sub {
	color: #fff;
	margin-top: 14px;
}

.headline03.-hero .headline03__sub::before {
	background-color: #fff;
}

.headline03.-page .headline03__hd {
	font-size: 4rem;
	font-family: "Zen Old Mincho",serif;
}

.headline03+* {
	margin-top: 32px;
}

.headline04 {
	text-align: center;
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 16px;
	line-height: 1.5;
}

.headline04.-left {
	text-align: left;
}

.headline04.-left::before {
	left: 0;
	height: 1px;
}

.headline04::before {
	width: 104px;
	height: 1px;
	background-color: #232323;
	content: "";
	position: absolute;
	left: calc(50% - 52px);
	bottom: 0px;
}

.headline04.-borderles::before {
	display: none;
}

.headline04+* {
	margin-top: 32px;
}

.headline05 {
	font-size: 2rem;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 16px 0;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	line-height: 1.5;
}

.headline05+* {
	margin-top: 32px;
}

.headline05.-center {
	text-align: center;
}

.headline05.-bold {
	font-weight: bold;
}

.headline06 {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
	margin-top: 24px;
	line-height: 1.5;
}

.headline06.-left {
	text-align: left;
}

.headline06+* {
	margin-top: 24px;
}

.headline07 {
	position: absolute;
	top: 55%;
	left: -1px;
	background-color: #232323;
	padding: 2.5em 6em;
	color: #fff;
}

.headline07.-hero {
	z-index: 10;
}

.headline07__hd {
	font-size: 4rem;
	line-height: 1;
}

.headline07__sub {
	font-size: 1.6rem;
	margin-top: 1.6em;
	display: block;
}

.headline07__small {
	font-size: .4em;
	margin-bottom: 1.4rem;
	display: block;
}

.headline08 {
	text-align: center;
	line-height: 1.5;
}

.headline08__hd {
	font-size: 3.6rem;
	display: block;
	letter-spacing: .3rem;
	font-weight: normal;
}

.headline08__sub {
	font-size: 2.6rem;
	font-family: "PT Serif",serif;
	font-style: italic;
	letter-spacing: .4em;
	position: relative;
	z-index: 1;
}

.headline08__sub::after {
	background-color: #f9f4af;
	height: 8px;
	width: 120%;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 4px);
	left: -10%;
	z-index: -1;
}

.headline08+* {
	margin-top: 4rem;
}

.headline08 .-small {
	font-size: 2rem;
}

.headline08.-case+* {
	margin-top: 2rem;
}

.hero {
	height: calc(100vh - 104px);
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(35,35,35,.6);
	background-blend-mode: multiply;
	z-index: 1;
}

.hero.-showroom::before {
	background: none;
}

.hero__hd {
	position: relative;
	z-index: 2;
}

.hero__img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.hero__icon {
	position: absolute;
	left: calc(50% - 10px);
	bottom: 10%;
	z-index: 3;
	width: 20px;
}

.info {
	display: flex;
	flex-wrap: wrap;
}

.info__panel {
	position: relative;
	overflow: hidden;
	flex-basis: 33.3333%;
	border: solid 1px #fff;
}

.info__panel img {
	transition: all .3s;
}

.info__panel a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
}

.info__panel:hover img {
	transform: scale(1.1);
}

.info__panel:hover::after {
	opacity: .4;
}

.info__txt {
	word-break: keep-all;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: #a7a7a7;
	text-align: center;
	padding: 20px 10px;
}

.info__txt h3 {
	color: #fff;
	font-size: 1.8rem;
}

.jobs *[class^=col-] {
	margin-top: 24px;
	border: solid 1px #a7a7a7;
}

.linkbnr {
	overflow: hidden;
	position: relative;
	display: block;
	height: 160px;
	max-width: 540px;
	margin: 32px auto 0;
	border-radius: 5px;
}

.linkbnr:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.linkbnr::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(35,35,35,.6);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.linkbnr__img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	transition: all .3s;
}

.linkbnr__txt {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 1.8rem;
	word-break: keep-all;
	letter-spacing: .1em;
}

.contactbtns {
	display: flex;
	flex-direction: column;
}

.contactbtns.-fixed {
	position: fixed;
	right: 20px;
	bottom: 110px;
	z-index: 50;
}

.contactbtns.-fixed a {
	background-size: 20px;
}

.contactbtns.-fixed a:hover {
	background-size: 20px;
}

.contactbtns.-showroom .linkbtn.-mail.-fixed {
	background-image: url(../img/common/icon-mail.svg);
	background-position: left 8px top 50%,left 40px top 50%;
}

.contactbtns.-showroom .linkbtn.-mail.-fixed:hover {
	background-image: url(../img/common/icon-mail-green.svg);
}

.contactbtns.-showroom .linkbtn.-tel.-fixed {
	display: none;
}

.contactbtns.-showroom .linkbtn.-tel.-fixed:hover {
	background-image: url(../img/common/icon-phone-blue.svg);
}

.contactbtns.-header {
	margin-top: 20px;
	padding: 0 20px;
	display: none;
}

.contactbtns.-header .linkbtn {
	max-width: 375px;
	display: block;
	margin: 10px auto;
}

.contactbtns.-header .linkbtn.-document {
	display: flex;
	justify-content: center;
	padding: 5px 20px 0px;
}

.contactbtns.-header .linkbtn.-document p {
	text-align: left;
	margin-left: 8px;
}

.contactbtns.-header .linkbtn.-document span {
	font-size: 1.1rem;
}

.contactbtns .linkbtn:first-of-type {
	margin-bottom: 10px;
}

.linkbtn {
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	display: inline-block;
	padding: 10px 16px;
	border-radius: 50px;
	transition: all .2s;
	line-height: 1.5;
}

.linkbtn.-center {
	margin: 24px auto 0;
	display: block;
	max-width: 320px;
}

.linkbtn.-square {
	border-radius: 0;
	padding: 15px 0;
}

.linkbtn.-green {
	background-color: #958c68;
	border: solid 1px #958c68;
}

.linkbtn.-green:hover {
	color: #958c68;
	background: #fff;
}

.linkbtn.-blue {
	background-color: #0047bb;
	border: solid 1px #0047bb;
}

.linkbtn.-blue:hover {
	color: #0047bb;
	background: #fff;
}

.linkbtn.-blue.-mail:hover {
	background-image: url(../img/common/icon-mail-blue.svg);
}

.linkbtn.-black {
	background-color: #0047bb;
	border: solid 1px #0047bb;
}

.linkbtn.-black:hover {
	color: #0047bb;
	background: #fff;
}

.linkbtn.-tel {
	background-image: url(../img/common/icon-phone.svg);
	background-repeat: no-repeat;
	background-position: left 8px top 50%;
	background-size: 24px;
	padding-left: 40px;
}

.linkbtn.-tel:hover {
	background-image: url(../img/common/icon-phone-green.svg);
	background-repeat: no-repeat;
	background-position: left 8px top 50%;
	background-size: 24px;
}

.linkbtn.-tel .-big {
	display: block;
	font-size: 1.6em;
}

.linkbtn.-mail {
	background-image: url(../img/common/icon-mail.svg);
	background-repeat: no-repeat;
	background-position: left 8px top 50%;
	background-size: 24px;
	padding-left: 40px;
}

.linkbtn.-mail:hover {
	background-image: url(../img/common/icon-mail-green.svg);
	background-repeat: no-repeat;
	background-position: left 8px top 50%;
	background-size: 24px;
}

.linkbtn.-showroom {
	padding: 1.6rem 0;
	background-position: left 5% top 50%;
}

.linkbtn.-showroom:hover {
	background-position: left 5% top 50%;
}

.contact .linkbtn {
	border-radius: 5px;
	width: 40%;
	max-height: 90px;
	padding: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 3px;
}

.container.-news+.links {
	margin-top: 100px;
}

.links__cards {
	display: flex;
	justify-content: space-between;
}

.links__card {
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
	display: block;
	flex-basis: 24%;
}

.links__card img {
	width: 100%;
}

.linktree {
	display: flex;
	flex-direction: column;
	max-width: 600px;
	margin: auto;
}

.linktree a {
	border: solid 1px #454545;
	border-radius: 3px;
	display: block;
	margin-bottom: 1.6rem;
	text-align: center;
	color: #fff;
	padding: 2.4rem 1.6rem;
	background-color: #303030;
	position: relative;
}

.linktree i {
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.listbtns {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.listbtns a {
	margin: 0 10px;
}

.listbtns+* {
	margin-top: 32px;
}

.listphoto {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
}

.listphoto li {
	border: solid 1px #fff;
	flex-basis: 12.5%;
	height: 12.5%;
}

.loading {
	display: none;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	transition: opacity 1s;
}

.loading.-ready {
	opacity: 0;
}

.loading__copy {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	text-align: center;
	color: #fff;
	transform: translate(-50%, -50%);
}

.loopslide {
	display: flex;
	width: 100%;
	overflow: hidden;
}

.loopslide.-home {
	margin-top: 80px;
}

.loopslide__slides {
	display: flex;
	animation: loop 100s -50s linear infinite;
}

.loopslide__slide.-home {
	width: 16.8421052632vw;
	margin: 1px;
}

.loopslide__slide.-showroom {
	margin-top: .52632vw;
	height: 10.52632vw;
	width: 17.36842vw;
	flex-shrink: 0;
	flex-grow: 0;
	padding: 1px;
}

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

.loopslide .loopslide__slides:first-child {
	animation: loop 100s -50s linear infinite;
}

.loopslide .loopslide__slides:last-child {
	animation: loop2 100s linear infinite;
}

.loopslide.-showroom-belt {
	margin-top: 80px;
}

.loopslide__slide.-showroom-belt {
	width: 21.05263vw;
	height: 14.05263vw;
	margin: 0 1px;
}

.mailmagabanner {
	max-width: 640px;
	margin: 40px auto 0;
	text-align: center;
}

.mailmagabanner.-magazine img {
	border: solid 1px #ddd;
	padding: 10px;
}

.mailmagabanner__text {
	margin-top: 16px;
}

.mailmagabanner__text.-magazine {
	color: #000;
}

.overcontainer {
	position: relative;
	overflow: hidden;
}

.overcontainer__txt {
	margin-right: auto;
	width: 420px;
	margin-left: calc((100% - 1080px)/2);
}

.overcontainer__img {
	position: absolute;
	top: 0;
	right: 0px;
	overflow: hidden;
	width: 56%;
	z-index: 0;
}

.pagenation {
	text-align: center;
	margin-top: 32px;
}

.pagenation .wp-pagenavi span.current {
	background-color: #232323;
	color: #fff;
}

.pagenation .wp-pagenavi a,
.pagenation .wp-pagenavi span {
	text-decoration: none;
	display: inline-block;
	border: 1px solid #a7a7a7;
	color: #a7a7a7;
	padding: 10px 13px;
	margin: 4px;
	font-size: 1.4rem;
}

.pagenation__head {
	text-align: center;
	margin-top: 2.4rem;
}

.pagetop {
	text-align: center;
	transition: transform .4s;
}

.pagetop a {
	color: #b6b6b6;
}

.pagetop span {
	display: block;
	line-height: 1;
}

.pagetop span.-icon {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: .5;
}

.pagetop span.-icon::before {
	line-height: 0;
}

.pagetop:hover {
	transform: translateY(-10px);
}

.phone-support {
	padding: 4rem 0;
}

.phone-support.-toppage {
	padding: 4rem 0 0;
}

.phone-support .cta-contact__btns {
	margin-top: 2rem;
}

.phone-support .cta-contact__btns .phone-support__btn {
	flex-basis: 70%;
}

.phone-support .cta-contact__btns .phone-support__btn.-toppage {
	flex-basis: 48.5%;
}

.phone-support__inner {
	display: flex;
	justify-content: space-between;
	border: solid 1px #ddd;
	padding: 3.2rem 3.2rem;
}

.phone-support__info {
	flex-basis: 70%;
}

.phone-support__img {
	flex-basis: 27%;
}

.phone-support__text:nth-child(1) {
	font-size: 2.2rem;
	font-weight: bold;
}

.phone-support__text:nth-child(2) {
	margin-top: 2rem;
}

.phone-support.-first {
	max-width: 920px;
	margin: auto;
	padding-bottom: 0;
}

.phone-support__inner.-first {
	justify-content: center;
}

.phone-support__img.-first {
	flex-basis: auto;
	padding-right: 4rem;
}

.phone-support__info.-first {
	flex-basis: auto;
}

.phone-support__btn.-first {
	font-size: 2.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	border-radius: 60px;
	display: block;
	background-color: #000;
	border: solid 1px #000;
	color: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 2rem;
	margin-top: 2rem;
	transition: background-color .3s,color .3s;
}

.phone-support__btn.-first:hover {
	background-color: #fff;
	color: #000;
}

.postlists {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.postlists.-top {
	padding: 0 10px;
}

.postlists dl {
	border-top: solid 1px #ddd;
}

.postlists dl:last-child {
	border-bottom: solid 1px #ddd;
}

.postlists a {
	padding: 20px 0px;
	color: #000;
	display: flex;
}

.postlists__ttl {
	display: block;
	line-height: 1.75;
	flex-basis: 90%;
}

.postlists__date {
	color: #a7a7a7;
	flex-basis: 10%;
	margin-right: 32px;
	display: block;
	font-weight: normal;
}

.postlists.-blog a {
	align-items: center;
}

.postlists.-blog .postlists__ttl {
	flex-basis: auto;
}

.postlists.-blog .postlists__date {
	flex-basis: 100px;
	flex-shrink: 0;
	margin-right: 16px;
}

.postlists.-blog .postlists__date img {
	height: 100px;
}

.post-type-archive-voice .postlists__date {
	display: none;
}

.present {
	background: url(../img/showroom/present__bg.jpg) no-repeat center/cover;
	padding: 70px 0 40px;
	overflow: hidden;
}

.present__wrap {
	display: flex;
}

.present__info {
	margin-left: 13.6842105263vw;
	flex: 1 0 585px;
	position: relative;
}

.present__badge {
	color: #fff;
	background-color: #b3ac7e;
	border-radius: 50%;
	font-size: 32px;
	line-height: 38px;
	height: 140px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	position: absolute;
	top: 0;
	right: 20px;
}

.present__copy {
	font-size: 28px;
	line-height: 1.5;
	padding-top: 30px;
	color: #fff;
	font-weight: 700;
}

.present__name {
	margin-top: 40px;
	font-weight: 500;
}

.present__name li {
	font-size: 20px;
	color: #fff;
	line-height: 1.5;
	font-weight: 400;
}

.present__name li+li {
	margin-top: 25px;
}

.present__text {
	font-size: 16px;
	margin-top: 40px;
	color: #fff;
}

.present__img {
	flex: 1 0 auto;
}

.present__img img {
	width: 100%;
}

.present__item {
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 1px;
}

.request {
	margin-top: 80px;
}

.request .present {
	overflow: hidden;
}

.request .present__info {
	margin-left: 60px;
}

.price {
	position: relative;
	margin-top: 80px;
}

.price:nth-child(1),
.price:nth-child(2) {
	margin-top: 0;
}

.price__hd {
	background-color: #a7a7a7;
	font-size: 2rem;
	padding: 16px;
	color: #fff;
}

.price__hd span {
	font-size: 1.4rem;
}

.price__img {
	width: 75% !important;
	margin: 30px auto 0;
	display: block;
}

.price__info {
	margin-top: 30px;
	border-top: solid 1px #232323;
	border-bottom: solid 1px #232323;
	padding: 16px 0;
	line-height: 2;
}

.price__banner {
	margin-top: 40px;
}

.recommend {
	padding: 3rem;
	font-size: 16px;
	background-color: #fff;
	margin-top: 4rem;
	line-height: 2;
	border: solid 2px #232323;
}

.recommend.-center {
	text-align: center;
}

.recommend strong {
	color: #fd2623;
}

.recommend p {
	margin-top: 2.4rem;
}

.recommend a {
	text-decoration: underline;
	color: #fd2623;
}

.relation {
	display: flex;
	overflow: scroll;
	position: relative;
	padding-bottom: 1em;
}

.relation__wrapper {
	position: relative;
}

.relation__wrapper ::-webkit-scrollbar {
	overflow: visible;
	height: 6px;
}

.relation__wrapper ::-webkit-scrollbar-thumb {
	background-color: #525252;
	border-radius: 10px;
}

.relation__wrapper ::-webkit-scrollbar-track {
	background-clip: padding-box;
	background-color: #efefef;
}

.relation__gradient {
	display: block;
	width: 5%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: linear-gradient(to left, #fff 50%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0));
}

.relation__title {
	font-size: 1.3rem;
	font-weight: normal;
	margin-top: 4px;
	color: #666;
	line-height: 1.5;
}

.relation__list {
	padding: 0 .5%;
	flex: 0 0 24%;
}

.relation__thumbnail {
	position: relative;
	height: 174px;
	display: block;
	background-color: #ededed;
	overflow: hidden;
}

.relation__thumbnail:hover img {
	opacity: .7;
}

.relation__thumbnail img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: auto !important;
	transition: all .2s;
	max-width: inherit;
}

.relation .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 3;
	font-weight: bold;
	position: absolute;
	transition: all .2s;
	transform: translateY(-95%) !important;
}

.relation .slick-prev {
	background: #232323 url(../img/common/icon_left.svg) no-repeat center center/8px !important;
	left: 0;
}

.relation .slick-prev::before {
	content: "";
}

.relation .slick-prev:hover {
	background: #a7a7a7 url(../img/common/icon_left.svg) no-repeat center center/8px !important;
}

.relation .slick-next {
	right: 0;
	background: #232323 url(../img/common/icon_right.svg) no-repeat center center/8px !important;
}

.relation .slick-next::before {
	content: "";
}

.relation .slick-next:hover {
	background: #a7a7a7 url(../img/common/icon_right.svg) no-repeat center center/8px !important;
}

.section__margin {
	margin-top: 80px;
}

.section__margin.-headline {
	margin-top: 40px;
}

.section__margin.-min {
	margin-top: 40px;
}

.section__margin.present {
	margin-top: 12rem;
}

.section__margin.-no-margin {
	margin-top: 0px !important;
}

.section__gray {
	background: #f5f5f5;
	padding: 60px 0;
}

.sentence {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
}

.sentence+.sentence {
	margin-top: 2.4rem;
}

.sentence.-big {
	font-size: 1.8rem;
}

.sentence.-center {
	text-align: center;
}

.sentence.-ginza {
	font-size: 3rem;
	line-height: 1.8;
}

.sentence.-case p {
	font-size: 1.4rem;
}

.gallery__wrap {
	display: grid;
	grid-gap: 4px;
	grid-template-columns: 2fr 1fr 2fr;
	grid-template-rows: 400px 400px 600px 300px 700px 400px;
}

.gallery__img {
	margin: 0px;
	padding: 0px;
	padding: 1px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gallery__img.-img1 {
	grid-column: 1/3;
	grid-row: 1/2;
	background-image: url(../img/showroom/gallery1.jpg);
}

.gallery__img.-img2 {
	grid-column: 1/3;
	grid-row: 2/3;
	background-image: url(../img/showroom/gallery2.jpg);
}

.gallery__img.-img3 {
	grid-column: 3/4;
	grid-row: 1/3;
	background-image: url(../img/showroom/gallery3.jpg);
}

.gallery__img.-img4 {
	grid-column: 1/4;
	grid-row: 3/4;
	background-image: url(../img/showroom/gallery4.jpg);
}

.gallery__img.-img5 {
	grid-column: 1/2;
	grid-row: 4/5;
	background-image: url(../img/showroom/gallery5.jpg);
}

.gallery__img.-img6 {
	grid-column: 2/4;
	grid-row: 4/5;
	background-image: url(../img/showroom/gallery6.jpg);
}

.gallery__img.-img7 {
	grid-column: 1/4;
	grid-row: 5/6;
	background-image: url(../img/showroom/gallery7.jpg);
}

.gallery__img.-img8 {
	grid-column: 1/2;
	grid-row: 6/7;
	background-image: url(../img/showroom/gallery8.jpg);
}

.gallery__img.-img9 {
	grid-column: 2/4;
	grid-row: 6/7;
	background-image: url(../img/showroom/gallery9.jpg);
}

.showroom-lineup {
	background-color: #000;
	padding: 150px 0;
}

.showroom-lineup__headline {
	font-size: 4.4rem;
	color: #fff;
	text-align: center;
	line-height: 68px;
	font-weight: 300;
	margin-bottom: 50px;
}

.showroom-lineup__columns {
	display: flex;
	justify-content: space-between;
}

.showroom-lineup__card {
	flex-basis: 32%;
}

.showroom-lineup__name {
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #232323;
}

.showroom-lineup__name a {
	font-size: 20px;
	color: #fff;
}

.showroom-lineup__name i {
	margin-left: 20px;
}

.showroom {
	padding: 150px 0;
}

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

.showroom__head {
	display: flex;
	justify-content: space-between;
}

.showroom__head-text {
	flex: 0 0 750px;
}

.showroom__head-copy {
	font-size: 52px;
	line-height: 1.4038461538;
	font-weight: 300;
	margin-bottom: 40px;
}

.showroom__head-copy:first-line {
	line-height: 1;
}

.showroom__head-store {
	font-size: 24px;
	font-weight: 300;
}

.showroom__head-logo img {
	width: 255px;
	height: auto;
}

.showroom__body {
	margin-top: 100px;
	display: flex;
	align-items: center;
}

.showroom__body-description {
	display: flex;
	flex: 0 0 715px;
	padding-right: 55px;
	justify-content: space-between;
}

.showroom__body-img {
	flex: 0 0 285px;
}

.showroom__body-img img {
	height: auto;
}

.showroom__body-text {
	margin-left: 30px;
	font-size: 17px;
	line-height: 2.1176470588;
}

.showroom__present {
	display: flex;
	border-left: solid 1px #dcdcdc;
	padding-left: 55px;
	align-items: center;
}

.showroom__present-eng {
	font-size: 17px;
	font-weight: 400;
}

.showroom__present-copy {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.375;
	margin-top: 35px;
}

.showroom__present-item {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.375;
	margin-top: 20px;
}

.showroom__present-list {
	list-style-type: decimal;
	padding-left: 20px;
	margin-top: 20px;
}

.showroom__present-list li {
	font-size: 18px;
	font-weight: 500;
}

.showroom__present-list li+li {
	margin-top: 10px;
}

.showroom__present-text {
	font-size: 14px;
	margin-top: 25px;
	line-height: 1.6428571429;
}

.showroom__present-info {
	flex: 0 0 300px;
}

.showroom__present-img {
	flex: 1 2 auto;
}

.showroom__present-img img {
	height: auto;
}

.showroom__foot {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.showroom__card {
	flex-basis: calc(33.3333% - 16.6666666667px);
	transition: transform .6s 0s;
}

.showroom__card img {
	height: auto;
}

.showroom__card-temporary {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-top: 15px;
	line-height: 1.6153846154;
}

.showroom__card-info {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background-color: #232323;
	padding: 30px 40px;
	flex-direction: column;
}

.showroom__card-name {
	font-size: 20px;
	font-weight: 500;
}

.showroom__card-name a {
	color: #fff;
}

.showroom__card-address {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	margin-top: 15px;
}

.showroom__card-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
}

.showroom__card-tel {
	font-size: 18px;
	font-weight: 500;
	flex: 1 0 auto;
	color: #fff;
}

.showroom__card-tel i {
	margin-right: 10px;
}

.showroom__card-reserved {
	font-size: 15px;
	font-weight: 500;
	flex: 0 0 170px;
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
}

.showroom__card-reserved i {
	margin-right: 10px;
}

.kansai-button {
	margin-top: 64px;
	display: flex;
	justify-content: center;
}

.kansai-button .kansai-button__inner {
	background-color: #232323;
	padding: 8px;
}

.kansai-button a {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	background-color: #232323;
	transition: background-color .3s;
	color: #fff;
	padding: 20px 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	white-space: nowrap;
}

.slider {
	height: 100vh;
	max-height: 1000px;
	overflow: hidden;
	position: relative;
}

#js-slider .slick-slide {
	opacity: 1 !important;
}

#js-slider .slider__item {
	opacity: 0;
	transition: 0s;
}

#js-slider .slick-active .slider__item {
	opacity: 1;
	transition: ease 5s;
}

#js-slider .slick-continue .slider__item {
	opacity: 0;
	transition: ease 4s;
}

#js-slider .slider__bg {
	transform: scale(1, 1);
	transition: 0s;
}

#js-slider .slick-active .slider__bg {
	transform: scale(1.2, 1.2);
	transition: ease 20s;
}

#js-slider .slick-continue .slider__bg {
	transform: scale(1.4, 1.4);
	transition: ease 20s;
}

.slider__item {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 100vh;
	max-height: 1000px;
}

.slider__item .slider__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slider__item .slider__bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.sns {
	display: flex;
}

.sns.-foot {
	margin-top: 40px;
}

.sns.-fixed {
	position: fixed;
	display: block;
	z-index: 2;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0px;
}

.sns__icon {
	background-color: #a7a7a7;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: solid 1px #fff;
	transition: all .3s;
}

.sns__icon img {
	margin: 0;
}

.sns__icon.-facebook {
	background-color: #3c5a99;
}

.sns__icon.-facebook img {
	width: 10px;
	height: auto;
}

.sns__icon.-pint {
	background-color: #bd081c;
}

.sns__icon.-pint img {
	width: 15px;
	height: auto;
}

.sns__icon.-twitter {
	background-color: #1da1f2;
}

.sns__icon.-twitter img {
	width: 18px;
	height: auto;
}

.snsicons {
	display: flex;
	justify-content: center;
	align-items: center;
}

.snsicons__icon {
	font-size: 20px;
	margin: 0 10px;
}

.snsicons__icon a {
	color: #fff;
}

.snsicons__text {
	color: #b6b6b6;
	font-size: 1.4rem;
	margin: 0 10px;
}

.snsicons__icon.-roomclip span {
	display: block;
	width: 17px;
	height: 17px;
	background-image: url(../img/renew/icon/icon-roomclip-white.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.story__header {
	padding: 80px 0 0;
	background-color: #232323;
}

.story__hero {
	margin-top: 24px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

.story__hero img {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.story__num {
	font-size: 3.2rem;
	color: #fff;
	text-align: center;
}

.story__name {
	text-align: center;
	font-size: 2rem;
	color: #fff;
	margin-top: 24px;
}

.story__intro {
	padding: 80px 0;
	background-color: rgba(35,35,35,.9);
}

.story__intro p {
	color: #fff;
}

.story__ttl {
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.story__ttl+* {
	margin-top: 24px;
}

.story__headline {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 24px;
	font-weight: normal;
}

.story__headline+* {
	margin-top: 24px;
}

.story .section__margin:last-of-type *[class^=col-] {
	flex-basis: 100%;
}

.table {
	width: 100%;
}

.table+* {
	margin-top: 32px;
}

.table tr:first-child th {
	border-top: solid 1px #232323;
}

.table tr:first-child td {
	border-top: solid 1px #a7a7a7;
}

.table th {
	width: 30%;
	border-bottom: solid 1px #232323;
	padding: 20px 8px;
	font-size: 1.5rem;
}

.table td {
	width: 70%;
	font-size: 1.5rem;
	border-bottom: solid 1px #a7a7a7;
	padding: 20px 8px;
}

.table__tdhd {
	font-weight: bold;
	display: block;
	margin: 16px 0 0;
}

.table__tdhd:first-child {
	margin-top: 0;
}

.table__map {
	margin: 16px 0 24px;
}

.table__map iframe {
	width: 100%;
	height: 400px;
}

.table__parking {
	margin: 16px 0 24px;
	border: solid 1px #a7a7a7;
}

.table__parking.-yokohama {
	border: none;
	display: flex;
	justify-content: space-between;
}

.table__parking.-yokohama img {
	width: calc(50% - 5px);
	align-self: flex-start;
}

.taptel {
	border-radius: 50%;
	background: #958c68;
	width: 64px;
	height: 64px;
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 85px;
	left: 16px;
	box-shadow: 0 4px 10px 0px rgba(0,0,0,.3);
}

.taptel img {
	width: 24px;
}

.telform__description {
	line-height: 1.75;
}

.telform__description p {
	margin-top: 2.4rem;
}

.telform__description p strong {
	color: #0047bb;
}

.telform__sample {
	padding: 3rem;
	font-size: 16px;
	background-color: #fff;
	margin-top: 4rem;
	line-height: 2;
	border: solid 2px #000;
}

.telform__img {
	display: flex;
	justify-content: space-between;
	margin-top: 1.6rem;
}

.telform__img p {
	flex-basis: 48%;
}

.telform__img p img {
	width: 100%;
}

.mw_wp_form input[type=file] {
	margin-top: 1.6rem;
}

.textbox {
	font-size: 20px;
	text-align: center;
	margin-top: 80px;
	border: solid 5px #e7e7e7;
	padding: 35px;
	background-color: #fff;
	line-height: 1.8;
}

.textbox a {
	color: #000;
	border-bottom: solid 1px;
}

.online-form__panels {
	display: flex;
	gap: 2.4rem;
	margin-top: 2.4rem;
}

.online-form__panel {
	padding: 2.4rem 1.6rem;
	border-radius: 4px;
	opacity: .5;
	transition: all .3s;
	border: solid 1px #aaa;
	position: relative;
	flex-basis: 50%;
}

.online-form__panel .badge {
	position: absolute;
	border: solid 1px #333;
	display: block;
	height: 24px;
	width: 24px;
	background: #fff;
	border-radius: 50%;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0px 1px 3px rgba(0,0,0,.5);
}

.online-form__panel.is-active {
	border: solid 1px #333;
	opacity: 1;
	box-shadow: 0px 10px 15px rgba(0,0,0,.1);
}

.online-form__panel.is-active .badge span {
	background: #8bc34a;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.online-form__panel-description {
	text-align: center;
	font-size: 1.6rem;
	margin-top: 4rem;
}

.online-form__panel-title {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 2.4rem;
	position: relative;
}

.online-form__panel-img {
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}

.online-form__panel-text {
	margin-top: 1.6rem;
	display: none;
}

.online-form__panel-text.is-active {
	display: block;
}

.reserve-explain__title {
	margin-top: 2.4rem;
	margin-bottom: 1.6rem;
	background: #232323;
	color: #fff;
	padding: 8px;
	position: relative;
	border-radius: 4px;
	text-align: center;
	line-height: 1.3;
	font-size: 2ch;
}

.reserve-explain__title::after {
	position: absolute;
	bottom: -8px;
	width: 20px;
	height: 10px;
	background-color: #232323;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transform: translateX(-50%);
	left: 50%;
	content: "";
}

.reserve-explain__intro {
	margin-bottom: 1.6rem;
	line-height: 1.5;
}

.reserve-explain__content {
	line-height: 1.5;
}

.reserve-explain__heading {
	font-weight: 600;
	margin-bottom: 1.6rem;
	border-bottom: solid 1px #a7a7a7;
	padding-bottom: 1rem;
	margin-top: 2.4rem;
}

.reserve-explain__img {
	display: flex;
	gap: 1.6rem;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.reserve-explain__img img {
	max-width: 320px;
}

.online-form__container {
	margin-top: 4rem;
	position: relative;
}

.online-form__container.is-active .online-form__container-cover {
	display: none;
}

.online-form__container-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	left: 0;
	top: 0;
	z-index: 1;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 40px 0;
	pointer-events: none;
	text-align: center;
	line-height: 1.5;
}

input.type {
	pointer-events: none;
}

.form__date {
	display: none;
}

.form__date.is-active {
	display: flex;
}

.gallery_date01,
.gallery_date02 {
	display: none;
}

.form__num {
	display: none;
}

.form__num.is-active {
	display: block;
}

.about-hero {
	position: relative;
	height: 500px;
	background: url(../img/about/hero-about.jpg) no-repeat center/cover;
}

.about-hero h1 {
	width: 400px;
	height: 155px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: 300;
}

.about-hero__title {
	width: 100%;
	bottom: -78px;
	position: absolute;
}

.about-section {
	padding: 150px 0;
}

.about-section.-gray {
	background-color: #f7f7f7;
}

.about-headline {
	font-size: 4.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 50px;
}

.about-headline.-left {
	text-align: left;
}

.about-headline.-right {
	text-align: right;
}

.about-link,
.about-features__link {
	font-size: 1.6rem;
	color: #000;
	display: inline-block;
	font-weight: 500;
	margin-top: 50px;
}

.about-link.-white,
.-white.about-features__link {
	color: #fff;
}

.about-link i,
.about-features__link i {
	margin-left: 20px;
	transition: transform .4s;
	display: inline-block;
}

.belt {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
	width: 0;
	transition: width .4s;
	background-color: #000;
	transition-delay: .4s;
	backface-visibility: hidden;
}

.belt .belt__bg {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s;
	transition-delay: .8s;
	transform: scale(1.03) translate(-20px, -20px);
	opacity: 0;
}

.belt.-inview {
	width: 100%;
}

.belt.-inview .belt__bg {
	opacity: 1;
	transform: scale(1) translate(0px, 0px);
}

.belt .belt__bg {
	position: relative;
}

.belt .belt__bg.-about01 {
	background-image: url(../img/about/belt__bg.jpg);
}

.about-flow {
	background: url(../img/about/flow__bg.jpg) no-repeat center/cover;
	padding: 150px 0;
	position: relative;
}

.about-flow__content {
	color: #fff;
}

.about-flow__text {
	position: relative;
}

.about-flow__text::before {
	content: "▼";
}

.about-solution {
	position: relative;
	margin-top: 150px;
}

.about-solution__img {
	max-width: 900px;
}

.about-solution__text {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	width: 680px;
	padding: 70px 80px;
}

.about-solution__headline {
	font-size: 2.2rem;
	margin-bottom: 35px;
}

.about-solution__headline:not(:first-of-type) {
	margin-top: 80px;
}

.about-links {
	display: flex;
}

.about-links.-reverse {
	flex-direction: row-reverse;
}

.about-links+.about-links {
	margin-top: 150px;
}

.about-links__text {
	flex: 0 1 44.6%;
	padding-right: 40px;
}

.about-links__text.-reverse {
	padding-right: 0px;
	padding-left: 40px;
}

.about-links__headline {
	word-break: keep-all;
}

.about-links__img {
	flex-basis: 55.4%;
}

.about-features__columns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.about-features__column {
	flex-basis: 28%;
	margin: 0 2.5% 70px;
}

.about-features__column:nth-child(4),
.about-features__column:nth-child(5) {
	margin-bottom: 0;
}

.about-features__title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 32px;
	font-weight: 300;
}

.about-features__img {
	margin-bottom: 40px;
}

.about-features__link {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.architectural-hero {
	position: relative;
	height: 75vh;
}

.architectural-hero__video {
	width: auto;
	height: 90vh;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

.architectural-hero__title {
	width: 100%;
	bottom: 10%;
	position: absolute;
	z-index: 1;
}

.architectural-hero__title h1 {
	width: 400px;
	height: 155px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: 300;
}

.architectural-section {
	padding: 150px 0;
}

.architectural-section.-intro {
	background-color: #fff;
	opacity: .8;
	padding: 0px 0 80px;
}

.architectural-headline {
	font-size: 4.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 50px;
}

.architectural-headline.-left {
	text-align: left;
}

.architectural-headline.-right {
	text-align: right;
}

.belt .belt__bg {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s;
	transition-delay: .8s;
	transform: scale(1.03) translate(-20px, -20px);
	opacity: 0;
}

.belt .belt__bg.-architectural01 {
	background-image: url(../img/architectural/belt__bg01.jpg);
}

.belt .belt__bg.-architectural02 {
	background-image: url(../img/architectural/belt__bg02.jpg);
}

.belt.-inview {
	width: 100%;
}

.belt.-inview .belt__bg {
	opacity: 1;
	transform: scale(1) translate(0px, 0px);
}

.architectural-viewpoint {
	background-color: #f6f6ef;
	padding-bottom: 150px;
	position: relative;
}

.architectural-viewpoint__bg {
	background: url(../img/architectural/viewpoint__bg.jpg) no-repeat center/cover;
	height: 680px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
}

.architectural-viewpoint__content {
	color: #fff;
}

.architectural-viewpoint__text {
	padding-top: 140px;
	font-size: 32px;
	position: relative;
	z-index: 1;
}

.architectural-viewpoint__list {
	position: relative;
	z-index: 1;
	background-color: #fff;
	padding: 100px 100px 20px;
	margin-top: 120px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.architectural-viewpoint__box {
	flex-basis: 45.37%;
	margin-bottom: 80px;
}

.architectural-viewpoint__box img {
	width: 100%;
}

.architectural-viewpoint__box h3 {
	text-align: center;
	font-size: 36px;
	font-weight: 100;
	margin-top: 35px;
}

.architectural-viewpoint__box p {
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	margin-top: 15px;
}

.architectural-viewpoint__box ul {
	border-top: solid 1px #d1d1d1;
	padding-top: 20px;
	margin-top: 20px;
}

.architectural-viewpoint__box li {
	line-height: 2;
	position: relative;
	padding-left: 1em;
}

.architectural-viewpoint__box li::before {
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
}

.architectural-solution {
	position: relative;
	margin-top: 150px;
}

.architectural-solution__headline {
	font-size: 2.2rem;
	margin-bottom: 35px;
}

.architectural-solution__headline:not(:first-of-type) {
	margin-top: 80px;
}

.architectural-links {
	display: flex;
}

.architectural-links.-reverse {
	flex-direction: row-reverse;
}

.architectural-links+.architectural-links {
	margin-top: 150px;
}

.architectural-links__text {
	flex: 0 1 44.6%;
	padding-right: 40px;
}

.architectural-links__text.-reverse {
	padding-right: 0px;
	padding-left: 40px;
}

.architectural-links__headline {
	word-break: keep-all;
}

.architectural-links__img {
	flex-basis: 55.4%;
}

.architectural-features__columns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.architectural-features__column {
	flex-basis: 28%;
	margin: 0 2.5% 70px;
}

.architectural-features__column:nth-child(4),
.architectural-features__column:nth-child(5) {
	margin-bottom: 0;
}

.architectural-features__title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 32px;
	font-weight: 300;
}

.architectural-features__img {
	margin-bottom: 40px;
}

.-flow .about-hero {
	position: relative;
	height: 500px;
	background: url(../img/flow/hero-flow.jpg) no-repeat center/cover;
}

.-flow .about-hero h1 {
	width: 587px;
	height: 155px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: 300;
}

.-flow .about-hero__title {
	width: 100%;
	bottom: -78px;
	position: absolute;
}

.-flow .flow-section {
	padding: 100px 0 150px;
	margin-top: 80px;
}

.-flow .flow-section.-yellow {
	background-color: #fff9f2;
}

.-flow .flow-first__img {
	margin-bottom: 47px;
}

.-flow .flow-first__img img {
	width: 100%;
}

.-flow .flow-first__items {
	margin-bottom: 81px;
	padding: 0 60px;
	display: flex;
}

.-flow .flow-first__items.-mb {
	margin-bottom: 0;
}

.-flow .flow-first__item {
	max-width: 790px;
}

.-flow .flow-first__title {
	margin-right: 90px;
	font-size: 5.6rem;
	color: #af8a5d;
	font-weight: 300;
}

.-flow .flow-first__text {
	font-size: 1.8rem;
	line-height: 2;
}

.-flow .flow-first__smallcol {
	margin-top: 60px;
	padding: 40px 40px 50px 49px;
	border-radius: 20px;
	background: #fff5e9;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.-flow .flow-first__smallcoltitle {
	font-size: 2.2rem;
	color: #af8a5d;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.-flow .flow-first__smallcoltitle .-red {
	font-size: 2.2rem;
	color: #c95a5a;
	padding-bottom: 16px;
	display: inline-block;
	position: relative;
}

.-flow .flow-first__smallcoltitle .-red::before {
	content: "";
	width: 12px;
	height: 33px;
	background: url(../img/flow/flow-first__icon-red01.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-65%);
}

.-flow .flow-first__smallcoltitle .-red::after {
	content: "";
	width: 12px;
	height: 33px;
	background: url(../img/flow/flow-first__icon-red02.svg) center center/contain no-repeat;
	position: absolute;
	top: 50%;
	right: -20px;
	transform: translateY(-65%);
}

.-flow .flow-first__smallcoltext {
	font-size: 1.8rem;
	flex-basis: 150px;
	color: #af8a5d;
	padding-top: 140px;
	position: relative;
	text-align: center;
}

.-flow .flow-first__smallcoltext::before {
	content: "";
	width: 150px;
	height: 133px;
	background: url(../img/flow/flow-first__icon-img.svg) center center/contain no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.-flow .flow-first__smallcoltext.-figre::before {
	content: "";
	background: url(../img/flow/flow-first__icon-figure.svg) center center/contain no-repeat;
}

.-flow .flow-after {
	padding: 130px 0 140px;
}

.-flow .flow-after .container {
	max-width: 1020px;
}

.-flow .flow-after .about-headline {
	font-size: 4rem;
}

.-flow .flow-after__items {
	display: flex;
	align-items: center;
	margin-top: 60px;
}

.-flow .flow-after__items:first-of-type {
	margin-top: 70px;
}

.-flow .flow-after__img {
	flex-basis: 400px;
	margin-right: 50px;
}

.-flow .flow-after__item {
	flex-basis: 570px;
}

.-flow .flow-after__smalltitle {
	font-size: 2.4rem;
}

.-flow .flow-after__text {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 15px;
	font-weight: 300;
}

.-flow .flow-afservice {
	padding: 130px 0;
}

.-flow .flow-afservice.-yellow {
	background-color: #fff9f2;
}

.-flow .flow-afservice .about-headline {
	font-size: 4rem;
	margin-bottom: 30px;
}

.-flow .flow-afservice__text {
	font-size: 2.6rem;
	text-align: center;
}

.-flow .flow-afservice__img {
	margin: 60px 0;
}

.-flow .flow-afservice__smalltext {
	line-height: 1.7;
	margin-top: 30px;
	font-size: 1.6rem;
	text-align: center;
}

.-flow .flow-afservice__note {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 30px;
}

#page-lp-top .showroom-hero__img {
	position: relative;
	background-image: url(../img/lp/top/slide-pc01.jpg);
}

#page-lp-top .showroom-hero__copy {
	color: #000;
	text-align: center;
	margin-top: 40px;
	filter: none;
}

#page-lp-top .showroom-hero__name {
	color: #000;
	margin-bottom: 40px;
	filter: none;
}

#page-lp-top .showroom-hero__name span {
	border-left: none;
	padding-left: 20px;
	color: #000;
	padding-top: 0;
	margin-top: 0;
}

#page-lp-top .firstview__pickup {
	position: static;
	bottom: 0;
	max-width: 100%;
	padding: 5rem 0rem;
	background-color: #f5f5f5;
	transform: translateX(0);
	opacity: 1;
}

#page-lp-top .firstview__pickup h3 {
	border-bottom: solid 1px;
	padding-bottom: 1em;
	margin-bottom: 1em;
	font-size: 20px;
}

#page-lp-top .firstview__pickup li {
	margin: 2rem auto 0;
	max-width: 750px;
}

#page-lp-top .firstview__pickup li a {
	color: #232323;
}

#page-lp-top .cta-contact {
	background: none;
}

#page-lp-top .cta-contact__btns {
	margin-top: 0;
}

#page-lp-top .cta-contact__btn-text span[class^=icon] {
	margin-left: 5px;
}

#page-lp-top .cta-contact__btn-subtext span {
	font-size: 1em;
}

#page-lp-top .qa {
	padding: 0 0 100px;
}

#page-lp-top .case-list {
	padding: 100px 0 50px;
}

#page-lp-top .cta-contact {
	padding: 0px 0;
}

#page-lp-top .showroom-section {
	padding: 100px 0;
}

#page-lp-top .showroom-infomation .cta-contact {
	padding: 0px 0px 50px;
	background-color: #2d2d2d;
}

#page-lp-top .showroom-infomation .cta-contact.-nagoya {
	padding: 50px 0 0px;
	background-color: #2d2d2d;
}

#page-lp-top .showroom-section.-infomation .showroom-headline {
	margin-bottom: 1em;
}

#page-lp-top .showroom-infomation {
	margin-top: 0;
}

.mansion .mansion__items {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}

.mansion .mansion__item.-left {
	flex-basis: 65%;
}

.mansion .mansion__item.-right {
	flex-basis: 25%;
}

.mansion .mansion__loopitems {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}

.mansion .mansion__loopitem {
	flex-basis: 45%;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.mansion .mansion__loopimg {
	max-width: 30%;
	width: 100%;
	margin-right: 10px;
}

.mansion .mansion__loopimg img {
	width: 100%;
	height: auto;
}

.mansion .mansion__area {
	background-color: #000;
	display: inline-block;
	color: #fff;
	padding: 4px 10px 6px;
	font-size: 16px;
}

.mansion .mansion__name {
	color: #000;
	font-size: 18px;
	margin-top: 10px;
}

.mansion .mansion__asidetitle {
	padding: 10px 0;
	text-align: center;
	font-size: 22px;
	color: #000;
	border-bottom: 2px solid #000;
}

.mansion .mansion__asideitems {
	margin-top: 16px;
}

.mansion .mansion__asideitem {
	margin-bottom: 16px;
}

.mansion .mansion__asidelinks {
	display: flex;
	justify-content: left;
	align-items: center;
	background: #232323;
}

.mansion .mansion__asideimg {
	max-width: 130px;
	max-height: 90px;
	width: 100%;
	height: 100%;
}

.mansion .mansion__asideimg img {
	width: 100%;
}

.mansion .mansion__asidetexts {
	padding: 0 20px;
	width: 100%;
}

.mansion .mansion__asideentext {
	font-size: 12px;
	color: #fff;
	padding-bottom: 5px;
	border-bottom: 1px solid #3d3d3d;
}

.mansion .mansion__asidejntext {
	margin-top: 15px;
	color: #fff;
	text-align: right;
}

.mansion .mansion__asidejntext.-small {
	font-size: 14px;
}

.mansion .mansion__sidevoice .mansion__asideitem {
	margin-top: 30px;
}

.mansion .mansion__sidevoiceitems {
	margin-top: 30px;
}

.mansion .mansion__sidevoicelink img {
	width: 100%;
}

.mansion .home__headline02 {
	background-color: #000;
	color: #fff;
	font-size: 28px;
	padding: 10px 0;
}

.mansion .home__reason {
	background-color: #efefef;
	margin-top: 70px;
	padding-top: 80px;
}

.mansion .home__reason-text {
	background-color: #fff;
}

.mansion .mansion__bg {
	background-color: #303030;
	padding: 140px 0;
}

.mansion .mansion__bgtext {
	font-size: 28px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}

.mansion .mansion__bgsmalltext {
	font-size: 19px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	line-height: 1.5;
}

.mansion .showroom__foot {
	margin-top: 40px;
}

.mansion .showroom {
	padding: 0;
}

.mansion .links {
	margin-top: 70px;
}

.mansion .mansion__credit {
	display: block;
	font-size: 14px;
	margin: 24px 0;
	color: #999;
}

.sp-db {
	display: none;
}

.mansion .mansion__singleimg {
	margin-top: 20px;
	text-align: center;
}

.mansion .mansion__singleimg img {
	width: 100%;
	height: auto;
}

.mansion .mansion__singlesentenc {
	margin-top: 30px;
	text-align: left;
	font-size: 1.6rem;
}

.mansion .mansion__singledl {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
	border: 1px solid #b3b3b3;
}

.mansion .mansion__singledl div {
	flex-basis: 50%;
}

.mansion .mansion__singledl div:nth-child(even) {
	border-left: 1px solid #b3b3b3;
}

.mansion .mansion__singledl div:nth-child(n+3) {
	border-top: 1px solid #b3b3b3;
}

.mansion .mansion__singledl div dt {
	padding: 15px 25px;
	background-color: #efefef;
	line-height: 1.5;
	border-bottom: 1px solid #b3b3b3;
}

.mansion .mansion__singledl div dd {
	margin-bottom: 0;
	padding: 15px 25px;
	line-height: 1.5;
}

.mansion .mansion__singleloop {
	margin-top: 50px;
}

.mansion .mansion__singleitems {
	margin-top: 30px;
}

.mansion .mansion__singleitemtitle {
	margin-top: 1em;
	text-decoration: underline;
}

.mansion .mansion__singleitemtitle a {
	font-size: 14px;
	color: #000;
}

.mansion .home__section {
	padding-top: 70px;
}

.mansion .mansion__singlebigtitle {
	text-align: left;
	font-weight: bold;
}

.headline03.-page .headline03__hd.-msmall {
	font-size: 3.5rem;
}

.-mt {
	margin-top: 50px;
}

.mansion__areaslink {
	margin-top: 30px;
}

.mansion__areaslink h3 {
	margin-top: 10px;
}

.mansion__areaslink h3 a {
	font-size: 1.5rem;
	color: #333;
	border-bottom: 1px solid #333;
}

.mansion__linktext {
	font-size: 16px;
}

.mansion__linkscolu {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
	margin: 10px 0 30px;
	padding-bottom: 10px;
}

.mansion__linkscolu .mansion__areawrap {
	margin-right: 10px;
	margin-top: 10px;
	margin: 10px 10px 0 0;
}

.manufacture-hero {
	position: relative;
	height: 500px;
	background: url(../img/manufacture/hero.jpg) no-repeat center/cover;
}

.manufacture-hero__title {
	width: 100%;
	bottom: -105px;
	position: absolute;
}

.manufacture-hero__title h1 {
	width: 510px;
	height: 210px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	line-height: 61px;
	font-weight: 300;
}

.manufacture-section {
	padding: 150px 0;
}

.manufacture-section.-gray {
	background-color: #f7f7f7;
}

.manufacture-headline {
	font-size: 4.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 50px;
}

.manufacture-headline.-left {
	text-align: left;
}

.manufacture-headline.-right {
	text-align: right;
}

.manufacture-headline02 {
	font-size: 2.2rem;
	margin-bottom: 35px;
}

.manufacture-headline02:not(:first-of-type) {
	margin-top: 80px;
}

.manufacture-link {
	font-size: 1.6rem;
	color: #000;
	display: inline-block;
	font-weight: 500;
	margin-top: 50px;
}

.manufacture-link.-white {
	color: #fff;
}

.manufacture-link i {
	margin-left: 20px;
	transition: transform .4s;
	display: inline-block;
}

.belt {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
	width: 0;
	transition: width .4s;
	background-color: #000;
	transition-delay: .4s;
	backface-visibility: hidden;
}

.belt .belt__bg {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s;
	transition-delay: .8s;
	transform: scale(1.03) translate(-20px, -20px);
	opacity: 0;
}

.belt .belt__bg.-manufacture01 {
	background-image: url(../img/manufacture/belt__bg01.jpg);
}

.belt .belt__bg.-manufacture02 {
	background-image: url(../img/manufacture/belt__bg03.jpg);
}

.belt.-inview {
	width: 100%;
}

.belt.-inview .belt__bg {
	opacity: 1;
	transform: scale(1) translate(0px, 0px);
}

.manufacture-about {
	padding-top: 100px;
	display: flex;
	justify-content: space-between;
}

.manufacture-about.-reverse {
	flex-direction: row-reverse;
	padding-bottom: 150px;
}

.manufacture-about__wrapper {
	background-color: #f7f7f7;
}

.manufacture-about__img {
	flex: 1 0 55%;
}

.manufacture-about__text {
	padding-left: 5%;
}

.manufacture-about__text.-reverse {
	padding-left: 0;
	padding-right: 5%;
}

.manufacture-tech {
	padding: 80px 100px;
	background-color: #fff;
	margin-top: 150px;
}

.manufacture-tech__text {
	padding: 25px 15px;
	line-height: 32px;
}

.manufacture-tech__text h4 {
	font-size: 1.6rem;
}

.manufacture-tech__columns {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}

.manufacture-tech__column {
	flex-basis: 24%;
}

.manufacture-links {
	display: flex;
	justify-content: space-between;
}

.manufacture-links+.manufacture-links {
	margin-top: 150px;
}

.manufacture-links__text {
	word-break: keep-all;
	flex: 0 1 44.6%;
	padding-right: 40px;
}

.manufacture-links__text.-reverse {
	padding-right: 0px;
	padding-left: 40px;
	text-align: right;
}

.manufacture-links__text .sentence {
	word-break: break-all;
}

.manufacture-links__img {
	flex-basis: 55.4%;
}

.manufacture-material__box {
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}

.manufacture-material__box.-reverse {
	flex-direction: row-reverse;
}

.manufacture-material__img {
	flex: 1 0 53%;
}

.manufacture-material__img.-reverse {
	flex: 1 0 41%;
}

.manufacture-material__text {
	padding-left: 3%;
}

.manufacture-material__text.-reverse {
	padding-left: 0;
	padding-right: 4%;
}

.manufacture-explan {
	display: flex;
	margin-top: 80px;
}

.manufacture-explan__box {
	border: solid 1px #c1c1c1;
	padding: 30px;
}

.manufacture-explan__box.-system {
	margin-left: 3%;
	flex: 1 0 60%;
	display: flex;
}

.manufacture-explan__box div.-system {
	margin-right: 20px;
}

.manufacture-explan__box h4 {
	font-size: 1.4rem;
	margin-bottom: 14px;
}

.manufacture-explan__box p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 28px;
}

.toc {
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: #f4f4f4;
	padding: 40px;
}

.toc li {
	list-style: decimal;
	padding-left: 1em;
}

.faq__heading {
	font-family: "Zen Old Mincho",serif;
	font-size: 24px;
	margin-bottom: 1em;
	padding-top: 3em;
}

.qabox {
	padding: 16px;
	border: solid 1px #111;
}

.qabox+.qabox {
	margin-top: 24px;
}

.qabox__hd {
	font-size: 16px;
	color: #232323;
	position: relative;
	line-height: 1.5;
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.qabox__hd::before {
	content: "Q.";
	margin-right: 8px;
}

.qabox__txt {
	font-size: 14px;
	position: relative;
	margin-top: 8px;
	line-height: 2;
	border-top: solid 1px rgba(0,0,0,.1);
	padding-top: 8px;
	margin-top: 8px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	color: rgba(35,35,35,.8);
}

.qabox__txt a {
	color: #1898a7;
	text-decoration: underline;
}

.qabox__txt::before {
	content: "A.";
	margin-right: 8px;
}

main.online {
	font-family: "Zen Kaku Gothic New",sans-serif;
}

.online {
	background: #f4f4f4;
}

.onlineFv {
	padding: 95px 49px 95px 120px;
	position: relative;
	z-index: 10;
}

.onlineFv__bg {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.onlineFv__bg div {
	height: 100%;
}

.onlineFv__bg__item--num01 {
	background: url(../img/online/fv_bg01.jpg) center center/cover no-repeat;
}

.onlineFv__bg__item--num02 {
	background: url(../img/online/fv_bg02.jpg) center center/cover no-repeat;
}

.onlineFv__bg__item--num03 {
	background: url(../img/online/fv_bg03.jpg) center center/cover no-repeat;
}

.onlineFv__bg__item--num04 {
	background: url(../img/online/fv_bg04.jpg) center center/cover no-repeat;
}

.onlineFv__content {
	text-align: center;
	max-width: 390px;
}

.onlineFv__content__text span {
	font-size: 2rem;
	position: relative;
}

.onlineFv__content__text span::before,
.onlineFv__content__text span::after {
	content: "";
	width: 14px;
	height: 24px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}

.onlineFv__content__text span::before {
	content: "";
	background: url(../img/online/icon_point-left.svg) center center/contain no-repeat;
	left: -18px;
}

.onlineFv__content__text span::after {
	content: "";
	background: url(../img/online/icon_point-right.svg) center center/contain no-repeat;
	right: -18px;
}

.onlineFv__content__bigtext {
	margin-top: 20px;
}

.onlineFv__content__bigtext span {
	font-size: 3.3rem;
	padding-right: 41px;
	font-weight: 500;
	position: relative;
}

.onlineFv__content__bigtext span::before,
.onlineFv__content__bigtext span ::after {
	content: "";
	background: url(../img/online/icon_tel.svg) center center/contain no-repeat;
	width: 32px;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.onlineFv__content__title {
	font-size: 11.4rem;
	margin-top: 8px;
}

.onlineFv__content__label {
	margin-top: 12px;
	font-size: 2rem;
	color: #fff;
	background: #232323;
	border-radius: 4px;
	padding: 10px 0;
	line-height: 1.2;
}

.onlineFv__content__point {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 25px;
}

.onlineFv__content__point .item {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	padding: 3rpx;
	background: #fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,.1019607843);
}

.onlineFv__content__point .item__inner {
	border: 1px solid #232323;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.onlineFv__content__point .item__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3em;
}

.onlineFv__content__copytext {
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: .5em;
	margin: 2.4rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
	text-align: left;
	transition: opacity .3s;
}

.onlineFv__content__copytext.--pc {
	display: block;
}

.onlineFv__content__copytext.--sp {
	display: none;
}

.onlineAbout {
	margin-top: 50px;
}

.onlineAbout__inner {
	max-width: 1130px;
	padding: 0 20px;
	margin: 0 auto;
}

.onlineAbout__col {
	display: flex;
	justify-content: center;
	gap: 78px;
}

.onlineAbout__col__texts {
	width: calc(100% - 489px - 78px);
	text-align: center;
	padding-top: 130px;
	position: relative;
}

.onlineAbout__col__texts::after {
	content: "";
	background: url(../img/online/about_icon.svg) center center/contain no-repeat;
	width: 38px;
	height: 32px;
	position: absolute;
	top: 73px;
	left: 0;
}

.onlineAbout__col__texts .normal {
	font-size: 2.6rem;
	font-weight: 500;
}

.onlineAbout__col__texts .big {
	font-size: 3.2rem;
	font-weight: 500;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
	margin: 18px auto 0;
}

.onlineAbout__col__texts .big::after {
	content: "";
	background: hsla(0,0%,80%,.5);
	width: 100%;
	height: 21px;
	position: absolute;
	z-index: -1;
	bottom: -8px;
	left: 0;
}

.onlineAbout__col__texts .small {
	font-size: 2.3rem;
	margin-top: 34px;
}

.onlineAbout__col__img {
	width: 489px;
}

.onlineAbout__col__img img {
	width: 100%;
	height: auto;
}

.onlineAbout__text {
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-top: 53px;
}

.onlineAbout__text strong {
	font-size: 3rem;
	font-weight: 500;
}

.onlinePoint__inner {
	max-width: 1171px;
	padding: 0 20px;
	margin: 0 auto;
}

.onlinePointSection {
	margin-top: 60px;
	padding: 60px 60px 78px;
	display: flex;
	align-items: flex-start;
	gap: 70px;
	background: #fff;
}

.onlinePointSection--reverse {
	flex-direction: row-reverse;
}

.onlinePointSection__texts {
	width: calc(100% - 459px - 70px);
}

.onlinePointSection__texts--sticky {
	position: sticky;
	top: 100px;
	left: 0;
}

.onlinePointSection__texts__num {
	font-size: 1.6rem;
}

.onlinePointSection__texts__num span {
	font-size: 3.4rem;
	margin-left: 5px;
}

.onlinePointSection__texts__ttl {
	font-size: 3.5rem;
	line-height: 1.4;
	font-weight: 500;
	margin-top: 5px;
}

.onlinePointSection__texts__txt {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-top: 23px;
	padding-top: 32px;
	border-top: 1px solid rgba(35,35,35,.4);
}

.onlinePointSection__img {
	width: 459px;
}

.onlinePointSection__img__mainImg img {
	width: 100%;
	height: auto;
}

.onlinePointSection__img__subImg {
	margin-top: 116px;
}

.onlinePointSection__img__subImg img {
	width: 100%;
	height: auto;
}

.onlinePointSection__img__subImg figcaption {
	font-size: 1.9rem;
	margin-top: 12px;
}

.onlinePointSection__img .onlinePointSectionImgBox {
	margin-top: 35px;
}

.onlinePointSection__img .onlinePointSectionImgBox__head {
	font-size: 2.2rem;
	line-height: 1.3;
	color: #fff;
	background: #393939;
	padding: 23px;
	text-align: center;
}

.onlinePointSection__img .onlinePointSectionImgBox__subhead {
	font-size: 1.8rem;
	line-height: 1.3;
	background: rgba(35,35,35,.1);
	text-align: center;
	padding: 15px;
	text-align: center;
}

.onlinePointSection__img .onlinePointSectionImgBox__content {
	display: flex;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img {
	width: 50%;
	border: 1px solid #ccc;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img img {
	width: 100%;
	height: auto;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img .texts {
	padding: 20px 18px;
	text-align: center;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img .texts__ttl {
	font-size: 2rem;
	font-weight: 400;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img .texts__txt {
	font-size: 1.4rem;
	margin-top: 12px;
	line-height: 1.4;
}

.onlineCta {
	background: #393939;
}

.onlineCta__inner {
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
	padding: 48px 147px;
}

.onlineCta__txts {
	text-align: center;
	max-width: 550px;
}

.onlineCta__txts--noImg {
	margin: auto;
	max-width: 640px;
}

.onlineCta__txts--noImg .onlineCta__txts__txt {
	text-align: center;
}

.onlineCta__txts__txt {
	font-size: 3rem;
	line-height: 1.5;
	color: #fff;
}

.onlineCta__txts__btn {
	margin-top: 28px;
}

.onlineCta__txts__btn a {
	display: block;
	font-size: 2.2rem;
	background: #fff;
	border-radius: 45px;
	padding: 24px;
	color: #232323;
}

.onlineCta__img {
	width: 344px;
	height: 344px;
	border-radius: 50%;
	background: #393939;
	padding: 34px;
	position: absolute;
	bottom: 0;
	right: 70px;
}

.onlineCta__img img {
	width: 100%;
	height: auto;
}

.onlineFaq {
	width: calc(100% - 220px - 192px);
	margin-left: 220px;
}

.onlineFaq__ttl {
	display: flex;
	align-items: center;
	gap: 20px;
}

.onlineFaq__ttl:not(:first-child) {
	margin-top: 44px;
	padding-top: 44px;
	border-top: 1px solid #ccc;
}

.onlineFaq__ttl p {
	font-size: 2.2rem;
	line-height: 1.4;
	font-weight: 500;
	width: calc(100% - 40px - 20px);
}

.onlineFaq__ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #232323;
	color: #fff;
	border-radius: 50%;
	font-size: 2.6rem;
	font-weight: 300;
}

.onlineFaq__txt {
	display: flex;
	gap: 20px;
	margin-top: 28px;
}

.onlineFaq__txt p {
	font-size: 1.8rem;
	line-height: 1.6;
	width: calc(100% - 40px - 20px);
}

.onlineFaq__txt span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #232323;
	background: #fff;
	border-radius: 50%;
	font-size: 2.6rem;
	font-weight: 300;
}

.onlineGallery {
	background: #fff;
	margin-top: 100px;
	padding: 100px 0 140px;
}

.onlineGallery__googlemap {
	display: flex;
	width: 240px;
	background: #fff;
	color: #333;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	padding: .8rem;
	border-radius: 20px;
	margin: .8rem auto 0;
}

.onlineGallery__googlemap img {
	width: 24px;
	height: 24px;
}

.onlineGallery__inner {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 20px;
}

.onlineGallery__head {
	font-size: 2.2rem;
	padding: 19px;
	background: #232323;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
}

.onlineGallery__warp {
	padding: 47px 60px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 132px;
	background: url(../img/online/gallery_bg.png) center center/cover no-repeat;
	position: relative;
}

.onlineGallery__warp::before {
	content: "";
	background-color: rgba(0,0,0,.3);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.onlineGallery__content {
	width: calc(100% - 352px - 132px);
	color: #fff;
	text-align: center;
	line-height: 1.5;
	position: relative;
	z-index: 2;
}

.onlineGallery__content__label {
	border: solid 1px #fff;
	border-radius: 3px;
	padding: 7px;
	font-size: 2rem;
	max-width: 290px;
	margin: 0 auto;
	background: hsla(0,0%,100%,.3);
	text-shadow: 0 0px 6px rgba(0,0,0,.8);
}

.onlineGallery__content__label-description {
	font-size: 1.6rem;
	margin-top: 5px;
}

.onlineGallery__content__ttl {
	font-size: 3.6rem;
	margin-top: 18px;
	font-weight: 500;
}

.onlineGallery__content__info {
	font-size: 1.6rem;
	margin: 18px auto 0;
	background-color: rgba(0,0,0,.5);
	padding: 4px 8px;
	width: -moz-fit-content;
	width: fit-content;
}

.onlineGallery__content__add {
	font-size: 1.4rem;
	margin-top: 16px;
}

.onlineGallery__content__ctatxt {
	margin-top: 40px;
}

.onlineGallery__content__ctatxt .icon {
	font-size: 1.4rem;
	padding-left: 44px;
	position: relative;
}

.onlineGallery__content__ctatxt .icon::after {
	content: "";
	background: url(../img/online/icon_cta.svg) center center/contain no-repeat;
	width: 33px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.onlineGallery__content__ctabtn {
	margin-top: 18px;
}

.onlineGallery__content__ctabtn a {
	display: block;
	font-size: 1.8rem;
	background: #fff;
	border-radius: 45px;
	padding: 15px;
	background: #fff;
	color: #232323;
	font-weight: 400;
}

.onlineGallery__imgs {
	width: 352px;
}

.onlineGallery__imgs--sp {
	display: none;
}

.onlineGallery__imgs__txt {
	text-align: center;
	filter: drop-shadow(2px 2px 11px black);
}

.onlineGallery__imgs__txt span {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	position: relative;
}

.onlineGallery__imgs__txt span::before,
.onlineGallery__imgs__txt span::after {
	content: "";
	width: 24px;
	height: 47px;
	position: absolute;
	top: 60%;
	transform: translateY(-50%);
}

.onlineGallery__imgs__txt span::before {
	content: "";
	background: url(../img/online/icon_gallery-left.svg) center center/contain no-repeat;
	left: -33px;
}

.onlineGallery__imgs__txt span::after {
	content: "";
	background: url(../img/online/icon_gallery-right.svg) center center/contain no-repeat;
	right: -33px;
}

.onlineGallery__imgs__slide {
	margin-top: 30px;
	padding-bottom: 30px;
	position: relative;
}

.onlineGallery__imgs__slide .img {
	width: 352px;
	height: 352px;
	box-shadow: 0px 5.21px 26.07px 0px rgba(0,0,0,.3019607843);
}

.onlineGallery__imgs__slide .img img {
	width: 352px;
	height: 352px;
	-o-object-fit: cover;
	object-fit: cover;
}

.onlineGallery__imgs__slide .slick-arrow {
	width: 25px;
	height: 17px;
	position: absolute;
	bottom: -10px;
	top: auto;
	left: auto;
}

.onlineGallery__imgs__slide .slick-arrow::before {
	content: none !important;
}

.onlineGallery__imgs__slide .slick-prev {
	background: url(../img/online/icon_slide-left.svg) center center/cover no-repeat !important;
	right: 50px;
}

.onlineGallery__imgs__slide .slick-next {
	background: url(../img/online/icon_slide-right.svg) center center/cover no-repeat !important;
	right: 0;
}

.onlineGallery__imgs__slide .slick-dots {
	width: auto;
	bottom: -5px;
}

.onlineGallery__imgs__slide li button::before {
	font-size: 13px !important;
	opacity: 1 !important;
	color: hsla(0,0%,100%,.3) !important;
}

.onlineGallery__imgs__slide .slick-active button::before {
	color: #fff !important;
}

.onlineFlow__inner {
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
}

.onlineFlowContent {
	background: #fff;
	margin-top: 45px;
}

.onlineFlowContent__ttl {
	font-size: 2.2rem;
	color: #fff;
	background: #393939;
	padding: 29px 0;
	text-align: center;
}

.onlineFlowContent__ttl span {
	font-size: 1.5rem;
	background: #b0a873;
	color: #fff;
	margin-left: 8px;
	padding: 1px 4px;
	border-radius: 2px;
	line-height: 1;
}

.onlineFlowContent__list {
	padding: 40px;
	display: flex;
	gap: 76px;
}

.onlineFlowContent__list__item {
	font-weight: 300;
}

.onlineFlowContent__list__item .ttl {
	font-size: 2rem;
	font-weight: 700;
}

.onlineFlowContent__list__item .ttl span {
	display: inline-block;
	line-height: 1.4;
	position: relative;
}

.onlineFlowContent__list__item .ttl span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.onlineFlowContent__list__item .ttl--num01 span {
	padding-left: 54px;
}

.onlineFlowContent__list__item .ttl--num01 span::before {
	background: url(../img/online/icon_flow01.svg) center center/contain no-repeat;
	width: 34px;
	height: 34px;
}

.onlineFlowContent__list__item .ttl--num02 span {
	padding-left: 54px;
}

.onlineFlowContent__list__item .ttl--num02 span::before {
	background: url(../img/online/icon_flow02.svg) center center/contain no-repeat;
	width: 44px;
	height: 44px;
}

.onlineFlowContent__list__item .ttl--num03 span {
	padding-left: 54px;
}

.onlineFlowContent__list__item .ttl--num03 span::before {
	background: url(../img/online/icon_flow03.svg) center center/contain no-repeat;
	width: 46px;
	height: 46px;
}

.onlineFlowContent__list__item .txt {
	font-size: 1.6rem;
	line-height: 1.5;
	color: rgba(35,35,35,.8);
	font-weight: 500;
	margin-top: 34px;
}

.onlineFlowContent__list__item .box {
	margin-top: 16px;
	border: 1px solid #ccc;
	padding: 16px 14px;
}

.onlineFlowContent__list__item .box__ttl {
	font-size: 1.3rem;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: 400;
}

.onlineFlowContent__list__item .box__table__inner {
	display: flex;
	align-items: center;
	line-height: 1.5;
}

.onlineFlowContent__list__item .box__table__inner:not(:first-child) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.onlineFlowContent__list__item .box__table dt {
	font-size: 1rem;
	width: 86px;
}

.onlineFlowContent__list__item .box__table dd {
	font-size: 1.3rem;
	width: calc(100% - 86px);
}

.onlineFlowContent__list__item .bgTxt {
	font-size: 1.3rem;
	margin-top: 24px;
	background: #f4f4f4;
	padding: 8px;
	line-height: 1.4;
	font-weight: 400;
}

.onlineFlowContent__list__item .warTxt {
	font-size: 1.2rem;
	line-height: 1.4;
	margin-top: 5px;
	padding-left: 15px;
	position: relative;
}

.onlineFlowContent__list__item .warTxt::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.onlineFlowContent__list__item--arrow {
	position: relative;
}

.onlineFlowContent__list__item--arrow::before {
	content: "";
	background: url(../img/online/icon_flowarrow-long.svg) center center/contain no-repeat;
	width: 138px;
	height: 9px;
	position: absolute;
	top: 10px;
	left: -55%;
}

.onlineFlowContent__list__item--arrow::after {
	content: "";
	background: url(../img/online/icon_flowarrow-short.svg) center center/contain no-repeat;
	width: 75px;
	height: 9px;
	position: absolute;
	top: 10px;
	right: -75px;
}

.onlineFlowContent--next {
	margin-top: 0;
	position: relative;
}

.onlineFlowContent--next .onlineFlowContent__ttl {
	background: rgba(57,57,57,.6);
}

.onlineFlowContent--next .onlineFlowContent__img {
	padding: 40px;
}

.onlineFlowContent--next .onlineFlowContent__list {
	align-items: center;
	flex-wrap: wrap;
	gap: 105px 132px;
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list__item {
	position: relative;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(1)::after {
	content: "";
	background: url(../img/online/icon_flowarrow-mshort.svg) center center/contain no-repeat;
	width: 52px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -97px;
	transform: translateY(-50%);
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(2)::after {
	content: "";
	background: url(../img/online/icon_flowarrow-mshort.svg) center center/contain no-repeat;
	width: 52px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -107px;
	transform: translateY(-50%);
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(4)::after {
	content: "";
	background: url(../img/online/icon_flowarrow-mshort.svg) center center/contain no-repeat;
	width: 52px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -75px;
	transform: translateY(-50%);
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(5)::after {
	content: "";
	background: url(../img/online/icon_flowarrow-mshort.svg) center center/contain no-repeat;
	width: 52px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: -75px;
	transform: translateY(-50%);
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num01 span {
	padding-left: 4vw;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num01 span::before {
	background: url(../img/online/icon_flow02-01.svg) center center/contain no-repeat;
	width: 46px;
	height: 46px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num02 span {
	padding-left: 49px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num02 span::before {
	background: url(../img/online/icon_flow02-06.svg) center center/contain no-repeat;
	width: 41px;
	height: 41px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num03 span {
	padding-left: 52px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num03 span::before {
	background: url(../img/online/icon_flow02-03.svg) center center/contain no-repeat;
	width: 40px;
	height: 40px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num04 span {
	padding-left: 66px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num04 span::before {
	background: url(../img/online/icon_flow02-04.svg) center center/contain no-repeat;
	width: 42px;
	height: 42px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num05 span {
	padding-left: 61px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num05 span::before {
	background: url(../img/online/icon_flow02-05.svg) center center/contain no-repeat;
	width: 42px;
	height: 42px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num06 span {
	padding-left: 61px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num06 span::before {
	background: url(../img/online/icon_flow02-06.svg) center center/contain no-repeat;
	width: 42px;
	height: 42px;
}

.onlineFlowGuidTxt {
	font-size: 2.1rem;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin: 54px 0;
	padding: 54px 0 77px;
	position: relative;
}

.onlineFlowGuidTxt::before,
.onlineFlowGuidTxt::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.onlineFlowGuidTxt::before {
	background: url(../img/online/icon_flownexarrow-top.svg) center center/contain no-repeat;
	width: 6px;
	height: 45px;
	top: 0;
}

.onlineFlowGuidTxt::after {
	background: url(../img/online/icon_flownexarrow-bottom.svg) center center/contain no-repeat;
	width: 60px;
	height: 56px;
	bottom: 0;
}

.onlineCase .hidden-slide {
	opacity: 0;
	transform: translateX(100%);
}

.onlineCase .hidden-text {
	opacity: 0;
}

.onlineCase .slide-in {
	animation: slideIn .3s ease-out forwards;
}

.onlineCase .fade-in {
	animation: fadeIn .5s ease-out forwards;
}

.onlineCase__warp {
	position: relative;
	max-width: 1283px;
	margin: 56px auto 0;
}

.onlineCase__thum {
	max-width: 1085px;
	margin-left: auto;
}

.onlineCase__thum img {
	width: 100%;
	height: auto;
}

.onlineCase__content {
	color: #232323;
	padding: 40px 60px 0 80px;
	max-width: 782px;
	margin-top: -198px;
	background: hsla(0,0%,100%,.7);
	position: relative;
}

.onlineCase__content__num {
	font-size: 1.6rem;
}

.onlineCase__content__num span {
	font-size: 3.4rem;
	margin-left: 5px;
	display: inline-block;
}

.onlineCase__content__ttl {
	font-size: 3rem;
	line-height: 1.3;
	margin-top: 3px;
}

.onlineCase__content__txt {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid #232323;
	font-size: 1.6rem;
	line-height: 1.5;
}

.onlineCase__bnts {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1283px;
	margin: 46px auto 0;
	padding-left: 80px;
	gap: 37px;
}

.onlineCase__bnts__txt {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}

.onlineCase__bnts__txt .num {
	font-size: 3.6rem;
	margin-left: 8px;
}

.onlineCase__bnts__txt .bold {
	font-size: 2.4rem;
}

.onlineCase__bnts__btn a {
	min-width: 315px;
	display: block;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 500;
	border: 1px solid #232323;
	border-radius: 45px;
	padding: 17px 0;
	color: #232323;
}

.onlineCase .slick-arrow {
	width: 38px;
	height: 26px;
	position: absolute;
	bottom: 32px;
	top: auto;
	left: auto;
	z-index: 9;
}

.onlineCase .slick-arrow::before {
	content: none !important;
}

.onlineCase .slick-prev {
	background: url(../img/online/icon_slide-b-left.svg) center center/cover no-repeat !important;
	right: 176px;
}

.onlineCase .slick-next {
	background: url(../img/online/icon_slide-b-right.svg) center center/cover no-repeat !important;
	right: 90px;
}

.onlineCase .slick-dots {
	width: auto;
	bottom: 46px;
	right: 243px;
}

.onlineCase li button::before {
	font-size: 13px !important;
	opacity: 1 !important;
	color: #ccc !important;
}

.onlineCase .slick-active button::before {
	font-size: 18px !important;
	color: #232323 !important;
}

.onlinePcCta {
	position: fixed;
	bottom: 50px;
	right: 0;
	transform: translateX(109px);
	transition: all .5s;
	z-index: 10;
}

.onlinePcCta.js-act {
	transform: translateX(0);
}

.onlinePcCta__btn {
	display: none;
	max-width: 22px;
	margin: 0 6px 4px auto;
}

.onlinePcCta__link {
	max-width: 109px;
}

.roboto {
	font-family: "Roboto Condensed",sans-serif;
}

.onlineSection--about {
	background: #fff;
	padding: 80px 0 93px;
}

.onlineSection--point {
	padding: 90px 0 143px;
}

.onlineSection--case {
	background: #fff;
	padding-bottom: 95px;
}

.onlineSection--case .onlineSection__title {
	max-width: 1180px;
	margin: 0 auto;
	text-align: left;
}

.onlineSection--flow {
	margin-top: 90px;
}

.onlineSection--faq {
	padding-top: 114px;
	margin-top: 126px;
	background: #fff;
}

.onlineSection--faq .onlineSection__inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.onlineSection--faq .onlineSection__inner .onlineSection__title {
	width: 192px;
}

.onlineSection--faq .onlineCta {
	width: 100%;
	margin-top: 147px;
}

.onlineSection__title {
	text-align: center;
	font-size: 2rem;
}

.onlineSection__title span {
	font-size: 10rem;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
	line-height: 1;
}

.onlineMap {
	margin: 100px 0 0;
	padding: 100px 0 60px;
	background-color: #fff;
}

.onlineMap__inner {
	max-width: 1170px;
	padding: 0 20px;
	margin: 0 auto;
}

.onlineMap__head {
	font-size: 2.2rem;
	padding: 19px;
	background: #232323;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 1.5;
}

.onlineMap__frame {
	position: relative;
}

.onlineMap__lineup {
	position: absolute;
	background: #fff;
	padding: 40px;
	top: 40px;
	left: 40px;
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
}

#map {
	max-width: 720px;
	margin: 40px auto 0;
}

#map .boundary-line,
#map .okinawa,
#map .kagoshima {
	display: none;
}

#map .prefecture {
	stroke: #605726;
}

#map .aichi,
#map .gifu,
#map .mie,
#map .shizuoka,
#map .osaka,
#map .hyogo,
#map .kyoto,
#map .nara,
#map .shiga,
#map .wakayama {
	fill: #b0a873;
	stroke: #fff;
}

.price-belt {
	margin: 4.8rem 0;
}

.price-belt img {
	width: 100%;
}

.price-panel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8rem;
	margin-bottom: 4rem;
}

.price-panel__item {
	flex-basis: calc(50% - 4rem);
	padding-bottom: 4rem;
	border-bottom: solid 3px #a7a7a7;
}

.price-panel__title {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 1em;
}

.price-panel__fee {
	font-size: 2.4rem;
	margin-top: 1em;
}

.price-panel__fee span {
	font-size: .6em;
}

.price-panel__size {
	font-size: 2rem;
	margin-top: 1em;
}

.about-hero {
	position: relative;
	height: 500px;
	background: url(../img/about/hero-about.jpg) no-repeat center/cover;
}

.about-hero h1 {
	width: 400px;
	height: 155px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	font-weight: 300;
}

.about-hero__title {
	width: 100%;
	bottom: -78px;
	position: absolute;
}

.about-section {
	padding: 150px 0;
}

.about-section.-gray {
	background-color: #f7f7f7;
}

.about-headline {
	font-size: 4.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 50px;
}

.about-headline.-left {
	text-align: left;
}

.about-headline.-right {
	text-align: right;
}

.about-link,
.about-features__link {
	font-size: 1.6rem;
	color: #000;
	display: inline-block;
	font-weight: 500;
	margin-top: 50px;
}

.about-link.-white,
.-white.about-features__link {
	color: #fff;
}

.about-link i,
.about-features__link i {
	margin-left: 20px;
	transition: transform .4s;
	display: inline-block;
}

.belt {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
	width: 0;
	transition: width .4s;
	background-color: #000;
	transition-delay: .4s;
	backface-visibility: hidden;
}

.belt .belt__bg {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s;
	transition-delay: .8s;
	transform: scale(1.03) translate(-20px, -20px);
	opacity: 0;
}

.belt.-inview {
	width: 100%;
}

.belt.-inview .belt__bg {
	opacity: 1;
	transform: scale(1) translate(0px, 0px);
}

.belt .belt__bg {
	position: relative;
}

.belt .belt__bg.-about01 {
	background-image: url(../img/about/belt__bg.jpg);
}

.about-flow {
	background: url(../img/about/flow__bg.jpg) no-repeat center/cover;
	padding: 150px 0;
	position: relative;
}

.about-flow__content {
	color: #fff;
}

.about-flow__text {
	position: relative;
}

.about-flow__text::before {
	content: "▼";
}

.about-solution {
	position: relative;
	margin-top: 150px;
}

.about-solution__img {
	max-width: 900px;
}

.about-solution__text {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	width: 680px;
	padding: 70px 80px;
}

.about-solution__headline {
	font-size: 2.2rem;
	margin-bottom: 35px;
}

.about-solution__headline:not(:first-of-type) {
	margin-top: 80px;
}

.about-links {
	display: flex;
}

.about-links.-reverse {
	flex-direction: row-reverse;
}

.about-links+.about-links {
	margin-top: 150px;
}

.about-links__text {
	flex: 0 1 44.6%;
	padding-right: 40px;
}

.about-links__text.-reverse {
	padding-right: 0px;
	padding-left: 40px;
}

.about-links__headline {
	word-break: keep-all;
}

.about-links__img {
	flex-basis: 55.4%;
}

.about-features__columns {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.about-features__column {
	flex-basis: 28%;
	margin: 0 2.5% 70px;
}

.about-features__column:nth-child(4),
.about-features__column:nth-child(5) {
	margin-bottom: 0;
}

.about-features__title {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
	line-height: 32px;
	font-weight: 300;
}

.about-features__img {
	margin-bottom: 40px;
}

.about-features__link {
	text-align: center;
	margin-top: 40px;
	display: block;
}

.showroom-latest-works {
	display: flex;
	justify-content: space-between;
	padding: 45px 35px 35px;
	background-color: #232323;
}

.showroom-latest-works__headline {
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

.showroom-latest-works__content {
	background: #fff;
	padding: 40px;
	flex: 0 1 855px;
	height: 300px;
	overflow-y: scroll;
}

.showroom-latest-works__content div {
	display: flex;
	align-items: center;
	border-bottom: solid 1px #e7e7e7;
	padding-bottom: 1em;
}

.showroom-latest-works__content div+div {
	margin-top: 1em;
}

.showroom-latest-works__content dt {
	font-size: 16px;
	margin-right: 1.5em;
	line-height: 1.5;
	font-weight: 400;
}

.showroom-latest-works__content dd {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.showroom-section {
	padding: 150px 0;
}

.showroom-section--mt {
	padding: 0;
}

.showroom-section#message {
	background-color: #f7f7f7;
}

.showroom-section#flow {
	background-color: #f7f7f7;
}

.showroom-headline {
	text-align: center;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.5;
}

.showroom-headline.-voice span {
	font-size: 20px;
	margin-bottom: 25px;
	display: block;
}

.showroom-headline.-ginza {
	text-align: left;
}

.showroom-hero__wrapper {
	position: relative;
	height: 42.1052631579vw;
	overflow: hidden;
}

.showroom-hero__badge {
	background-color: #c3b97e;
	color: #fff;
	text-align: center;
	width: 160px;
	height: 160px;
	margin: 0 auto 40px;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-weight: 500;
}

.showroom-hero__badge-text01 {
	display: block;
	font-size: 40px;
	margin-bottom: -4px;
}

.showroom-hero__badge-text02 {
	display: block;
	font-size: 36px;
}

.showroom-hero__badge-text03 {
	display: block;
	font-size: 30px;
}

.showroom-hero__bg:nth-of-type(1) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc01.jpg);
}

.showroom-hero__bg:nth-of-type(2) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc02.jpg);
}

.showroom-hero__bg:nth-of-type(3) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc03.jpg);
}

.showroom-hero__bg:nth-of-type(4) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc04.jpg);
}

.showroom-hero__bg:nth-of-type(5) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc05.jpg);
}

.showroom-hero__bg:nth-of-type(6) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc06.jpg);
}

.showroom-hero__bg:nth-of-type(7) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc07.jpg);
}

.showroom-hero__bg:nth-of-type(8) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc08.jpg);
}

.showroom-hero__bg:nth-of-type(9) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc09.jpg);
}

.showroom-hero__bg:nth-of-type(10) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-pc010.jpg);
}

.showroom-hero__bg:nth-of-type(1) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc01.jpg);
}

.showroom-hero__bg:nth-of-type(2) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc02.jpg);
}

.showroom-hero__bg:nth-of-type(3) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc03.jpg);
}

.showroom-hero__bg:nth-of-type(4) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc04.jpg);
}

.showroom-hero__bg:nth-of-type(5) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc05.jpg);
}

.showroom-hero__bg:nth-of-type(6) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc06.jpg);
}

.showroom-hero__bg:nth-of-type(7) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-pc07.jpg);
}

.showroom-hero__img.-ginza {
	background-image: url(../img/showroom/ginza/hero/slide-pc01.jpg) !important;
}

.showroom-hero__bg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.showroom-hero__bg.-first {
	z-index: 1;
}

.showroom-hero__img {
	width: 100%;
	height: 100%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.showroom-thumbnails {
	margin-top: 2px;
}

.showroom-hero__overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	padding-bottom: 80px;
}

.showroom-hero__title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	transition-delay: .5s;
}

.showroom-hero__copy {
	font-size: 20px;
	color: #fff;
}

.showroom-hero__name {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.showroom-hero__name span {
	font-size: 54px;
	color: #fff;
	margin-left: 30px;
	padding-left: 30px;
	border-left: solid 1px #fff;
	line-height: 1;
	font-weight: 300;
}

.showroom-hero__name img {
	width: 267px;
	height: auto;
}

.showroom-hero__info {
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
	text-align: center;
	line-height: 1.5;
}

.showroom-hero__access {
	font-size: 16px;
	color: #fff;
	margin-top: 40px;
	border: solid 1px #fff;
	background-color: rgba(0,0,0,0);
	transition: background-color .4s;
	display: block;
	padding: 12px 52px;
	border-radius: 3px;
}

.showroom-hero__access i {
	margin-left: 17px;
}

.showroom-hero__access:hover {
	background-color: #000;
}

.showroom-menu {
	background: #232323;
	padding: 30px 0;
}

.showroom-menu__items {
	display: flex;
	justify-content: space-between;
	max-width: 1280px;
	margin: auto;
}

.showroom-menu__item {
	flex-grow: 1;
}

.showroom-menu__item:first-child a {
	border-left: solid 1px #717171;
}

.showroom-menu__item a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 17px;
	color: #fff;
	padding: 20px 0;
	font-weight: 500;
	border-right: solid 1px #717171;
	border-top: solid 1px #717171;
	border-bottom: solid 1px #717171;
	background-color: #373737;
	transition: background-color .4s;
}

.showroom-menu__item a:hover {
	background-color: #232323;
}

.showroom-menu__item i {
	margin-top: 15px;
	display: block;
}

.showroom-about__ginza {
	background-color: #fffdf6;
	background-image: url(../img/showroom/ginza/about/bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.showroom-about__inner {
	margin-top: 100px;
	display: flex;
}

.showroom-about__info {
	flex: 0 0 660px;
	padding-right: 50px;
}

.showroom-about__info.-ginza {
	flex: 0 1 100%;
}

.showroom-about__des {
	font-size: 16px;
	line-height: 2.25;
}

.showroom-about__des.-ginza p+p {
	margin-top: 15px;
}

.showroom-about__btns {
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}

.showroom-about__btns.-ginza {
	width: 50%;
}

.showroom-about__btn {
	flex-basis: calc(50% - 10px);
	padding: 25px 0;
	color: #fff;
	background-color: #888;
	text-align: center;
	display: block;
	transition: background-color .4s;
	border-radius: 50px;
}

.showroom-about__btn:hover {
	background-color: #232323;
}

.showroom-about__btn i {
	margin-left: 20px;
}

.showroom-about__slider {
	width: calc(100% - 620px);
}

.showroom-about__slider ul {
	width: 100%;
}

.showroom-about__slider .slick-dots {
	bottom: -40px;
}

.showroom-about__slider .slick-dots li {
	margin: 0;
}

.showroom-about__slider .slick-arrow {
	width: 40px;
	height: 40px;
	z-index: 3;
	font-weight: bold;
	position: absolute;
	transition: all .2s;
}

.showroom-about__slider .slick-prev::before,
.showroom-about__slider .slick-next::before {
	font-family: "icon-shunolabo" !important;
	font-style: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em !important;
	font-weight: bold;
}

.showroom-about__slider .slick-prev {
	background: none;
	left: 0;
	font-size: 16px;
}

.showroom-about__slider .slick-prev::before {
	content: "";
}

.showroom-about__slider .slick-next {
	right: 40px;
	background: none;
	font-size: 16px;
}

.showroom-about__slider .slick-next::before {
	content: "";
}

.showroom-belt {
	background-color: #f7f7f7;
	padding-top: 150px;
}

.showroom-belt__img {
	margin-top: 80px;
}

.showroom-youtube {
	text-align: center;
}

.showroom-youtube iframe {
	width: 850px;
	height: 480px;
	margin: 60px auto 0;
}

.showroom-youtube figcaption {
	margin-top: 20px;
	font-size: 20px;
	line-height: 1.5;
}

.showroom-voice {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.showroom-voice__item {
	flex-basis: calc(50% - 30px);
}

.showroom-voice__item.-first {
	padding-left: 70px;
}

.showroom-voice__item.-last {
	padding-right: 70px;
}

.showroom-voice__title {
	font-size: 25px;
	font-style: italic;
	line-height: 1.9318181818;
}

.showroom-voice__text {
	font-size: 18px;
	line-height: 1.9318181818;
	margin-top: 30px;
}

.showroom-voice__user {
	margin-top: 40px;
	font-size: 18px;
}

.showroom-flow__lead {
	font-size: 20px;
	margin-top: 60px;
	text-align: center;
	font-weight: 500;
	line-height: 1.9;
}

.showroom-flow__list {
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}

.showroom-flow__step {
	flex-basis: calc(33.3333% - 26.6666666667px);
	box-shadow: 0px 5px 13px 0px rgba(0,0,0,.1);
	position: relative;
	background-color: #fff;
}

.showroom-flow__step:nth-child(1)::after,
.showroom-flow__step:nth-child(2)::after {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	right: -80px;
	border-top: 25px solid rgba(0,0,0,0);
	border-right: 40px solid rgba(0,0,0,0);
	border-bottom: 25px solid rgba(0,0,0,0);
	border-left: 40px solid #e7e7e7;
}

.showroom-flow__img {
	width: 100%;
	height: auto;
}

.showroom-flow__text {
	padding: 40px 55px 50px;
	background-color: #fff;
	text-align: center;
}

.showroom-flow__text span {
	font-size: 30px;
}

.showroom-flow__text p {
	font-size: 20px;
	margin-top: 20px;
	line-height: 1.7;
}

.showroom-flow__hour {
	font-size: 20px;
	text-align: center;
	margin-top: 80px;
	border: solid 5px #e7e7e7;
	padding: 35px;
	background-color: #fff;
	line-height: 1.8;
}

.showroom-infomation {
	max-width: 1280px;
	margin: 80px auto 0;
}

.showroom-infomation__inner {
	color: #fff;
}

.showroom-infomation__top {
	display: flex;
}

.showroom-infomation__address {
	background-color: #2d2d2d;
	padding: 60px;
	flex: 0 0 680px;
}

.showroom-infomation__name {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
}

.showroom-infomation__name img {
	width: 170px;
	margin-right: 30px;
}

.showroom-infomation__name span {
	font-size: 32px;
}

.showroom-infomation__text {
	font-size: 18px;
	line-height: 1.3888888889;
}

.showroom-infomation__text ._link {
	display: block;
	color: #fff;
	margin-top: .5em;
}

.showroom-infomation__text ._link i {
	margin-left: 10px;
}

.showroom-infomation__text:not(:first-of-type) {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #5c5c5c;
}

.showroom-infomation__text small {
	font-size: 16px;
}

.showroom-infomation__img {
	flex: 0 1 auto;
	width: 100%;
}

.showroom-infomation__img div {
	height: 100%;
	background: url(../img/showroom/nagoya/infomation__img.jpg) no-repeat center/cover;
}

.showroom-infomation__img.-yokohama div {
	background-image: url(../img/showroom/yokohama/infomation__img.jpg);
}

.showroom-infomation__img.-ginza div {
	background-image: url(../img/showroom/ginza/infomation__img.jpg);
}

.showroom-infomation__bottom {
	padding: 60px;
	background-color: #393939;
	display: flex;
	justify-content: space-between;
}

.showroom-infomation__bottom-headline {
	font-size: 18px;
	flex: 0 0 auto;
	line-height: 1.3888888889;
	color: #fff;
}

.showroom-infomation__case {
	flex: 0 1 855px;
	padding-left: 60px;
	border-left: solid 1px #fff;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.showroom-infomation__case.-yokohama li {
	font-size: 14px;
}

.showroom-infomation__case li {
	flex-basis: 33%;
	font-size: 16px;
	margin-top: 10px;
}

.showroom-infomation__case li:nth-child(1),
.showroom-infomation__case li:nth-child(2),
.showroom-infomation__case li:nth-child(3) {
	margin-top: 0px;
}

.showroom-infomation__map iframe {
	width: 100%;
	height: 26.3157894737vw;
	margin-bottom: -1px;
}

.showroom-infomation__maplink {
	padding-top: 20px;
	text-align: center;
	background-color: #2d2d2d;
}

.showroom-infomation__maplink a {
	font-size: 16px;
	color: #fff;
}

.showroom-access {
	background-color: #2d2d2d;
	display: flex;
	justify-content: space-between;
	padding: 60px;
	margin-top: -1px;
}

.showroom-access.-yokohama {
	flex-wrap: wrap;
}

.showroom-access__train {
	flex: 1 0 235px;
}

.showroom-access__train.-yokohama {
	flex: 0 0 calc(50% - 30px);
}

.showroom-access__car {
	flex: 1 0 306px;
}

.showroom-access__car.-yokohama {
	flex: 0 0 calc(50% - 30px);
}

.showroom-access__root {
	flex: 0 1 460px;
}

.showroom-access__root.-yokohama {
	flex: 0 0 calc(50% - 30px);
	margin-top: 60px;
}

.showroom-access__root.-nagoya {
	flex: 0 0 80%;
	margin: 40px auto 0;
}

.showroom-access__root-title {
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
}

.showroom-access__explain+.showroom-access__explain {
	margin-top: 50px;
}

.showroom-access__explain-title {
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 20px;
}

.showroom-access__explain-title img {
	width: auto;
	height: 32px;
	margin-right: 15px;
}

.showroom-access__explain-des {
	color: #fff;
	font-size: 18px;
	line-height: 2;
	margin-top: 25px;
}

.showroom-access__explain-des .-red {
	color: red;
}

.form__car {
	font-size: 1.4rem;
	line-height: 1.5;
}

.showroom-access__attention {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	line-height: 1.5;
}

.showroom-facility {
	background-color: #393939;
	display: flex;
	justify-content: center;
	padding: 40px 0;
}

.showroom-facility__item {
	flex-basis: 115px;
	text-align: center;
	margin: 0 25px;
}

.showroom-facility__item img {
	height: 55px;
	width: auto;
}

.showroom-facility__item figcaption {
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
}

.taishin-hero {
	position: relative;
	height: 500px;
	background: url(../img/taishin/hero.jpg) no-repeat center/cover;
}

.taishin-hero__title {
	width: 100%;
	bottom: -75px;
	position: absolute;
}

.taishin-hero__title h1 {
	width: 400px;
	height: 150px;
	color: #fff;
	background: rgba(35,35,35,.7);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3.6rem;
	line-height: 61px;
	font-weight: 300;
}

.taishin-section {
	padding: 150px 0;
}

.taishin-section.-gray {
	background-color: #f7f7f7;
}

.taishin-headline {
	font-size: 4.4rem;
	text-align: center;
	font-weight: 300;
	line-height: 68px;
	margin-bottom: 50px;
}

.taishin-headline.-left {
	text-align: left;
}

.taishin-headline.-right {
	text-align: right;
}

.taishin-headline-border {
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

.belt {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	overflow: hidden;
	width: 0;
	transition: width .4s;
	background-color: #000;
	transition-delay: .4s;
	backface-visibility: hidden;
}

.belt .belt__bg {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all .6s;
	transition-delay: .8s;
	transform: scale(1.03) translate(-20px, -20px);
	opacity: 0;
}

.belt .belt__bg.-taishin01 {
	background-image: url(../img/taishin/belt__bg01.jpg);
}

.belt.-inview {
	width: 100%;
}

.belt.-inview .belt__bg {
	opacity: 1;
	transform: scale(1) translate(0px, 0px);
}

.taishin-data {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.taishin-data__box {
	flex-basis: 400px;
	margin: 0 25px;
}

.taishin-data__box img {
	width: 100%;
}

.taishin-prevention {
	display: flex;
	justify-content: space-between;
}

.taishin-prevention.-sp {
	display: none;
}

.taishin-prevention__text {
	word-break: keep-all;
	flex-basis: 54%;
	padding-right: 40px;
}

.taishin-prevention__text .sentence {
	word-break: break-all;
}

.taishin-prevention__img {
	flex-basis: 46%;
}

.taishin-point__inner {
	max-width: 1060px;
	margin: auto;
}

.taishin-point__headline {
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 30px 0;
}

.taishin-point__headline h3 {
	font-size: 38px;
	font-weight: 300;
}

.taishin-point__num {
	display: block;
	font-size: 18px;
	color: #fff;
	background-color: #aaa;
	margin-right: 30px;
}

.taishin-point__num span {
	display: flex;
	width: 140px;
	height: 45px;
	align-items: center;
	justify-content: center;
	border: solid 1px #fff;
	margin: 1px;
}

.taishin-point__row {
	display: flex;
	justify-content: space-between;
}

.taishin-point__row.-two {
	margin-top: 50px;
}

.taishin-point__row.-three {
	margin-top: 75px;
}

.taishin-point__column {
	flex-basis: 480px;
	margin: 0 0 65px;
}

.taishin-point__column.-three {
	flex-basis: 375px;
	margin-bottom: 0;
}

.taishin-point__column h4 {
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	margin: 25px 0;
	line-height: 1.5;
}

.taishin-point__img {
	margin-bottom: 100px;
}

.taishin-point__description {
	max-width: 900px;
	margin: 75px auto 0;
	line-height: 2;
	font-weight: 300;
}

.taishin-close {
	position: relative;
	padding-top: 450px;
	margin-bottom: 150px;
}

.taishin-close__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.taishin-close__content {
	background: #fff;
	padding-top: 100px;
	position: relative;
	z-index: 1;
}

.container {
	margin: 0 auto;
	max-width: 1310px;
	padding: 0 15px;
}

.container.-size800 {
	max-width: 800px;
}

.container.-size1080 {
	max-width: 1080px;
}

.container-large {
	max-width: 1480px;
	margin: 0 auto;
}

.container-min {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.header-pc {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100px);
	opacity: 0;
	transition: transform .5s,opacity 1s;
	background-color: #232323;
	z-index: 200;
}

.header-pc.-visible {
	transform: translateY(0px);
	opacity: 1;
}

.header-pc.-else {
	transform: translateY(0px);
	opacity: 1;
}

.header-pc.-top {
	background: 0;
	transform: translateY(0px);
	opacity: 1;
	top: 50px;
	position: absolute;
}

.header-pc__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1280px;
	margin: auto;
}

.header-pc__inner.-top {
	align-items: flex-start;
}

.header-pc__logo {
	flex-basis: 145px;
}

.header-pc__logo.-top {
	flex-basis: 140px;
}

.header-pc__menu {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	position: relative;
}

.header-pc__menu.-fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #232323;
}

.header-pc__menu>li {
	position: relative;
	margin: 0 14px;
	height: 80px;
	display: flex;
	align-items: center;
	text-align: center;
}

.header-pc__menu>li>a {
	text-align: center;
	font-size: 15px;
}

.header-pc__menu.-top>li {
	height: auto;
	padding-top: 12px;
}

.header-pc__menu a {
	color: #fff;
	display: block;
	cursor: pointer;
	transition: all .2s;
}

.header-pc__memu-title {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	position: relative;
}

.header-pc__memu-title.-top::after {
	bottom: -28px;
}

.header-pc__memu-title::after {
	content: "";
	width: 0%;
	bottom: -31.5px;
	left: 0;
	position: absolute;
	height: 2px;
	background-color: #fff;
	transition: all .4s;
	visibility: hidden;
	opacity: 0;
}

.header-pc__memu-title.-open::after {
	width: 100%;
	visibility: visible;
	opacity: 1;
}

.nestmenu ul {
	transition: all .4s;
	visibility: hidden;
	opacity: 0;
	transform: translateY(40px);
}

.nestmenu.-open {
	position: relative;
}

.nestmenu.-open ul {
	visibility: visible;
	transform: translateY(0px);
	opacity: 1;
}

.nestmenu.-float {
	position: initial;
}

.nestmenu.-float>ul {
	left: 50%;
	transform: translate(-50%, 0px);
}

.nestmenu.-top>ul {
	top: 56px;
}

.nestmenu>ul {
	background-color: #2f2f2f;
	padding: 24px 40px;
	position: absolute;
	top: 80px;
	left: 0px;
}

.nestmenu>ul.-padding {
	padding: 44px 40px;
}

.nestmenu>ul li:not(:first-child) {
	border-top: solid 1px #454545;
}

.nestmenu>ul li a {
	text-align: left;
	padding: 20px 0;
	white-space: nowrap;
}

.nestmenu>ul li a i {
	margin: 0 0 0 15px;
}

.nestmenu>ul li a i::before {
	margin: 0;
}

.nestmenu__case li {
	border: 0 !important;
}

.nestmenu__case>ul {
	display: flex !important;
}

.nestmenu__case>ul ul {
	display: flex !important;
	flex-wrap: wrap;
	width: 626px;
}

.nestmenu__case>ul ul>li {
	flex-basis: calc(25% - 8px);
	margin: 0 4px;
}

.nestmenu__case>ul ul>li a {
	padding: 0 0 20px;
}

.nestmenu__case-head {
	padding-right: 24px;
}

.nestmenu__case-head a {
	padding-top: 0px !important;
}

.nestmenu__case-title {
	margin-top: 10px;
	text-align: center;
	font-weight: 500;
}

.nestmenu__showroom ul {
	display: flex !important;
	flex-wrap: wrap;
	width: 770px;
}

.nestmenu__showroom li {
	flex-basis: calc(33.3333% - 30px);
	margin: 0 15px;
	border: 0 !important;
}

.nestmenu__showroom li p {
	margin-top: 10px;
	text-align: center;
}

.nestmenu__showroom li a {
	padding: 0 !important;
}

.nestmenu__showroom li.kansai-button {
	flex-basis: 100%;
	margin-top: 24px;
}

.nestmenu__showroom li.kansai-button a {
	padding: 20px 46px !important;
}

.header-pc__search {
	flex-basis: 230px;
}

.header-sp {
	display: none;
	transition: background-color .2s;
}

.header-sp.-home {
	mix-blend-mode: exclusion;
}

.header-sp.-home.-open {
	mix-blend-mode: inherit;
}

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

.card:hover {
	transform: translateY(-10px);
}

.showroom__card:hover {
	transform: translateY(-15px);
}

}

@media (min-width: 1024px) {

.belt {
	height: 518px;
}

.belt {
	height: 518px;
}

.belt {
	height: 518px;
}

.belt {
	height: 518px;
}

}

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

.col-pc-1.c-gutter {
	flex-basis: calc(100%/12*1 - 16px);
}

.col-pc-2.c-gutter {
	flex-basis: calc(100%/12*2 - 16px);
}

.col-pc-3.c-gutter {
	flex-basis: calc(100%/12*3 - 16px);
}

.col-pc-4.c-gutter {
	flex-basis: calc(100%/12*4 - 16px);
}

.col-pc-5.c-gutter {
	flex-basis: calc(100%/12*5 - 16px);
}

.col-pc-6.c-gutter {
	flex-basis: calc(100%/12*6 - 16px);
}

.col-pc-7.c-gutter {
	flex-basis: calc(100%/12*7 - 16px);
}

.col-pc-8.c-gutter {
	flex-basis: calc(100%/12*8 - 16px);
}

.col-pc-9.c-gutter {
	flex-basis: calc(100%/12*9 - 16px);
}

.col-pc-10.c-gutter {
	flex-basis: calc(100%/12*10 - 16px);
}

.col-pc-11.c-gutter {
	flex-basis: calc(100%/12*11 - 16px);
}

.col-pc-12.c-gutter {
	flex-basis: calc(100%/12*12 - 16px);
}

.c-align-pc-center {
	align-items: center;
}

.c-align-pc-start {
	align-items: start;
}

.c-justify-pc-left {
	justify-content: left;
}

.c-justify-pc-center {
	justify-content: center;
}

.c-justify-pc-space {
	justify-content: space-between;
}

.c-flex-pc-wrap {
	flex-wrap: wrap;
}

.c-flex-pc-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.c-flex-pc-row-reverse {
	flex-direction: row-reverse;
}

.c-flex-pc-col {
	flex-direction: column;
}

.c-flex-pc-col-reverse {
	flex-direction: column-reverse;
}

.showroom-hero__copy {
	filter: drop-shadow(0px 2px 6px black);
}

.showroom-hero__name {
	filter: drop-shadow(0px 2px 6px black);
}

.showroom-hero__info {
	filter: drop-shadow(0px 2px 6px black);
}

.showroom-hero__access {
	filter: drop-shadow(0px 2px 6px black);
}

}

@media (min-width: 1441px) {

.header-pc__inner {
	max-width: 1690px;
	padding: 0 30px;
}

}

@media (min-width: 1600px) {

.belt {
	height: 700px;
}

.belt {
	height: 700px;
}

.belt {
	height: 700px;
}

.belt {
	height: 700px;
}

}

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

.container-large {
	padding: 0 100px;
}

}

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

html {
	font-size: 55%;
}

body {
	padding-top: 6.4393939394vw;
}

figure {
	margin-bottom: 10px;
}

figure figcaption {
	font-size: 1rem;
}

iframe {
	width: 100%;
	height: 180px;
}

.hidden-tab {
	display: none;
}

.visible-tab {
	display: block;
}

.col-tab-1 {
	flex-basis: calc(100%/12*1);
}

.col-tab-1.c-gutter {
	flex-basis: calc(100%/12*1 - 16px);
}

.col-tab-1.c-gutter-min {
	flex-basis: calc(100%/12*1 - 16px);
}

.col-tab-2 {
	flex-basis: calc(100%/12*2);
}

.col-tab-2.c-gutter {
	flex-basis: calc(100%/12*2 - 16px);
}

.col-tab-2.c-gutter-min {
	flex-basis: calc(100%/12*2 - 16px);
}

.col-tab-3 {
	flex-basis: calc(100%/12*3);
}

.col-tab-3.c-gutter {
	flex-basis: calc(100%/12*3 - 16px);
}

.col-tab-3.c-gutter-min {
	flex-basis: calc(100%/12*3 - 16px);
}

.col-tab-4 {
	flex-basis: calc(100%/12*4);
}

.col-tab-4.c-gutter {
	flex-basis: calc(100%/12*4 - 16px);
}

.col-tab-4.c-gutter-min {
	flex-basis: calc(100%/12*4 - 16px);
}

.col-tab-5 {
	flex-basis: calc(100%/12*5);
}

.col-tab-5.c-gutter {
	flex-basis: calc(100%/12*5 - 16px);
}

.col-tab-5.c-gutter-min {
	flex-basis: calc(100%/12*5 - 16px);
}

.col-tab-6 {
	flex-basis: calc(100%/12*6);
}

.col-tab-6.c-gutter {
	flex-basis: calc(100%/12*6 - 16px);
}

.col-tab-6.c-gutter-min {
	flex-basis: calc(100%/12*6 - 16px);
}

.col-tab-7 {
	flex-basis: calc(100%/12*7);
}

.col-tab-7.c-gutter {
	flex-basis: calc(100%/12*7 - 16px);
}

.col-tab-7.c-gutter-min {
	flex-basis: calc(100%/12*7 - 16px);
}

.col-tab-8 {
	flex-basis: calc(100%/12*8);
}

.col-tab-8.c-gutter {
	flex-basis: calc(100%/12*8 - 16px);
}

.col-tab-8.c-gutter-min {
	flex-basis: calc(100%/12*8 - 16px);
}

.col-tab-9 {
	flex-basis: calc(100%/12*9);
}

.col-tab-9.c-gutter {
	flex-basis: calc(100%/12*9 - 16px);
}

.col-tab-9.c-gutter-min {
	flex-basis: calc(100%/12*9 - 16px);
}

.col-tab-10 {
	flex-basis: calc(100%/12*10);
}

.col-tab-10.c-gutter {
	flex-basis: calc(100%/12*10 - 16px);
}

.col-tab-10.c-gutter-min {
	flex-basis: calc(100%/12*10 - 16px);
}

.col-tab-11 {
	flex-basis: calc(100%/12*11);
}

.col-tab-11.c-gutter {
	flex-basis: calc(100%/12*11 - 16px);
}

.col-tab-11.c-gutter-min {
	flex-basis: calc(100%/12*11 - 16px);
}

.col-tab-12 {
	flex-basis: calc(100%/12*12);
}

.col-tab-12.c-gutter {
	flex-basis: calc(100%/12*12 - 16px);
}

.col-tab-12.c-gutter-min {
	flex-basis: calc(100%/12*12 - 16px);
}

.c-align-tab-center {
	align-items: center;
}

.c-align-tab-start {
	align-items: start;
}

.c-justify-tab-left {
	justify-content: left;
}

.c-justify-tab-center {
	justify-content: center;
}

.c-justify-tab-space {
	justify-content: space-between;
}

.c-flex-tab-wrap {
	flex-wrap: wrap;
}

.c-flex-tab-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.c-flex-tab-row-reverse {
	flex-direction: row-reverse;
}

.c-flex-tab-col {
	flex-direction: column;
}

.c-flex-tab-col-reverse {
	flex-direction: column-reverse;
}

.g-custom-search__form {
	margin-top: 5.2083333333vw;
}

.g-custom-search input[type=text] {
	font-size: 3.6458333333vw;
	height: 9.765625vw;
}

.hero {
	height: 55vh;
}

.contactbtns.-header {
	display: block;
}

.overcontainer__txt {
	width: 32%;
}

.overcontainer__txt {
	width: 100%;
	margin: 32px 0 0;
	padding: 0 15px;
}

.overcontainer__img {
	width: 62%;
}

.phone-support .cta-contact__btns {
	margin-top: 0;
}

.phone-support__inner {
	display: block;
	padding: 2rem 1.6rem;
}

.phone-support__img {
	position: relative;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	margin: auto;
	overflow: hidden;
}

.phone-support__img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	max-width: initial;
}

.phone-support__text:nth-child(1) {
	margin-top: 1.6rem;
	text-align: center;
	font-size: 2rem;
}

.phone-support__attention {
	margin-top: 2rem;
}

.present {
	overflow: hidden;
}

.present__info {
	margin-left: 32px;
}

.request .present__info {
	margin-left: 32px;
}

.relation__list {
	padding: 0 1%;
	flex: 0 0 40%;
}

.showroom__body-description {
	flex: 0 0 50%;
	padding-right: 20px;
}

.showroom__body-img {
	flex: 0 0 30%;
}

.showroom__body-img img {
	width: 100%;
}

.showroom__present {
	padding-left: 20px;
}

.showroom__card-info {
	padding: 30px 20px;
}

.showroom__card-tel {
	flex: 0 0 50%;
	font-size: 15px;
}

.showroom__card-reserved {
	flex: 0 0 50%;
	font-size: 12px;
}

.about-solution__text {
	width: 480px;
	padding: 40px 50px;
}

.onlinePointSection {
	justify-content: space-around;
	gap: 40px;
}

.onlinePointSection__texts {
	width: calc(50% - 40px);
}

.onlinePointSection__img {
	width: 50%;
}

.onlineCta__inner {
	padding: 24px 74px;
}

.onlineCta__txts__txt {
	font-size: 2rem;
}

.onlineCta__txts__btn {
	margin-top: 22px;
}

.onlineCta__img {
	width: 244px;
	height: 244px;
}

.onlineGallery__warp {
	gap: 40px;
	padding: 30px 60px 40px;
}

.onlineGallery__content {
	width: 50%;
}

.about-solution__text {
	width: 480px;
	padding: 40px 50px;
}

.showroom-latest-works__headline {
	padding-right: 20px;
}

.showroom-hero__wrapper {
	height: 60.6060606061vw;
}

.showroom-menu {
	padding: 30px 30px;
}

.showroom-menu__item a {
	font-size: 15px;
}

.showroom-about__info {
	flex: 0 0 50%;
}

.showroom-about__slider {
	width: 50%;
}

.showroom-about__slider .slick-next {
	right: 0px;
}

.showroom-infomation__bottom-headline {
	padding-right: 20px;
}

.showroom-access__train {
	padding: 0 10px;
}

.showroom-access__car {
	padding: 0 10px;
}

.showroom-access__root {
	flex: 0 1 280px;
}

.showroom-access__explain+.showroom-access__explain {
	margin-top: 6.5104166667vw;
}

.showroom-facility {
	padding: 3.90625vw 7.8125vw 7.8125vw;
}

.showroom-facility {
	flex-wrap: wrap;
}

.showroom-facility__item {
	margin: 0 15px;
}

.taishin-point__column {
	margin: 0 10px 65px;
}

.taishin-close {
	padding-top: 300px;
}

.container {
	padding: 0 32px;
}

.container-large {
	padding: 0 32px;
}

.header-pc {
	display: none;
}

.header-pc__inner {
	justify-content: flex-start;
}

.header-pc__logo {
	margin-right: 50px;
}

.header-sp {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-sp__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 8.3333333333vw;
	padding: 0 2.8787878788vw;
	background-color: #232323;
	transition: background-color .3s;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

.header-sp__head.-home {
	background: none;
}

.header-sp__head.-home.-open {
	background: #232323;
}

.header-sp__logo {
	width: 15.5303030303vw;
	transition: opacity .3s;
}

.header-sp__logo.-home {
	opacity: 0;
	visibility: hidden;
}

.header-sp__logo.-home.-open {
	opacity: 1;
	visibility: visible;
}

.header-sp__body {
	background-color: #232323;
	padding: 8.3333333333vw 4.5454545455vw 6.0606060606vw;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	height: 0;
}

.header-sp__body.-open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	height: 100vh;
	overflow: scroll;
}

.hamburger {
	width: 7.5757575758vw;
	height: 8.3333333333vw;
	display: block;
	border: 0;
	transition: opacity .3s;
	opacity: 1;
	position: relative;
}

.hamburger:hover {
	opacity: .8;
}

.hamburger__text {
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
}

.hamburger__jp {
	z-index: 10;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	display: block;
	color: #fff;
}

.hamburger__line {
	position: absolute;
	display: block;
	width: 7.5757575758vw;
	height: 1px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.hamburger__line::before,
.hamburger__line::after {
	content: "";
	width: 100%;
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	transition: transform .3s,top .3s;
}

.hamburger__line::before {
	top: -.7575757576vw;
}

.hamburger__line::after {
	top: .7575757576vw;
}

.hamburger__line.-open::before {
	transform: rotate(45deg);
	top: 0px;
}

.hamburger__line.-open::after {
	transform: rotate(-45deg);
	top: 0px;
}

}

@media (max-width: 1024px) {

.belt {
	height: 368px;
}

.belt {
	height: 368px;
}

.belt {
	height: 368px;
}

.belt {
	height: 368px;
}

}

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

.icon-shunolabo-twitter:before {
	width: 5.53125vw;
	height: 5.53125vw;
}

html {
	font-size: 58%;
}

body {
	min-width: 1px;
	padding-top: 14.3229166667vw;
	font-size: 3.3854166667vw;
}

.hidden-sp {
	display: none;
}

.visible-sp {
	display: block;
}

.fadein-up {
	transform: translateY(50px);
	transition: transform .8s,opacity .3s;
}

.fadein-left {
	transform: translateY(50px);
	transition: transform .8s,opacity .3s;
}

.home__column-list:nth-of-type(2) {
	transition-delay: 0s;
}

.home__column-list:nth-of-type(3) {
	transition-delay: 0s;
}

.home__reason-card:nth-of-type(2) {
	transition-delay: 0s;
}

.home__reason-card:nth-of-type(3) {
	transition-delay: 0s;
}

.home__reason-card:nth-of-type(4) {
	transition-delay: 0s;
}

.home__voice-item:nth-of-type(2) {
	transition-delay: 0s;
}

.home__voice-item:nth-of-type(3) {
	transition-delay: 0s;
}

.home__voice-item:nth-of-type(4) {
	transition-delay: 0s;
}

.home__voice-item:nth-of-type(5) {
	transition-delay: 0s;
}

.home__voice-item:nth-of-type(6) {
	transition-delay: 0s;
}

.showroom__card:nth-of-type(2) {
	transition-delay: 0s;
}

.showroom__card:nth-of-type(3) {
	transition-delay: 0s;
}

.attention {
	font-size: 3.90625vw;
	margin-top: 8.4635416667vw;
	padding: 5.2083333333vw;
	line-height: 6.25vw;
}

.attention__title {
	font-size: 4.1666666667vw;
	line-height: 1.8;
	text-align: center;
}

.attention__title i {
	font-size: 5.7291666667vw;
	display: block;
	margin-right: 0;
	line-height: 1;
}

.attention__text+.attention__title {
	margin-top: 5.2083333333vw;
	padding-top: 5.2083333333vw;
}

.attention__text {
	font-size: 3.6458333333vw;
	margin-top: 3.90625vw;
	line-height: 1.8;
}

.blog__thumbnail {
	height: 250px;
}

.boxtext+* {
	margin-top: 24px;
}

.breadcrumbs__inner.-right {
	justify-content: flex-start;
}

.btn {
	padding: 6.5104166667vw 0px;
	width: 100%;
	text-align: center;
	justify-content: center;
	font-size: 5.2083333333vw;
}

.btn.-default span {
	font-size: 6.25vw;
}

.c-channel-btn {
	right: 4.1666666667vw;
	bottom: 23.4375vw;
	width: 16.9270833333vw;
}

.cards {
	display: block;
}

.card {
	height: auto;
}

.card+.card {
	margin-top: 5.2083333333vw;
}

.card__thumbnail {
	flex: 0 0 26.0416666667vw;
}

.card__thumbnail img {
	width: 26.0416666667vw;
	height: 26.0416666667vw;
}

.card__title {
	padding: 0 5.2083333333vw;
	font-size: 3.7760416667vw;
}

.careful.-border {
	padding: 0 1.6rem 2.4rem;
}

.careful__list {
	justify-content: space-between;
}

.careful__icon {
	flex-basis: 49%;
	margin-top: 2rem;
}

.careful__icon img {
	width: 54px;
}

.careful__icon p {
	margin-left: 4px;
	font-size: 12px;
}

.case-container {
	margin-top: 32px;
}

.case-container dl.-other {
	flex-direction: column;
}

.case-container dl.-size {
	border-bottom: 0px;
}

.case-container dl.-size div {
	flex-basis: 33.3333%;
}

.case-container dl.-size div.-name {
	flex-basis: 100%;
	margin-top: 1.6rem;
}

.case-container dl.-size div dt {
	flex-basis: 100%;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	padding: 0 10px;
	height: 40px;
	justify-content: flex-start;
	align-items: center;
	display: flex;
	font-size: 14px;
}

.case-container dl.-size div dd {
	flex-basis: 100%;
	border-bottom: solid 1px #ddd;
	padding: 16px 5px;
}

.case-container dl.-size div dd.-name {
	font-size: 16px;
	border-bottom: 0 !important;
	padding: 16px 10px;
}

.case-container dl.-size div dd.-size {
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	padding: 0;
	font-size: 14px;
}

.case-container dl dt {
	font-size: 16px;
}

.case-container dl dd {
	border-left: solid 1px #ddd;
}

.case-container__colors li {
	flex-basis: 21%;
	margin-right: 4%;
	margin-top: 4%;
}

.case-container__colors p {
	font-size: 12px;
}

.case-container__taxonomy a {
	margin-top: 8px;
	margin-right: 8px;
	font-size: 1.2rem;
}

.case-container__id {
	margin-top: 0;
}

.case-container__id span.-date {
	display: block;
	margin-right: 0px;
	margin-bottom: 5px;
}

.searchbox__catttl {
	font-size: 1.7rem;
}

.searchbox__submit input {
	width: 100%;
}

.searchbox__close {
	display: block;
}

.checkbox {
	font-size: 1.7rem;
	margin: 16px 16px 0 0;
}

.result {
	display: none;
}

.searchbtn.-fixed {
	display: block;
}

.single-gallery {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}

.single-gallery .swiper-thumbs {
	padding: 0 5px;
}

.case-list {
	padding: 16.9270833333vw 0;
}

.case-list__copy {
	font-size: 5.9895833333vw;
	margin-bottom: 9.1145833333vw;
}

.case-list__headline {
	font-size: 3.90625vw;
	margin-bottom: 9.1145833333vw;
}

.case-list__cards {
	margin: 0 calc(50% - 50vw);
}

.case-list__card {
	flex-basis: 50%;
}

.case-list__card:nth-child(odd) {
	padding-right: .6510416667vw;
}

.case-list__card:nth-child(even) {
	padding-left: .6510416667vw;
}

.case-list__name {
	font-size: 4.1666666667vw;
	padding: 3.2552083333vw 0 5.2083333333vw;
}

.case-list__closecopy {
	margin-top: 10.4166666667vw;
	font-size: 3.90625vw;
}

.case-list__nav {
	margin-top: 13.0208333333vw;
}

.case-list__nav a {
	font-size: 3.90625vw;
}

.case-list__nav i {
	margin-left: 3.90625vw;
}

.case-merit {
	margin-top: 4rem;
}

.case-merit__inner {
	padding: 1.6rem;
}

.case-merit__title {
	font-size: 1.8rem;
	line-height: 1.5;
	padding: 1em 0;
}

.case-merit__des {
	line-height: 1.8;
	margin-bottom: 2.4rem;
}

.case-merit__content {
	display: block;
}

.case-merit__list {
	padding-left: 0;
}

.case-merit__list.-reverse {
	padding-right: 0;
}

.case-merit__list ul {
	padding-left: 1em;
}

.case-merit__list li {
	margin-top: 1.5em;
}

.case-merit__box {
	padding: 1.6rem;
	margin-top: 2.4rem;
}

.case-merit__btn {
	width: 100%;
}

.case__link {
	height: 57vw;
}

.case__navigation {
	margin-top: 32px;
}

.case__navigation li {
	flex-basis: 49%;
}

.case__navigation a {
	background-size: 6px;
	font-size: 1.4rem;
	padding: 8px 0;
}

.case__title {
	font-size: 1.2rem;
	margin: 4px 0 12px;
}

.case__section-h {
	font-size: 1.8rem;
	margin-top: 4rem;
}

.case__gallery .case__gallery-inner {
	width: 100%;
	padding-bottom: 18.2291666667vw;
}

.case__gallery .swiper-wrapper {
	width: 100%;
}

.case__gallery .swiper-slide img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.case__gallery .case__gallery-close {
	width: 13.0208333333vw;
	height: 13.0208333333vw;
}

.swiper-main {
	margin-bottom: 2.6041666667vw;
}

.swiper-thumbs {
	padding: 0 2.6041666667vw;
}

.swiper-thumbs .swiper-slide {
	height: 19.53125vw !important;
	width: 19.53125vw !important;
}

.swiper-thumbs .swiper-slide img {
	height: 100%;
}

.case__details {
	margin: 5.2083333333vw 0 0;
}

.case__details .case__details-link {
	padding: 3.90625vw 10.4166666667vw;
	font-size: 3.90625vw;
}

.colmunlayer {
	display: block;
	padding: 0;
}

.colmunlayer__txt.-small {
	left: auto;
}

.colmunlayer__txt {
	width: 100%;
	left: auto;
	padding: 0px 15px;
}

.colmunlayer__bg img {
	top: auto;
	left: auto;
	height: auto;
	transform: translate(0, 0);
	position: relative;
}

.colmunlayer__bg {
	width: 100%;
	position: relative;
	margin-top: 32px;
}

.colmunlayer.-reverse .colmunlayer__txt {
	left: auto;
	position: relative;
}

.colmunlayer.-reverse .colmunlayer__txt.-small {
	right: auto;
}

.colmunlayer.-reverse .colmunlayer__bg {
	position: relative;
}

.col-sp-1 {
	flex-basis: calc(100%/12*1);
}

.col-sp-1.c-gutter {
	flex-basis: calc(100%/12*1 - 16px);
}

.col-sp-1.c-gutter-min {
	flex-basis: calc(100%/12*1 - 8px);
}

.col-sp-2 {
	flex-basis: calc(100%/12*2);
}

.col-sp-2.c-gutter {
	flex-basis: calc(100%/12*2 - 16px);
}

.col-sp-2.c-gutter-min {
	flex-basis: calc(100%/12*2 - 8px);
}

.col-sp-3 {
	flex-basis: calc(100%/12*3);
}

.col-sp-3.c-gutter {
	flex-basis: calc(100%/12*3 - 16px);
}

.col-sp-3.c-gutter-min {
	flex-basis: calc(100%/12*3 - 8px);
}

.col-sp-4 {
	flex-basis: calc(100%/12*4);
}

.col-sp-4.c-gutter {
	flex-basis: calc(100%/12*4 - 16px);
}

.col-sp-4.c-gutter-min {
	flex-basis: calc(100%/12*4 - 8px);
}

.col-sp-5 {
	flex-basis: calc(100%/12*5);
}

.col-sp-5.c-gutter {
	flex-basis: calc(100%/12*5 - 16px);
}

.col-sp-5.c-gutter-min {
	flex-basis: calc(100%/12*5 - 8px);
}

.col-sp-6 {
	flex-basis: calc(100%/12*6);
}

.col-sp-6.c-gutter {
	flex-basis: calc(100%/12*6 - 16px);
}

.col-sp-6.c-gutter-min {
	flex-basis: calc(100%/12*6 - 8px);
}

.col-sp-7 {
	flex-basis: calc(100%/12*7);
}

.col-sp-7.c-gutter {
	flex-basis: calc(100%/12*7 - 16px);
}

.col-sp-7.c-gutter-min {
	flex-basis: calc(100%/12*7 - 8px);
}

.col-sp-8 {
	flex-basis: calc(100%/12*8);
}

.col-sp-8.c-gutter {
	flex-basis: calc(100%/12*8 - 16px);
}

.col-sp-8.c-gutter-min {
	flex-basis: calc(100%/12*8 - 8px);
}

.col-sp-9 {
	flex-basis: calc(100%/12*9);
}

.col-sp-9.c-gutter {
	flex-basis: calc(100%/12*9 - 16px);
}

.col-sp-9.c-gutter-min {
	flex-basis: calc(100%/12*9 - 8px);
}

.col-sp-10 {
	flex-basis: calc(100%/12*10);
}

.col-sp-10.c-gutter {
	flex-basis: calc(100%/12*10 - 16px);
}

.col-sp-10.c-gutter-min {
	flex-basis: calc(100%/12*10 - 8px);
}

.col-sp-11 {
	flex-basis: calc(100%/12*11);
}

.col-sp-11.c-gutter {
	flex-basis: calc(100%/12*11 - 16px);
}

.col-sp-11.c-gutter-min {
	flex-basis: calc(100%/12*11 - 8px);
}

.col-sp-12 {
	flex-basis: calc(100%/12*12);
}

.col-sp-12.c-gutter {
	flex-basis: calc(100%/12*12 - 16px);
}

.col-sp-12.c-gutter-min {
	flex-basis: calc(100%/12*12 - 8px);
}

*[class^=col-]+*[class^=col-] {
	margin-top: 20px;
}

*[class^=col-]+*[class^=col-].-nomargin {
	margin-top: 0px;
}

.c-align-sp-center {
	align-items: center;
}

.c-align-sp-start {
	align-items: start;
}

.c-justify-sp-left {
	justify-content: left;
}

.c-justify-sp-center {
	justify-content: center;
}

.c-justify-sp-space {
	justify-content: space-between;
}

.c-flex-sp-wrap {
	flex-wrap: wrap;
}

.c-flex-sp-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.c-flex-sp-row-reverse {
	flex-direction: row-reverse;
}

.c-flex-sp-col {
	flex-direction: column;
}

.c-flex-sp-col-reverse {
	flex-direction: column-reverse;
}

.contents table tr:first-child th {
	border-top: none;
}

.contents table tr:first-child td {
	border-top: none;
}

.contents table th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}

.contents table td {
	width: 100%;
	display: block;
	padding: 8px 8px 20px;
}

.contents table__map iframe {
	height: 320px;
}

.contents table__parking.-yokohama img {
	margin-top: 16px;
	width: 100%;
}

.contents table__parking.-yokohama {
	display: block;
}

.corona {
	padding: 2.6041666667vw;
}

.corona .container {
	padding: 0 3.90625vw;
}

.corona__temporary {
	font-size: 4.1666666667vw;
	line-height: 1.8;
}

.corona__wrapper {
	padding: 3.90625vw 0;
}

.corona__title {
	text-align: left;
	display: flex;
	align-items: center;
}

.corona__title span {
	font-size: 10.4166666667vw;
	margin-right: 20px;
	line-height: 1;
}

.corona__text {
	font-size: 3.6458333333vw;
	margin-top: 6.5104166667vw;
	line-height: 1.8;
}

.corona__items {
	flex-wrap: wrap;
	margin-top: 5.859375vw;
	justify-content: space-between;
	align-items: center;
}

.corona__item:not(:first-of-type) {
	border-left: none;
}

.corona__item {
	flex-basis: 33.33%;
	padding: 3.90625vw 0;
}

.corona__item:nth-of-type(1) {
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(2) {
	border-right: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(3) {
	border-bottom: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(4) {
	border-right: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(5) {
	border-right: solid 1px #d9d9d9;
}

.corona__item:nth-of-type(6) {
	display: block;
	text-align: center;
	padding: 0 2.6041666667vw;
}

.corona__item:nth-of-type(6) a {
	font-weight: 500;
	color: #525252;
	border-bottom: #525252 solid 1px;
	padding-bottom: 0;
	line-height: 1.7;
	font-size: 3.2552083333vw;
}

.corona__item figure {
	width: 18.2291666667vw;
	height: 18.2291666667vw;
}

.corona__item img {
	height: 22.1354166667vw;
}

.corona__item figcaption {
	margin-top: 2.6041666667vw;
	padding: 0 2.6041666667vw;
	font-size: 2.6041666667vw;
	line-height: 1.3;
}

.corona__nav {
	margin-top: 2.6041666667vw;
	font-size: 3.125vw;
}

.corona__nav i {
	font-size: 4.1666666667vw;
}

.corona__banner {
	flex-direction: column;
	margin-top: 6.5104166667vw;
}

.corona__banner-item+.corona__banner-item {
	margin-top: 3.2552083333vw;
}

.ctabtns.-fixed {
	top: auto;
	bottom: 0;
	right: 0;
	transform: translateY(150%);
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.ctabtns.-fixed.-visible {
	transform: translateY(0%);
}

.ctabtns.-showroom {
	right: 0;
}

.ctabtns.-showroom .ctabtns__btn {
	writing-mode: initial;
}

.ctabtns .ctabtns__text01 {
	padding: 2px 10px;
	font-size: 2.8645833333vw;
}

.ctabtns .ctabtns__text02 {
	margin-right: 0px;
	margin-top: 5px;
	font-size: 4.1666666667vw;
}

.ctabtns__copy {
	display: block;
	width: 100%;
	top: -28px;
	left: 0;
	transform: translate(0%, 0%);
	writing-mode: inherit;
	height: 24px;
	font-size: 3.125vw;
}

.ctabtns__btn {
	flex-basis: 50%;
	width: 100%;
	height: 15.625vw;
	flex-direction: row;
	margin-bottom: 0px;
}

.ctabtns__btn span {
	margin-top: 0;
	margin-left: 2.6041666667vw;
	font-size: 4.1666666667vw;
}

.ctabtns__btn i {
	font-size: 4.6875vw;
}

.ctabtns__textbtn {
	writing-mode: horizontal-tb;
	padding-right: 0px;
	padding-bottom: 1.3020833333vw;
	font-size: 4.1666666667vw;
	height: 18.2291666667vw;
	width: 100%;
	text-align: center;
}

.ctabtns__textbtn--menu {
	font-size: 3.125vw;
}

.ctabtns.-fixed.-fixed {
	top: auto;
	bottom: 0px;
	flex-direction: row;
}

.cta-contact {
	padding: 13.0208333333vw 7.8125vw;
}

.cta-contact__headline01 {
	font-size: 4.4270833333vw;
	line-height: 7.5520833333vw;
}

.cta-contact__headline02 {
	font-size: 7.5520833333vw;
	margin-top: 8.4635416667vw;
	margin-bottom: 10.4166666667vw;
	line-height: 10.9375vw;
}

.cta-contact__q {
	font-size: 4.1666666667vw;
	line-height: 7.5520833333vw;
}

.cta-contact__a {
	font-size: 4.1666666667vw;
	margin-top: 8.4635416667vw;
	line-height: 7.5520833333vw;
}

.cta-contact__answer {
	font-size: 3.6458333333vw;
	margin-top: 3.90625vw;
}

.cta-contact__btns {
	max-width: 100%;
}

.cta-contact__btn {
	flex-basis: 48%;
	padding: 10px 0;
	margin: 0;
}

.cta-contact__btn i {
	font-size: 10.4166666667vw;
}

.cta-contact__btn-text {
	font-size: 3.3854166667vw;
	margin-top: 3.2552083333vw;
	line-height: 1.2;
}

.cta-contact__btn-subtext {
	font-size: 2.8645833333vw;
	margin-top: 2.6041666667vw;
}

.cta-contact__btn-subtext span {
	font-size: 2.6041666667vw;
	margin-top: 1.3020833333vw;
}

.event__appeal {
	font-size: 1.6rem;
}

.event__titletext01 {
	font-size: 2rem;
}

.event__titletext02 {
	font-size: 2rem;
}

.event__eyecatch {
	max-width: 100%;
}

.event__data {
	padding-bottom: 2rem;
}

.event__data h3 {
	margin-bottom: 1rem;
}

.event__guest {
	align-items: flex-start;
}

.event__guest p {
	padding-left: 1rem;
}

.event__img img {
	max-width: 100%;
}

.event__formtitle {
	font-size: 1.6rem;
	font-weight: bold;
}

.faq {
	padding: 16.9270833333vw 0;
}

.faq__headline {
	font-size: 6.7708333333vw;
	margin-bottom: 13.0208333333vw;
}

.faq__headline-tip {
	font-size: 3.6458333333vw;
	margin-bottom: 3.90625vw;
}

.faq__box {
	padding: 0 6.5104166667vw;
}

.faq__q {
	font-size: 4.1666666667vw;
	padding: 6.5104166667vw 9.1145833333vw 6.5104166667vw 9.1145833333vw;
	line-height: 1.46875;
}

.faq__q::before {
	font-size: 5.46875vw;
	left: 0;
}

.faq__a.-open {
	padding: 6.5104166667vw 0;
}

.faq__icon {
	right: 0;
	position: absolute;
	display: block;
}

.faq__icon::before {
	height: 3.90625vw;
}

.faq__icon::after {
	width: 3.90625vw;
}

.firstview__main {
	max-height: inherit;
	height: 100vw;
}

.firstview__copy {
	top: 25vw;
	left: 4.9479166667vw;
}

.firstview__copy-01 {
	font-size: 6.5104166667vw;
}

.firstview__copy-02 {
	font-size: 4.1666666667vw;
	margin-top: 3.2552083333vw;
}

.firstview__logo {
	position: absolute;
	top: 40.3645833333vw;
	left: 50%;
	transform: translateX(-50%);
}

.firstview__logo img {
	width: 37.109375vw !important;
	height: auto;
}

.firstview__pickup {
	position: relative;
	bottom: 0;
	padding: 7.8125vw;
	background-color: #525252;
	max-width: 100%;
	transform: translateX(0%);
	opacity: 1;
}

.firstview__pickup li {
	margin: 0px;
}

.firstview__pickup li+li {
	margin-top: 6.5104166667vw;
}

.firstview__pickup li a {
	display: block;
	color: #fff;
}

.firstview__pickup-date {
	font-size: 3.125vw;
	padding-right: 0;
	margin-bottom: 1.3020833333vw;
}

.firstview__pickup-title {
	font-size: 3.3854166667vw;
}

.flow {
	padding: 40px 15px;
	border-right: solid 1px #232323;
}

.flow__btns {
	margin-top: 24px;
}

.flow__btns a {
	margin-top: 16px;
}

.flow__ttl {
	font-size: 2.4rem;
}

.form__link {
	display: block;
	margin-left: 0;
	margin-top: 8px;
}

.form__container {
	padding: 16px;
}

.form__name *[class^=col-] {
	flex-basis: calc(50% - 8px);
}

.form__name *[class^=col-]+*[class^=col-] {
	margin-top: 0px;
}

.form__tips {
	padding: 8px;
}

.form dl {
	margin-top: 20px;
	padding-bottom: 14px;
}

.form dt {
	margin-bottom: 8px;
}

.form input[type=text],
.form textarea {
	width: 100%;
}

.form input[type=number] {
	width: 100%;
}

.form input[type=email] {
	width: 100%;
}

.form__people {
	justify-content: space-between;
}

.form__people div {
	flex-basis: calc(50% - 8px);
	margin-right: 0;
}

.form__select {
	width: 100%;
}

.form__btn input[type=submit],
.form__btn button {
	width: 100%;
}

.mwform-checkbox-field.horizontal-item {
	margin-top: 8px;
	display: inline-block;
}

.column.datepick {
	flex-direction: column;
}

.column.datepick *[class^=col-] {
	display: flex;
	justify-content: space-between;
}

.column.datepick *[class^=col-] div {
	flex-basis: calc(50% - 8px);
}

.column.datepick *[class^=col-]:first-child {
	border-right: none;
	padding-right: 0;
}

.datepick *[class^=col-] .form__subttl {
	margin-top: 0;
}

.g-custom-search__submit {
	width: 3.7878787879vw;
	height: 3.7878787879vw;
	margin: 0 5.2083333333vw 0 2.6041666667vw;
}

.gs-web-image-box {
	width: 35% !important;
}

.caselist.-showroom .headline01__hd {
	font-size: 1.8rem;
}

.headline02+* {
	margin-top: 24px;
}

.headline03__hd {
	font-size: 2.6rem;
}

.headline03.-hero .headline03__hd {
	font-size: 2.6rem;
}

.headline03.-page .headline03__hd {
	font-size: 2.6rem;
}

.headline03+* {
	margin-top: 24px;
}

.headline04 {
	font-size: 2rem;
}

.headline04+* {
	margin-top: 24px;
}

.headline05 {
	font-size: 2rem;
}

.headline05+* {
	margin-top: 24px;
}

.headline06 {
	font-size: 2rem;
}

.headline06+* {
	margin-top: 24px;
}

.headline07 {
	padding: 1.6rem 2rem;
	top: auto;
	bottom: 0;
}

.headline07__hd {
	font-size: 2rem;
}

.headline07__sub {
	font-size: 1.2rem;
	margin-top: 1em;
}

.headline07__small {
	margin-bottom: .5rem;
}

.headline08__hd {
	font-size: 2.8rem;
	letter-spacing: .1rem;
}

.headline08__sub {
	font-size: 1.8rem;
}

.hero {
	height: 240px;
}

.hero__icon {
	width: 12px;
	left: calc(50% - 6px);
}

.info__panel {
	flex-basis: 50%;
}

.info__txt {
	padding: 5px 0px;
}

.info__txt h3 {
	font-size: 1.4rem;
}

.contactbtns.-fixed {
	bottom: 0;
	right: auto;
	left: 0;
	flex-direction: row;
	width: 100%;
}

.contactbtns.-fixed .linkbtn {
	width: 50%;
	border-radius: 0;
	margin: 0 !important;
	padding: 15px 0;
}

.contactbtns.-fixed .linkbtn.-mail.-fixed {
	background-image: url(../img/common/icon-phone.svg),url(../img/common/icon-mail.svg);
	background-position: left 8px top 50%,left 34px top 50%;
}

.contactbtns.-fixed .linkbtn.-mail.-fixed:hover {
	background-image: url(../img/common/icon-phone-green.svg),url(../img/common/icon-mail-green.svg);
}

.contactbtns.-showroom .linkbtn.-tel.-fixed {
	display: block;
}

.linkbtn.-tel .-big {
	font-size: 1.4rem;
}

.contact .linkbtn {
	font-size: 1.4rem;
	width: 320px;
	padding: 16px 0 16px 24px;
	background-size: 20px;
	margin: 10px auto 0;
}

.contact .linkbtn:hover {
	background-size: 20px;
}

.container.-news+.links {
	margin-top: 19.53125vw;
}

.links__cards {
	display: block;
}

.links__card+.links__card {
	margin-top: 3.90625vw;
}

.linktree a {
	font-size: 3.125vw;
}

.listbtns {
	margin-top: 24px;
	flex-direction: column;
}

.listbtns a {
	margin-top: 16px;
	margin: 16px 0px 0;
}

.contact .listbtns {
	flex-direction: column;
	margin-top: 0;
}

.listphoto {
	margin-top: 32px;
}

.listphoto li {
	flex-basis: 25%;
}

.loopslide.-home {
	margin-top: 16.9270833333vw;
}

.loopslide__slide.-home {
	width: 49.4791666667vw;
}

.loopslide__slide.-showroom {
	width: 49.4791666667vw;
	height: 33vw;
}

.loopslide__slide.-showroom-belt {
	width: 49.4791666667vw;
	height: auto;
}

.overcontainer__img {
	position: relative;
	width: 100%;
}

.postlists a {
	padding: 16px 0;
	display: block;
}

.postlists__date {
	display: block;
	margin-right: 0;
	margin-bottom: 5px;
}

.postlists.-blog a {
	display: flex;
}

.present {
	padding: 14.3229166667vw 7.8125vw 11.71875vw;
	background: url(../img/showroom/present__bg-sp.jpg) no-repeat center/cover;
}

.present__wrap {
	display: block;
}

.present__info {
	margin-left: 0;
}

.present__badge {
	font-size: 5.859375vw;
	width: 22.1354166667vw;
	height: 22.1354166667vw;
	right: -20px;
	line-height: 7.1614583333vw;
}

.present__copy {
	font-size: 4.1666666667vw;
	padding-top: 0;
}

.present__name {
	margin-top: 7.8125vw;
}

.present__name li {
	font-size: 4.9479166667vw;
}

.present__name li+li {
	margin-top: 3.90625vw;
}

.present__text {
	margin-top: 6.5104166667vw;
	font-size: 3.6458333333vw;
	line-height: 7.03125vw;
}

.present__img {
	margin: 10.4166666667vw calc(50% - 50vw) 0;
}

.request {
	margin: 16.9270833333vw calc(50% - 50vw) 0;
}

.request .present__info {
	margin-left: 0;
}

.price+.price {
	margin-top: 20px !important;
}

.price__hd {
	padding: 16px;
	margin: 0 -15px;
}

.price__img {
	margin: 24px auto;
	width: 100% !important;
}

.price__info {
	margin: 0 -15px;
	border-bottom: 0;
	padding: 16px 16px 0 16px;
}

.recommend {
	padding: 3rem 1.6rem;
}

.relation__list {
	flex: 0 0 50%;
}

.relation__thumbnail {
	height: 27vw;
}

.section__margin {
	margin-top: 60px;
}

.section__margin.-headline {
	margin-top: 40px;
}

.section__margin.-min {
	margin-top: 40px;
}

.section__margin.-spnone {
	margin-top: 0;
}

.section__margin.present {
	margin-top: 60px;
}

.section__gray.-showroom {
	padding: 0px;
}

.sentence {
	font-size: 3.6458333333vw;
}

.sentence.-big {
	font-size: 1.6rem;
}

.sentence.-center {
	text-align: left;
}

.sentence.-ginza {
	font-size: 1.8rem;
}

.contact .sentence.-center {
	text-align: center;
}

.gallery__wrap {
	display: grid;
	grid-gap: 2px;
	grid-template-columns: 2fr 1fr 2fr;
	grid-template-rows: 150px 150px 200px 100px 250px 150px;
}

.showroom-lineup {
	padding: 19.53125vw 0;
}

.showroom-lineup__headline {
	font-size: 5.7291666667vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.showroom-lineup__columns {
	flex-direction: column;
}

.showroom-lineup__card+.showroom-lineup__card {
	margin-top: 7.8125vw;
}

.showroom-lineup__name {
	height: 16.9270833333vw;
}

.showroom-lineup__name a {
	font-size: 4.1666666667vw;
}

.showroom {
	padding: 16.9270833333vw 0;
}

.showroom.-page {
	padding: 13.0208333333vw 0;
}

.about-section.-features+.showroom,
.taishin-close+.showroom {
	background-color: #f5f5f5;
	padding-top: 13.0208333333vw;
}

.showroom__head {
	display: block;
}

.showroom__head-copy {
	font-size: 5.9895833333vw;
	text-align: center;
	margin-bottom: 6.5104166667vw;
}

.showroom__head-store {
	font-size: 4.1666666667vw;
	text-align: center;
}

.showroom__head-logo {
	text-align: center;
	margin-top: 13.0208333333vw;
}

.showroom__head-logo img {
	width: 57.2916666667vw;
}

.showroom__body {
	display: block;
	margin-top: 13.0208333333vw;
}

.showroom__body.-page {
	margin-top: 0;
}

.showroom__body-description {
	flex-direction: column;
	padding-right: 0px;
}

.showroom__body-text {
	font-size: 3.6458333333vw;
	margin-left: 0px;
	margin-top: 6.5104166667vw;
}

.showroom__present {
	border-top: solid 1px #dcdcdc;
	border-left: none;
	padding-top: 7.8125vw;
	margin-top: 7.8125vw;
	padding-left: 0;
	position: relative;
}

.showroom__present.-page {
	border: none;
	padding-top: 0;
	margin-top: 0;
}

.showroom__present-eng {
	font-size: 3.3854166667vw;
}

.showroom__present-copy {
	font-size: 5.2083333333vw;
}

.showroom__present-item {
	font-size: 3.90625vw;
}

.showroom__present-list li {
	font-size: 3.90625vw;
}

.showroom__present-info {
	flex: 1 0 auto;
}

.showroom__present-img {
	position: absolute;
	right: -7.8125vw;
	top: 50%;
	transform: translateY(-50%);
}

.showroom__present-img img {
	width: 37.109375vw;
}

.showroom__foot {
	display: block;
	margin-top: 13.0208333333vw;
}

.showroom__card+.showroom__card {
	margin-top: 7.8125vw;
}

.showroom__card-temporary {
	font-size: 3.3854166667vw;
	margin-top: 3.90625vw;
	line-height: 1.6153846154;
}

.showroom__card-info {
	text-align: center;
	height: auto;
	display: block;
	padding: 8.4635416667vw 7.8125vw;
}

.showroom__card-name {
	font-size: 4.1666666667vw;
}

.showroom__card-name a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.showroom__card-name i {
	font-size: 3.125vw;
	margin-left: 5.859375vw;
}

.showroom__card-address {
	font-size: 3.3854166667vw;
	margin-top: 3.90625vw;
	line-height: 1.6153846154;
}

.showroom__card-btns {
	display: block;
}

.showroom__card-tel {
	width: 100%;
	display: block;
	font-size: 3.90625vw;
	border: solid 1px #454545;
	height: 11.4583333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.showroom__card-reserved {
	width: 100%;
	display: block;
	font-size: 3.90625vw;
	border: solid 1px #454545;
	height: 11.4583333333vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2.6041666667vw;
}

.kansai-button {
	display: block;
	margin-top: 13.0208333333vw;
}

.slider {
	max-height: inherit;
	height: 100vw;
}

.slider__item {
	max-height: inherit;
	height: 100vw;
}

.sns.-fixed {
	position: relative;
	top: auto;
	left: auto;
	transform: translateY(0);
	display: flex;
}

.sns__icon {
	width: 40px;
	height: 40px;
}

.snsicons {
	flex-wrap: wrap;
}

.snsicons__icon {
	font-size: 7.03125vw;
}

.snsicons__text {
	flex-basis: 100%;
	text-align: center;
	margin-bottom: 4.5572916667vw;
	font-size: 4.1666666667vw;
}

.snsicons__icon.-roomclip span {
	width: 5.859375vw;
	height: 5.859375vw;
}

.story__header {
	padding: 32px 0 0;
}

.story__hero {
	overflow: visible;
	height: auto;
}

.story__hero img {
	top: auto;
	left: auto;
	position: relative;
}

.story__intro {
	padding: 40px 0 40px;
}

.story__ttl {
	font-size: 2rem;
}

.table tr:first-child th {
	border-top: none;
}

.table tr:first-child td {
	border-top: none;
}

.table th {
	width: 100%;
	display: block;
	border-bottom: none;
	padding-bottom: 0;
}

.table td {
	width: 100%;
	display: block;
	padding: 8px 8px 20px;
}

.table__map iframe {
	height: 320px;
}

.table__parking.-yokohama img {
	margin-top: 16px;
	width: 100%;
}

.table__parking.-yokohama {
	display: block;
}

.taptel {
	margin-top: 0;
	display: flex;
}

.telform__img p {
	flex-basis: 100%;
	padding: 5px;
}

.textbox {
	font-size: 3.90625vw;
	margin-top: 8.4635416667vw;
	padding: 5.2083333333vw;
	line-height: 6.25vw;
}

.online-form__panels {
	gap: 8px;
}

.online-form__panel {
	padding: 5.6rem 1.6rem 2.4rem;
}

.online-form__panel .badge {
	left: 50%;
	top: -100%;
	transform: translate(-50%, 0%);
}

.online-form__panel-title {
	font-size: 1.3rem;
	line-height: 1.3;
}

.online-form__panel-img {
	max-width: 100%;
}

.reserve-explain__title {
	font-size: 1.4rem;
}

.reserve-explain__img img {
	max-width: 240px;
}

.about-hero {
	height: 65.1041666667vw;
	background-image: url(../img/about/hero-sp-about.jpg);
	margin-bottom: 15.625vw;
}

.about-hero h1 {
	height: 20.8333333333vw;
	width: 59.8958333333vw;
	font-size: 5.2083333333vw;
}

.about-hero__title {
	bottom: -10.4166666667vw;
	left: -7.8125vw;
}

.about-section {
	padding: 13.0208333333vw 0;
}

.about-section.-gray {
	background-color: #fff;
}

.about-section.-links {
	padding-top: 0;
}

.about-section.-solution {
	padding-bottom: 0;
}

.about-section.-features {
	padding: 19.53125vw 0;
}

.about-headline.-sp-center {
	text-align: center;
}

.about-headline {
	font-size: 6.25vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.about-link,
.about-features__link {
	font-size: 3.6458333333vw;
	display: block;
	text-align: center;
}

.about-link i,
.about-features__link i {
	margin-left: 3.90625vw;
}

.belt .belt__bg.-about01 {
	background-image: url(../img/about/belt__bg-sp.jpg);
}

.about-flow {
	padding: 19.53125vw 0;
	background-image: url(../img/about/flow__bg-sp.jpg);
}

.about-flow__text {
	padding-left: 1em;
}

.about-flow__text::before {
	position: absolute;
	left: 0;
	top: 0;
}

.about-solution {
	margin-top: 15.625vw;
}

.about-solution__img {
	max-width: 100%;
}

.about-solution__text {
	position: relative;
	top: auto;
	transform: translateY(0%);
	width: 100%;
	padding: 0px;
}

.about-solution__headline:not(:first-of-type) {
	margin-top: 11.71875vw;
	line-height: 7.8125vw;
}

.about-solution__headline {
	font-size: 4.6875vw;
	margin-bottom: 5.2083333333vw;
}

.about-links {
	flex-direction: column-reverse;
	margin-top: 19.53125vw;
}

.about-links.-reverse {
	flex-direction: column-reverse;
}

.about-links+.about-links {
	margin-top: 19.53125vw;
}

.about-links__text {
	word-break: inherit;
	padding-right: 0;
}

.about-links__text.-reverse {
	padding-left: 0;
}

.about-links__img {
	margin: 0 calc(50% - 50vw) 13.0208333333vw;
	width: 100vw;
}

.about-features__columns {
	flex-direction: column;
}

.about-features__column {
	margin: 0;
}

.about-features__column+.about-features__column {
	margin-top: 13.0208333333vw;
}

.about-features__title {
	margin-bottom: 7.8125vw;
	font-size: 36;
	line-height: 7.8125vw;
}

.about-features__img {
	margin-bottom: 7.8125vw;
}

.architectural-hero {
	height: auto;
}

.architectural-hero__video {
	width: 100%;
	height: auto;
	position: relative;
}

.architectural-hero__title {
	bottom: 0;
	left: 0;
}

.architectural-hero__title h1 {
	height: 7.8125vw;
	width: 46.875vw;
	font-size: 4.1666666667vw;
}

.architectural-section {
	padding: 13.0208333333vw 0;
}

.architectural-section.-intro {
	padding: 7.8125vw 0 10.4166666667vw;
}

.architectural-headline.-sp-center {
	text-align: center;
}

.architectural-headline {
	font-size: 6.25vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.belt .belt__bg.-architectural01 {
	background-image: url(../img/architectural/belt__bg01-sp.jpg);
}

.belt .belt__bg.-architectural02 {
	background-image: url(../img/architectural/belt__bg02-sp.jpg);
}

.architectural-viewpoint {
	padding-bottom: 19.53125vw;
}

.architectural-viewpoint__bg {
	background-image: url(../img/architectural/viewpoint__bg-sp.jpg);
	height: 138.0208333333vw;
}

.architectural-viewpoint__text {
	padding-top: 69.0104166667vw;
	font-size: 5.2083333333vw;
}

.architectural-viewpoint__list {
	margin-top: 9.1145833333vw;
	padding: 9.1145833333vw 8.4635416667vw 0;
	display: block;
}

.architectural-viewpoint__box {
	margin-bottom: 13.0208333333vw;
}

.architectural-viewpoint__box h3 {
	font-size: 7.03125vw;
	margin-top: 5.859375vw;
}

.architectural-viewpoint__box p {
	font-size: 3.90625vw;
	margin-top: 3.90625vw;
}

.architectural-viewpoint__box ul {
	padding-top: 4.5572916667vw;
	margin-top: 4.5572916667vw;
}

.architectural-solution {
	margin-top: 15.625vw;
}

.architectural-solution__headline:not(:first-of-type) {
	margin-top: 11.71875vw;
	line-height: 7.8125vw;
}

.architectural-solution__headline {
	font-size: 4.6875vw;
	margin-bottom: 5.2083333333vw;
}

.architectural-links {
	flex-direction: column-reverse;
	margin-top: 19.53125vw;
}

.architectural-links.-reverse {
	flex-direction: column-reverse;
}

.architectural-links+.architectural-links {
	margin-top: 19.53125vw;
}

.architectural-links__text {
	word-break: inherit;
	padding-right: 0;
}

.architectural-links__text.-reverse {
	padding-left: 0;
}

.architectural-links__img {
	margin: 0 calc(50% - 50vw) 13.0208333333vw;
	width: 100vw;
}

.architectural-features__columns {
	flex-direction: column;
}

.architectural-features__column {
	margin: 0;
}

.architectural-features__column+.architectural-features__column {
	margin-top: 13.0208333333vw;
}

.architectural-features__title {
	margin-bottom: 7.8125vw;
	font-size: 36;
	line-height: 7.8125vw;
}

.architectural-features__img {
	margin-bottom: 7.8125vw;
}

.-flow .about-hero {
	height: 65.1041666667vw;
	background-image: url(../img/flow/hero-sp-flow.jpg);
	margin-bottom: 15.625vw;
}

.-flow .about-hero h1 {
	height: 20.8333333333vw;
	width: 83.8541666667vw;
	font-size: 5.2083333333vw;
}

.-flow .about-hero__title {
	bottom: -10.4166666667vw;
	left: -7.8125vw;
}

.-flow .flow-section {
	padding: 10.4166666667vw 0 13.0208333333vw;
	margin-top: 5.2083333333vw;
}

.-flow .flow-first__img {
	margin-bottom: 7.8125vw;
}

.-flow .flow-first__img img {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: inherit;
}

.-flow .flow-first__items {
	margin-bottom: 10.4166666667vw;
	padding: 0;
	display: block;
}

.-flow .flow-first__item {
	max-width: 100%;
}

.-flow .flow-first__title {
	margin-right: 0;
	font-size: 8.3333333333vw;
	margin-bottom: 2.6041666667vw;
}

.-flow .flow-first__text {
	font-size: 4.1666666667vw;
}

.-flow .flow-first__smallcol {
	margin-top: 10.4166666667vw;
	padding: 10.4166666667vw 6.7708333333vw 13.0208333333vw;
	flex-wrap: wrap;
}

.-flow .flow-first__smallcoltitle {
	font-size: 5.7291666667vw;
	margin: 0 auto 12.2395833333vw;
}

.-flow .flow-first__smallcoltitle .-red {
	font-size: 5.2083333333vw;
}

.-flow .flow-first__smallcoltitle .-red::before {
	width: 3.125vw;
	height: 8.59375vw;
	left: -5.2083333333vw;
}

.-flow .flow-first__smallcoltitle .-red::after {
	width: 3.125vw;
	height: 8.59375vw;
	right: -5.2083333333vw;
}

.-flow .flow-first__smallcoltext {
	font-size: 3.90625vw;
	flex-basis: 49%;
	padding-top: 34.375vw;
}

.-flow .flow-first__smallcoltext::before {
	width: 34.375vw;
	height: 31.7708333333vw;
}

.-flow .flow-after {
	padding: 13.0208333333vw 0;
}

.-flow .flow-after .container {
	max-width: 100%;
}

.-flow .flow-after .about-headline {
	font-size: 6.25vw;
}

.-flow .flow-after__items {
	display: block;
	margin-top: 10.4166666667vw;
}

.-flow .flow-after__items:first-of-type {
	margin-top: 7.8125vw;
}

.-flow .flow-after__img {
	margin-right: 0;
}

.-flow .flow-after__img img {
	width: 100%;
}

.-flow .flow-after__smalltitle {
	font-size: 5.2083333333vw;
	margin-top: 5.2083333333vw;
}

.-flow .flow-after__text {
	font-size: 4.1666666667vw;
	margin-top: 2.6041666667vw;
}

.-flow .flow-afservice {
	padding: 14.0625vw 0 15.625vw;
}

.-flow .flow-afservice .about-headline {
	font-size: 6.25vw;
	margin-bottom: 5.2083333333vw;
}

.-flow .flow-afservice__text {
	font-size: 5.2083333333vw;
}

.-flow .flow-afservice__img {
	margin: 10.4166666667vw 0;
}

.-flow .flow-afservice__img img {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: inherit;
}

.-flow .flow-afservice__smalltext {
	margin-top: 5.2083333333vw;
	font-size: 4.1666666667vw;
	text-align: left;
}

.-flow .flow-afservice__note {
	margin-top: 5.2083333333vw;
	font-size: 3.6458333333vw;
}

#page-lp-top .showroom-hero__wrapper {
	height: 60vw;
}

#page-lp-top .showroom-hero__bg {
	height: 60vw;
}

#page-lp-top .showroom-hero__img {
	background-image: url(../img/lp/top/slide-sp01.jpg);
}

#page-lp-top .showroom-hero__name {
	display: flex;
}

#page-lp-top .showroom-hero__overlay {
	padding-top: 100px;
	background: linear-gradient(0deg, #000 80%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0));
}

#page-lp-top .firstview__pickup {
	padding: 7.8125vw 0;
	background-color: #fff;
}

#page-lp-top .cta-contact__btns {
	display: flex;
	gap: 4%;
}

#page-lp-top .cta-contact__btn {
	flex-basis: 48%;
	margin: 0;
	border-radius: 10px;
	border-width: 6px;
	padding: 2.6041666667vw 0 3.2552083333vw;
}

#page-lp-top .cta-contact__btn-text {
	font-size: 3.90625vw;
	margin-top: 1.953125vw;
	margin-right: -10px;
}

#page-lp-top .cta-contact__btn-subtext {
	font-size: 2.6041666667vw;
	margin-top: 1.953125vw;
}

#page-lp-top .qa {
	padding: 10.4166666667vw 0;
}

#page-lp-top .case-list {
	padding: 10.4166666667vw 0 3.90625vw;
}

#page-lp-top .cta-contact {
	padding: 7.8125vw 0 0;
}

#page-lp-top .showroom-section {
	padding: 10.4166666667vw 0;
}

#page-lp-top .showroom-infomation .cta-contact {
	padding: 0px 7.8125vw 10.4166666667vw;
}

#page-lp-top .showroom-infomation .cta-contact.-nagoya {
	padding: 10.4166666667vw 0 0;
}

#page-lp-top .showroom-section.-infomation {
	padding-top: 0;
	padding-bottom: 0;
}

#page-lp-top .showroom-section.-infomation .showroom-headline {
	padding: 7.8125vw 0 6.5104166667vw;
	background-color: #2d2d2d;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

#page-lp-top .showroom-access {
	padding-top: 10.4166666667vw;
	padding-bottom: 10.4166666667vw;
}

#page-lp-top .showroom-flow__lead {
	margin-top: 7.8125vw;
}

#page-lp-top .present {
	padding: 10.4166666667vw 7.8125vw 10.4166666667vw;
}

.mansion .mansion__items {
	flex-direction: column;
}

.mansion .mansion__loopitems {
	flex-direction: column;
}

.mansion .mansion__area {
	font-size: 12px;
}

.mansion .mansion__name {
	font-size: 16px;
	margin-top: 5px;
	line-height: 1.5;
	font-weight: 500;
}

.mansion .mansion__asidetitle {
	margin-top: 40px;
}

.mansion .mansion__asidejntext.-small {
	font-size: 3.38542vw;
}

.mansion .home__headline02 {
	padding: 1.3020833333vw 2.6041666667vw;
	font-size: 18px;
}

.mansion .home__reason {
	margin-top: 9.1145833333vw;
	padding-top: 10.4166666667vw;
}

.mansion .mansion__bg {
	padding: 10.4166666667vw 0;
}

.mansion .mansion__bgtext {
	padding: 0;
	font-size: 6.3802083333vw;
}

.mansion .mansion__bgsmalltext {
	padding: 1.3020833333vw 2.6041666667vw;
	font-size: 3.38542vw;
	font-weight: 300;
	line-height: 1.6153846154;
}

.mansion .links {
	margin: 3.90625vw 0;
}

.pc-db {
	display: none;
}

.sp-db {
	display: block;
}

.mansion .mansion__singleimg {
	margin-top: 30px;
}

.mansion .mansion__singlesentenc {
	margin-top: 30px;
}

.mansion .mansion__singledl {
	margin-top: 30px;
}

.mansion .mansion__singleloop {
	margin-top: 30px;
}

.headline03.-page .headline03__hd.-msmall {
	font-size: 2.6rem;
}

.manufacture-hero {
	height: 65.1041666667vw;
	background-image: url(../img/manufacture/hero-sp.jpg);
	margin-bottom: 15.625vw;
}

.manufacture-hero__title {
	bottom: -10.4166666667vw;
	left: -7.8125vw;
}

.manufacture-hero__title h1 {
	height: 27.34375vw;
	width: 74.21875vw;
	font-size: 5.2083333333vw;
	line-height: 7.8125vw;
}

.manufacture-section {
	padding: 13.0208333333vw 0;
}

.manufacture-section.-links {
	padding-top: 0;
}

.manufacture-headline.-sp-center {
	text-align: center;
}

.manufacture-headline {
	font-size: 6.25vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.manufacture-headline02:not(:first-of-type) {
	margin-top: 11.71875vw;
	line-height: 7.8125vw;
}

.manufacture-headline02 {
	font-size: 4.6875vw;
	margin-bottom: 5.2083333333vw;
	line-height: 7.8125vw;
}

.manufacture-link {
	font-size: 3.6458333333vw;
	display: block;
	text-align: center;
}

.manufacture-link i {
	margin-left: 3.90625vw;
}

.belt .belt__bg.-manufacture01 {
	background-image: url(../img/manufacture/belt__bg01-sp.jpg);
}

.belt .belt__bg.-manufacture02 {
	background-image: url(../img/manufacture/belt__bg03-sp.jpg);
}

.manufacture-about {
	padding-top: 13.0208333333vw;
	flex-direction: column;
}

.manufacture-about.-reverse {
	padding-bottom: 7.8125vw;
	flex-direction: column;
}

.manufacture-about__wrapper {
	padding-bottom: 11.71875vw;
}

.manufacture-about__text {
	padding-left: 0;
	margin-top: 13.0208333333vw;
}

.manufacture-about__text.-reverse {
	padding-right: 0;
}

.manufacture-tech {
	margin-top: 9.1145833333vw;
	padding: 9.1145833333vw 6.5104166667vw 3.2552083333vw;
}

.manufacture-tech__text {
	padding: 2.6041666667vw 0 5.859375vw;
}

.manufacture-tech__columns {
	margin-top: 6.5104166667vw;
	flex-direction: column;
}

.manufacture-links {
	flex-direction: column-reverse;
}

.manufacture-links+.manufacture-links {
	margin-top: 19.53125vw;
}

.manufacture-links__text {
	word-break: inherit;
	padding-right: 0;
}

.manufacture-links__text.-reverse {
	padding-left: 0;
	text-align: left;
}

.manufacture-links__img {
	margin: 0 calc(50% - 50vw) 13.0208333333vw;
	width: 100vw;
}

.manufacture-material__box {
	margin-top: 13.0208333333vw;
	flex-direction: column-reverse;
}

.manufacture-material__box.-reverse {
	flex-direction: column-reverse;
}

.manufacture-material__img {
	margin-top: 7.8125vw;
}

.manufacture-material__text {
	padding-left: 0;
}

.manufacture-material__text.-reverse {
	padding-right: 0;
}

.manufacture-explan {
	margin-top: 13.0208333333vw;
	flex-direction: column;
}

.manufacture-explan__box+.manufacture-explan__box {
	margin-top: 7.8125vw;
}

.manufacture-explan__box.-system {
	flex-direction: column;
	margin-left: 0;
}

.manufacture-explan__box div.-system {
	margin-right: 0;
	margin-bottom: 3.90625vw;
}

.toc {
	padding: 5.2083333333vw 7.8125vw;
}

.faq__heading {
	padding-top: 10.4166666667vw;
	font-size: 5.2083333333vw;
}

.qabox {
	padding: 3.90625vw;
}

.qabox+.qabox {
	margin-top: 3.90625vw;
}

.qabox__hd {
	font-size: 3.6458333333vw;
}

.qabox__txt {
	font-size: 3.6458333333vw;
}

.onlineFv {
	padding: 25px 35px 74px;
	height: 640px;
}

.onlineFv__bg__item--num01 {
	display: none;
	background: url(../img/online/sp/fv_bg01.jpg) center bottom/cover no-repeat;
}

.onlineFv__bg__item--num02 {
	background: url(../img/online/sp/fv_bg02.jpg) center bottom/cover no-repeat;
}

.onlineFv__bg__item--num03 {
	background: url(../img/online/sp/fv_bg03.jpg) center bottom/cover no-repeat;
}

.onlineFv__bg__item--num04 {
	background: url(../img/online/sp/fv_bg04.jpg) center bottom/cover no-repeat;
}

.onlineFv__content {
	margin: auto;
}

.onlineFv__content__text span {
	font-size: 15px;
}

.onlineFv__content__bigtext {
	margin-top: 12px;
}

.onlineFv__content__bigtext span {
	font-size: 24px;
	padding-right: 32px;
}

.onlineFv__content__bigtext span::before,
.onlineFv__content__bigtext span ::after {
	width: 27px;
	height: 30px;
}

.onlineFv__content__title {
	font-size: 79px;
}

.onlineFv__content__label {
	font-size: 16px;
	margin: 10px auto 0;
	max-width: 270px;
}

.onlineFv__content__point {
	gap: 12px;
	margin-top: 10px;
}

.onlineFv__content__point .item {
	width: 94px;
	height: 94px;
}

.onlineFv__content__point .item__text {
	font-size: 13px;
}

.onlineFv__content__copytext {
	writing-mode: vertical-rl;
	font-size: 15px;
	margin: 40px 0 0;
}

.onlineFv__content__copytext.--pc {
	display: none;
}

.onlineFv__content__copytext.--sp {
	display: block;
	writing-mode: lr;
	background: #fff;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.onlineAbout {
	margin-top: 21px;
}

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

.onlineAbout__col__texts {
	width: 100%;
	padding-top: 25px;
}

.onlineAbout__col__texts::after {
	width: 26px;
	padding-top: 22px;
	top: 0;
}

.onlineAbout__col__texts .normal {
	font-size: 15px;
}

.onlineAbout__col__texts .big {
	font-size: 20px;
	margin-top: 10px;
}

.onlineAbout__col__texts .big::after {
	height: 14px;
}

.onlineAbout__col__texts .small {
	font-size: 16px;
	margin-top: 20px;
}

.onlineAbout__col__img {
	width: 100%;
}

.onlineAbout__text {
	font-size: 16px;
	margin-top: 30px;
}

.onlineAbout__text strong {
	font-size: 18px;
	margin-bottom: 8px;
	display: inline-block;
}

.onlinePoint__inner {
	padding: 0;
}

.onlinePointSection {
	margin-top: 134px;
	display: block;
	padding: 75% 25px 40px;
	position: relative;
}

.onlinePointSection__texts {
	width: 100%;
}

.onlinePointSection__texts--sticky {
	position: static;
}

.onlinePointSection__texts__num {
	font-size: 14px;
}

.onlinePointSection__texts__num span {
	font-size: 30px;
}

.onlinePointSection__texts__ttl {
	font-size: 26px;
}

.onlinePointSection__texts__txt {
	font-size: 14px;
	margin-top: 20px;
	padding-top: 20px;
}

.onlinePointSection__img {
	width: 100%;
}

.onlinePointSection__img__mainImg {
	position: absolute;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
	top: -94px;
	left: 0;
}

.onlinePointSection__img__subImg {
	margin-top: 26px;
}

.onlinePointSection__img__subImg figcaption {
	font-size: 14px;
}

.onlinePointSection__img .onlinePointSectionImgBox {
	margin-top: 30px;
}

.onlinePointSection__img .onlinePointSectionImgBox__head {
	font-size: 16px;
	padding: 15px 20px;
}

.onlinePointSection__img .onlinePointSectionImgBox__subhead {
	font-size: 14px;
	padding: 10px 15px;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img .texts__ttl {
	font-size: 16px;
}

.onlinePointSection__img .onlinePointSectionImgBox__content__img .texts__txt {
	font-size: 14px;
}

.onlineCta__inner {
	padding: 21px;
	max-width: 355px;
}

.onlineCta__txts {
	text-align: left;
}

.onlineCta__txts__txt {
	font-size: 13px;
}

.onlineCta__txts__btn {
	margin-top: 22px;
}

.onlineCta__txts__btn a {
	text-align: center;
	font-size: 18px;
	padding: 21px;
}

.onlineCta__img {
	width: 109px;
	height: 109px;
	padding: 9px;
	top: -29px;
	right: 0;
	bottom: auto;
}

.onlineFaq {
	width: auto;
	margin-left: 0;
}

.onlineFaq__ttl {
	margin-top: 40px;
}

.onlineFaq__ttl:not(:first-child) {
	margin-top: 30px;
	padding-top: 30px;
}

.onlineFaq__ttl p {
	font-size: 16px;
}

.onlineFaq__ttl span {
	font-size: 22px;
}

.onlineFaq__txt p {
	font-size: 14px;
}

.onlineFaq__txt span {
	font-size: 22px;
}

.onlineGallery {
	margin-top: 50px;
	padding: 40px 0 74px;
}

.onlineGallery__inner {
	padding: 0;
}

.onlineGallery__head {
	font-size: 18px;
	padding: 21px;
}

.onlineGallery__warp {
	flex-direction: column;
	padding: 30px 40px 40px;
	background: url(../img/online/sp/gallery_bg.png) center center/cover no-repeat;
}

.onlineGallery__content {
	width: 100%;
}

.onlineGallery__content__label {
	padding: 4px;
	font-size: 16px;
	max-width: 180px;
}

.onlineGallery__content__ttl {
	font-size: 33px;
	margin-top: 12px;
}

.onlineGallery__content__info {
	font-size: 14px;
	margin-top: 10px;
}

.onlineGallery__content__add {
	font-size: 12px;
	margin-top: 8px;
}

.onlineGallery__content__ctatxt {
	margin: 40px -20px 0;
}

.onlineGallery__content__ctatxt .icon {
	font-size: 1.3rem;
	display: inline-block;
	text-align: left;
}

.onlineGallery__content__ctabtn {
	font-size: 16px;
	margin: 18px -20px 0;
}

.onlineGallery__content__ctabtn a {
	padding: 17px;
}

.onlineGallery__imgs {
	width: 100%;
	margin-top: 38px;
}

.onlineGallery__imgs--pc {
	display: none;
}

.onlineGallery__imgs--sp {
	display: block;
}

.onlineGallery__imgs__txt span {
	font-size: 15px;
}

.onlineGallery__imgs__slide {
	margin: 15px auto 0;
	max-width: 270px;
}

.onlineGallery__imgs__slide .img {
	width: 270px;
	height: 270px;
}

.onlineGallery__imgs__slide .img img {
	width: 270px;
	height: 270px;
}

.onlineFlowContent {
	margin-top: 40px;
}

.onlineFlowContent__ttl {
	font-size: 1.8rem;
	padding: 20px 0;
}

.onlineFlowContent__ttl span {
	font-size: 1.6rem;
}

.onlineFlowContent__list {
	flex-direction: column;
	padding: 30px 20px;
	gap: 45px;
}

.onlineFlowContent__list__item .ttl {
	font-size: 1.7rem;
}

.onlineFlowContent__list__item .txt {
	font-size: 12px;
	margin-top: 16px;
	margin-left: 54px;
}

.onlineFlowContent__list__item .box {
	padding: 10px 20px;
	margin-left: 54px;
}

.onlineFlowContent__list__item .box__ttl {
	font-size: 13px;
}

.onlineFlowContent__list__item .bgTxt {
	font-size: 11px;
	margin: 10px 0 0 54px;
}

.onlineFlowContent__list__item .warTxt {
	font-size: 10px;
	margin: 5px 0 0 54px;
}

.onlineFlowContent__list__item--arrow::before {
	background: #ccc;
	width: 1px;
	height: 177px;
	top: 44px;
	left: 20px;
}

.onlineFlowContent__list__item--arrow::after {
	display: none;
}

.onlineFlowContent__list__item--sparrow {
	position: relative;
}

.onlineFlowContent__list__item--sparrow::before {
	content: "";
	background: #ccc;
	position: absolute;
	width: 1px;
	height: 230px;
	top: 42px;
	left: 20px;
}

.onlineFlowContent--next {
	margin-top: 0;
}

.onlineFlowContent--next .onlineFlowContent__img {
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list {
	display: flex;
	align-items: baseline;
	gap: 62px;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(1)::after {
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(2)::after {
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(2)::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 25px;
	position: absolute;
	top: -51px;
	left: 20px;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(3)::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 25px;
	position: absolute;
	top: -43px;
	left: 20px;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(4)::after {
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(4)::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 25px;
	position: absolute;
	top: -43px;
	left: 20px;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(5)::after {
	display: none;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(5)::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 25px;
	position: absolute;
	top: -43px;
	left: 20px;
}

.onlineFlowContent--next .onlineFlowContent__list__item:nth-child(6)::before {
	content: "";
	background: #ccc;
	width: 1px;
	height: 45px;
	position: absolute;
	top: -71px;
	left: 20px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num01 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num02 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num03 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num04 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num05 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .ttl--num06 span {
	padding-left: 70px;
}

.onlineFlowContent--next .onlineFlowContent__list__item .bgTxt {
	margin-left: 70px;
}

.onlineFlowGuidTxt {
	font-size: 15px;
	margin: 27px 0 20px;
	padding: 38px 0 54px;
}

.onlineFlowGuidTxt::before {
	width: 4px;
	height: 31px;
}

.onlineFlowGuidTxt::after {
	width: 42px;
	height: 39px;
}

.onlineCase__warp {
	margin: 30px auto 0;
}

.onlineCase__thum {
	padding: 0 20px;
}

.onlineCase__content {
	background: #fff;
	margin-top: 0;
	padding: 20px 20px 0;
	max-width: 782px;
	position: relative;
}

.onlineCase__content__num {
	font-size: 14px;
	background: #fff;
	padding: 10px 14px 0 0;
	font-size: 14px;
	position: absolute;
	top: -33px;
	left: 20px;
}

.onlineCase__content__num span {
	font-size: 30px;
}

.onlineCase__content__ttl {
	font-size: 18px;
}

.onlineCase__content__txt {
	font-size: 12px;
	margin-top: 20px;
	padding-top: 20px;
}

.onlineCase__bnts {
	flex-direction: column;
	gap: 20px;
	margin: 64px auto 0;
	padding-left: 0;
}

.onlineCase__bnts__txt {
	font-size: 14px;
}

.onlineCase__bnts__txt .num {
	font-size: 36px;
	font-weight: 500;
}

.onlineCase__bnts__txt .bold {
	font-size: 24px;
}

.onlineCase__bnts__btn a {
	font-size: 18px;
	padding: 20px 0;
}

.onlineCase .slick-arrow {
	width: 19px;
	height: 12px;
	bottom: -43px;
}

.onlineCase .slick-prev {
	right: 59px;
}

.onlineCase .slick-next {
	right: 20px;
}

.onlineCase .slick-dots {
	bottom: -43px;
	right: auto;
	left: 20px;
}

.onlineCase li button::before {
	font-size: 10px !important;
}

.onlineCase .slick-active button::before {
	font-size: 12px !important;
}

.onlinePcCta {
	bottom: auto;
	top: 120px;
	width: 80px;
}

.onlineSection--about {
	padding: 60px 0 50px;
}

.onlineSection--point {
	padding: 60px 0 47px;
}

.onlineSection--case {
	padding-bottom: 80px;
}

.onlineSection--case .onlineSection__title {
	text-align: center;
}

.onlineSection--flow {
	margin-top: 50px;
}

.onlineSection--faq {
	padding-top: 40px;
	margin-top: 50px;
}

.onlineSection--faq .onlineSection__inner {
	display: block;
}

.onlineSection--faq .onlineSection__inner .onlineSection__title {
	width: auto;
}

.onlineSection--faq .onlineCta {
	margin: 57px 0;
	width: 100vw;
}

.onlineSection__title {
	font-size: 14px;
	margin-top: 12px;
}

.onlineSection__title span {
	font-size: 60px;
}

.onlineMap {
	padding: 0px 0 60px;
	margin: 60px 0 0;
}

.onlineMap__inner {
	padding: 0;
}

.onlineMap__head {
	font-size: 18px;
	padding: 21px;
}

.onlineMap__lineup {
	position: relative;
	top: auto;
	left: auto;
	font-size: 14px;
	padding: 40px 20px;
}

#map {
	padding: 0px 20px;
	margin: 20px auto 0;
}

.price-panel {
	flex-direction: column;
	gap: 4rem;
}

.price-panel__title {
	font-size: 2.4rem;
}

.price-panel__fee {
	font-size: 2rem;
}

.price-panel__size {
	font-size: 1.6rem;
}

.about-hero {
	height: 65.1041666667vw;
	background-image: url(../img/about/hero-sp-about.jpg);
	margin-bottom: 15.625vw;
}

.about-hero h1 {
	height: 20.8333333333vw;
	width: 59.8958333333vw;
	font-size: 5.2083333333vw;
}

.about-hero__title {
	bottom: -10.4166666667vw;
	left: -7.8125vw;
}

.about-section {
	padding: 13.0208333333vw 0;
}

.about-section.-gray {
	background-color: #fff;
}

.about-section.-links {
	padding-top: 0;
}

.about-section.-solution {
	padding-bottom: 0;
}

.about-section.-features {
	padding: 19.53125vw 0;
}

.about-headline.-sp-center {
	text-align: center;
}

.about-headline {
	font-size: 6.25vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.about-link,
.about-features__link {
	font-size: 3.6458333333vw;
	display: block;
	text-align: center;
}

.about-link i,
.about-features__link i {
	margin-left: 3.90625vw;
}

.belt .belt__bg.-about01 {
	background-image: url(../img/about/belt__bg-sp.jpg);
}

.about-flow {
	padding: 19.53125vw 0;
	background-image: url(../img/about/flow__bg-sp.jpg);
}

.about-flow__text {
	padding-left: 1em;
}

.about-flow__text::before {
	position: absolute;
	left: 0;
	top: 0;
}

.about-solution {
	margin-top: 15.625vw;
}

.about-solution__img {
	max-width: 100%;
}

.about-solution__text {
	position: relative;
	top: auto;
	transform: translateY(0%);
	width: 100%;
	padding: 0px;
}

.about-solution__headline:not(:first-of-type) {
	margin-top: 11.71875vw;
	line-height: 7.8125vw;
}

.about-solution__headline {
	font-size: 4.6875vw;
	margin-bottom: 5.2083333333vw;
}

.about-links {
	flex-direction: column-reverse;
	margin-top: 19.53125vw;
}

.about-links.-reverse {
	flex-direction: column-reverse;
}

.about-links+.about-links {
	margin-top: 19.53125vw;
}

.about-links__text {
	word-break: inherit;
	padding-right: 0;
}

.about-links__text.-reverse {
	padding-left: 0;
}

.about-links__img {
	margin: 0 calc(50% - 50vw) 13.0208333333vw;
	width: 100vw;
}

.about-features__columns {
	flex-direction: column;
}

.about-features__column {
	margin: 0;
}

.about-features__column+.about-features__column {
	margin-top: 13.0208333333vw;
}

.about-features__title {
	margin-bottom: 7.8125vw;
	font-size: 36;
	line-height: 7.8125vw;
}

.about-features__img {
	margin-bottom: 7.8125vw;
}

.showroom-latest-works {
	display: block;
	padding: 10.4166666667vw 7.8125vw;
}

.showroom-latest-works__headline {
	font-size: 4.1666666667vw;
	padding-right: 0;
}

.showroom-latest-works__content {
	height: 400px;
	padding: 5.2083333333vw;
}

.showroom-latest-works__content div {
	display: block;
}

.showroom-latest-works__content dt {
	font-size: 3.6458333333vw;
}

.showroom-latest-works__content dd {
	font-size: 3.6458333333vw;
}

.showroom-section {
	padding: 16.9270833333vw 0;
}

.showroom-section#about {
	overflow: hidden;
}

.showroom-section--mt {
	padding: 0;
}

.showroom-section.-infomation {
	padding-bottom: 0;
}

.showroom-headline {
	font-size: 5.9895833333vw;
}

.showroom-headline.-voice span {
	font-size: 3.6458333333vw;
}

.showroom-hero__wrapper {
	height: 156.25vw;
}

.showroom-hero__badge {
	height: 26.0416666667vw;
	width: 26.0416666667vw;
	margin-bottom: 7.8125vw;
}

.showroom-hero__badge-text01 {
	font-size: 6.5104166667vw;
	margin-bottom: .2604166667vw;
}

.showroom-hero__badge-text02 {
	font-size: 5.7291666667vw;
	margin-bottom: .390625vw;
}

.showroom-hero__badge-text03 {
	font-size: 4.9479166667vw;
}

.showroom-hero__bg:nth-of-type(1) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp01.jpg);
}

.showroom-hero__bg:nth-of-type(2) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp02.jpg);
}

.showroom-hero__bg:nth-of-type(3) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp03.jpg);
}

.showroom-hero__bg:nth-of-type(4) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp04.jpg);
}

.showroom-hero__bg:nth-of-type(5) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp05.jpg);
}

.showroom-hero__bg:nth-of-type(6) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp06.jpg);
}

.showroom-hero__bg:nth-of-type(7) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp07.jpg);
}

.showroom-hero__bg:nth-of-type(8) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp08.jpg);
}

.showroom-hero__bg:nth-of-type(9) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp09.jpg);
}

.showroom-hero__bg:nth-of-type(10) .showroom-hero__img {
	background-image: url(../img/showroom/nagoya/hero/slide-sp010.jpg);
}

.showroom-hero__bg:nth-of-type(1) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp01.jpg);
}

.showroom-hero__bg:nth-of-type(2) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp02.jpg);
}

.showroom-hero__bg:nth-of-type(3) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp03.jpg);
}

.showroom-hero__bg:nth-of-type(4) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp04.jpg);
}

.showroom-hero__bg:nth-of-type(5) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp05.jpg);
}

.showroom-hero__bg:nth-of-type(6) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp06.jpg);
}

.showroom-hero__bg:nth-of-type(7) .showroom-hero__img.-yokohama {
	background-image: url(../img/showroom/yokohama/hero/slide-sp07.jpg);
}

.showroom-hero__img.-ginza {
	background-image: url(../img/showroom/ginza/hero/slide-sp01.jpg) !important;
}

.showroom-hero__bg {
	height: 104.1666666667vw;
	top: 0;
	transform: translate(-50%, 0%);
}

.showroom-hero__img {
	background-position: top center;
}

.showroom-hero__overlay {
	padding: 0 3.90625vw 13.0208333333vw;
	background: linear-gradient(0deg, #000 63%, rgba(0, 0, 0, 0.8) 73%, rgba(0, 0, 0, 0));
}

.showroom-hero__copy {
	font-size: 3.90625vw;
}

.showroom-hero__name {
	display: block;
	text-align: center;
	margin-top: 5.2083333333vw;
}

.showroom-hero__name span {
	display: block;
	font-size: 8.0729166667vw;
	border-left: 0;
	border-top: solid 1px #fff;
	padding-top: 3.90625vw;
	margin-top: 3.90625vw;
	margin-left: 0;
	padding-left: 0;
}

.showroom-hero__name img {
	width: 39.7135416667vw;
}

.showroom-hero__info {
	margin-top: 7.8125vw;
	font-size: 3.90625vw;
	line-height: 7.1614583333vw;
	text-align: center;
}

.showroom-hero__access {
	font-size: 3.90625vw;
	margin-top: 7.8125vw;
	padding: 3.90625vw 10.15625vw;
}

.showroom-menu {
	padding: 2.6041666667vw;
}

.showroom-menu__items {
	flex-wrap: wrap;
}

.showroom-menu__item {
	flex-basis: 50%;
}

.showroom-menu__item:nth-child(odd) a {
	border-left: solid 1px #717171;
}

.showroom-menu__item:last-child a {
	border-bottom: solid 1px #717171;
}

.showroom-menu__item.-ginza {
	border-bottom: solid 1px #717171;
}

.showroom-menu__item a {
	font-size: 3.2552083333vw;
	padding: 2.0833333333vw 0;
	border-bottom: none;
}

.showroom-menu__item i {
	margin-top: 1.3020833333vw;
}

.showroom-about__ginza {
	background-image: none;
}

.showroom-about__inner {
	margin-top: 10.4166666667vw;
	flex-direction: column-reverse;
}

.showroom-about__info {
	padding-right: 0;
}

.showroom-about__des.-ginza {
	margin: 0 calc(50% - 50vw);
	background: url(../img/showroom/ginza/about/bg-sp.png) no-repeat bottom center/100%;
	padding-bottom: 134.1145833333vw;
}

.showroom-about__des.-ginza p {
	padding: 0 7.8125vw;
}

.showroom-about__des {
	font-size: 3.6458333333vw;
	margin-top: 7.8125vw;
}

.showroom-about__btns.-ginza {
	width: 100%;
}

.showroom-about__btns {
	margin-top: 10.4166666667vw;
	display: block;
}

.showroom-about__btn {
	padding: 4.5572916667vw 0;
	font-size: 4.1666666667vw;
}

.showroom-about__btn+.showroom-about__btn {
	margin-top: 3.2552083333vw;
}

.showroom-about__btn i {
	margin-left: 3.90625vw;
}

.showroom-about__slider {
	position: relative;
	left: -7.8125vw;
	width: 100vw;
}

.showroom-belt {
	padding-top: 16.9270833333vw;
}

.showroom-belt__img {
	margin-top: 10.4166666667vw;
}

.showroom-youtube figure {
	margin: 0 calc(50% - 50vw);
	width: 100%;
	margin-top: 10.4166666667vw;
}

.showroom-youtube iframe {
	width: 100%;
	height: 56.640625vw;
	margin-top: 0;
}

.showroom-youtube figcaption {
	font-size: 3.90625vw;
	margin-top: 5.2083333333vw;
	line-height: 1.5;
}

.showroom-voice {
	display: block;
	margin-top: 10.4166666667vw;
}

.showroom-voice__item.-first {
	padding-left: 0px;
}

.showroom-voice__item.-last {
	padding-right: 0px;
}

.showroom-voice__item {
	margin-bottom: 0;
}

.showroom-voice__item+.showroom-voice__item {
	margin-top: 9.1145833333vw;
}

.showroom-voice__title {
	font-size: 4.6875vw;
}

.showroom-voice__text {
	font-size: 3.6458333333vw;
	margin-top: 3.90625vw;
}

.showroom-voice__user {
	font-size: 3.6458333333vw;
	margin-top: 5.2083333333vw;
}

.showroom-flow__lead {
	font-size: 3.90625vw;
	margin-top: 8.4635416667vw;
}

.showroom-flow__list {
	display: block;
	margin-top: 7.8125vw;
}

.showroom-flow__step {
	display: flex;
}

.showroom-flow__step:nth-child(1)::after,
.showroom-flow__step:nth-child(2)::after {
	border-left: 3.2552083333vw solid rgba(0,0,0,0);
	border-right: 3.2552083333vw solid rgba(0,0,0,0);
	border-bottom: 5.2083333333vw solid rgba(0,0,0,0);
	border-top: 5.2083333333vw solid #d2d2d2;
	right: auto;
	left: 50%;
	top: auto;
	bottom: -10.4166666667vw;
	transform: translateX(-50%);
}

.showroom-flow__step:nth-child(1),
.showroom-flow__step:nth-child(2) {
	margin-bottom: 5.2083333333vw;
}

.showroom-flow__img {
	flex: 0 0 31.25vw;
}

.showroom-flow__text {
	padding: 3.90625vw 6.5104166667vw;
	text-align: left;
}

.showroom-flow__text span {
	font-size: 5.2083333333vw;
}

.showroom-flow__text p {
	font-size: 3.6458333333vw;
	margin-top: 2.6041666667vw;
}

.showroom-flow__hour {
	font-size: 3.90625vw;
	margin-top: 8.4635416667vw;
	padding: 5.2083333333vw;
	line-height: 6.25vw;
}

.showroom-infomation {
	margin-top: 10.4166666667vw;
}

.showroom-infomation__top {
	flex-direction: column-reverse;
}

.showroom-infomation__address {
	padding: 13.0208333333vw 7.8125vw;
}

.showroom-infomation__name {
	display: block;
	margin-bottom: 13.0208333333vw;
	text-align: left;
}

.showroom-infomation__name img {
	margin-right: 0;
	width: 39.0625vw;
}

.showroom-infomation__name span {
	font-size: 7.2916666667vw;
	display: block;
	margin-top: 3.90625vw;
}

.showroom-infomation__text:not(:first-of-type) {
	margin-top: 5.2083333333vw;
	padding-top: 5.2083333333vw;
}

.showroom-infomation__text {
	font-size: 3.90625vw;
	line-height: 7.5520833333vw;
}

.showroom-infomation__text small {
	font-size: 3.90625vw;
}

.showroom-infomation__img div {
	padding-top: 74.8697916667vw;
}

.showroom-infomation__bottom {
	display: block;
	padding: 10.4166666667vw 7.8125vw;
}

.showroom-infomation__bottom-headline {
	font-size: 4.1666666667vw;
	padding-right: 0;
}

.showroom-infomation__case {
	padding-left: 0;
	display: block;
	margin-top: 6.5104166667vw;
	border-left: none;
}

.showroom-infomation__case.-yokohama li {
	font-size: 3.6458333333vw;
}

.showroom-infomation__case li:nth-child(1),
.showroom-infomation__case li:nth-child(2),
.showroom-infomation__case li:nth-child(3) {
	margin-top: 2.6041666667vw;
}

.showroom-infomation__case li {
	font-size: 3.6458333333vw;
	margin-top: 2.6041666667vw;
}

.showroom-infomation__map iframe {
	height: 100vw;
}

.showroom-infomation__maplink a {
	font-size: 3.6458333333vw;
}

.showroom-access {
	padding: 7.8125vw;
	display: block;
}

.showroom-access__train {
	padding: 0;
	margin-bottom: 10.4166666667vw;
}

.showroom-access__car {
	padding: 0;
	margin-bottom: 10.4166666667vw;
}

.showroom-access__root.-yokohama {
	margin-top: 9.1145833333vw;
}

.showroom-access__root.-nagoya {
	margin-top: 9.1145833333vw;
}

.showroom-access__root-title {
	font-size: 4.4270833333vw;
	margin-bottom: 5.2083333333vw;
}

.showroom-access__explain-title {
	font-size: 4.4270833333vw;
}

.showroom-access__explain-title img {
	height: 6.5104166667vw;
	margin-right: 5.2083333333vw;
}

.showroom-access__explain-des {
	font-size: 3.90625vw;
	margin-top: 4.5572916667vw;
}

.showroom-access__attention {
	font-size: 3.2552083333vw;
	margin-top: 1.953125vw;
}

.showroom-facility__item {
	flex-basis: 25%;
	margin: 3.90625vw 0 0;
	padding: 0 1.3020833333vw;
}

.showroom-facility__item img {
	height: 11.0677083333vw;
}

.showroom-facility__item figcaption {
	height: 3.2552083333vw;
	margin-top: 3.90625vw;
	font-size: 3.3854166667vw;
	line-height: 1.5;
}

.taishin-hero {
	height: 65.1041666667vw;
	background-image: url(../img/taishin/hero-sp.jpg);
	margin-bottom: 15.625vw;
}

.taishin-hero__title {
	bottom: -10.4166666667vw;
	left: -7.8125vw;
}

.taishin-hero__title h1 {
	height: 19.53125vw;
	width: 59.8958333333vw;
	font-size: 5.2083333333vw;
	line-height: 7.8125vw;
}

.taishin-section {
	padding: 13.0208333333vw 0;
}

.taishin-headline.-sp-center {
	text-align: center;
}

.taishin-headline {
	font-size: 6.25vw;
	line-height: 8.984375vw;
	margin-bottom: 9.1145833333vw;
}

.taishin-headline-border {
	font-size: 4.1666666667vw;
	padding-bottom: 3.2552083333vw;
	margin-bottom: 4.5572916667vw;
}

.taishin-headline-border.-prevention {
	margin-top: 6.5104166667vw;
}

.belt .belt__bg.-taishin01 {
	background-image: url(../img/taishin/belt__bg01-sp.jpg);
}

.taishin-data {
	display: block;
	margin-top: 10.4166666667vw;
}

.taishin-data__box {
	margin: 0 0 10.4166666667vw;
}

.taishin-data__box:last-of-type {
	margin-bottom: 0;
}

.taishin-data__box .taishin-data__img {
	width: 59.8958333333vw;
	margin: auto;
	display: block;
}

.taishin-prevention {
	flex-direction: column-reverse;
}

.taishin-prevention.-sp {
	display: block;
}

.taishin-prevention.-pc {
	display: none;
}

.taishin-prevention__text {
	word-break: inherit;
	padding-right: 0;
}

.taishin-prevention__img {
	margin: 10.4166666667vw auto 10.4166666667vw;
	width: 58.59375vw;
	display: block;
}

.taishin-prevention__img:last-of-type {
	width: 100%;
	margin-bottom: 0;
}

.taishin-point__headline {
	padding: 6.5104166667vw 0;
}

.taishin-point__headline h3 {
	font-size: 5.9895833333vw;
}

.taishin-point__num {
	font-size: 3.3854166667vw;
	margin-right: 3.90625vw;
}

.taishin-point__num span {
	width: 26.0416666667vw;
	height: 6.5104166667vw;
}

.taishin-point__row {
	display: block;
}

.taishin-point__row.-two {
	margin-top: 6.5104166667vw;
}

.taishin-point__row.-three {
	margin-top: 6.5104166667vw;
}

.taishin-point__column.-three {
	margin-bottom: 13.0208333333vw;
}

.taishin-point__column.-three:last-of-type {
	margin-bottom: 0;
}

.taishin-point__column {
	margin: 0 0 10.4166666667vw;
}

.taishin-point__column h4 {
	margin: 6.5104166667vw 0;
	font-size: 4.6875vw;
}

.taishin-point__img {
	margin-bottom: 10.4166666667vw;
}

.taishin-point__description {
	margin-top: 6.5104166667vw;
}

.taishin-close {
	padding-top: 67.7083333333vw;
	margin-bottom: 19.53125vw;
}

.taishin-close__content {
	padding-top: 10.4166666667vw;
}

.container {
	padding: 0 7.8125vw;
}

.container.-showroom {
	padding: 0px;
}

.container-large {
	padding: 0 7.8125vw;
}

.header-sp__head {
	height: 14.3229166667vw;
	padding: 0 4.9479166667vw;
}

.header-sp__logo {
	width: 26.6927083333vw;
}

.header-sp__body {
	padding: 14.3229166667vw 7.8125vw 10.4166666667vw;
}

.hamburger {
	width: 11.0677083333vw;
	height: 14.3229166667vw;
}

.hamburger__line {
	width: 11.0677083333vw;
	top: -7px;
}

.hamburger__line::before {
	top: -1.3020833333vw;
}

.hamburger__line::after {
	top: 1.3020833333vw;
}

.hamburger__jp {
	font-size: 2.6041666667vw;
	bottom: 7px;
}

}

@media (max-width: 768px) {

.belt {
	height: 78.125vw;
}

.belt.-architectural {
	height: 54.6875vw;
}

.belt {
	height: 78.125vw;
}

.belt {
	height: 78.125vw;
}

.belt {
	height: 78.125vw;
}

}

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

.about-solution__img {
	margin: 13.0208333333vw 0;
}

.about-solution__img {
	margin: 13.0208333333vw 0;
}

}

@keyframes fadein-animation {

100% {
	opacity: 1;
	transform: translate(0px, 0px);
}

}

@keyframes fadeup {

from {
	transform: translate(-50%, 0%);
	opacity: 0;
	visibility: hidden;
}

to {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

}

@keyframes loop {

0% {
	transform: translateX(100%);
}

to {
	transform: translateX(-100%);
}

}

@keyframes loop2 {

0% {
	transform: translateX(0);
}

to {
	transform: translateX(-200%);
}

}

@keyframes slideIn {

from {
	opacity: 0;
	transform: translateX(100%);
}

to {
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes fadeIn {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

