@charset "UTF-8";

.Container {
	margin-right: auto;
  margin-left: auto;
  padding-right: 80px;
  padding-left: 80px;
  width: 100%;
	max-width: 1780px;
}
.cw2 {
	max-width: 1040px;
}
.cw3 {
	max-width: 1256px;
}

html,body {
	height: 100%;
}
body {
	font-family: "Noto Sans JP", Noto Sans JP, sans-serif;
	color: #FFF;
}
html {
	scroll-behavior: smooth;
}
.Txt__color-yellow {
	color: #946204 !important;
}
.Ttl__eng {
	font-weight: 900;
	font-size: 3.75rem;
	line-height: 1;
}
.Txt__eng {
	font-weight: 900;
}
.D_block {
	display: block;
	margin-bottom: 20px;
}
.Ttl__eng.D_block span {
	line-height: 1;
}
.Ttl__jp {
	font-size: 2.75rem;
	font-weight: 900;
  text-align: center;
}
.txt-inner {
	position: relative;
	z-index: 10;
}



.Header {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.Header div:last-of-type {
	margin-left: auto;
}
.Header__logo,
.Header__logo ul,
.Header__logo ul li {
	display: flex;
	align-items: center;
}
.Header__logo {
	padding: 20px;
}
.Header__logo ul li {
	font-size: 0.7rem;
	margin-left: 20px;
}
.Header__logo ul img {
	margin-right: 10px;
}
.Header__logo ul :first-child img {
	height: 50px;
}
.Header__logo ul :last-child img {
	height: 30px;
}
.Header__btn {
	width: 12%;
}
.Header__btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 0.7rem;
	background-color: #956304;
}

