@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #121212;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
	overflow: auto;
}
.hamopen {
	overflow: hidden;
	width: 100vw;
	height: 100vh;
}
a {
	text-decoration: none;
	transition: .4s;
}
a:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
/* section */
main section {
	padding: 110px 0;
	position: relative;
}
@media (max-width: 550px) {
	main section {
		padding: 60px 0;
	}
}
.inner {
	width: 89%;
	max-width: 1200px;
	margin: 0 auto;
}
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 20px !important;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
/*marker*/
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
/* 見出し01 */
.maintitle {
	margin-bottom: 45px;
	position: relative;
	text-align: center;
	line-height: 0.5;
	font-size: clamp(1.7rem, -0.425rem + 6.8vw, 3.4rem);
	font-weight: 400;
}
.maintitle .mf {
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	color: #00ff00;
}
.maintitle .sf {
	font-size: 31%;
	line-height: 1.6;
	display: inline-block;
}
.maintitle .sf br {
	display: none;
}
.txtmgb {
	margin-bottom: 40px !important;
}
/**/
.maintitle.mtleft {
	text-align: left;
}
.maintitle.mtleft .sf {
	position: relative;
	padding-left: 47px;
}
.maintitle.mtleft .sf::before {
	background: #fff;
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	width: 35px;
	height: 1px;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.maintitle.mtleft.spcenter .sf {
		padding-left: 0;
	}
	.maintitle.mtleft.spcenter .sf::before {
		content: none;
	}
}
@media (max-width: 550px) {
	.maintitle .sf br {
		display: inline-block;
	}
	.maintitle .sf {
		font-size: 46%;
		margin-top: 8px;
	}
	.txtmgb {
		margin-bottom: 30px !important;
	}
	.maintitle {
		line-height: 0.75;
		margin-bottom: 45px;
	}
}
/*deco*/
.deco {
	position: relative;
}
.deco::before {
	content: '';
	display: block;
	width: 170px;
	height: 53px;
	background-image: url(../img/_illust/title.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: -60px auto 30px;
	opacity: 0.6;
}
@media (max-width: 550px) {
	.deco::before {
		width: 87px;
		height: 27px;
		margin: -30px auto 15px;
	}
}
/* 見出し02 */
.mtitle {
	font-weight: 400;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	margin-bottom: 15px;
	padding: 7px;
	padding-left: 13px;
	background: #00ff00;
	color: #fff;
	border-left: 6px solid #00ff00;
	position: relative;
}
@media (max-width: 550px) {
	.mtitle {
		padding-left: 10px;
		margin-bottom: 10px;
	}
}
/* 見出し03 */
.stitle {
	font-weight: 400;
	position: relative;
	font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
	margin-bottom: 20px;
	padding: 8px;
	line-height: 1.7;
	border-bottom: 3px double rgba(209, 174, 107, 0.3);
	border-top: 3px double rgba(209, 174, 107, 0.3);
}
.stitle::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.3;
	pointer-events: none;
	filter: invert(100%) sepia(29%) saturate(5204%) hue-rotate(311deg) brightness(91%) contrast(79%);
	background: url(../img/_illust/t_right.svg), url(../img/_illust/t_left.svg);
	background-repeat: no-repeat;
	background-position: center right, center left;
	background-size: 20px;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/* ボタン */
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 20px 0;
	display: inline-block;
	width: 275px;
	text-align: center;
	z-index: 1;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	transition: all .4s;
}
section .mainbtn a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #00ff00, #32a852, #26823e);
	background-size: 200% 200%;
	animation: bggradient 12s ease infinite;
	z-index: -1;
	transition: all .4s;
}
@keyframes bggradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
section .mainbtn a:hover::after {
	opacity: 0.6;
}
section .mainbtn a::before {
	content: url(../img/_illust/deco.svg);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	height: 28px;
	width: 16px;
	filter: brightness(0) invert(1);
	transition: all .4s;
}
section .mainbtn a:hover::before {
	right: 5px;
}
/**/
.tbtn {
	margin-top: 35px;
}
@media (max-width: 550px) {
	.mainbtn a {
		width: 220px;
		padding: 13px;
	}
}
/* flex要素 ===============*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aic {
	align-items: center;
}
.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
	.spmgb {
		margin-bottom: 35px;
	}
}
/**/
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 47.5%;
}
.w43 {
	width: 43%;
}
.w32 {
	width: 32%;
}
/* アニメーション ==========*/
.maintitle {
	opacity: 0;
	transform: translateY(70px);
	transition: opacity 0.45s, transform 0.8s;
	transition-delay: 0.3s;
}
.maintitle.inview {
	opacity: 1;
	transform: translateY(0);
}
/* flowup */
.flowup {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.85s, transform 0.7s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
/* img */
.imgup {
	position: relative;
	overflow: hidden;
}
.imgup img {
	transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.1s;
	transition-delay: 0.3s;
}
.imgup.inview img {
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
/*delay*/
.delay01 {
	transition-delay: 0.55s !important;
}
.delay02 {
	transition-delay: 0.65s !important;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s !important;
	}
}
/* background ============*/
.bg_gray {
	position: relative;
}
.bg_gray::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #1c1c1c;
	z-index: -100;
	opacity: 0.45;
}
/* illust ==============================*/
.bg01::before, .bg02::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-position: top 8px right 8px, bottom 8px left 8px !important;
	background-size: 80px !important;
	z-index: 1;
	opacity: 0.4;
	pointer-events: none;
}
.bg01::before {
	background: url(../img/_illust/bg01a.svg), url(../img/_illust/bg01b.svg);
}
.bg02::before {
	background: url(../img/_illust/bg02a.svg), url(../img/_illust/bg02b.svg);
}
@media (max-width: 750px) {
	.bg01::before, .bg02::before {
		background-position: top 4px right 4px, bottom 4px left 4px !important;
		background-size: 40px !important;
	}
}
.bg03::before, .bg04::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-position: top 4px right 4px, bottom 4px left 4px !important;
	background-size: 8% !important;
	z-index: 1;
	opacity: 0.4;
	pointer-events: none;
}
.bg03::before {
	background: url(../img/_illust/bg03a.svg), url(../img/_illust/bg03b.svg);
}
.bg04::before {
	background: url(../img/_illust/bg04a.svg), url(../img/_illust/bg04b.svg);
}
@media (max-width: 750px) {
	.bg03::before, .bg04::before {
		background-size: 80px !important;
	}
}
/* イラスト 反転 */
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/* header ================================= */
.header_sticky {
	transition: .5s;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #121212;
}
.header {
	padding: 15px 5px 17px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 97%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* logo */
.header h1 {
	transition: .3s;
	line-height: 1;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header_title {
	width: 290px;
	transition: .3s;
}
/* menu */
.header_inner, .hnav {
	max-width: 1500px;
	margin: auto;
}
.hnav {
	margin-top: 18px;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	width: calc(100% / 6);
	position: relative;
	line-height: 1.6;
}
.header ul li + li {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	line-height: 1.35;
	font-size: 0.9rem;
	color: #fff;
	padding: 5px 0;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 130%;
	text-transform: uppercase;
	color: #00ff00;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
/* TEL Icons */
.header_item {
	display: flex;
	align-items: center;
}
.header_item > div {
	margin: 0 3px;
}
.header_item .mainbtn a {
	width: 190px;
	line-height: 1;
	padding: 13px;
	font-size: 0.9rem;
}
/*tel*/
.tel {
	font-size: 1.55rem;
	margin-right: 7px !important;
}
.tel a {
	color: #fff;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 85%;
	color: #00ff00;
}
/* icons */
.ficons {
	display: flex;
	width: fit-content !important;
	margin: auto;
}
.ficons div {
	margin: 0 5px;
	width: fit-content !important;
}
.ficons a {
	font-size: 1.65rem;
	color: #00ff00;
}
.ficons a .fa-line {
	font-size: 95%;
	position: relative;
	top: -1px;
}
.ficons a:hover {
	opacity: 0.6;
}
/* hamburger ================================= */
.header__inner {
	display: none;
}
.hamburger {
	position: fixed;
	display: block;
	height: 33px;
	top: 25px;
	right: 12px;
	z-index: 9999;
	width: 60px;
	border: none;
	background-color: transparent;
}
.hamburger.-active .hamburger__line {
	background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
	top: 0;
	transform: rotate(45deg);
	background-color: #00ff00 !important;
}
.hamburger.-active .hamburger__line::after {
	top: 0;
	transform: rotate(-45deg);
	background-color: #00ff00 !important;
}
.hamburger__line {
	display: block;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
	background-color: #00ff00;
}
.hamburger__line:before {
	top: -7.5px;
}
.hamburger__line:after {
	top: 7.5px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 0.6rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-left: 3px;
	color: #00ff00;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
	position: relative;
	bottom: -9px;
	color: #00ff00 !important;
}
*/
.header__nav-area {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100vh; /* fallback */
	height: calc(var(--vh, 1vh) * 100);
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
.header__nav-area::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.75;
	z-index: -1;
}
.header__nav-area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/hamburger.webp);
	background-size: cover;
	background-position: center;
	z-index: -2;
	filter: grayscale(95%);
}
.header__nav-area.-active {
	opacity: 1;
	visibility: visible;
}
.global-navigation {
	margin: auto;
	height: fit-content;
	width: 85%;
}
.global-navigation__list {
	margin-bottom: 15px;
}
.global-navigation__list > li {
	margin: 3px 0;
	font-size: 0.95rem;
	transition: .35s;
	line-height: 1.75;
	display: block;
	padding: 7px 0;
}
.global-navigation__list a {
	color: #fff;
}
.global-navigation__list a:hover {
	opacity: 0.6;
}
.global-navigation__list > li a {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.global-navigation__list > li a span {
	display: block;
	font-size: 145%;
	color: #00ff00;
	transition: all .3s;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
/*btn*/
.global-navigation .mainbtn {
	margin-bottom: 5px;
}
.global-navigation .mainbtn a {
	font-size: 1.1rem;
}
.global-navigation .mainbtn.telbtn a {
	background: #00ff00;
	color: #fff;
}
.global-navigation .mainbtn.telbtn a:hover {
	background: #fff;
	color: #00ff00;
}
/* animation */
.header__nav-area {
	overflow-x: hidden;
}
.header__nav-area ul li {
	transform: translateX(200px);
	opacity: 0;
}
.header__nav-area .mainbtn, .header__nav-area .ficons {
	transform: translateX(200px);
	opacity: 0;
}
.header__nav-area.-active ul li {
	transform: translateX(0);
	transition: 1.6s ease, opacity 2.6s ease;
	opacity: 1;
}
.header__nav-area.-active .mainbtn, .header__nav-area.-active .ficons {
	transform: translateX(0);
	transition: 1.6s ease, opacity 2.6s ease;
	opacity: 1;
}
.header__nav-area.-active ul li:nth-child(2) {
	transition-delay: 0.15s;
}
.header__nav-area.-active ul li:nth-child(3) {
	transition-delay: 0.3s;
}
.header__nav-area.-active ul li:nth-child(4) {
	transition-delay: 0.45s;
}
.header__nav-area.-active ul li:nth-child(5) {
	transition-delay: 0.6s;
}
.header__nav-area.-active ul li:nth-child(6) {
	transition-delay: 0.75s;
}
.header__nav-area.-active .mainbtn, .header__nav-area.-active .ficons {
	transition-delay: 0.45s;
}
@media (max-width: 1235px) {
	.header_sticky {
		position: fixed;
	}
	.header_nav, .hnav {
		display: none;
	}
	.header__inner {
		display: block;
	}
	.header {
		padding: 22px 17px;
	}
	.header_inner {
		width: 100%;
	}
	.header_title {
		width: 260px;
	}
}
@media (max-width: 550px) {
	.hamburger {
		top: 12px;
		right: 4.5px;
	}
	.header_title {
		width: 180px;
	}
	.header {
		padding: 17px 12px 13px;
	}
	.global-navigation__list > li {
		font-size: 0.8rem;
		padding: 4px 0;
	}
	.global-navigation .mainbtn a {
		font-size: 0.85rem !important;
		width: 80%;
		max-width: 185px;
	}
	.header__nav-area .ficons a {
		font-size: 1.2rem;
	}
	.header__nav-area .ficons div {
		margin: 0 4px;
	}
}
/* footer ================================*/
.f_fixed_bg {
	position: relative;
}
.f_fixed_bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.75;
	z-index: -2;
}
.f_fixed_bg::before {
	content: '';
	background: url(../img/footer.webp);
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
	filter: grayscale(90%);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .f_fixed_bg::before {
	background-attachment: scroll;
}
/**/
.footer_contact {
	position: relative;
	padding: 90px 0 100px;
	overflow: hidden;
}
.footer_contact .inner {
	max-width: 1000px;
}
.footer_contact, .footer_contact .maintitle span {
	color: #fff;
}
.footer_contact .maintitle {
	margin-bottom: 40px;
}
.footer_contact .maintitle::before {
	content: none;
}
.ctext {
	margin-bottom: 37px;
	font-size: 115%;
	text-align: center;
}
/* btn */
.footer_contact .btn {
	text-align: center;
	width: 32%;
}
.footer_contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	width: 100%;
	color: #fff;
	padding: 19px 5px;
	font-size: 1.25rem;
	white-space: nowrap;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.5);
}
.footer_contact .btn a i {
	margin-right: 8px;
}
.footer_contact .btn a span {
	width: 100%;
	font-size: 67%;
}
.footer_contact .btn a:hover {
	border: 2px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}
.fax {
	pointer-events: none;
}
@media (max-width: 1085px) {
	.footer_contact .btn a {
		font-size: 1.8vw;
	}
}
@media (max-width: 750px) {
	.f_fixed_bg::after {
		opacity: 0.6;
	}
	.f_fixed_bg::before {
		content: none;
	}
	.footer_contact::before {
		content: '';
		background: url(../img/footer.webp);
		background-size: cover;
		background-position: 37% 10%;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -2;
		filter: grayscale(90%);
	}
	.ctext {
		text-align: left;
		margin-bottom: 27px;
		font-size: 100%;
	}
	.footer_contact {
		padding: 55px 0;
	}
	.footer_contact .flexbox {
		max-width: 400px;
		margin: auto;
	}
	.footer_contact .btn {
		margin-bottom: 8px;
		width: 100%;
		height: auto;
	}
	.footer_contact .btn:last-child {
		margin-bottom: 0 !important;
	}
	.footer_contact .btn a {
		font-size: 1.05rem;
		padding: 18px 5px;
	}
}
/* address */
.f_black_bg {
	position: relative;
}
.f_black_bg::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	pointer-events: none;
	z-index: -1;
}
.f_black_bg::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: -1;
}
.footer_address .flexbox {
	max-width: 850px;
	margin: auto;
}
.footer_address {
	position: relative;
	text-align: center;
	padding: 65px 0 60px;
}
.footer_address h3 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 330px;
	margin: auto;
	margin-bottom: 20px;
}
.footer_address h3 a {
	display: block;
}
.footer_address h3 a:first-child {
	width: 40%;
}
.footer_address h3 a:last-child {
	width: 52%;
	filter: brightness(0) invert(1);
}
.footer_address h3 a:hover {
	opacity: 0.6;
}
.footer_address img {
	width: 100%;
}
.footer_address p {
	line-height: 1.75;
}
.footer_address p:last-child {
	margin-bottom: 0 !important;
}
.footer_address p span {
	display: inline-block;
}
@media (max-width: 750px) {
	.footer_address p {
		font-size: 95%;
	}
	.f_black_bg::after {
		content: none;
	}
	.f_black_bg::before {
		opacity: 1;
	}
}
@media (max-width: 550px) {
	.footer_address h3 {
		max-width: 190px;
		margin-bottom: 17px;
	}
	.footer_address p {
		font-size: 0.77rem;
		text-align: center;
	}
	.footer_address {
		padding: 40px 0;
	}
}
/* copyright */
.copyright {
	text-align: center;
	padding: 15px 0px 27px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 565px) {
	.copyright {
		font-size: 0.73rem;
		padding: 12px 0px 19px;
	}
}
/*ページ上に戻るボタン*/
.mixblend {
	mix-blend-mode: difference;
}
.go_top {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 79;
	color: #fff;
	font-size: 0.95rem;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	writing-mode: vertical-rl;
	padding-top: 50px;
}
.go_top::before {
	background-color: #fff;
	position: absolute;
	content: "";
	top: 0;
	left: 49%;
	transform: translateX(-50%);
	width: 1px;
	height: 40px;
}
.go_top:hover {
	opacity: 0.6;
}
@media (max-width:550px) {
	.go_top {
		right: 9px;
		font-size: 0.7rem;
		padding-top: 37px;
	}
	.go_top::before {
		height: 30px;
	}
}
/* ローディング風 =============================*/
.start {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: #121212;
	background-size: cover;
	background-position: center;
}
.start div {
	width: 270px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}
