﻿@charset "utf-8";
/* CSS Document */

footer {
	padding-top: 16px;
	background: #000;
}
.slider {
  background: none;
}

.kv{
	width: 100%;
	height: 1260px;
  padding: 0;
	position: relative;
	overflow: hidden;
}
.kv img {
	height: 100%;
}
.kv .inner {
	width: 1080px;
	margin: 236px auto 0;
	position: relative;
}
.kv .ttl-copy {
	width: 880px;
	min-width: 0;
	min-height:0;
	margin: 0 auto;
	position: relative;
	top: 0;
  left: 0;
	transform: none;
	z-index: 1;
}
.kv .ornament {
	width: 1440px;
	max-width: 1920px;
	height: 480px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.kv .ornament img {
	min-height: 0;
	min-width: 0;
	transform: none;
}
.kv .ornament .ornament_left {
	display: block;
	width: 430px;
	height: 336px;
	position: absolute;
	left: 0;
	top: 65px;
	z-index: -1;
}
.kv .ornament .ornament_right {
	width: 438px;
	height: 327px;
	position: absolute;
	right: 0;
	top: 200px;
	left: calc(100% - 438px);
}

@keyframes kvSlideInFromLeft {
  from { transform: translateX(-400px); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
@keyframes kvSlideInFromRight {
  from { transform: translateX(400px); opacity: 0; }
  to   { transform: none; opacity: 1; }
}
.kv .ornament .ornament_left {
  opacity: 0;
  animation: kvSlideInFromLeft 0.6s ease 0.3s both;
}
.kv .ornament .ornament_right {
  animation: kvSlideInFromRight 0.6s ease 0.3s both;
}


/* コンテンツ */

main {
	backdrop-filter: brightness(0.4);
}

.section_info {
	background: #000;
	color: #FFF;
	padding: 100px 0 90px;
}
.section_info .inner {
	display: flex;
	justify-content: space-between;
}
.section_info h2 {
	font-size: 5rem;
	line-height: 1.5;
}
.section_info h2 .sup {
	font-size: 4rem;
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 0.4em;
}
.section_info h2 .sub_ttl {
	font-size: 3rem;
	display: block;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
	letter-spacing: 0;
}
.info_txt {
	width: 500px;
	font-size: 1.8rem;
}

.attachment_item {
	margin: 120px 0 0;
}
.attachment_list li {
	width: 87.5%;
	min-height: 600px;
	max-height: 720px;
	display: flex;
	margin-bottom: 120px;
}
.attachment_list li:nth-child(odd) {
	flex-direction: row-reverse;
	margin-left: auto;
}
.attachment_list .attachment_img {
	flex: 1;
}
.attachment_list .attachment_img img {
	width: 100%;
	height: 100%;
}
.attachment_list .spec_info {
	max-width: 40%;
	background: #000;
	color: #FFF;
	padding: 310px 40px 40px;
	border-radius: 16px 0 0 16px;
	position: relative;
}
.attachment_list .spec_info h3 {
	/*min-width: 600px;*/
	min-width: calc(100% + 100px);
	height: 280px;
	text-align: center;
	/*border-radius: 16px 0 0 0;*/
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}
.attachment_list li:nth-child(even) .spec_info h3 {
	left: auto;
	right: 0;
}
.attachment_list .spec_info h3 img {
	width: 85%;
	max-height: 180px;
	object-fit: contain;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
}
.attachment_list li:nth-child(1) .spec_info h3 img {
	top: -20%;
	max-height: 280px;
}
.attachment_list li:nth-child(2) .spec_info h3 img {
	top: -5%;
	max-height: 240px;
}
.attachment_list li:nth-child(3) .spec_info h3 img {
	top: -20%;
	max-height: 280px;
}
.attachment_list li:nth-child(4) .spec_info h3 img {
	top: -10%;
	max-height: 300px;
}
.attachment_list li:nth-child(5) .spec_info h3 img {
	top: -23%;
	max-height: 290px;
}
.attachment_list .spec_info dl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	border-bottom: solid 1px #FFF;
	padding: 24px 0;
	margin-bottom: 16px;
	position: relative;
}
.attachment_list .spec_info dl::before {
	display: block;
	width: 195px;
	height: 30px;
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	padding-left: 1em;
	box-sizing: border-box;
	line-height: 30px;
	border-radius: 0 30px 0 0;
	position: absolute;
	top: -30px;
	left: 0; 
}
.attachment_list .spec_info dl.pt01::before {
	content: "伐木・伐開作業";
	background: #FFCE00;
}
.attachment_list .spec_info dl.pt02::before {
	content: "刈払い専用";
	background: #5FC092;
}
.attachment_list .spec_info dl.pt03::before {
	content: "ふるい専用";
	background: #FF4500;
	color: #FFF;
}
.attachment_list .spec_info dl .bound {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
}
.attachment_list .spec_info dl dt {
	width: 56px;
}
.attachment_list .spec_info dl dd {
	width: 128px;
}
.attachment_list .spec_info .description span {
	font-size: 1.4rem;
	display: block;
	font-weight: 400;
	margin-top: 8px;
}
.attachment_list .spec_info .description {
	line-height: 1.75
}


/* その他のアタッチメント */

.other_attachment {
	display: flex;
	flex-wrap: wrap;
	gap:40px 80px;
	margin-bottom: 40px;
}
.other_attachment li {
	width: 500px;
	border-radius: 8px;
	background: #000;
	color: #FFF;
}
.other_attachment li img {
	width: 100%;
	aspect-ratio:4/3;
	border-radius: 8px 8px 0 0;
}
.other_attachment li dl {
	padding: 24px;
}
.other_attachment li dl dt {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	margin-bottom: 16px;
	letter-spacing: 0;
}
.other_attachment li dl dt span {
	display: block;
	font-size: 1.4rem;
	line-height: 1.75;
}
.other_attachment li dl dd {
	line-height: 1.75;
}
.other_attachment li dl dd::before {
	content: "";
	display: block;
	width: 152px;
	height: 30px;
	line-height: 30px;
	background: var(--orange);
	border-radius: 0 30px 0 0;
	font-size: 1.6rem;
	padding-left: 16px;
	box-sizing: border-box;
	margin-bottom: 8px;
}
.other_attachment li dl dd.pt04::before {
	content: "伐根専用";
	background: #8C6737;
	color: #FFF;
}
.other_attachment li dl dd.pt05::before {
	content: "多種用途";
	background: #E3547B;
	color: #FFF;
}
.other_attachment li dl dd.pt06::before {
	content: "集積専用";
	background: #00CEF3;
	color: #000;
}
.other_attachment li dl dd.pt07::before {
	content: "伐木小割専用";
	background: #C05FA6;
	color: #FFF;
}
.other_attachment li dl dd.pt08::before {
	content: "丸太材背割り機";
	background: #478533;
	color: #FFF;
}
.other_attachment li dl dd.pt09::before {
	content: "丸太材運搬用";
	background: #2362A2;
	color: #FFF;
}


/* ページメニュー */

p.link_to {
	display: flex;
	flex-direction: row-reverse;
	line-height: 50px;
	width: 100%;
	margin-bottom: 80px;
}
p.link_to a {
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	background: url("../images/arrow_link.svg") no-repeat right center / 50px;
	padding-right: 70px;
}
p.link_to a:hover {
	opacity: 0.7;
	transition: 0.3s;
}


@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

.ttl-copy img {
	min-width: 0;
	min-height: 0;
	height: auto;
	position: static;
	z-index: 0;
	display: block;
}
.ttl-copy .ttl-copy01 {
	width: 407px;
	margin-bottom: 16px;
	margin-left: 32px;
}
.ttl-copy .ttl-copy02 {
	width: 880px;
	margin-bottom: 14px;
}
.ttl-copy .ttl-copy03 {
	width: 320px;
	margin-bottom: 116px;
	margin-left: auto;
}
.ttl-copy .ttl-copy04 {
	width: 808px;
	margin: 0 auto;
}

}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

body {
	overflow: hidden;
}

.kv{
	width: 100%;
	height: auto;
	aspect-ratio:auto;
  padding:120px 0 78px;
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.2)),
	            url("../images/attachment/bg_sp.jpg") no-repeat center / cover;
}
.kv img {
	 aspect-ratio: auto; 
	 transform: scale(1); 
}
.kv .inner {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
}
.kv .ttl-copy {
	width: 86%;
}
.kv .ornament {
	width: 100%;
	max-width: 100%;
	height: 100vh;
	position: absolute;
	top: 20%;
	left: 0;
	transform: none;
	z-index: 0;
}
.kv .ornament img {
	min-height: 0;
	min-width: 0;
	transform: none;
	filter: brightness(80%);
}
.kv .ornament .ornament_left {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: -5%;
	z-index: 0;
}
.kv .ornament .ornament_right {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 0;
	top: 2%;
	left: calc(100% - 120px);
}


