
/*----------------------------------------------------------------------> ▼ #introduction <--*/

#introduction {
	position: relative;
	width: calc(100% - 100px);
	height: calc(100vh - 200px);
	margin: 0 50px;
	border-radius: 15px;
	background: #f0f0f0;
	overflow: hidden;
}

#introduction_office,
#introduction_box {
	position: absolute;
}

#introduction_office {
	top: 0;
	left: 0;
	width: calc((100% / 5) * 2);
	height: 100%;
}

#introduction_box {
	top: 0;
	right: 0;
	width: 66.7%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	background: ;
}

#introduction_box div:not(:nth-child(4)) {
	width: calc(100% / 3);
	height: 50%;
}

#introduction_box div:nth-child(4) {
	width: calc((100% / 3) * 2);
	height: 50%;
}

#introduction_message {
	bottom: 200px;
	left: 500px;
	width: 700px;
	height: 300px;
	background: #f0f0f0;
	z-index: 10;
}

@media (width <= 1280px) {
	#introduction_office,
	#introduction_box {
		width: 50%;
	}
	
	#introduction_photo_3 {
		display: none;
	}
	
	#introduction_box div {
		width: 50%!important;
	}
}

@media (width <= 1023px) {
	#introduction {
		width: calc(100% - 60px);
		margin: 0 30px;
	}
	
	#introduction_office {
		width: 100%;
		height: 50%;
	}
	
	#introduction_box {
		top: 50%;
		left: 0;
		width: 100%;
		height: 50%;
	}
}

/*----------------------------------------------------------------------> ▼ about <--*/

#wrap_about {
	position: relative;
	min-height: 100vh;	
	padding-bottom: ;
	background: #f6f6f6;
	overflow: hidden;
}

#wrap_about::before {
	content: '1964';
	display: block;
	position: absolute;
	bottom: -100px;
	right: 50px;
	font-family: Helvetica-UL;
	font-size: 390px;
	color: ;
	opacity: 0.05;
	letter-spacing: -20px;
	z-index: 5;
}

@media (width <= 1600px) {
	#wrap_about::before {
		font-size: 350px;
	}
}

@media (width <= 1366px) {
	#wrap_about {
		min-height: ;	
	}
	
	#wrap_about::before {
		font-size: 300px;
		letter-spacing: -10px;
	}
}

@media (width <= 1023px) {
	#wrap_about {
		min-height: 80vh;	
	}
	
	#wrap_about::before {
		right: 25px;
		bottom: -65px;
		font-size: 250px;
		letter-spacing: -10px;
	}
}

@media (width <= 767px) {
	#wrap_about {
		min-height: 100vh;	
	}
	
	#wrap_about::before {
		display: none;
	}
}

#history {
	position: absolute;
	bottom: -100px;
	left: 100px;
	width: 50%;
	aspect-ratio: 1 / 1;
	background: url(/asset/image/home/about_mask.png) center / cover, url(/asset/image/home/history.jpg) center / cover;
}

@media (width <= 1800px) {
	#history {
		bottom: -50px;
		width: 55%;
	}
}

@media (width <= 1600px) {
	#history {
		left: 50px;
		width: 55%;
	}
}

@media (width <= 1366px) {
	#history {
		width: 50%;
	}
}

@media (width <= 1280px) {
	#history {
		width: 70%;
		left: -150px;
	}
}

@media (width <= 767px) {
	#history {
		width: 65vw;
		right: 17.5vw;
		left: auto;
	}
}

@media (width <= 500px) {
	#history {
		width: 115vw;
		right: -25px;
	}
}

@media (width <= 400px) {
	#history {
		width: 110vw;
		right: ;
	}
}

/*----------------------------------------------------------------------> ▼ about <--*/

#about {
	position: relative;
	display: ;
	width: 50%;
	margin-left: 50%;
	border: 0px solid #eee;
}

#about .block_theme {
	width: 325px;
	margin: 0 auto;
}

@media (width <= 767px) {
	#about {
		width: 100%;
		margin-left: 0;
	}
	
	#about .block_theme {
		width: 100%;
		padding: 0 100px;
	}
}

@media (width <= 500px) {
	#about .block_theme {
		padding: 0 50px;
	}
}

/*----------------------------------------------------------------------> ▼ about <--*/

