@charset "UTF-8";

/*====================================================================
　Commons
====================================================================*/
*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-size: 100%;
	word-wrap: break-word;
	word-break: break-all;
}
body {
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
/*	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;*/
	font-size : 18px;
	line-height : 1.6;
	color: #323335;
	width: 100%;
	letter-spacing: .5px;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	/* pc */
	pointer-events: none;
	/* smartphone*/
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
svg {
  fill: currentColor;
  max-width: 100%;
}
p {
	margin: 0 auto 30px;
	padding: 0;
}
/*
link
---------------------------------------------------------*/
a.link:link{
	color: #00e;
	text-decoration: underline;
}

#main {
	overflow: hidden;
	margin : 0 auto;
	/*background: url(../images/34.jpg) no-repeat center #323335;
	background-size: fixed;*/
}

#header01,
#header02,
#header03{
	background: url(../images/bg_hd.png) repeat center #18212b;
	overflow: hidden;
	font-family: "Noto Serif JP", serif;
}
#header03{
	background-image: url(../images/bg_hd2.png);
}
.hd_in{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#hd_uma{
	position: absolute;
	bottom: 0;
	right: -180px;
}
#header01 #order01{
	padding-top: 100px;
}
#header01 #order02{
	padding-top: 20px;
	animation-delay: 0.8s;
}
#header01 #order03{
	padding-top: 20px;
	animation-delay: 1.6s;
}
#header01 #order04{
	padding-top: 50px;
	animation-delay: 2.4s;
}

#header02 #order01{
	padding-top: 60px;
}
#header02 #order02{
	padding-top: 20px;
	animation-delay: 0.8s;
}
#header02 #order03{
	padding-top: 20px;
	animation-delay: 1.6s;
}

#header03 #order01{
	padding-top: 60px;
}
#header03 #order02{
	padding-top: 20px;
	animation-delay: 0.8s;
}
#header03 #order03{
	animation-delay: 1.6s;
}
#header03 #order04{
	padding-top: 30px;
	animation-delay: 2.4s;
}


.container {
	text-align: left;
}
.bg_leather{
	background: url(../images/bg_leather.png) repeat center #18212b;
	color: #f3f6f9;
}
.bg_peaper{
	background: url(../images/bg_peaper.png) repeat center #18212b;
	color: #f3f6f9;
}
.bg_blk{
	background: #323335;
	color: #f3f6f9;
}
.bg_navy{
	background: #18212b;
	color: #f3f6f9;
}
.bg_wht{
	background: #f3f6f9;
	color: #323335;
}
.clip_path_01{
	-webkit-clip-path: polygon(0 0,100% 0,100% calc(100% - 12vw),50% 100%,0 calc(100% - 12vw));
	clip-path: polygon(0 0,100% 0,100% calc(100% - 12vw),50% 100%,0 calc(100% - 12vw));
}
.clip_path_01 .cnt>p:last-child{
	margin-bottom: 120px;
}

.bg_kirakira{
	background: url(../images/bg_kirakira.png) no-repeat center #323335;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: -1;
}
.cnt{
	margin : 0 auto;
	max-width: 1000px;
	width: 100%;
	padding: 60px 50px 30px;
}




/*title*/
.ttl{
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
	padding: 40px 0;
	margin: 0 auto;
	color: transparent;
/*	min-height: 250px;*/
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3em;
	line-height: 1.4;
	text-shadow: none;
	background: url(../images/bg_hd.png) no-repeat center #18212b;

	
}
.ttl>div>div{
	display: inline-block;
/*	transform: skewX(-15deg);*/
}
.bg_form{
	background: url(../images/bg_form.png) repeat center #191919;
}


/*thanks*/
.ttl_thk{
	text-align: center;
	padding: 60px 20px;
	font-size: 2.4em;
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
}


/*footer*/
footer{
	padding: 15px 0px;
	font-size : 16px;
	text-align : center;
	color: #fff;
	background: url(../images/bg_leather_blk.png) repeat center #000;
	color: #f3f6f9;
}
footer p{
	margin: 0 auto;
	padding: 0;
}
footer p a,
footer p a:hover{
	color: #fff;
}
footer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	list-style: none;
}
footer li:not(:last-child)::after{
	content: "";
	display: inline-block;
	height: 1em;
	width: 1px;
	background: #fff;
	vertical-align: middle;
	margin-left: 20px;
}
footer li a,
footer li a:hover{
	color: #fff;
}
@media screen and (max-width: 640px){
	#header01,
	#header02{
		background: url(../images/bg_hd_sp.png) no-repeat center #18212b;
		background-size: cover;
	}
	#header03{
		background: url(../images/bg_hd2_sp.png) no-repeat center #18212b;
		background-size: cover;
	}
	.hd_in{
		display: block;
		position: relative;
		padding-bottom: 60px;
	}
	#hd_uma{
		width: 32%;
		right: -20px;
	}
	#header01 #order01{
		padding-top: 60px;
	}
	#header01 #order04{
		padding-top: 30px;
	}
	#header02 .hd_in{
		padding-bottom: 40px;
	}
	#header02 #order01{
		padding-top: 40px;
	}
	#header02 #order02{
		padding-top: 0;
	}
	#header03 #order01{
		padding-top: 40px;
	}
	.cnt{
		padding: 40px 20px;
	}
	.clip_path_01 .cnt>p:last-child{
		margin-bottom: 40px;
	}

	.bg_kirakira{
		background: url(../images/bg_kirakira_sp.png) repeat center #323335;
		background-size: contain;
		background-attachment: initial;
	}
	.ttl{
		padding: 20px;
		font-size: 1.8em;
	}
	.ttl>div>div{
		display: inline;
	}
	.ttl>div>br{
		display: none;
	}
	.ttl_thk{
		padding: 40px 20px;
		font-size: 2em;
	}
}
@media screen and (max-width: 414px){

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

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

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

	footer ul{
		gap: 5px;
	}
	footer li:not(:last-child)::after{
		margin-left: 5px;
	}

}