.Mv {
	background-color: #0f0f0f;
	height: 100vh;
	position: relative;
}
.Mv .Mv__img {
	position: relative;
	z-index: 0;
}
.Mv .Mv__img .Mv__bg {
	width: 100%;
	z-index: 0;
}
.Mv .Mv__img .Mv__eye {
	width: 34%;
	position: absolute;
	left: 53%;
	bottom: 32%;
	z-index: 10;
}
.Header__copy {
	position: absolute;
	left: 5%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	font-size: 1rem;
}
.Header__copy strong {
	font-size: 4rem;
	display: block;
	line-height: 1.2;
	margin: 15px 0 15px;
}
.Header__copy strong span {
	line-height: 1;
}
.Mv .Mv__eng-txt,
.Footer .Footer__eng-txt{
	position: absolute;
	width: 92%;
	bottom: 5%;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.Mv p,
.Footer__eng-txt p {
	display: flex;
	justify-content: space-between;
}
.Mv p span,
.Footer__eng-txt p span {
	font-size: 9.5rem;
    font-weight:900;
	line-height: 1;
}

.About {
	overflow: hidden;
}
.About .Container {
	display: flex;
}
.About__img {
	width: calc(32.4025% + (100vw - 100%) / 2);
	margin-left: calc((100vw - 100%) / -2);
	height: 80vh;
	overflow: hidden;
}
.About__img img {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -10;
}
.About__txt {
	width: 67.955%;
	background-color: #090909;
	display: flex;
	align-items: center;
	padding: 0 10%;
	position: relative;
}
.About__txt::before {
	content: "";
	display: block;
	width: calc(100% + (100vw -100%) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #090909;	
	z-index: 0;
}
.About .txt-inner {
	margin-bottom: 30px;
}
.About__txt h1 {
	font-size: 0.9rem;
}
.About__txt h1 span.Ttl__eng {
	margin-right: 10px;
}
.About__txt p {
	line-height: 2.4;
	font-size: 0.85rem;
}

.Gaoh {
	position: relative;
}
.Gaoh img {
	position: absolute;
	width: 30%;
    width: 15%;
    right: 2%;
    top: -180px;
}

.Product {
	background: #FFF;
}
.Product .Container,
.Can .Container{
	padding-top: 10vw;
	padding-bottom: 10vw;
  padding-left: 0;
  padding-right: 0;
}
.Product .Container-inner,
.Can .Container-inner{
	padding-top: 0;
	padding-bottom: 0;
}

.Product .Container ul li .txt-inner,
.Can .Container ul li .txt-inner{
  padding-right: 80px;
  padding-left: 80px;
}

.Hikaku .Container {
	padding-top: 0;
}
.Product * {
	color: #101010;
}
.Product h1 {
	text-align: center;
}
.Product ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 40px;
}
.Product ul li {
	width: 32%;
	height: 125px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Product ul li:nth-child(odd) {
	background-color: #606060;
}
.Product ul li:nth-child(even) {
	background-color: #0d1218;
}


.Product p {
	margin-top: 50px;
	text-align: center;
	font-size: 0.7rem;
}
.Product p strong {
	font-size: 1.8rem;
	display: block;
	margin-bottom: 14px;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 25% !important;
  height: 100%;
}

.Can {
	background-color: #101010;
}
.Can ul {
	margin-top: 40px;
}
.Can ul li {
	padding: 60px 0;
	position: relative;
}
.Can ul li:nth-child(odd) {
	background-color: #292929;
}
.Can ul li:nth-child(odd)::before,
.Can ul li:nth-child(odd)::after{
	content: "";
	display: block;
	width: calc(100% + (100vw -100%) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #292929;
	z-index: 0;
}
.Can ul li:nth-child(odd)::after {
	left: 0;
}
.Can ul li:nth-child(even)::before,
.Can ul li:nth-child(even)::after {
	content: "";
	display: block;
	width: calc(100% + (100vw -100%) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #101010;
	z-index: 0;
}
.Can ul li:nth-child(even)::after {
	left: 0;
}

.Can ul li:last-child {
	border-bottom: #292929 1px solid;
}
.Can ul li:last-child::before,
.Can ul li:last-child::after{
	content: "";
	display: block;
	width: calc(100% + (100vw -100%) / 2);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: #292929 1px solid;
	z-index: 0;
}
.Can ul li:last-child::after {
	left: 0;
}


.Can ul li .Txt__eng {
	margin-right: 2em;
	color: #606060;
}

footer {
	background-color: #101010;
	background-image: url("../images/bg_footer.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding-top: 10vw;
	padding-bottom: 22vw;
	text-align: center;
	position: relative;
	border-bottom: #956304 8px solid;
	overflow: hidden;
}
footer p{
	text-align: center;
	font-size: 0.95rem;
}
footer p strong{
	font-size: 1.8rem;
	display: block;
	margin-bottom: 14px;
}
.Footer__contact {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.Footer__contact .Footer__btn {
	width: 30%;
}
.Footer__contact a.Footer__contact-btn {
	display: block;
	width: 100%;
	padding: 20px 0;
	background-color: #956304;
	font-size: 0.7rem;
	font-weight: bold;
}
.Footer__contact ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.Footer__contact ul li {
	width: 25px;
	margin: 0 10px;
}
.Footer__contact p {
	font-size: 0.7rem;
}
.Footer .Footer__eng-txt {
	bottom: -2%;;
}
.Footer .Footer__eng-txt p span {
	color: #101010;
}
.Footer__contact .footer--logo {
	display: none;
}

/*アニメーション*/
.Header {
animation-name:fadeUDownAnime;
animation-fill-mode:forwards;
opacity: 0;
}
.Mv__eye,
.Mv__eng-txt span,
.Header__copy strong span{
animation-name:fadeUpAnime;
animation-fill-mode:forwards;
opacity: 0;
}
.Mv__eye {
animation-name:fadeUFromRightAnime;
animation-fill-mode:forwards;
opacity: 0;
}
.Header__copy h1 {
animation-name:fadeUFromRightAnime;
animation-fill-mode:forwards;
opacity: 0;
}
.Header { animation-duration:1s; }
.Mv__eye { animation-duration:1.5s; }
.Header__copy h1 { animation-duration:1s; }
.Mv__eng-txt span:nth-child(1) { animation-duration:0.5s; }
.Mv__eng-txt span:nth-child(2) { animation-duration:0.75s; }
.Mv__eng-txt span:nth-child(3) { animation-duration:1s; }
.Mv__eng-txt span:nth-child(4) { animation-duration:1.25s; }
.Mv__eng-txt span:nth-child(5) { animation-duration:1.5s; }
.Mv__eng-txt span:nth-child(6) { animation-duration:1.75s; }
.Mv__eng-txt span:nth-child(7) { animation-duration:2s; }
.Mv__eng-txt span:nth-child(8) { animation-duration:2.25s; }
.Header__copy strong span:nth-child(1) { animation-duration:0.5s; }
.Header__copy strong span:nth-child(2) { animation-duration:5s; }
.Header__copy strong span:nth-child(3) { animation-duration:1s; }
.Header__copy strong span:nth-child(4) { animation-duration:6.5s; }
.Header__copy strong span:nth-child(5) { animation-duration:1.5s; }
.Header__copy strong span:nth-child(6) { animation-duration:5s; }
.Header__copy strong span:nth-child(7) { animation-duration:2s; }
.Header__copy strong span:nth-child(8) { animation-duration:6.5s; }
.Header__copy strong span:nth-child(9) { animation-duration:2.5s; }
.Header__copy strong span:nth-child(10) { animation-duration:5s; }
.Header__copy strong span:nth-child(11) { animation-duration:3s; }
.Header__copy strong span:nth-child(12) { animation-duration:6.5s; }
@keyframes fadeUDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}
@keyframes fadeUFromLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}
@keyframes fadeUFromRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.scroll-block {
  opacity: .1;
  transition: all 1.5s;
}
.scroll-block.blockIn {
  opacity: 1;
}


@media screen and (max-width: 768px) {
	.Header__btn {
		width: 30%;
	}
	.Header__btn a {
		font-size: 0.6rem;
	}
	.Header__logo {
		flex-flow: column;
		padding: 12px 20px;
	}
	.Header__logo ul {
		display: none;
	}
	.Mv .Mv__img {
		height: 100%;
	}
	.Mv .Mv__img .Mv__eye {
		width: 48%;
		left: inherit;
		right: 5%;
		bottom: 22%;
	}
	.Header__copy h1 {
		font-size: 0.75rem;
	}
	.Header__copy strong {
		font-size: 1.75rem;
		margin: 10px 0;
	}
	.Mv p span, .Footer__eng-txt p span {
		font-size: 3rem;
	}
	.About .Container {
		flex-flow: column;
	}
	.About__img {
		width: 100%;
		margin-left: 0;
		height: 30vh;
		transform: scale(1);
	}
	.About__txt {
		width: 100%;
	}
	.About__txt h1 {
		font-size: 0.8rem;
	}
	.Container {
		padding: 0;
	}
	.About__img img {
		max-width: none;
		width: 100%;
	}
	.Ttl__eng {
		font-size: 2rem;
		margin-bottom: 5px;
		margin-bottom: 8px;
	}
	.About__txt {
		padding: 10% 7.5%;
	}
	.About__txt p,
	.Product ul li{
		font-size: 0.65rem;
	}
	.Gaoh img {
		width: 20%;
		top: -80px;
	}
	h1 {
		font-size: 0.9rem;
	}
	.Product p {
		padding: 0 20px;
		margin-top: 30px;
	}
	.Product p strong {
		font-size: 1.05rem;
	}
	.Product ul {
		margin-top: 20px;
	}
	.Ttl__jp {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.Can .Container {
		padding-left: 0;
		padding-right: 0;
		overflow: hidden;
	}
	.Can h1 {
		padding-left: 0;
	}
	.Can .txt-inner {
		display: flex;
		align-items: center;
		font-size: 0.65rem;
	}
	.Can ul li {
		padding: 40px 20px;
	}
	.Can ul li .Txt__eng {
		font-size: 1.7rem;
		margin-right: 0.75em;
		width: 10%;
	}
	.Can ul li:nth-child(odd)::before, .Can ul li:nth-child(odd)::after {
		display: none;
	}
  .Product .Container ul li .txt-inner, 
  .Can .Container ul li .txt-inner{
    padding-left: 10px;
    padding-right: 10px;
  }
	footer .Container {
		padding: 0 20px;
	}
	footer p strong {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	footer p {
		font-size: 0.7rem;
	}
	.Footer__contact {
		flex-wrap: wrap;
		opacity: 1;
	}
	.Footer__contact .Footer__btn,
	.Footer__contact a.Footer__contact-btn{
		width: 100%;
	}
	.Footer__sns {
		margin: 20px auto;
	}
	.Footer__contact p {
		text-align: center;
		width: 100%;
	}
	.Footer__contact .footer--logo {
		width: 100%;
		display: flex;
		align-items:center;
		margin-top: 30px;
    justify-content: center;
	}
	.Footer__contact .footer--logo li {
		width: auto;
		font-size: 0.55rem;
		display: flex;
		align-items:center;
		text-align: left;
		line-height: 1.5;
	}
	.Footer__contact .footer--logo li a {
		width: 100%;
		display: flex;
		align-items:center;
	}
	.Footer__contact .footer--logo li span {
		margin-right: 10px;
	}
	.Footer__contact .footer--logo li:first-child span img {
		height: 40px;
	}
}