#wrap_nasen {
	overflow-x: hidden;
	background: url(/asset/image/home/nasen_bg.jpgs), #36s-3;
	background: url(/asset/image/home/cloth_sf_2.jpg) center / cover;
}

#wrap_nasen * {
	color: ;
}

#nasen {
	display: flex;
	width: 100%;
	height: 300px;
}

#nasen > div:first-child {
	width: ;
}

#nasen > div:last-child {
}

#cloth {
	position: relative;
	width: calc(100% - 0px);
	height: 300px;
	margin-left: 100px;
	margin-right: -300px;
	background: url(/asset/image/home/cloth.jpg) center / cover;
}

#cloth::before {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 400px;
	background: #fff;
	transform: rotate(15deg);
	top: -50px;
	left: -50px;
}

#text_nasen {
	z-index: 10;
}

@media (width <= 767px) {
	#nasen {
		flex-wrap: wrap;
	}
	
	#cloth {
		width: calc(100% + 50px);
		height: 200px;
		margin-top: 50px;
		margin-left: 0;
	}
	
	#text_nasen {
		width: 100%;
	}

}

/*----------------------------------------------------------------------> ▼ feature <--*/

#feature_title {
	margin: 200px 0 50px;
	background: #fff;
	position: relative;
}

@media (width <= 767px) {
	#feature_title {
		margin: 350px 0 15px;
	}
}

#feature {
	display: flex;
	width: 100%;
}

#feature li {
	width: calc((100% - 100px) / 3);
}

#feature li:nth-child(2) {
	margin: 0 50px;
}

#feature .photo {
	position: relative;
	height: 200px;
	margin: 30px 0;
	overflow: hidden;
}
/*
#feature .photo::before,
#feature .photo::after {
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 300px;
	background: #fff;
	transform: rotate(15deg);
}

#feature .photo::before {
	top: -50px;
	left: -25px;
}

#feature .photo::after {
	bottom: -50px;
	right: -25px;
}
*/

#feature .base .photo {
	background: url(/asset/image/home/feature_1.jpg) center / cover;
}

#feature .color .photo {
	background: url(/asset/image/home/feature_2.jpg) center / cover;
}

#feature .scale .photo {
	background: url(/asset/image/home/feature_3.jpg) center / cover;
}

@media (width <= 767px) {
	#feature {
		flex-wrap: wrap;
	}
	
	#feature li {
		width: 100%;
		margin: 15px 0 !important;
	}
	
	#feature li:nth-child(2) {
		padding: 30px 0;	
		border-top: 1px dashed #ddd;
		border-bottom: 1px dashed #ddd;
	}
	
	#feature .photo {
		margin: 15px 0;
	}
}

/*----------------------------------------------------------------------> ▼ thoughts <--*/

#wrap_thoughts {
	background: url(/asset/image/home/towel_right.png) no-repeat bottom right / auto 90%, #f6f6ff;
}

#wrap_thoughts .frame {
	padding-right: ;
}

#wrap_thoughts .block_theme {
	padding: 50px 0 0 0px;
}

@media (width <= 1280px) {
	#wrap_thoughts {
		background: url(/asset/image/home/towel_right.png) no-repeat bottom right / auto 80%, #f6f6ff;
	}
}

@media (width <= 1023px) {
	#wrap_thoughts {
		background: url(/asset/image/home/towel_right.png) no-repeat bottom right / auto 30%, #f6f6ff;
	}
}

@media (width <= 767px) {
	#wrap_thoughts {
		background: url(/asset/image/home/towel_right.png) no-repeat bottom right / auto 40%, #f6f6ff;
	}
	#wrap_thoughts .title,
	#wrap_thoughts .subtitle {
		text-align: left !important;
	}
	
	#wrap_thoughts .block_theme {
		padding: 15px 0 0 0px;
	}
	
	#wrap_thoughts .block_theme br {
		display: none;
	}
}

@media (width <= 400px) {
	#wrap_thoughts {
		background: url(/asset/image/home/towel_right.png) no-repeat bottom right / auto 40%, #f6f6ff;
	}
}

/*----------------------------------------------------------------------> ▼ pickup2 <--*/

#products {
	border-top: 0px solid #f6f6f6;
}

#products > li {
	padding: 50px 0;
}

#products > li:nth-child(even) {
	background: linear-gradient(#f6f6f6, #f3f3f3);
}

#products .frame {
	display: flex;
	align-items: center;
}

