@charset "UTF-8";

/*全体共通*/
:root, html{ font-size: 10px; } 
*{ box-sizing: border-box; }
body {
	--max-width: 900px;
  --c-base: #131313;
  --c-main: #C90000;
  --c-bg: #F3F3F3;
  --ff-main: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	--ff-mincho: "游明朝", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  --ff-en: "Rajdhani", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	/* Antonio: Regular-400; SemiBold-600; Bold-700; */

  position: relative;
  width: 100%;
  overflow-x: hidden;
	font-family: var(--ff-main);
	color: var(--c-base);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
body.-fixed{
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
}
/* IE表示用のCSS　*/
@media all and (-ms-high-contrast:none){
	body {font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",sans-serif;}
}
a{
	display: inline-block;
	color: inherit;
	font-weight: inherit;
}
a:hover{
	cursor: pointer;
}
body.userAgent-pc a[href^="tel:"]{
	pointer-events: none;
}
img, svg{
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
}
select{
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.--ff-en{ font-family: var(--ff-en); }
.--c-red{ color: #e60012 !important; }
.--c-white{ color: #fff !important; }
.--c-yellow{ color: #ffff00 !important; }
.--c-blue{ color: #3372b9 !important; }
.--c-pink{ color: #ff7987 !important; }
.--center{ text-align: center !important; }
.--ta-l{ text-align: left !important; }
.--ta-r{ text-align: right !important; }
.--ta-justify{ text-justify: inter-ideograph; text-align: justify; text-align-last: left; }
.--bold{ font-weight: bold !important; }
.--thin{ font-weight: 100 !important; }
.--nowrap{ white-space: nowrap; }
.--kerning{ font-feature-settings: "palt"; }

.--overflow-ellipsis{
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.--h-opacity, .--h-opacity a{ transition: opacity .3s; }
a.--h-opacity:hover, .--h-opacity a:hover{ opacity: .7; }

.--under{ border-bottom: 1px solid #888; }
.--img-cover{ width: 100%; height: 100%; object-fit: cover; }
.--img-contain{ width: 100%; height: 100%; object-fit: contain; }
.--clearfix::after{ content: ""; display: block; clear: both; }
.--d-ib{ display: inline-block !important; }
.--d-n{ display: none !important; }
.--d-f{ display: flex !important; }
.--justify-center{ display: flex; justify-content: center; }
.--absolute{ position: absolute; top: 0; left: 0; }

/* PC */
@media (min-width: 900px){
	.--tab{ display: none !important; }
	.--sp{ display: none !important; }
	.--tab-sp{ display: none !important; }

	.--pc_pl-0{ padding: 0 !important; }
	.--pc_pr-0{ padding: 0 !important; }
}
/* TAB */
@media screen and (max-width: 899px) and (min-width: 481px) {
	.--pc{ display: none !important; }
	.--sp{ display: none !important; }
	.--pc-sp{ display: none !important; }

	.--tab_pl-0{ padding: 0 !important; }
	.--tab_pr-0{ padding: 0 !important; }
}
/* SP */
@media screen and (max-width: 480px) {
	.--pc{ display: none !important; }
	.--tab{ display: none !important; }
	.--pc-tab{ display: none !important; }

	.--sp-pl-0{ padding: 0 !important; }
	.--sp-pr-0{ padding: 0 !important; }

	.--sp_fs-14{ font-size: 14px !important; }
	.--sp_fs-16{ font-size: 16px !important; }
	.--sp_fs-18{ font-size: 18px !important; }
}

/* 共通 */
.cntInner,
._Inner{
	width: 100%;
	margin: 0 auto;
}
._Title .ja{
  font-weight: 600;
  letter-spacing: .1em;
	line-height: 1.05;
}
._Title .en{
  font-size: 8rem;
	font-weight: 700;
  font-family: var(--ff-en);
	line-height: 1.05;
  letter-spacing: .1em;
	position: relative;
	z-index: 2;
}
._Title .en::before{
  position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/index-assets/ttl_01.png);
	right: -48px;
	bottom: 22px;
	width: 93px;
	height: 97px;
	z-index: -1;
}
._Title .en.bg-red::before{
  position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/index-assets/ttl_02.png);
	right: -48px;
	bottom: 22px;
	width: 93px;
	height: 97px;
	z-index: -1;
}
._Btn{
  font-weight: 700;
  font-family: var(--ff-en);
	font-size: 1.8rem;
  letter-spacing: .075em;
  display: inline-block;
  width: 204px;
  position: relative;
	transition: opacity .3s;
}
._Btn:hover{
	opacity: .7;
}
._Btn .arw{
  position: absolute;
  right: 1px;
  top: -4px;
	transition: right .3s;
}
._Btn:hover .arw{
	right: -4px;
}
._Inview{
	opacity: 0;
	transition: opacity 1.5s ease, transform 1.5s ease;
}
._Inview.-fadeup{
	transform: translateY(20px);
}
._Inview.-slideleft{
	transform: translateX(20px);
}
._Inview.-slideright{
	transform: translateX(-20px);
}
._Inview.-in{
	opacity: 1;
	transform: none;
}
._Inview.-img{ position: relative; }
._Inview.-img img{ opacity: 0; }
._Inview.-img.-in img{ animation: inview_img 1s ease 0s forwards; }
._Inview.-img::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--c-main);
	transform: scaleX(0);
	z-index: 2;
}
._Inview.-img.-in::before{
	animation: inview_img_before 1s ease 0s forwards;
}
@keyframes inview_img_before{
	0%{
    transform-origin: left;
    transform: scaleX(0);
	}
	50%{
		transform-origin: left;
		transform: scaleX(1);
	}
	51%{
		transform-origin: right;
	}
	100%{
		transform-origin: right;
		transform: scaleX(0);
	}
}
@keyframes inview_img{
	0%{ opacity: 0; }
	50%{ opacity: 0; }
	100%{ opacity: 1; }
}
/* TAB */
@media screen and (max-width: 899px) {
	._Title .ja{
		font-size: 1.4rem;
	}
	._Title .en{
		font-size: 6.4rem;
	}
	._Title .en::before{
		right: -16px;
		bottom: 18px;
		width: 74px;
		height: 77px;
	}
	._Title .en.bg-red::before{
		right: -16px;
		bottom: 18px;
		width: 74px;
		height: 77px;
	}
	._Btn{
		font-size: 1.5rem;
		width: 165px;
	}
	._Btn .arw{
		width: 72px;
	}
}
/* SP */
@media screen and (max-width: 480px) {
	._Title .en{
		font-size: 13vw
	}
}

/* ローディング */
#loading{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;
}

/* トップへ戻るボタン */
#top{
	position: fixed;
	top: auto;
	bottom: 0;
	right: 0;
	width: 300px;
	z-index: 100;
}
#top.-absolute{
	position: absolute;
	top: 0;
	bottom: auto;
}
@media screen and (max-width: 1920px) {
	#top{
		width: 15.62vw;
	}
}
/* TAB */
@media screen and (max-width: 899px) {
	#top{
		width: 200px;
	}
}
/* SP */
@media screen and (max-width: 480px) {
	#top{
		width: 160px;
	}
}