/* KV テキスト画像 SP */
.ttl-copy img {
	position: static;  /* .kv img の position:fixed を上書き */
	width: 100%;
	height: auto;
	min-width: 0;
	min-height: 0;
	display: block;
}
.ttl-copy picture {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.ttl-copy picture img {
	width: 100%;
}
.ttl-copy .ttl-copy01 {
	width: 60%;
	margin-bottom: 8px;
	margin-left: 4%;
}
.ttl-copy .ttl-copy02 {
	width: 100%;
	margin-bottom: 8px;
}
.ttl-copy .ttl-copy03 {
	width: 50%;
	margin-bottom: 32px;
	margin-left: auto;
}


/* ページメニュー */

.page_menu {
	display: none;
}

p.link_to {
	display: flex;
	flex-direction: row-reverse;
	line-height: 50px;
	width: 100%;
}
p.link_to a {
	display: block;
	color: #FFF;
	font-size: 1.6rem;
	background: url("../images/arrow_link.svg") no-repeat right center / 40px;
	padding-right: 50px;
}

/* コンテンツ */

main {
	padding-bottom: 40px;	
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
	            url("../images/attachment/bg_sp.jpg") repeat-y center top / contain;
}
.section_info {
	padding: 64px 0 40px;
}
.section_info .inner {
	display: block;
}
.section_info h2 {
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
.section_info h2 .sup {
	font-size: 3.2rem;
}
.section_info h2 .sub_ttl {
	font-size: 2rem;
}
.info_txt {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.75;
}

.attachment_item {
	margin: 40px 0;
}
.attachment_list li {
	width: 87.5%;
	display: block;
	margin-bottom: 24px;
}

.attachment_list .attachment_img {
	flex: 1;
}
.attachment_list .attachment_img img {
	width: 100%;
	height: 100%;
}
.attachment_list li img {
	border-radius: 0 8px 0 0;
}
.attachment_list li:nth-child(odd) img {
	border-radius: 8px 0 0 0;
}
.attachment_list .spec_info {
	width: 100%;
	max-width: 100%;
	background: #000;
	color: #FFF;
	padding: 120px 24px 24px;
	border-radius: 8px 0 0 8px;
}
.attachment_list .spec_info {
	border-radius: 0 0 8px 0;
}
.attachment_list li:nth-child(odd) .spec_info {
	border-radius: 0 0 0 8px;
}
.attachment_list .spec_info h3 {
	min-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 100 / 36 ;
	text-align: center;
	border-radius: 8px 0 0 0;
	background: none;
}
.attachment_list .spec_info h3 img {
	max-height: auto;
	object-fit: contain;
	position: absolute;
}
.attachment_list li:nth-child(1) .spec_info h3 img {
	width: 50%;
	top: -55%;
}
.attachment_list li:nth-child(2) .spec_info h3 img {
	top: -35%;
}
.attachment_list li:nth-child(3) .spec_info h3 img {
	width: 70%;
	top: -50%;
}
.attachment_list li:nth-child(4) .spec_info h3 img {
	top: -35%;
}
.attachment_list li:nth-child(5) .spec_info h3 img {
	width: 55%;
	top: -55%;
}
.attachment_list .spec_info dl {
	gap:0 15%;
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 8px 0;
	margin-bottom: 8px;
}
.attachment_list .spec_info dl .bound {
	display: flex;
	flex-wrap: wrap;
	width: 35%;
}
.attachment_list .spec_info dl dt {
	width: 50%;
}
.attachment_list .spec_info dl dd {
	width: 50%;
}
.attachment_list .spec_info .description {
	font-size: 1.4rem;
	line-height: 1.5
}


/* その他のアタッチメント */

.other_attachment {
	display: block;
	margin-bottom: 40px;
}
.other_attachment li {
	width: 100%;
	border-radius: 8px;
	margin-bottom: 24px;
}
.other_attachment li dl {
	padding: 16px 24px 24px;
}
.other_attachment li dl dd {
	font-size: 1.4rem;
	line-height: 1.5;
}

}



