@charset "utf-8";

/* pc */
main {
	max-width: 1200px;
	margin: 0 auto;
}

.main_content {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.main_wrapper {
	margin: 0 calc(100vw * (75/1200));
}

.main_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 7%; 
}

.lead_text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .1em;
	text-align: center;
}

/* ダウンファブリックとは？ */
.about_content {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.about_wrapper {
	margin: 22% calc(100vw * (75/1200)) 0;
}

.text_center {
	text-align: center;
}

.secondary {
	font-size: 32px; 
	line-height: 1.5;
	font-weight: bold;
	color: #102640;
	font-family: "futura", sans-serif;
}

.secondary_detail {
	font-size: 20px;
	line-height: 1.5;
	font-weight: 500;
	color: #102640;
	display: inline-block;
	margin-bottom: 6%;
}

.secondary_article {
	border: 1px solid #666;
}

.tag-images {
	max-width: 600px;
	margin: 0 auto;
}

.border-line {
	border-top: 1px solid #999;
	max-width: 90%;
	margin: 0 auto;
}

.article_text {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .1em;
	padding: 6% 4%;
	position: relative;
}

.item_content {
	max-width: 900px;
	margin: 22% auto 0;
}

.bg {
	background-color: #f5f5f5;
}

.item_wrapper {
	margin: 0 calc(100vw * (25/375));
	position: relative;
}

.item_positionRight {
	position: relative;
}

.images-position {
	position: relative;
	top: 80px;
	max-width: 750px;
}

.cv_flex-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12%;
	margin-top: 12%;
}

.credit {
	font-size: 20px;
	letter-spacing: .1em;
	line-height: 1.6;
}

.button_ {
	padding: 2% 9%;
	border-radius: 2px;
	border: 1px solid #333;
	transition: 1s;
}

.button_:hover {
	transition: 1s;
	background-color: #102640;
	color: #fff;
}

.button_ a {
	font-size: 18px;
	letter-spacing: .1em;
}

.staff-comment_flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9%;
	max-width: 650px;
	margin: 15% auto 7%;
	position: relative;
}

.staff-comment_flex::before {
	content: "";
	display: block;
	width: 2px;
	height: 35%;
	background-color: #999;
	position: absolute;
	top: -40%;
	left: 50%;
	transform: translate(50%, -50%);
}

.circle-image {
	max-width: 150px;
}

.comment-head {
	width: 50%;
}

.comment-title {
	font-size: 24px;
	font-weight: bold;
	font-family: "futura", sans-serif;
	letter-spacing: .1em;
}

.staff-comment {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: .05em;
	color: #999;
}

.staff-desc {
	font-size: 16px;
	line-height: 2;
	letter-spacing: .1em;
	padding: 8% 4%;
	position: relative;
}

.staff-desc:before {
	border-top: 2px dotted #666;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.staff-desc::after {
	border-bottom: 2px dotted #666;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.slider {
	margin-top: 15%;
}

.slick-dotted.slick-slider {
	margin-bottom: 14%;
}

.pc_layout {
	display: flex;
	align-items:center;
	justify-content: space-around;
	gap: 8%;
}

.pc_slider {
	width: 50%;
}

.slider-image img {
	max-width: 400px;
	width: 100%;
}

.pc_layout-list {
	width: 50%;
}

.credit-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 14%;
	width: 100%;
}

.credit-list:first-child {
	margin-bottom: 7%;
}

.credit-list:last-child {
	margin-bottom: 0;
}

.credit-list_cash {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: .05em;
	width: 70%;
}

.credit_button {
	font-size: 13px;
	letter-spacing: .1em;
	padding: 3% 9%;
	border: 1px solid #666;
	border-radius: 1px;
	text-align: center;
	width: 30%;
}

.credit_button:hover {
	transition: 1s;
	background-color: #102640;
	color: #fff;
}

.item_positionLeft {
	position: relative;
}

.item-titleRight {
	font-size: 150px; 
	font-weight: bold;
	font-family: "futura", sans-serif;
	color: #333;
	letter-spacing: .1em;
	opacity: .1;
	writing-mode: vertical-rl;
	position: absolute;
	right: -50px;
}

.item-titleLeft {
	font-size: 150px; 
	font-weight: bold;
	font-family: "futura", sans-serif;
	color: #333;
	letter-spacing: .1em;
	opacity: .1;
	writing-mode: vertical-rl;
	position: absolute;
	top: 80px;
	left: -50px;
}

.font-positionLeft {
	top: 90px;
}

main > .item_content:nth-of-type(4) > .item_wrapper:first-child > .cv_flex-box:nth-of-type(3) {
	flex-direction: column;
}

.flex-box_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	gap: 5%;
}

.flex-box_inner:first-child {
	margin-bottom: 4%;
}
