/* ヘッダー */
#header{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
}
#header .cntInner{
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	max-width: 1920px;
	width: 100%;
	height: 120px;
}
#header .cntBox{
	position: relative;
	display: flex;
	justify-content: flex-end;
	gap: 0 35px;
	width: 100%;
}
#header .cntList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 845px;
	width: 100%;
	padding-top: 15px;
}
#header .cntList li{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#header .cntList li + li{
	margin-left: 8px;
}
#header .cntList .item{
	position: relative;
	display: block;
	text-align: center;
    transition: opacity .3s;
}
#header .cntList .item:hover{color:var(--c-main);}
#header .cntList > li > .item::after{
	content: "";
	position: absolute;
	display: inline-block;
	/*background: url(../img/index-assets/on.png) center/contain no-repeat;*/
    background:  var(--c-main);
	left: 0;
    right: 0;
    margin: auto;
	/*transform: translateX(-50%);*/
	bottom: -10px;
	width: 100%;
	height: 2px;
	z-index: -1;
	opacity: 0;
	transition: opacity .3s;
}
#header .cntList > li:hover > .item::after,
#header .cntList > li.current > .item::after{
	opacity: 1;
        
}
#header .cntList .txt{
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 5px;
}
#header .cntList .en{
	font-size: 1.4rem;
	font-weight: 700;
	font-family: var(--ff-en);
	letter-spacing: .075em;
	display: block;
}
#header .cntList-child{
	position: fixed;
	top: 120px;
	left: 50%;
	display: none;
	justify-content: space-between;
	width: 100%;
	/* max-width: 1280px; */
	/* min-width: calc(100vw - 80px); */
	max-width: 1320px;
	padding: 0 20px;
	transform: translateX(-50%);
}
#header .cntList li:hover .cntList-child{
	display: flex;
	padding: 50px 20px 40px;
}
#header .cntList-child::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	max-width: 1920px;
	height: 100%;
	background: #131313;
	transform: translateX(-50%);
	opacity: .8;
}
#header .cntList-child li{
	width: 100%;
	max-width: 380px;
	color: #fff;
	letter-spacing: .075em;
}
#header .cntList-child .image{
	margin-bottom: 24px;
	overflow: hidden;
}
#header .cntList-child .image img{
  transition: transform .3s;
}
#header .cntList-child .item:hover .image img{
	transform: scale(1.1);
}
#header .cntBtn-mail{
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 100%;
	top: 0;
	right: 0;
	padding: 0 55px 10px 120px;
	transition: color .3s;
	overflow: hidden;
	z-index: 2;
	color: #fff;
	font-size: 3rem;
	font-family: var(--ff-en);
	font-weight: 700;
	letter-spacing: .075em;
}
#header .cntBtn-mail:hover{
	color: var(--c-main);
}
#header .cntBtn-mail::before,
#header .cntBtn-mail::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
#header .cntBtn-mail::before{
	background: var(--c-main);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%);
	z-index: -2;
}
#header .cntBtn-mail::after{
	clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 3px), 102px calc(100% - 3px), 3px 0);
	z-index: -1;
	transition: background .3s;
}
#header .cntBtn-mail:hover::after{
	background: #fff;
}
#headerLogo{
	position: relative;
	display: flex;
	align-items: center;
	height: calc(100% + 40px);
	flex-shrink: 0;
	max-width: 360px;
	width: 100%;
	margin-left: 95px;
	padding-top: 10px;
	transition: all .2s;
}
#header.active #headerLogo{
	height: 100%;
	padding-bottom: 10px;
}
#headerLogo *{
	width: 100%;
	height: 100%;
}
#headerLogo img{
	object-fit: contain;
	background: #fff;
}
@media screen and (max-width: 1920px) {
	#header .cntInner{
		height: calc(120px - (1920px - 100vw) / (400 / 20));
	}
	#header .cntBox{
		gap: calc(35px - (1920px - 100vw) / (1020 / 35));
	}
	#header .cntList{
		max-width: 44.01vw;
	}
	#header .cntList .txt{
		font-size: calc(16px - (1920px - 100vw) / (1020 / 4));
	}
	#header .cntList-child{
		top: calc(120px - (1920px - 100vw) / (400 / 20));
	}
	#header .cntBtn-mail{
		padding-right: calc(55px - (1920px - 100vw) / (1020 / 45));
		padding-bottom: 0.52vw;
		padding-left: 6.25vw;
		font-size: calc(30px - (1920px - 100vw) / (1020 / 10));
	}
	#header .cntBtn-mail::before{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 5.20vw 100%);
	}
	#header .cntBtn-mail::after{
		clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 3px), calc(5.20vw + 2px) calc(100% - 3px), 3px 0);
	}
	#headerLogo{
		margin-left: calc(95px - (1920px - 100vw) / (400 / 85));

	}
}
@media screen and (max-width: 1520px) {
	#header .cntInner{
		height: 100px;
	}
	#header .cntList{
		max-width: 650px;
	}
	#header .cntList .en{
		font-size: 1.2rem;
	}
	#header .cntList-child{
		top: 100px;
	}
	#header .cntBtn-mail{
		height: 100px;
		padding-left: 3vw;
		padding-bottom: 0;
	}
	#header .cntBtn-mail::before{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 3vw 100%);
	}
	#header .cntBtn-mail::after{
		clip-path: polygon(2px 0, 100% 0, 100% calc(100% - 3px), calc(3vw + 2px) calc(100% - 3px), 3px 0);
	}
	#headerLogo{
		width: 22vw;
		margin-left: 10px;
		height: calc(100% + 25px);
	}

}
/* TAB */
@media screen and (max-width: 899px) {
	#headerLogo{
		width: 198px;
		height: auto;
	}	
}