#products .thumbnail {
	width: calc(100% - 400px);
	height: 500px;
	border: 0px solid #000;
}

.product {
	width: 400px;
	padding: var(--margin) 0;
}

.product > li:first-child {
	font-family: YuGo-B;
	font-size: 40px;
}

.product > li:nth-child(2) {
	font-size: 16px;
	padding: 5px 0 25px;
	letter-spacing: 0.5px;
	color: #777;
}

.product > li:nth-child(3) {
	width: 300px;
	font-size: 16px;
	line-height: 1.5em;
}

.product.t_right li:not(:nth-child(3)) {
	text-align: right;
}

.product.t_right li:nth-child(3) {
	margin: 0 -10px 0 auto;
}

.apparel {
	background: url(/asset/image/home/apparel.png) no-repeat right center / contain;
}

.cloth {
	background: url(/asset/image/home/cloth.png) no-repeat left center / contain;
}

.towel {
	background: url(/asset/image/home/towel.png) no-repeat right center / contain;
}

.sticker {
	background: url(/asset/image/home/sticker.png) no-repeat left center / contain;
}

@media (width <= 767px) {
	#products .frame {
		flex-wrap: wrap;
	}
	
	#products li:nth-child(odd) .frame {
		flex-direction: column-reverse;
	}

	#products .thumbnail {
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		border-radius: var(--border_radius);
	}

	.product {
		width: 100%;
		padding: 35px 0 0;
	}
	
	.apparel {
		background: url(/asset/image/home/apparel.png) no-repeat center / contain, #f3f3f3;
	}

	.cloth {
		background: url(/asset/image/home/cloth.png) no-repeat center / contain, #fff;
	}

	.towel {
		background: url(/asset/image/home/towel.png) no-repeat center / contain, #f3f3f3;
	}

	.sticker {
		background: url(/asset/image/home/sticker.png) no-repeat center / contain, #fff;
	}
	
	.product > li:first-child {
		font-size: 30px;
	}

	.product > li:nth-child(2) {
		font-size: 12px;
	}

	.product > li:nth-child(3) {
		width: 100%;
		font-size: 16px;
		line-height: 1.5em;
	}
}


/*----------------------------------------------------------------------> ▼ profile <--*/

#wrap_profile {
	background: linear-gradient(#f6f6f6, #fff);
}

#profile {
	margin-top: 100px;
}

#profile dl {
	display: flex;
}

#profile dt {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 320px;
	border-top: 1px solid #000;
	text-align: center;
	padding: 30px 0;
	font-size: 18px;
}

#profile dd {
	width: calc(100% - 350px);
	padding: 30px;
	border-top: 1px solid #000;
}

#profile dl:last-child dt,
#profile dl:last-child dd {
	border-bottom: 1px solid #000;
}

#profile li {
	line-height: 1.25em;
}

#profile li::before {
	content: '〇';
	margin-right: 5px;
}

#map {
	display: none;
}

@media (1024px <= width) {
	#profile dd {
		margin-left: 30px;
	}
}

@media (width <= 1023px) {
	#profile dt {
		width: 200px;
	}
	
	#profile dd {
		width: calc(100% - 200px);
	}
}

@media (width <= 767px) {
	#wrap_profile .font_title,
	#wrap_profile .font_subtitle {
		text-align: center;
	}
	
	#profile dl {
		flex-wrap: wrap;
	}
	
	#profile dt,
	#profile dd {
		width: 100%;
	}
	
	#profile dt {
		position: relative;
		margin-bottom: 20px;
		padding-bottom: 8px;
	}
	
	#profile dt::before {
		content: '';
		dislay: block;
		position: absolute;
		left: calc(50% - 10px);
		bottom: 0px;
		width: 20px;
		height: 1px;
		background: #444;
	}
	
	#profile dl:last-child dt {
		border-bottom: 0;
	}
	
	#profile dd {
		padding-top: 0;
		border: none;
		text-align: center;
		line-height: 1.25em;
	}
}

@media (width <= 500px) {
	#profile {
		margin-top: 0;
	}
}

/*----------------------------------------------------------------------> ▼ .bar <--*/

#bar {
	width: 100%;
	background: url(/asset/image/general/footer/copyright_6.jpg) center / cover;
	height: 300px;
}

@media (width <= 767px) {
	#bar {
		height: 200px;
	}
}
