@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	color: #333;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.burger_menu {
	overflow: hidden;
}
body {
	line-height: 1.7777;
	font-family: "Noto Sans JP", "Montserrat", sans-serif;
	width: 100%;
	font-size: 18px;
}
p {
	color: #333;
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #333;
}
a:hover {
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	width: 100%;
	height: auto;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	body {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
	}
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*ETC*/
.clear {	clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold {	font-weight: bold; }

/*margin*/
.mt-10	{ margin-top: 10px; }
.mt-15	{ margin-top: 15px; }
.mt-20	{ margin-top: 20px; }
.mt-25	{ margin-top: 25px; }
.mt-30	{ margin-top: 30px; }
.mt-35	{ margin-top: 35px; }
.mt-40	{ margin-top: 40px; }
.mt-45	{ margin-top: 45px; }
.mt-50	{ margin-top: 50px; }
.mt-80	{ margin-top: 80px; }
.mt-100	{ margin-top: 100px; }

.mr-10	{ margin-right: 10px; }
.mr-15	{ margin-right: 15px; }
.mr-20	{ margin-right: 20px; }
.mr-25	{ margin-right: 25px; }
.mr-30	{ margin-right: 30px; }
.mr-35	{ margin-right: 35px; }
.mr-40	{ margin-right: 40px; }
.mr-45	{ margin-right: 45px; }
.mr-50	{ margin-right: 50px; }

.ml-5	{ margin-left: 5px; }
.ml-10	{ margin-left: 10px; }
.ml-15	{ margin-left: 15px; }
.ml-20	{ margin-left: 20px; }
.ml-25	{ margin-left: 25px; }
.ml-30	{ margin-left: 30px; }
.ml-35	{ margin-left: 35px; }
.ml-40	{ margin-left: 40px; }
.ml-45	{ margin-left: 45px; }
.ml-50	{ margin-left: 50px; }
.ml-60	{ margin-left: 60px; }
.ml-70	{ margin-left: 70px; }
.ml-80	{ margin-left: 80px; }

.mb-10	{ margin-bottom: 10px; }
.mb-15	{ margin-bottom: 15px; }
.mb-20	{ margin-bottom: 20px; }
.mb-25	{ margin-bottom: 25px; }
.mb-30	{ margin-bottom: 30px; }
.mb-35	{ margin-bottom: 35px; }
.mb-40	{ margin-bottom: 40px; }
.mb-45	{ margin-bottom: 45px; }
.mb-50	{ margin-bottom: 50px; }
.mb-55	{ margin-bottom: 55px; }
.mb-60	{ margin-bottom: 60px; }
.mb-80	{ margin-bottom: 80px; }
.mb-100	{ margin-bottom: 100px; }

/*padding*/
.pt-10	{ padding-top: 10px; }
.pt-15	{ padding-top: 15px; }
.pt-20	{ padding-top: 20px; }
.pt-25	{ padding-top: 25px; }
.pt-30	{ padding-top: 30px; }
.pt-35	{ padding-top: 35px; }
.pt-40	{ padding-top: 40px; }
.pt-45	{ padding-top: 45px; }
.pt-50	{ padding-top: 50px; }
.pt-100	{ padding-top: 100px; }

.pr-10	{ padding-right: 10px; }
.pr-15	{ padding-right: 15px; }
.pr-20	{ padding-right: 20px; }
.pr-25	{ padding-right: 25px; }
.pr-30	{ padding-right: 30px; }
.pr-35	{ padding-right: 35px; }
.pr-40	{ padding-right: 40px; }
.pr-45	{ padding-right: 45px; }
.pr-50	{ padding-right: 50px; }

.pl-10	{ padding-left: 10px; }
.pl-15	{ padding-left: 15px; }
.pl-20	{ padding-left: 20px; }
.pl-25	{ padding-left: 25px; }
.pl-30	{ padding-left: 30px; }
.pl-35	{ padding-left: 35px; }
.pl-40	{ padding-left: 40px; }
.pl-45	{ padding-left: 45px; }
.pl-50	{ padding-left: 50px; }

.pb-10	{ padding-bottom: 10px; }
.pb-15	{ padding-bottom: 15px; }
.pb-20	{ padding-bottom: 20px; }
.pb-25	{ padding-bottom: 25px; }
.pb-30	{ padding-bottom: 30px; }
.pb-35	{ padding-bottom: 35px; }
.pb-40	{ padding-bottom: 40px; }
.pb-45	{ padding-bottom: 45px; }
.pb-50	{ padding-bottom: 50px; }

.bold   { font-weight: bold;}
.black  { color: #333;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb,
.note_pc {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}

.more_btn a {
	display: inline-block;
	max-width: 280px;
	width: 100%;
	height: 70px;
	line-height: 68px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	background-color: #333;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
	transition: .2s;
}
.more_btn a:hover {
	box-shadow: none;
	transition: .2s;
}

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

@media screen and (max-width:1300px) {
	.note_pc {
		display: block!important;
	}
}

@media screen and (max-width:1200px) { 
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
	.more_btn {
		text-align: center;
	}
}

@media screen and (max-width:599px) { 
	.pc_only,
	.tb_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}

	.more_btn a {
		margin: 0 auto;
		max-width: 235px;
		width: 100%;
		height: 60px;
		line-height: 57px;
		font-size: 18px;
	}
}

/*===================
  header
====================*/
header {
	position: relative;
	z-index: 3;
}
header .h_ttl {
	max-width: 250px;
	width: 13.0209%;
	position: absolute;
	top: 90px;
	left: 80px;
}
header.h_contact .h_ttl {
	top: 30px;
	left: 40px;
}
header .h_ttl a {
	display: inline-block;
	width: 100%;
	transition: .2s;
}
header .h_ttl a:hover {
	transition: .2s;
	transform: translateY(-5px);
}

@media screen and (max-width:1600px) { 
	header .h_ttl {
		top: 80px;
	}
}

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

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

@media screen and (max-width:1200px) { 
	header .h_ttl {
		top: 30px;
		left: 45px;
		max-width: 180px;
		width: 100%;
	}
}

@media screen and (max-width:599px) {
	header .h_ttl {
		max-width: 150px;
		left: 30px;
	}
	header.h_contact .h_ttl {
		top: 20px;
		left: 20px;
	}
}

/*== ハンバーガーボタン ==*/
.burger_btn {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #333333;
	position: fixed;
	top: 10px;
	right: 20px;
	cursor: pointer;
	border-radius: 20px;
	transition: .2s;
	z-index: 999999;
	box-shadow: 7px 7px 5px rgba(0,0,0,.3);
}

.burger_btn:hover {
	transition: .2s;
	box-shadow: none;
}
.bar {
	width: 45px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .2s;
}
.bar_top {
	top: 27px;
}
.bar_mid {
	top: 42px;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 43px;
}
.bar_txt {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	bottom: 35px;
	left: 53%;
	background: none;
}
.bar_txt::before {
	content: "Menu";
}
.burger_btn.close .bar_top {
	transform: translate(-50%,14px) rotate(45deg);
	transition: transform .2s;
}
.burger_btn.close .bar_mid {
	opacity: 0;
	transition: opacity .2s;
}
.burger_btn.close .bar_bottom {
	transform: translate(-50%,-13px) rotate(-45deg);
	transition: transform .2s;
}
.burger_btn.close .bar_txt::before {
	content: "Close";
	letter-spacing: 1.5px;
}
#sp_nav {
	transform: translateX(100%);
	transition: .5s;
	width: 100vw;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	transition: .2s;
}
.sp_nav {
	position: relative;
	background-image: url(../images/common/pc/bk_c.svg);
	padding: 60px;
	box-sizing: border-box;
}

#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}

.sp_nav .inner {
	background-color: #fff;
	border-radius: 30px;
}
.sp_nav .f_ttl {
	max-width: 250px;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 80px;
}
.h_content {
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 100px;
}
.h_content .menu_list {}
.h_content .menu_list + .menu_list {
	margin-left: 230px;
	margin-left: 16.1972%;
}
.h_content .menu_list:nth-child(2) {
	margin-top: -105px;
}
/*.h_content .menu_list:nth-child(2):before {
	content: "";
	position: absolute;
	top: -100px;
	left: 0;
	background-image: url(../images/common/pc/line_up.svg);
	background-repeat: no-repeat;
	background-size: 280px;
	width: 280px;
	height: 52px;
}*/
.h_content .menu_list li {}
.h_content .menu_list li + li {
	margin-top: 80px;
}
.h_content .menu_list li a {
	transition: .2s;
}
.h_content .menu_list li a .ja {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.h_content .menu_list li a:hover .ja {
	color: #333333;
	/*opacity: .8;*/
	transition: .2s;
}
.h_content .menu_list li a .en {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.h_content .menu_list li a:hover .en {
	color: #333333;
	/*opacity: .8;*/
	transition: .2s;
}
.h_content .menu_list li.line_up {
    font-size: 36px;
    font-weight: bold;
	margin-bottom: -39px;
	padding-left: 70px;
}
.h_content .menu_list li.line_up a {
	line-height: 1;
}
.h_content .menu_list li.line_up a span {
	position: relative;
}
.h_content .menu_list li.line_up a span:before {
	content: "";
	position: absolute;
	top: 17px;
	left: -70px;
	background-image: url(../images/common/pc/hiace.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	width: 60px;
	height: 26px;
}

.sp_nav .privacy {
	text-align: right;
	padding-bottom: 30px;
	padding-right: 40px;
	font-size: 21px;
	line-height: 1;
}
.sp_nav .privacy a:hover {
	color: #333333;
	transition: .2s;
}

@media screen and (max-width:1600px) { 
	.sp_nav {
		padding: 50px;
	}
	.h_content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.h_content .menu_list + .menu_list {
		margin-left: 12%;
	}
}

@media screen and (max-width:1200px) { 
	#sp_nav {
		padding: 30px;
		overflow-y: auto;
        overflow-x: hidden;
	}
	.burger_btn {
		width: 80px;
		height: 80px;
		border-radius: 15px;
	}
	.bar_top {
		top: 22px;
	}
	.bar_mid {
		top: 34px;
	}
	.bar_bottom {
		bottom: 34px;
	}
	.bar_txt {
		bottom: 30px;
	}
	.burger_btn.close .bar_top {
		transform: translate(-50%, 9px) rotate(45deg);
	}
	.sp_nav .h_ttl {
		max-width: 180px;
		top: 50px;
		left: 50px;
	}
	.sp_nav .inner {
		border-radius: 15px;
	}
	.h_content {
		display: block;
		padding-top: 180px;
		padding-bottom: 50px;
	}
	.h_content .menu_list {
		display: flex;
		flex-wrap: wrap;
	}
	.h_content .menu_list + .menu_list {
		margin-left: 0;
		margin-top: 30px;
	}
	.h_content .menu_list li {
		width: 50%;
	}
	.h_content .menu_list li + li {
		margin-bottom: 50px;
		margin-top: 0;
	}
	.h_content .menu_list li.line_up {
		max-width: initial;
		width: 100%;
		margin-bottom: 20px;
	}
	.h_content .menu_list li.line_up a {
		display: inline-block;
		max-width: 280px;
		width: 100%;
	}
	.h_content .menu_list li a .en {
		font-size: 48px;
	}
	.h_content .menu_list li a .ja {
		font-size: 21px;
	}
	.copyright {
		bottom: 5px;
	}
}

@media screen and (max-width:599px) {
	.burger_btn {
		top: 1.5%;
		right: 2.5%;
		width: 60px;
		height: 60px;
		border-radius: 10px;
	}
	.change .burger_btn {
		top: 2px;
	}
	.bar {
		width: 30px;
	}
	.bar_top {
		top: 15px;
	}
	.bar_txt {
		left: 45%;
		bottom: 25px;
		font-size: 13px;
	}
	.burger_btn.close .bar_top {
		transform: translate(-50%, 7px) rotate(45deg);
	}
	.burger_btn.close .bar_bottom {
		transform: translate(-50%,-2px) rotate(-45deg);
	}
	.burger_btn.close .bar_txt {
		left: 42%;
	}
	#sp_nav {
		padding: 5%;
	}
	.sp_nav {
		padding: 30px 5%;
	}
	.sp_nav .h_ttl {
		max-width: 120px;
		top: 45px;
		left: 30px;
	}
	.h_content {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.h_content .menu_list {
		display: block;
	}
	.h_content .menu_list:nth-child(2) {
	    margin-top: 20px;
	}
	.h_content .menu_list li {
		width: 100%;
	}
	.h_content .menu_list li + li {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.h_content .menu_list li.line_up {
        font-size: 28px;
		margin-bottom: -20px;
	}
	.h_content .menu_list li.line_up a {
	}
	.h_content .menu_list li.line_up a span:before {
		top: 9px;
	}
	.h_content .menu_list li a .ja {
		font-size: 18px;
	}
	.h_content .menu_list li a .en {
		font-size: 8.7vw;
	}
	.sp_nav .privacy {
		text-align: left;
		padding-right: 0;
		padding-left: 5%;
		font-size: 18px;
	}
}


/*===================
  footer
====================*/
/*== フッター ==*/
footer {
	position: relative;
}
.f_nav {
	position: relative;
    background-image: url(../images/common/pc/bk_c.svg);
	padding: 60px;
}
.f_nav .inner {
	background-color: #fff;
	border-radius: 30px;
}
.f_nav .f_ttl {
	max-width: 250px;
	width: 100%;
	position: absolute;
	top: 90px;
	left: 80px;
}
.f_nav .f_ttl a {
	display: inline-block;
	width: 100%;
	transition: .2s;
}
.f_nav .f_ttl a:hover {
	transform: translateY(-5px);
	transition: .2s;
}
.f_content {
	max-width: 1420px;
	margin: 0 auto;
	padding-top: 200px;
	padding-bottom: 100px;
}
.f_content .menu_list {}
.f_content .menu_list + .menu_list {
	margin-left: 230px;
	margin-left: 16.1972%;
}
.f_content .menu_list:nth-child(2) {
	margin-top: -105px;
}
.f_content .menu_list li {}
.f_content .menu_list li + li {
	margin-top: 80px;
}
.f_content .menu_list li a {}
.f_content .menu_list li a .ja {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}
.f_content .menu_list li a:hover .ja {
	/*color: #333333;*/
	/*opacity: .8;*/
	transition: .2s;
}

.f_content .menu_list li a .en {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.f_content .menu_list li a:hover .en {
	/*color: #333333;*/
	/*opacity: .8;*/
	transition: .2s;
}
.f_content .menu_list li.line_up {
    font-size: 36px;
    font-weight: bold;
	margin-bottom: -39px;
	padding-left: 70px;
}
.f_content .menu_list li.line_up a {
	line-height: 1;
}
.f_content .menu_list li.line_up a span {
	position: relative;
}
.f_content .menu_list li.line_up a span:before {
	content: "";
	position: absolute;
	top: 17px;
	left: -70px;
	background-image: url(../images/common/pc/hiace.svg);
	background-repeat: no-repeat;
	background-size: 60px;
	width: 60px;
	height: 26px;
}

/* ========== 基本：リンクコンテナ ========== */
.f_content .menu_list a,
.sp_nav .menu_list a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
}

/* アクセント色をクラスで切替（既存色を流用） */
.f_content .menu_list li.center_console a,
.sp_nav .menu_list li.center_console a { --accent: #333333; } /* CC */
.f_content .menu_list li.bed_kit a,
.sp_nav .menu_list li.bed_kit a       { --accent: #333333; } /* Bed */
.f_content .menu_list li.custom_floor_mat a,
.sp_nav .menu_list li.custom_floor_mat a { --accent: #333333; } /* Mat */
/* 汎用（TOP/ABOUT/Company/Contact） */
.f_content .menu_list li:not(.center_console):not(.bed_kit):not(.custom_floor_mat) a,
.sp_nav .menu_list li:not(.center_console):not(.bed_kit):not(.custom_floor_mat) a {
  --accent: #333333;
}

/* ========== 英語行（大きい文字） ========== */
.f_content .menu_list a .en,
.sp_nav .menu_list a .en {
  display: inline-block;               /* 下線を重ねるので inline-block に */
  transition: transform .35s ease, color .35s ease, filter .35s ease;
  will-change: transform;
}

/* 下線（スライドイン） */
.f_content .menu_list a .en::after,
.sp_nav .menu_list a .en::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  /* en の真下に出したいので現在行から少し下 */
  bottom: -8px;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s ease;
  border-radius: 3px;
}

/* ホバー/フォーカス時の効果 */
@media (hover:hover) {
  .f_content .menu_list a:hover .en,
  .sp_nav .menu_list a:hover .en {
    transform: translateY(-4px);
    color: var(--accent);
  }
  .f_content .menu_list a:hover .en::after,
  .sp_nav .menu_list a:hover .en::after {
    transform: scaleX(1);
  }
}
/* キーボード操作でも同様に */
.f_content .menu_list a:focus-visible .en,
.sp_nav .menu_list a:focus-visible .en {
  transform: translateY(-4px);
  color: var(--accent);
}
.f_content .menu_list a:focus-visible .en::after,
.sp_nav .menu_list a:focus-visible .en::after {
  transform: scaleX(1);
}

/* ========== 日本語行（小さい文字） くるっと回転 ========== */
.f_content .menu_list a .ja,
.sp_nav .menu_list a .ja {
  display: inline-block;
  transition: color .35s ease, transform .6s cubic-bezier(.22,.61,.36,1);
  transform-origin: 50% 50%;
  backface-visibility: hidden;
}
@media (hover:hover) {
  .f_content .menu_list a:hover .ja,
  .sp_nav .menu_list a:hover .ja {
    color: var(--accent);
    transform: rotateX(360deg);
  }
}
.f_content .menu_list a:focus-visible .ja,
.sp_nav .menu_list a:focus-visible .ja {
  color: var(--accent);
  transform: rotateX(360deg);
}

/* ========== 既存指定の微調整 ========== */
/* 下線が被らないよう .en の行間に少し余白（必要なら） */
.f_content .menu_list a .en,
.sp_nav .menu_list a .en {
  padding-bottom: 6px;
}

/* 動きを控えたいユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .f_content .menu_list a .en,
  .sp_nav .menu_list a .en,
  .f_content .menu_list a .ja,
  .sp_nav .menu_list a .ja {
    transition: none !important;
    transform: none !important;
  }
  .f_content .menu_list a .en::after,
  .sp_nav .menu_list a .en::after {
    display: none !important;
  }
}

.f_content .menu_list li.line_up a:hover span,
.f_content .menu_list li.line_up a:focus-visible span,
.sp_nav .menu_list li.line_up a:hover span,
.sp_nav .menu_list li.line_up a:focus-visible span{
  transform: translateY(-3px) rotate(-3deg) scale(1.02);
}


.f_nav .privacy {
	text-align: right;
	padding-bottom: 30px;
	padding-right: 40px;
	font-size: 21px;
	line-height: 1;
}
.f_nav .privacy a:hover {
	color: #333333;
	transition: .2s;
}

/* Footer & sp_nav 共通：プライバシーポリシーの横棒スライド */
.f_content .menu_list li.line_up a,
.sp_nav .menu_list li.line_up a,
.f_nav .privacy a,
.sp_nav .privacy a{
  position: relative;
  display: inline-block;
  padding-bottom: 6px;           /* 下線分の余白 */
  color: inherit;
  --accent: #333333;             /* 統一色。必要ならここで色だけ変更 */
  transition: color .35s ease;
}
.f_content .menu_list li.line_up a::after,
.sp_nav .menu_list li.line_up a::after,
.f_nav .privacy a::after,
.sp_nav .privacy a::after{
  content:"";
  position: absolute;
  left: 0; right: 0;
  bottom: -4px;
  height: 2px;
  background: var(--accent);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .35s ease;
}

/* マウスホバー時 */
@media (hover:hover){
  .f_content .menu_list li.line_up a:hover,
  .sp_nav .menu_list li.line_up a:hover,
  .f_nav .privacy a:hover,
  .sp_nav .privacy a:hover{
    color: var(--accent);
    transform: translateY(-4px);
    transition: .2s;
  }
  .f_content .menu_list li.line_up a:hover::after,
  .sp_nav .menu_list li.line_up a:hover::after,
  .f_nav .privacy a:hover::after,
  .sp_nav .privacy a:hover::after{
    transform: scaleX(1);
  }
}

/* キーボード操作でも表示 */
.f_content .menu_list li.line_up a:focus-visible,
.sp_nav .menu_list li.line_up a:focus-visible,
.f_nav .privacy a:focus-visible,
.sp_nav .privacy a:focus-visible{
  color: var(--accent);
  outline: none;
  transform: translateY(-4px);
  transition: .2s;
}
.f_content .menu_list li.line_up a:focus-visible::after,
.sp_nav .menu_list li.line_up a:focus-visible::after,
.f_nav .privacy a:focus-visible::after,
.sp_nav .privacy a:focus-visible::after{
  transform: scaleX(1);
}

/* 動き控えめ設定の配慮 */
@media (prefers-reduced-motion: reduce){
  .f_nav .privacy a,
  .sp_nav .privacy a{ transition: none !important; }
  .f_nav .privacy a::after,
  .sp_nav .privacy a::after{ transition: none !important; }
}


.copyright {
	font-size: 12px;
	color: #333;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width:1600px) {
	.f_nav {
		padding: 50px;
	}
	.f_content {
		padding-left: 5%;
		padding-right: 5%;
	}
	.f_content .menu_list + .menu_list {
		margin-left: 17%;
	}
}

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

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

@media screen and (max-width:1200px) {
	.f_nav {
		padding: 30px;
	}
	.f_nav .f_ttl {
		max-width: 180px;
		top: 50px;
		left: 50px;
	}
	.f_nav .inner {
		border-radius: 15px;
	}
	.f_content {
		display: block;
		padding-top: 180px;
		padding-bottom: 50px;
	}
	.f_content .menu_list {
		display: flex;
		flex-wrap: wrap;
	}
	.h_content .menu_list:nth-child(2) {
	    margin-top: 20px;
	}
	.f_content .menu_list + .menu_list {
		margin-left: 0;
		margin-top: 30px;
	}
	.f_content .menu_list li {
		width: 50%;
	}
	.f_content .menu_list li + li {
		margin-bottom: 50px;
		margin-top: 0;
	}
	.f_content .menu_list li.line_up {
	    font-size: 32px;
		margin-bottom: 20px;
	}
	.f_content .menu_list li.line_up a {
		display: inline-block;
	}
	.f_content .menu_list li a .en {
		font-size: 48px;
	}
	.f_content .menu_list li a .ja {
		font-size: 21px;
	}
	.copyright {
		bottom: 5px;
	}
}

@media screen and (max-width:599px) {
	.f_nav {
		padding: 30px 5%;
	}
	.f_nav .f_ttl {
		max-width: 120px;
		top: 45px;
		left: 30px;
	}
	.f_content {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.f_content .menu_list {
		display: block;
	}
	.f_content .menu_list li {
		width: 100%;
	}
	.f_content .menu_list li + li {
		margin-bottom: 0;
		margin-top: 30px;
	}
	.f_content .menu_list li.line_up {
        font-size: 28px;
		margin-bottom: -20px;
	}
	.f_content .menu_list li.line_up a {
	}
	.f_content .menu_list li.line_up a span:before {
	    top: 9px;
	}
	.f_content .menu_list li a .ja {
		font-size: 18px;
	}
	.f_content .menu_list li a .en {
		font-size: 9vw;
		white-space: nowrap;
	}
	.f_nav .privacy {
		text-align: left;
		padding-right: 0;
		padding-left: 5%;
		font-size: 18px;
	}
}


/*===================
  その他・アクション系
====================*/
/*== PAGE TOP ==*/
.page_top {
	z-index: 98;
}
.page_top a {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #333333;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: .2s;
}
.page_top a .arrow_up {
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

.page_top a:hover {
	transition: .2s;
	transform: translateY(-5px);
}

@media screen and (max-width:1024px) {
	.page_top a {
		bottom: 70px;
		right: 15px;
	}
}


/*== アクション系 ==*/
/*== fade-in ==*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
.fi_02 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 250px);
}
.fi_03 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 400px);
}
.fi_left {
	opacity: 0;
	transition-duration: 2000ms;
	transition-property: opacity, transform;
	transform: translate(-50%, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(100px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1024px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_02 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_03 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}


/* ===== Reveal base ===== */
.reveal{
  --d: .9s;                 /* duration */
  --delay: 0s;              /* delay */
  --e: cubic-bezier(.2,.65,.2,1);     /* easing */
  --x: 0; --y: 24px;        /* offset */
  --scale: 1; --rot: 0deg;  /* transform extras */
  --blur: 0px;              /* blur amount */

  opacity: 0;
  transform: translate3d(var(--x),var(--y),0) scale(var(--scale)) rotate(var(--rot));
  filter: blur(var(--blur));
  transition:
    transform var(--d) var(--e) var(--delay),
    opacity   var(--d) var(--e) var(--delay),
    filter    var(--d) var(--e) var(--delay);
  will-change: transform, opacity, filter;
}
.reveal.is-in{
  opacity: 1;
  transform: translate3d(0,0,0) scale(1) rotate(0);
  filter: blur(0);
}

/* ===== Variants ===== */
.reveal.up      { --y: 40px; }
.reveal.up-lg   { --y: 80px; --d: 1s; }
.reveal.left    { --x: -40px; --y: 0; }
.reveal.right   { --x: 40px;  --y: 0; }
.reveal.zoom    { --scale: .92; }                  /* ちょい拡大しながら入る */
.reveal.blur-up { --y: 30px; --blur: 6px; }        /* ぼかし→クリア */

/* マスク（スライドの上に帯が流れて出る） */
.reveal.mask{ position: relative; overflow: hidden; }
.reveal.mask::after{
  content:""; position:absolute; inset:0;
  background: rgba(255,255,255,.25);
  transform: translateX(-102%);
}
.reveal.mask.is-in::after{
  transform: translateX(102%);
  transition: transform .8s var(--e) var(--delay);
}

/* 見出しなどに“キリッ”と見せたいときのスナッピー版 */
.reveal.snap { --e: cubic-bezier(.16,1,.3,1); }

/* ドロワーやカードの並びを順番に（JSでdelayを付けるが、CSSだけでも可） */
.stagger > .reveal{ transition-delay: var(--delay, 0s); }

/* 低モーション配慮 */
@media (prefers-reduced-motion: reduce){
  .reveal, .reveal::after{ transition: none !important; transform: none !important; filter:none !important; }
  .reveal{ opacity:1 !important; }
}



/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}


/*===================
  404
====================*/
/*== kv ==*/
.kv_error {
	background-color: #fae9b1;
	position: relative;
	z-index: 0;
}
.kv_error:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/common/pc/bk_w.svg);
	background-repeat: repeat;
	width: 200px;
	height: 200px;
	z-index: 1;
}
.kv_error .inner {
	padding: 60px;
	box-sizing: border-box;
}
.kv_error .inner img {
	border-radius: 30px;
	position: relative;
	z-index: 2;
}
.kv_error h2 {
	position: absolute;
	top: 300px;
	left: 300px;
	z-index: 3;
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.not_found {
	padding-top: 100px;
	padding-bottom: 100px;
}
.not_found .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.not_found h3 {
	font-size: 48px;
	font-weight: 800;
}
.not_found p {
	font-size: 24px;
	margin-top: 50px;
	line-height: 2;
}
.not_found .back_btn {
	margin-top: 50px;
}
.not_found .back_btn a {
	font-size: 24px;
	text-decoration: underline;
}

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

}

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

}

@media screen and (max-width:1300px) { 
	.kv_error .inner {
		max-width: 1100px;
	}
	.not_found {
		padding-bottom: 100px;
	}
	.not_found h3 {
		font-size: 36px;
	}
	.not_found p {
		margin-top: 50px;
	}
}

@media screen and (max-width:1200px) {
	.not_found {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.not_found .inner {
		padding-left: 5%;
		padding-right: 5%;
	}
	.not_found h3 {
		font-size: 28px;
	}
	.not_found p {
		margin-top: 30px;
		font-size: 18px;
	}
	.not_found .back_btn {
		margin-top: 30px;
	}
}

@media screen and (max-width:599px) {
	.not_found {
		padding-top: 30px;
	}
	.not_found p {
		margin-top: 10px;
	}
}



.hide {
	position: absolute;
    left: -9999px;
}