#headerBtn{
	position: fixed;
	top: 32px;
	right: 10px;
	height: 10px;
	cursor: pointer;
	z-index: 200;
}
#headerBtn span{
	transition: all .5s;
}
/* TAB */
@media screen and (max-width: 899px) {
	#headerBtn{
		width: 48px;
		height: 40px;
	}
	#headerBtn span{
		position: absolute;
		left: 5px;
		display: block;
		width: calc(100% - 10px);
		height: 2px;
		background: var(--c-base);
	}
	#headerBtn span:nth-of-type(1){
		top: 8px;
	}
	#headerBtn span:nth-of-type(2){
		top: 50%;
		transform: translateY(-1px);
	}
	#headerBtn span:nth-of-type(3){
		bottom: 8px;
	}
	#headerBtn.active span:nth-of-type(1){
		transform: translateY(11px) rotate(45deg);
	}
	#headerBtn.active span:nth-of-type(2){
		opacity: 0;
	}
	#headerBtn.active span:nth-of-type(3){
		transform: translateY(-11px) rotate(-45deg);
	}
}

/* スマホナビ */
#nav{
	position: fixed;
	top: 100px;
	right: 0;
	display: none;
	width: 100%;
	padding: 40px 20px 120px;
	background: #fff;
	z-index: 200;
	text-align: center;
	overflow-y: scroll;
	height: 100%;
	-ms-overflow-style: none;
  scrollbar-width: none;
}
#nav::-webkit-scrollbar{
  display: none;
}
#nav .cntInner{
	padding-bottom: 50px;
}
#nav .cntList > li + li{
	margin-top: 12px;
	padding-top: 18px;
	border-top: 2px solid var(--c-bg);
}
#nav .cntList .txt{
	font-weight: 600;
	margin-bottom: 6px;
}
#nav .cntList .en{
	display: block;
	font-size: 1.1rem;
	font-family: var(--ff-en);
	font-weight: 700;
}
#nav .cntList .child{
	margin-top: 20px;
	font-size: 1.3rem;
}
#nav .cntList .child li + li{
	margin-top: 8px;
}
#nav .cntBtn-mail{
	margin-top: 40px;
	max-width: 300px;
	width: 100%;
}

