@charset "utf-8";


/*////////////////////////////////////
header
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_header_area {
	position:relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
#top_header_word {
	position: fixed;
	width: 48%;
	top: 30%;
	left: 2%;
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	animation: fadeIn_top 1s ease 0s 1 normal backwards;
	z-index: 2;
	color: #0D3551;
}
#top_header_word span {
	font-size: clamp(1.6rem,1vw,2rem);
	color: #9F9F9F;
	display: block;
	padding-top: 20px;
}

#top_header_img_area {
	position: fixed;
	width: 70%;
	aspect-ratio:16/9;
	top: 16%;
	left: 25%;
	transform: rotate(-3deg);
	z-index: 1;
	animation: yure 10s ease normal infinite;
}
#top_header_img_area::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 30px;
	left: 50px;
	background:#ACD6DE;
	border-radius: 80px;
	z-index: -1;
}

.top_header_img {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
}
.top_header_img:nth-child(1) {
	background: url("../img/top_header_img1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 80px;
	top: 0;
	left: 0;
	opacity: 0;
	animation: imgFade 21s ease 0s normal infinite;
}
.top_header_img:nth-child(2) {
	background: url("../img/top_header_img2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	border-radius: 80px;
	opacity: 0;
	animation: imgFade 21s ease 7s normal infinite;
}
.top_header_img:nth-child(3) {
	background: url("../img/top_header_img3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	border-radius: 80px;
	opacity: 0;
	animation: imgFade 21s ease 14s normal infinite;
}
#top_header_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #f2f0ed;
	z-index: 2;
	opacity: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_header_area {
	position:relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
}
#top_header_word {
	position: fixed;
	width: 70%;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	text-align: center;
	animation: fadeIn_top 1s ease 0s 1 normal backwards;
	z-index: 2;
	color: #0D3551;
}
#top_header_word span {
	font-size: clamp(1.6rem,1vw,2rem);
	color: #9F9F9F;
	display: block;
	padding-top: 20px;
}

#top_header_img_area {
	position: fixed;
	width: 90%;
	aspect-ratio:16/9;
	top: 16%;
	left: 12%;
	transform: rotate(-3deg);
	z-index: 1;
	animation: yure 10s ease normal infinite;
}
#top_header_img_area::after {
	content: "";
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
	top: 20px;
	left: 30px;
	background:#ACD6DE;
	border-radius: 80px;
	z-index: -1;
}

.top_header_img {
	position: absolute;
	width: 100%;
	aspect-ratio:16/9;
}
.top_header_img:nth-child(1) {
	background: url("../img/top_header_img1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 80px;
	top: 0;
	left: 0;
	opacity: 0;
	animation: imgFade 21s ease 0s normal infinite;
}
.top_header_img:nth-child(2) {
	background: url("../img/top_header_img2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	border-radius: 80px;
	opacity: 0;
	animation: imgFade 21s ease 7s normal infinite;
}
.top_header_img:nth-child(3) {
	background: url("../img/top_header_img3.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	top: 0;
	left: 0;
	border-radius: 80px;
	opacity: 0;
	animation: imgFade 21s ease 14s normal infinite;
}
#top_header_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #f2f0ed;
	z-index: 2;
	opacity: 0;
}
}
@keyframes yure {
  0%,100% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(1deg);
  }
}

@keyframes imgFade {
0% {
	opacity: 0;
}
5% {
	opacity: 1;
}
33% {
	opacity: 1;
}
37% {
	opacity: 0;
}
100% {
	opacity: 0;
}
}


/*////////////////////////////////////
top about1
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_about_area {
	position: relative;
	width: 100%;
	height: 100vh;
	margin-top: 500px;
	z-index: 5;
}
#top_about_item {
	position: absolute;
	width: 40%;
	top: 30%;
	left: 12%;
}
#top_about_area_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_about_area_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_about_area_title h2::before {
	content: "Brand Policy";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: -10%;
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_about_area_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
	z-index: 2;
}

}
@media screen and (min-width: 0px) and (max-width: 767px) {
#top_about_area {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 500px;
	z-index: 5;
}
#top_about_item {
	position: relative;
	width: 80%;
	margin-left: 10%;
}
#top_about_area_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_about_area_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_about_area_title h2::before {
	content: "Brand Policy";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: -10%;
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_about_area_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
}
}