.start div img, .start div svg {
	width: 100%;
	height: 100%;
}
.start div svg {
	position: relative;
	top: 3px;
	filter: brightness(0) invert(1);
}
.logo_anim {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: logoanim 2.5s ease 1.1s normal both;
}
@keyframes logoanim {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.logo_anim_line {
	animation: logoanim_line 2.5s ease 1.1s normal both;
}
@keyframes logoanim_line {
	0% {
		opacity: 1;
	}
	77% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 1090px) {
	.start div {
		width: 28vw;
	}
}
@media (max-width: 500px) {
	.start div {
		width: 45vw;
	}
}
/* スライド =====================================*/
.top_black_bg {
	background: #121212;
}
.topslide {
	overflow: hidden;
	position: fixed;
	z-index: -9999;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: 1;
	opacity: 0.4;
}
/* img */
.slide_items {
	width: 100%;
	position: absolute;
	z-index: -9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 155px);
	object-fit: cover;
	min-height: 600px;
}
.slideimgheight {
	width: 100%;
	height: calc(100vh - 155px);
	position: relative;
	min-height: 600px;
}
/* text */
.slide_text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 4%;
	font-size: 3.2rem;
	color: #fff;
	z-index: 2;
	line-height: 1.4;
	letter-spacing: 0;
	white-space: nowrap;
}
.slide_text p {
	margin-bottom: 0;
}
.slide_text span {
	display: block;
	font-size: 50%;
	text-shadow: none;
	font-family: "Satisfy", cursive;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
	padding-left: 2%;
}
@media (max-width: 1235px) {
	.slide_items img, .slideimgheight {
		height: 100vh;
		min-height: auto;
	}
}
@media (max-width: 800px) {
	.slide_text {
		font-size: 2.5rem;
	}
}
@media (max-width: 620px) {
	.slide_text {
		font-size: 7vw;
	}
	.slide_items img, .slideimgheight {
		height: calc(100vh - 55px);
	}
}
/*スクロールダウン全体の場所*/
.scrolldown {
	opacity: 0.6;
	z-index: 2;
	position: absolute;
	bottom: 20px;
	right: 65px;
	transform: scale(0.8);
}
/*Scrollテキストの描写*/
.scrolldown span {
	position: absolute;
	left: 5px;
	bottom: 155px;
	color: #fff;
	font-size: 0.65rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	writing-mode: vertical-rl;
	font-family: "Inter", sans-serif;
	font-weight: 700;
}
/* 線の描写 */
.scrolldown:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 200px;
	background: #fff;
}
/* 丸の描写 */
.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #00ff00;
	animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
}
@keyframes circlemove {
	0% {
		bottom: 195px;
	}
	100% {
		bottom: -5px;
	}
}
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 1170px) {
	.scrolldown {
		bottom: 15px;
		right: 35px;
	}
}
@media (max-width: 710px) {
	.scrolldown {
		right: 23px;
		transform: scale(0.5);
	}
}
/* 新着情報　=====================================================*/
.top_black_bg.bg_gray {
	background: #1c1c1c;
}
.news {
	padding: 65px 0 70px;
}
.news .tbtn {
	margin-top: 10px;
}
.newstitle {
	height: fit-content;
	width: 150px;
	margin-top: 30px;
	white-space: nowrap;
}
.newsl {
	width: calc(100% - 150px);
}
.newsBox {
	position: relative;
	background: #121212;
	padding: 40px;
}
@media (max-width: 750px) {
	.news {
		padding: 65px 0 75px;
	}
	.newsBox {
		padding: 30px 10px;
	}
	.news .tbtn {
		margin-top: 20px;
	}
	.newstitle {
		margin-top: 0;
	}
	.news .maintitle {
		margin-bottom: 20px;
	}
}
@media (max-width: 550px) {
	.news {
		padding: 55px 0 65px;
	}
}
/* 特徴　===========================================================*/
.features .inner {
	max-width: 1580px;
}
.feaBox {
	position: relative;
	width: 32%;
	padding: 20px;
	background: #1c1c1c;
}
.feaBox .imgup {
	margin-bottom: 15px;
}
.feaBox h3, .feaBox p {
	position: relative;
	z-index: 1;
}
.feaBox h3 {
	font-size: clamp(1.1rem, 0.725rem + 1.2vw, 1.4rem);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	font-weight: 400;
	line-height: 1.5;
}
.feaBox h3 .point {
	text-align: center;
	margin-right: 15px;
	line-height: 1.2;
	color: #00ff00;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-size: 70%;
}
.feaBox h3 .point span {
	display: block;
	font-size: 190%;
	margin-left: 3px;
}
@media (max-width: 1250px) {
	.feaBox {
		width: 48.5%;
		margin-bottom: 30px;
	}
	.feaBox:last-child {
		margin: auto !important;
	}
}
@media (max-width: 850px) {
	.feaBox {
		width: 100%;
	}
}
@media (max-width: 550px) {
	.feaBox {
		padding: 15px;
		margin-bottom: 17px;
	}
}
/* カーコーティングのことなら　=========================================*/
.welcome .inner {
	width: 100%;
	max-width: 95%;
}
/*背景*/
.welcome::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.75;
	z-index: -1;
}
.welcome::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/welcome.webp);
	background-size: cover;
	background-position: center;
	z-index: -2;
	filter: grayscale(90%);
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .welcome::after {
	background-attachment: scroll;
}
/*img*/
.w_img {
	width: 45%;
}
.two_imgs {
	width: 53%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.two_imgs .imgup {
	width: 48%;
}
.two_imgs .imgup:first-child {
	margin-top: -10%;
}
.two_imgs .imgup:last-child {
	margin-bottom: -10%;
}
/*text*/
.wtext {
	max-width: 945px;
	width: 89%;
	margin: auto;
	margin-bottom: 75px;
}
.wtext p {
	margin-bottom: 20px;
}
.wtext p:last-child {
	margin-bottom: 0;
}
@media (max-width: 750px) {
	.welcome {
		padding-top: 0;
	}
	.welcome .inner {
		max-width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.welcome::before {
		background: linear-gradient(to bottom, #2a2a2a, #000);
	}
	.welcome::after {
		background-attachment: scroll;
	}
	.wtext {
		margin-top: 50px;
		margin-bottom: 0;
	}
	.two_imgs {
		margin-top: 4%;
	}
	.two_imgs .imgup:first-child {
		margin-top: 0;
	}
	.two_imgs .imgup:last-child {
		margin-bottom: -5%;
	}
}
/* 施工実績　========================================================*/
.works {
	padding: 0 !important;
	color: #fff;
}
.partimg img {
	object-fit: cover;
	width: 100%;
	height: 610px;
}
.parttext {
	padding-right: 6%;
}
@media (max-width:1400px) {
	.partimg {
		width: 62%;
	}
	.parttext {
		width: 33%;
	}
}
@media (max-width:1165px) {
	.pinner .flexbox {
		display: block;
	}
	.pinner .flexbox div {
		width: 100%;
	}
	.parttext {
		width: 90% !important;
		margin: auto;
		padding: 35px 0 63px;
	}
	.partimg img {
		height: 100%;
	}
}
@media (max-width:750px) {
	.parttext {
		width: 90% !important;
		margin: auto;
		padding: 35px 0 63px;
	}
	.partimg img {
		height: auto;
	}
}
/*slider*/
.contents_slider div img {
	margin-bottom: 0 !important;
}
.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
	color: #fff;
	text-shadow: 0px 2.5px 3px rgb(0 0 0 / 20%), 0px -2.5px 3px rgb(0 0 0 / 15%);
	opacity: 1;
}
.contents_slider .slick-prev {
	left: 7px;
	z-index: 3 !important;
}
.contents_slider .slick-next {
	right: 7px;
	z-index: 3 !important;
}
@media (max-width:365px) {
	.contents_slider .slick-prev:before, .contents_slider .slick-next:before {
		font-size: 0.95rem;
	}
}
/* CONTENTS　======================================================*/
.contents .inner {
	max-width: 1400px;
}
/*背景*/
.contents::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	opacity: 0.9;
	z-index: -1;
}
.contents::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/contents.png);
	background-size: cover;
	background-position: center;
	z-index: -2;
	background-attachment: fixed;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .contents::after {
	background-attachment: scroll;
}
@media (max-width: 750px) {
	.contents::after {
		background-attachment: scroll;
	}
}
@media (max-width: 550px) {
	.contents .maintitle {
		margin-bottom: 35px;
	}
}
/* リンク */
.links {
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.links .link {
	width: 48.7%;
}
.link {
	overflow: hidden;
	position: relative;
}
.link a::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	z-index: 1;
	opacity: 0.4;
	pointer-events: none;
	transition: .8s;
}
.link a:hover::after {
	opacity: 0.13;
	transition: 1.1s;
}
/*
.link a::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	pointer-events: none;
	z-index: 1;
	opacity: 0.5;
}
.link a:hover::before {
	opacity: 1;
	transition: 1.1s;
}
*/
.link img {
	margin-bottom: 0 !important;
	transition: .8s;
}
.link img {
	object-fit: cover;
	width: 100%;
	height: 330px;
	transition: 0.8s all;
}
.link a:hover img {
	transform: scale(1.05);
}
.link h3 {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 1.7rem;
	line-height: 1.55;
	white-space: nowrap;
}
.link h3 span {
	font-size: 70%;
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
@media(max-width:1300px) {
	.link img {
		height: 25vw;
	}
}
@media(max-width:1100px) {
	.link h3 {
		font-size: 1.25rem;
	}
}
@media(max-width:750px) {
	.topmenu {
		padding-bottom: 0 !important;
	}
	.links {
		display: block;
	}
	.links .link {
		width: 100%;
		margin-bottom: 10px;
	}
	.links .link:last-child {
		margin-bottom: 0 !important;
	}
	.link img {
		height: 45vw;
	}
}
@media(max-width:550px) {
	.link h3 {
		font-size: 1.03rem;
	}
}
/* YouTube配信中　==================================================*/
.banner {
	padding: 100px 0;
}
.banner .inner {
	max-width: 1050px;
}
.bannerBox {
	position: relative;
	color: #fff;
	background: #1c1c1c;
	display: block;
	border: 4px double rgba(209, 174, 107, 0.7);
}
.bannerBox::before {
	opacity: 0.7;
}
.channel {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: #00ff00;
	font-family: "Satisfy", cursive;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
	font-size: 1.9rem;
	line-height: 1;
	white-space: nowrap;
}
/*text*/
.bntext {
	width: 40%;
	padding: 40px;
	padding-right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.bntext h2 {
	font-size: clamp(1.3rem, 0.8rem + 1.6vw, 1.7rem);
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}
/*deco*/
.bntext h2::before {
	content: '';
	display: block;
	width: 139px;
	height: 79px;
	background-image: url(../img/_illust/banner.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.25;
	z-index: -1;
}
@media (max-width: 550px) {
	.bntext h2::before {
		width: 97px;
		height: 55px;
	}
}
/*img*/
.bnimg {
	width: 60%;
	display: flex;
	clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bnimg img {
	transition: .8s all;
	height: 100%;
	object-fit: cover;
}
.bannerBox:hover img {
	transform: scale(1.05);
}
@media (max-width: 750px) {
	.channel {
		bottom: auto;
		top: 5px;
		right: auto;
		left: 4px;
		font-size: 0.9rem;
	}
	.bnimg {
		clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
	}
	.bntext {
		padding: 5px 20px 30px;
	}
}
@media (max-width: 550px) {
	.banner {
		padding: 50px 0;
	}
}
/* 下層ページトップ ===================================================================================================================*/
.fv {
	padding: 150px 0 120px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.fv::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/fv.webp);
	background-repeat: repeat !important;
	background-size: cover !important;
	background-position: 50% 30%;
	z-index: -2;
	filter: grayscale(90%);
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	opacity: 0.45;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.45rem, 0.2625rem + 3.8vw, 2.4rem);
	font-weight: 400;
	line-height: 1;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
}
.fv .inner::before {
	content: "quality detail garage";
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(4deg);
	font-family: "Satisfy", cursive;
	font-weight: 400;
	font-style: italic;
	text-transform: capitalize;
	font-size: 10rem;
	white-space: nowrap;
	color: #00ff00;
	opacity: 0.17;
	z-index: -1;
}
.inner.binner::before {
	content: none;
}
@media(max-width:1375px) {
	.fv .inner::before {
		font-size: 12vw;
	}
}
@media(max-width:1235px) {
	.fv {
		margin-top: 85px;
		padding: 80px 0 70px;
	}
}
@media(max-width:550px) {
	.fv::before {
		opacity: 0.55;
	}
	.fv {
		margin-top: 60px;
		padding: 45px 0 40px;
	}
	.fv h2 {
		margin-bottom: 15px !important;
	}
}
/* breadcrumb */
.binner {
	line-height: 1.6;
	width: 97%;
	font-size: 1.05rem;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 0.9rem;
	}
}
@media(max-width:550px) {
	.binner {
		font-size: 0.75rem;
	}
}
/* メニューページ ===================================================================================================================*/
.txttitle {
	font-size: 100%;
	font-weight: 400;
}
.detailing .inner {
	max-width: 1378px;
}
.dbox {
	background: #1c1c1c;
	padding: 40px;
	position: relative;
}
@media(max-width:550px) {
	.detailing {
		padding: 40px 0 45px;
	}
	.dbox {
		padding: 15px;
	}
}
/*img*/
.menuflex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.menuflex div:last-child {
	margin-top: -10px;
}
.menuflex div {
	width: 48%;
}
@media(max-width:750px) {
	.menuflex {
		margin-top: 30px;
		margin-bottom: 27px;
	}
	.menuflex div {
		width: 47%;
	}
}
/**/
.menus {
	position: relative;
}
.menus section .inner {
	max-width: 1500px;
	position: relative;
	z-index: 5;
}
.menus section:nth-child(2n) .flexbox {
	flex-direction: row-reverse;
}
.menus section::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: -1;
	opacity: 0.85;
}
.menus section:nth-child(2n+1)::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: -1;
	opacity: 0.75;
}
.menus section::before {
	content: "";
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: -2;
	filter: grayscale(100%);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .menus section::before {
	background-attachment: scroll;
}
.menu01::before {
	background-image: url(../img/menu01.webp);
}
.menu02::before {
	background-image: url(../img/menu02.webp);
}
.menu03::before {
	background-image: url(../img/menu03.webp);
}
.menu04::before {
	background-image: url(../img/menu04.webp);
}
@media (max-width: 750px) {
	.menus section::before {
		background-attachment: scroll;
	}
}
.menustop {
	max-width: 1083px;
	margin: auto;
	margin-bottom: 55px;
}
@media (max-width: 550px) {
	.menustop {
		margin-bottom: 35px;
	}
}
/* box */
.comparison {
	position: relative;
	padding: 30px 25px;
	overflow: hidden;
	border: 1px solid rgba(209, 174, 107, 0.15);
}
.comparison::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #121212;
	z-index: -1;
	opacity: 0.75;
}
.comparison .stitle {
	margin-bottom: 7px;
	font-size: clamp(1.15rem, 1.0875rem + 0.2vw, 1.2rem);
}
.comparison .mainbtn a {
	width: 100% !important;
	max-width: 320px !important;
}
.rating div {
	width: 100%;
}
.rating div h3 {
	font-size: 1.05rem;
	border-bottom: none;
	margin-bottom: 3px;
}
/* list star */
.rating {
	margin-bottom: 15px;
}
.rating li {
	position: relative;
	border-bottom: 1px dotted #fff;
	padding: 7px 0;
	display: flex;
	flex-wrap: wrap;
}
.star {
	margin-right: 15px;
}
.star i {
	content: url(../img/_illust/star.svg);
	margin-right: 3px;
	display: inline-block;
	width: clamp(1.1875rem, 0.7188rem + 1.5vw, 1.5625rem);
	height: 100%;
	/*filter: invert(49%) sepia(69%) saturate(2158%) hue-rotate(87deg) brightness(125%) contrast(121%);*/
	filter: invert(100%) sepia(29%) saturate(5204%) hue-rotate(311deg) brightness(91%) contrast(79%);
}
.star i.gray {
	filter: invert(32%) sepia(5%) saturate(3%) hue-rotate(355deg) brightness(93%) contrast(91%);
}
@media (max-width: 1665px) {
	.rating li .ib {
		width: 100%;
	}
}
/* list */
.criterion li {
	line-height: 1.7;
	padding-left: 20px;
	position: relative;
}
.criterion li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: lighter;
	display: inline-block;
	color: #00ff00;
	position: absolute;
	top: 0.3em;
	left: 0;
}
.criterion li span {
	font-size: 120%;
	margin-left: 10px;
}
/**/
.feemgt {
	margin-top: 35px;
}
.comparison .info_table tr:first-of-type {
	border-top: none;
}
.feenote {
	font-size: 90%;
	width: fit-content;
	margin-top: 10px;
	margin-left: auto;
}
@media (max-width: 550px) {
	.comparison .info_table tr:first-of-type th {
		padding-top: 0;
	}
	.comparison .info_table td {
		padding-top: 0;
		text-align: right;
	}
}
/*wax*/
.wax h3 {
	position: relative;
	font-weight: 400;
	margin-bottom: 7px;
	font-size: clamp(1.15rem, 1.0875rem + 0.2vw, 1.2rem);
	padding-left: 22px;
	border-bottom: 1px solid rgba(209, 174, 107, 0.3);
}
.wax h3::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.5;
	pointer-events: none;
	background: url(../img/_illust/deco.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 15px;
	filter: invert(100%) sepia(29%) saturate(5204%) hue-rotate(311deg) brightness(91%) contrast(79%);
}
.wax {
	margin-bottom: 25px;
}
.wax:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 850px) {
	.comparison .mainbtn a::before {
		content: none;
	}
}
@media (max-width: 550px) {
	.comparison .mainbtn a {
		font-size: 90%;
	}
	.comparison {
		padding: 20px 10px 25px;
	}
}
/* 料金シミュレーションページ ===================================================================================================================*/
.estimate .inner {
	max-width: 1000px;
}
.tab_area .maintitle {
	line-height: 1.2;
	font-size: clamp(2.3rem, 0.925rem + 4.4vw, 3.4rem);
	margin-bottom: 30px;
}
.tab_area .maintitle::before {
	content: '';
	display: block;
	width: 130px;
	height: 35px;
	background-image: url(../img/_illust/title_est.svg);
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 auto 5px;
	opacity: 0.6;
}
@media (max-width: 550px) {
	.tab_area .maintitle::before {
		width: 87px;
		height: 27px;
	}
}
/* tab */
.tab {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border-bottom: 1px solid rgba(209, 174, 107, 0.3);
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.tab li a {
	display: block;
	padding: 15px 30px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	width: fit-content;
	text-align: center;
	font-weight: 700;
	opacity: 0.6;
}
.tab li.active a {
	opacity: 1;
}
/* 色分け */
/*CARPRO*/
.tab li:nth-of-type(1) a {
	background: #ad180a;
}
#estimate01 .maintitle .mf {
	color: #ad180a;
}
/*GYEON*/
.tab li:nth-of-type(2) a {
	background: #6d5bd9;
}
#estimate02 .maintitle .mf {
	color: #6d5bd9;
}
/*QDG WAX ON WAX OFF*/
.tab li:nth-of-type(3) a {
	background: #0e67ed;
}
#estimate03 .maintitle .mf {
	color: #0e67ed;
}
/**/
.tab_area {
	display: none;
	opacity: 0;
	padding: 20px;
}
.tab_area.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.tab_area h3 {
	border-bottom: none;
}
@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media (max-width: 550px) {
	.tab {
		display: block;
	}
	.tab_area {
		padding: 0;
	}
	.tab li a {
		width: 100%;
		padding: 8px 17px;
		white-space: nowrap;
		font-size: 0.85rem;
		margin-right: 4px;
	}
}
/* 見積りフォーム ==================================================*/
/*select*/
select {
	position: relative;
	margin-right: 0.5em;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	margin-bottom: 5px;
	background: #fff;
	-moz-appearance: menulist; /*リセットCSSで消えたselectの右の矢印を復活*/
	-webkit-appearance: menulist; /*リセットCSSで消えたselectの右の矢印を復活*/
}
@media (max-width: 550px) {
	.estimate_form select {
		font-size: 0.85rem;
	}
}
/*button*/
.estimate_btn .btn {
	cursor: pointer;
	display: block;
	width: 270px;
	padding: 21px;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	transition: all .4s;
	font-weight: 700;
}
.estimate_btn .btn::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #00ff00, #32a852, #26823e);
	background-size: 200% 200%;
	animation: bggradient 12s ease infinite;
	z-index: -1;
	transition: all .4s;
}
.estimate_btn .btn:hover::after {
	opacity: 0.6;
}
.estimate_btn .btn::before {
	content: url(../img/_illust/deco.svg);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	height: 28px;
	width: 16px;
	filter: brightness(0) invert(1);
	transition: all .4s;
}
.estimate_btn .btn:hover::before {
	right: 5px;
}
@media (max-width: 550px) {
	.estimate_btn .btn {
		width: 220px;
		padding: 13px;
	}
}
/*total*/
.total {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 130%;
	margin-top: 10px;
	pointer-events: none;
}
@media (max-width: 550px) {
	.total {
		font-size: 117%;
	}
}
/* 会社概要ページ ===================================================================================================================*/
.about::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(16, 19, 21, 0) 15%, #111);
	z-index: -1;
	opacity: 0.95;
}
.about::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/contents.png);
	background-size: cover;
	background-position: center;
	z-index: -2;
	background-attachment: fixed;
	filter: brightness(13%);
}
/*Safari*/
::-webkit-full-page-media, :future, :root .about::after {
	background-attachment: scroll;
}
@media (max-width: 750px) {
	.about::after {
		background-attachment: scroll;
	}
}
@media(max-width:550px) {
	.about {
		padding-top: 45px;
	}
}
/*img*/
.phflex {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: auto;
	margin-bottom: 150px;
}
.phflex div {
	width: 48%;
	position: relative;
}
.phflex div:last-child {
	bottom: -20px;
}
@media(max-width:550px) {
	.phflex {
		margin-bottom: 80px;
	}
	.phflex div {
		width: 47%;
	}
	.phflex div:last-child {
		bottom: -13px;
	}
}
/*table*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	border-bottom: 1px solid rgba(209, 174, 107, 0.3);
}
.info_table tr:first-child {
	border-top: 1px solid rgba(209, 174, 107, 0.3);
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 400;
	padding: 24px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
@media(max-width: 550px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td {
		border-bottom: 1px solid rgba(209, 174, 107, 0.3);
		margin-bottom: 0;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 13px 13px 17px;
		display: block;
	}
	.info_table th {
		text-align: left;
		padding-bottom: 0;
	}
	.mapbox th {
		padding-bottom: 8px;
	}
}
/*map*/
.map iframe {
	filter: grayscale(100%) brightness(90%);
	width: 100%;
	height: 450px;
}
@media(max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec .inner {
	max-width: 1050px;
}
/**/
.contop {
	max-width: 950px;
	margin-bottom: 80px;
}
@media (max-width: 550px) {
	.contact_sec .maintitle {
		margin-bottom: 30px;
	}
	.contop {
		margin-bottom: 40px;
	}
	.contop, .mailform label, .mnote p {
		font-size: 0.9rem;
	}
}
/* 電話・FAX */
/*title*/
.cotitle {
	font-weight: 400;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.07rem, 0.7825rem + 0.92vw, 1.3rem);
	line-height: 1.55;
	border-left: 4px solid #00ff00;
	padding-left: 12px;
}
.cotitle span {
	font-size: 70%;
	display: inline-block;
	margin-left: 3px;
}
@media (max-width: 550px) {
	.cotitle {
		margin-bottom: 17px;
	}
}
/*box*/
.telbox {
	max-width: 700px;
	margin: auto;
	text-align: center;
	position: relative;
	background: #1c1c1c;
	padding: 40px 0;
	border: 1px solid rgba(209, 174, 107, 0.3);
}
.telbox::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-position: top 4px right 4px, bottom 4px left 4px !important;
	background-size: 8% !important;
	z-index: 1;
	opacity: 0.4;
	pointer-events: none;
	background: url(../img/_illust/bg04a.svg), url(../img/_illust/bg04b.svg);
}
@media (max-width:750px) {
	.telbox {
		margin-bottom: 10px;
	}
	.telbox:last-child {
		margin-bottom: 0;
	}
}
@media (max-width:550px) {
	.telbox::before {
		background-size: 40px !important;
	}
	.telbox {
		padding: 17px 0;
	}
}
/* 番号 */
.telbox a {
	font-size: 2.3rem;
	color: #00ff00;
	font-family: "Inter", sans-serif;
	font-weight: 600;
}
.telbox a:hover {
	opacity: 0.6;
}
.telwrap {
	margin-top: 0 !important;
}
.telwrap p {
	margin-top: 5px;
	margin-bottom: 0;
}
@media (max-width:550px) {
	.telbox a {
		font-size: 1.5rem;
	}
}
/*fax*/
.telboxwrap {
	margin-top: 50px;
}
.telboxwrap .telbox a {
	/*margin-right: 40px;*/
}
.telboxwrap .telbox p {
	margin-bottom: 4px;
}
.telboxwrap .telbox {
	/*
	display: flex;
	align-items: center;
	justify-content: center;
	*/
}
.fcheck {
	display: flex;
}
.fcheck li {
	padding-left: 18px;
	margin-right: 20px;
	position: relative;
}
.fcheck li:last-child {
	margin-right: 0;
}
.fcheck li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #00ff00;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media (max-width: 965px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox a {
		margin-right: 0;
	}
	.telboxwrap .telbox p {
		margin-top: 7px;
	}
}
@media (max-width:550px) {
	.telboxwrap .telbox p, .fcheck li {
		font-size: 90%;
	}
}
@media (max-width: 500px) {
	.telboxwrap .telbox {
		display: block;
	}
	.telboxwrap .telbox p {
		font-size: 80%;
		margin-bottom: 7px;
		margin-top: 3px;
	}
	.fcheck {
		display: block;
	}
	.fcheck li {
		margin-right: 0;
	}
}
/* メール */
.mnote {
	max-width: 865px;
	margin: auto;
	margin-top: 55px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:550px) {
	.mnote {
		margin-top: 45px;
	}
	.mpdb {
		padding-bottom: 27px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #fff;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #00ff00;
	border: 1px solid rgba(0, 255, 0, 0.4);
	padding: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #fff;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	width: 270px;
	padding: 21px;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
	color: #fff;
	background: transparent;
	transition: all .4s;
	font-weight: 700;
}
.mailform button::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #00ff00, #32a852, #26823e);
	background-size: 200% 200%;
	animation: bggradient 12s ease infinite;
	z-index: -1;
	transition: all .4s;
}
.mailform button:hover::after {
	opacity: 0.6;
}
.mailform button::before {
	content: url(../img/_illust/deco.svg);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 9px;
	transform: translateY(-50%);
	height: 28px;
	width: 16px;
	filter: brightness(0) invert(1);
	transition: all .4s;
}
.mailform button:hover::before {
	right: 5px;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
	display: none;
}
.mailform input[type=checkbox] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #b5b5b5;
	content: '';
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
	border-right: 3px solid #00ff00;
	border-bottom: 3px solid #00ff00;
	content: '';
	display: block;
	height: 13px;
	width: 7px;
	opacity: 0;
	position: absolute;
	top: 25%;
	left: 4px;
	transform: rotate(45deg);
	transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
	opacity: 1;
}
/**/
.mails {
	padding-bottom: 60px;
}
@media (max-width: 550px) {
	.mails {
		padding-bottom: 30px;
	}
	.mailform button {
		width: 200px;
		padding: 10px;
	}
	.formsel label {
		font-size: 0.95rem;
	}
	.mailform input[type=checkbox] + label {
		display: block;
	}
}
@media (max-width: 800px) {
	.mailform .row:first-child {
		padding-top: 5px;
	}
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	color: #fff;
	margin: 0 auto;
	border-bottom: 1px solid rgba(209, 174, 107, 0.7);
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	font-weight: 400;
	transition: ease-in-out 100ms;
	font-size: clamp(0.95rem, 0.6375rem + 1vw, 1.2rem);
	padding-bottom: 5px;
}
.privacy_header i {
	color: #d1ae6b !important;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 14px;
}
.privacy_text span {
	font-weight: 700;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #d1ae6b;
}