/* フッター */
#footerLogo{
	margin-bottom: 52px;
}
#footer{
	position: relative;
	background: var(--c-base);
}
#footer .cntInner{
	padding-bottom: 62px;
}
#footer .cntBox{
	max-width: 1320px;
	width: 100%;
  padding: 154px 20px 58px;
  margin: 0 auto;
  display: flex;
	gap: 0 16px;
}
#footer .cntText{
	font-size: 1.4rem;
	letter-spacing: .075em;
	line-height: 1.714;
	color: #fff;
	margin-right: 30px;
}
#footer .cntImg{
	margin-right: 30px;
}

#footerNav{
	display: flex;
	justify-content: space-between;
	max-width: 514px;
	width: 100%;
	margin-left: auto;
	font-size: 1.5rem;
	letter-spacing: .075em;
	color: #fff;
	padding-top: 10px;
	height: min-content;
}
#footerNav .cntList+.cntList{
	padding-left: 35px;
	margin-left: 20px;
	border-left: 1px solid #353535;
}
#footerNav .cntList li+li{
	margin-top: 19px;
}
#copyright{
	max-width: 1320px;
	width: 100%;
  padding: 0 20px;
  margin: 0 auto;
	font-size: 1.1rem;
	letter-spacing: .05em;
	text-align: right;
	display: block;
	color: #fff;
}
@media screen and (max-width: 1920px) {
	#footerNav .cntList+.cntList{
		margin-left: 1.04vw;
		padding-left: 1.82vw;
	}
}
@media screen and (max-width: 1356px) {
	#footerNav{
		padding-top: 0;
	}
}
/* TAB */
@media screen and (max-width: 899px) {
	#footerLogo{
		margin-bottom: 31px;
		max-width: 218px;
	}
	#footer .cntInner{
		padding-bottom: 37px;
	}
	#footer .cntBox{
		padding: 122px 20px 34px;
		flex-direction: column;
		align-items: center;
	}
	#footer .cntText{
		margin-bottom: 30px;
		margin-right: 0;
	}
	#footer .cntImg{
		/* margin-bottom: 50px; */
		margin-right: 0;
		max-width: 85px;
	}
	#footerNav{
		font-size: 1.3rem;
		margin: 0 auto;
	}
	#footerNav .cntList li+li{
		margin-top: 19px;
	}
	#copyright{
		max-width: 1320px;
		width: 100%;
		padding: 0 20px;
		margin: 0 auto;
		font-size: 1.1rem;
		letter-spacing: .05em;
		text-align: right;
		display: block;
		color: #fff;
	}
	
}
/* SP */
@media screen and (max-width: 480px) {
	#footerNav .cntList+.cntList{
		padding-left: 10px;
		margin-left: 10px;
	}
}

/*パンくずリスト*/
#breadcrumbs{
	margin: 20px 0;
}
#breadcrumbs li{
	margin-right: 10px;
}
#breadcrumbs li + li::before{
	content: ">";
	display: inline-block;
}