/*////////////////////////////////////
top item area
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_item_area {
	position: relative;
	width: 100%;
	padding: 500px 0 100px 0;
	z-index: 7;
	overflow: hidden;
}
#top_item_word_area {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}
#top_item_area_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_item_area_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_item_area_title h2::before {
	content: "Brand Product";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_item_area_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
}
#top_item_img_area {
	position: relative;
	width: 4800px;
	display: flex;
	justify-content: flex-start;
}
.top_item_img_place {
	position: relative;
	width: 2400px;
	padding: 50px 0;
	animation: roaditem 36s linear normal infinite;
}
.top_item_img1 {
	width: 10%;
	margin-right: -50px;
}
.top_item_img2 {
	width: 14%;
	margin-top: -50px;
}
.top_item_img3 {
	width: 13%;
	margin-left: -50px;
}
.top_item_img4 {
	width: 9%;
	margin-left: 100px;
}
.top_item_img5 {
	width: 16%;
	margin-top: -50px;
}
.top_item_img6 {
	width: 10%;
	margin-left: -50px;
}
.top_item_img7 {
	width: 15%;
	margin-top: 50px;
}
.top_item_img8 {
	width: 13%;
	margin-right: -50px;
}
.top_item {
	position: relative;
	aspect-ratio:1/1;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.top_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
#top_item_area {
	position: relative;
	width: 100%;
	padding: 300px 0 100px 0;
	z-index: 7;
	overflow: hidden;
}
#top_item_word_area {
	position: relative;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
#top_item_area_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_item_area_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_item_area_title h2::before {
	content: "Brand Product";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 50%;
	transform: translateX(-50%);
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_item_area_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
}
#top_item_img_area {
	position: relative;
	width: 4800px;
	display: flex;
	justify-content: flex-start;
}
.top_item_img_place {
	position: relative;
	width: 1200px;
	padding: 10px 0;
	animation: roaditem 36s linear normal infinite;
}
.top_item_img1 {
	width: 10%;
	margin-right: -50px;
}
.top_item_img2 {
	width: 14%;
	margin-top: -50px;
}
.top_item_img3 {
	width: 13%;
	margin-left: -50px;
}
.top_item_img4 {
	width: 9%;
	margin-left: 100px;
}
.top_item_img5 {
	width: 16%;
	margin-top: -50px;
}
.top_item_img6 {
	width: 10%;
	margin-left: -50px;
}
.top_item_img7 {
	width: 15%;
	margin-top: 50px;
}
.top_item_img8 {
	width: 13%;
	margin-right: -50px;
}
.top_item {
	position: relative;
	aspect-ratio:1/1;
	border-radius: 50%;
	overflow: hidden;
	float: left;
}
.top_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
}


@keyframes roaditem {
	0%{
		left: 0;
	}
	100%{
		left: -2400px;
	}
}



/*////////////////////////////////////
top environment area
////////////////////////////////////*/
@media screen and (min-width: 768px) {
#top_environment_area {
	position: relative;
	width: 100%;
	padding: 100px 0 100px 0;
	z-index: 7;
	overflow: hidden;
}
#top_environment_place {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#top_environment_word_area {
	position: relative;
	width: 48%;
	margin-left: 2%;
}
#top_environment_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_environment_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(1.6rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_environment_title h2::before {
	content: "Contribute";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 0%;
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_environment_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
}
#top_environment_image {
	position: relative;
	width: 38%;
	aspect-ratio:1/1;
	margin-left: 2%;
	border-radius: 50%;
	overflow: hidden;
}
#top_environment_image img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#top_environment_area {
	position: relative;
	width: 100%;
	padding: 100px 0 0 0;
	z-index: 7;
	overflow: hidden;
}
#top_environment_place {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#top_environment_word_area {
	position: relative;
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
}
#top_environment_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
}
#top_environment_title h2 {
	font-family: 'Noto Serif JP', serif;
	color: #0D3551;
	font-size: clamp(4rem,4vw,7rem);
	line-height: 1.6;
	font-weight: 300;
	z-index: 2;
}
#top_environment_title h2::before {
	content: "Contribute";
	position: absolute;
	font-family: "Times New Roman", Times, "serif";
	font-size: clamp(5rem,6vw,10rem);
	font-style: italic;
	font-weight: 300;
	display: block;
	z-index: -1;
	top: -80px;
	left: 0%;
	background: linear-gradient(180deg, #FFF, #f2f0ed);
  	-webkit-background-clip: text;
  	color: transparent;
}
#top_environment_word {
	position: relative;
	width: 100%;
	font-size: clamp(1.6rem,1vw,2rem);
	line-height: 2.4;
	font-weight: 300;
}
#top_environment_image {
	position: relative;
	width: 80%;
	max-width: 600px;
	aspect-ratio:1/1;
	margin-left: 10%;
	border-radius: 50%;
	overflow: hidden;
}
#top_environment_image img {
	width: 100%;
	aspect-ratio:1/1;
	object-fit: cover;
}
}