/* 241219 更新分 ============================*/
.accordion {
  margin-top: auto;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.accordion summary::marker {
  content: none;
}
/* Chrome/Firefox/Edge */
summary {
  list-style: none;
}
/* Safari/Opera */
summary::-webkit-details-marker {
  display: none;
}
.accordion summary h4 {
  display: block;
  font-weight: 400;
  padding: 10px;
  font-size: clamp(0.9rem, 0.775rem + 0.4vw, 1rem);
  background: rgba(209, 174, 107, 0.5);
  color: #fff;
  position: relative;
}
.accordion details summary h4::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 80%;
}
.accordion details summary h4::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\2b';
}
.accordion details[open] summary h4::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  content: '\f068';
}
.accordion details div {
  background: rgba(255, 255, 255, 0.1);
  padding: 7px;
  margin: auto;
}
.accordion details div select {
  padding: 5px 0;
}
/**/
.fabric h3 {
  padding-left: 0;
  font-size: clamp(0.87rem, 0.7075rem + 0.52vw, 1rem);
}
.fabric h3 i {
  color: #d1ae6b;
  opacity: 0.65;
}
.fabric h3::before {
  content: none;
}
.fabric .accordion {
  margin-bottom: 8px;
}
.fabric .accordion:last-of-type {
  margin-bottom: 0;
}