@charset "UTF-8";
/*--------
 共通
 --------*/
html {
	position: relative;
}
body {
	width: 100%;
	max-width:420px;
	margin: 0 auto !important;
	background-color: #000;
	/* background: linear-gradient(349deg, #000000, #ec4100, #000000, #000000, #000000);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-origin: padding-box; */
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.section {
	padding: 50px 26px;
	margin: 0 auto;
	background-color: #111;
}

a {
	transition: .3s;
}

a:hover {
	transition: .3s;
	opacity: .7;
}
.section_inner {
	padding: 20px 0;
}

.section_inner img {
	width: 100%;
	margin: 40px auto 0;
}

.heading_h2 {
	margin: 40px 0 0;
	color: #A0965A;
	font-size: 24px;
}

.heading_h3 {
	margin: 0 0 20px;
	color: #e2e1cc;
	font-size:20px;
}

.text {
	margin: 20px 0;
	color: #e2e1cc;
	font-size: 16px;
	line-height: 1.75;
}

.gold {
	color: #A0965A;
}

.start {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
	color: #fff;
}
.start .tanka {
	position: fixed;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	font-size: 2.6vw;
	white-space: nowrap;
	line-height: 2;
	text-align: center;
	writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
	.start .tanka {
		font-size: 6vw;
	}
}

.start .tanka {
	top: 48%;
	left: 50%;
}

.start .name {
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: none;
	transform: translateX(-50%);
	writing-mode: unset;
	font-size: 1.4vw;
}
@media screen and (max-width: 767px) {
	.start .name {
		font-size: 4vw;
	}
}

.buy {
	position: fixed;
	justify-content: center;
	top: 35%;
	left: 73%;
}
@media screen and (max-width: 767px) {
	.buy {
		top: unset;
		bottom: 0;
		left: unset;
		display: flex;
        width: 100%;
	}
}

.buy a {
	display: block;
	padding: 10px 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #776e49;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	.buy a {
		padding: 10px 20px;
		width: 100%;
		font-size: 14px;
		height: 41px;
		margin: 5px;
		width: 100%;
	}
}

.buy p {
	padding: 10px 0;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.buy a.brawn {
	background-color: #38321a;
}

.buy a:nth-of-type(n+2) {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.buy a:nth-of-type(n+2) {
		margin-top: 5px;
	}
}

.btn{
    display: block;
    padding: 10px 20px;
	margin: 40px auto 0;
	width: 60%;
    text-align: center;
    color: #fff;
    font-size: 16px;
	color: #fff;
	background-color: #776e49;
	border-radius: 5px;
}

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

.cat_display p {
	font-size: 12px;
	padding: 2px 8px;
	margin: 10px 5px;
	border: #A0965A solid 1px;
	border-radius: 100px;
	color: #A0965A;
}

.display {
	display: flex;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
	display: block;
}

.parallax-mirror:nth-of-type(3) .parallax-slider {
	transform: translateX(-206px) !important;
	zoom: 0.8;
}
@media screen and (max-width: 767px) {
	.parallax-mirror:nth-of-type(3) .parallax-slider {
		transform: translateX(-120px) !important;
		zoom: 1;
	}
}
/*--------
 header
 --------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	display: flex;
	justify-content: right;
	align-items: center;
	padding: 30px 60px;
	background-color: #000;
}

header h1 {
	font-size: 40px;
}

.header_center {
	padding: 0 29% 0 45%;
	width: 100%;
}

.header_nav ul {
	display: flex;
	width: 100%;
	align-items: center;
}

.header_nav ul li {
	white-space: nowrap;
	margin: 0 20px;
}

.header_insta_img {
	width: 40px;
}
/*--------
kv
 --------*/
.kv {
	position: relative;
}
/* .kv::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.697);
} */
.kv video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
}

.kv_heading {
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 34px;
	color: #e2e1cc;
	text-align: center;
	letter-spacing: 0.25em;
	-moz-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
	-webkit-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
	-ms-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
	text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
}

.kv_text {
	position: absolute;
	top: 55%;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 1.5vw;
	color: #e2e1cc;
	text-align: center;
	-moz-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
-webkit-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
-ms-text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
text-shadow: 2px 1px 6px rgba(0, 0, 0, 0.8);
}


/*--------
contact
 --------*/


 .contact_text {
	 font-size: 16px;
	 margin: 0 0 80px;
	 color: #e2e1cc;
	 font-size: 16px;
	 line-height: 1.5;
 }

/*--------
footer
 --------*/

 footer {
	 padding: 10px;
	 background-color: #000;
 }

 .footer_copy {
	 display: flex;
	 justify-content: center;
	 margin: 20px auto;
	 text-align: center;
	 color: #e2e1cc;
 }

 @media screen and (max-width: 767px) {
	.footer_copy {
		margin: 20px auto 60px;
	}
 }

 .footer_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
 }

 .footer_nav li {
	margin: 5px;
 }

 .footer_nav a {
    color: #e2e1cc;
    font-size: 12px;
 }
/*--------
js
 --------*/

 .bottom{
	opacity: 0;
	bottom: -40px;
  }
   
  .bottom.active {
	opacity: 1;
	bottom: 0;
	transition:1s;
  }
   
  .left{
	opacity: 0;
	left: -20%;
  }
   
  .left.active  {
	opacity: 1;
	left: 0;
	transition:1s;
  }
   
  .right{
	opacity: 0;
	right: -20%;
  }
   
  .right.active  {
	opacity: 1;
	right: 0;
	transition:1s;
  }