@charset "UTF-8";
@import url(./var.css);

.img_txt {
	position: relative;
	overflow: hidden;
}

.img_txt #border_01 {
	position: absolute;
	bottom: 81px;
	width: 100%;
	z-index: 1;
	mix-blend-mode: overlay;
}

.store_photos {
	position: relative;
	padding-top: 117px;
	padding-left: 6.7%;
	width: calc(100w - 6.7%);
	overflow: hidden;
}

.store_photos .photos {
	display: flex;
	justify-content: space-between;
}

.store_photos #border_02 {
	position: absolute;
	top: -100px;
	right: 63.8vw;
	mix-blend-mode: overlay;
}

.store_photos .photos .photo01 {
	width: 36.3%;
	overflow: hidden;
}

.store_photos .photos .photo_block {
	width: 58.4%;
}

.store_photos .photos .photo02 {
	width: 100%;
	margin-bottom: 5.2vw;
}

.store_photos .photos .photo03 {
	width: 42.6%;
}

.store_photos .photos .photo04 {
	width: 28.6%;
	position: absolute;
	bottom: 15%;
	right: 0%;
}

.store_photos .cmn_ttl_94 {
	position: absolute;
	top: 32px;
	left: 6%;
	line-height: 1.4;
}

.item .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 32px;
}

.item .item_nav {
	margin-top: 228px;
}

.item .item_nav li {
	margin-bottom: 8px;
}

.item .item_nav li a {
	font-size: 16px;
	font-weight: bold;
	transition: .2s ease-in-out;
}

@media (hover: hover) {
	.item .item_nav li a:hover {
		color: #CE4747;
	}
}

.item .item_nav .small_txt {
	font-size: 14px;
	color: #707070;
}

.item .item_block {
	width: 80%;
}

.item .item_block .cmn_ttl_94 {
	line-height: 1;
}
.item .item_block .cmn_ttl_64 {
	font-size: 64px;
}

.item .item_block .item_info {
	width: 82%;
	margin: 36px auto 50px;
}

.item_list.repair .item_info {
	width: 88%;
}

.item .item_block .item_info p {
	font-size: 16px;
}

.item_list.upcycle .img {
	display: flex;
	width: 50%;
}

.item_list.repair .img {
	display: flex;
	width: 50%;
}

.item_list.repair .img.big {
	width: 100%;
}

.cmn_subttl {
	padding-top: 20px;
	padding-bottom: 50px;
}
.other h2 {
	padding-bottom: 50px;
}
.other_brand {
	margin: 36px auto 100px;
    width: 88%;
}
/*
オンラインストア
*/

.online_store_nav {
	max-width: 1130px;
	height: 156px;
	padding: 0 15px;
	margin: 0 auto 174px;
	/* overflow: hidden; */
}

.online_store_nav .bg_obj {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #F9EA37;
}

.online_store_nav .bg_obj .img_txt {
	position: absolute;
	right: -150px;
	bottom: -116px;
}

.online_store_nav .bg_obj .cmn_ttl_94 {
	line-height: 1;
	display: inline-flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	position: absolute;
	left: -6px;
	bottom: -24px;
	z-index: 1;
}

.online_store_nav .bg_obj .cmn_ttl_94::after {
	content: "";
	width: 466px;
	height: 46px;
	background-image: url("/assets/img/store/img-arrow.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
}

.online_store_nav .txt {
	position: absolute;
	top: 27px;
	left: 40px;
	/* text-align: right; */
	z-index: 2;
}

.other {
	margin-top: 100px;
}
.form_link{
	text-decoration: underline;
	transition: all 0.3s;
}
.form_link:hover{
	text-decoration: none;
	opacity: 0.7;
	transition: all 0.3s;
}

@media screen and (max-width:1069px) {
	.main>.img {
		height: 112vw;
	}

	.main>.img img {
		height: 100%;
		object-fit: cover;
	}

	.main>.img #border_01 {
		top: 0;
	}

	.store_photos {
		position: relative;
		margin-top: 79px;
		padding-top: 0;
		padding-left: 0;
		width: 100%;
		overflow: visible;
	}

	.store_photos .photos {
		display: block;
	}

	.store_photos #border_02 {
		top: 0;
		left: auto;
		right: auto;
		height: 67.83vw;
	}

	.store_photos .photos .photo01 {
		width: 66.8vw;
		height: 67.83vw;
		margin-bottom: 33px;
	}

	.store_photos .photos .photo_block {
		width: 100%;
		text-align: right;
	}

	.store_photos .photos .photo02 {
		width: 100%;
		margin-bottom: 39px;
		text-align: right;
	}

	.store_photos .photos .photo02 img {
		width: 88.55%;
	}

	.store_photos .photos .photo03 {
		width: 100%;
		text-align: right;
		margin-bottom: 39px;
	}

	.store_photos .photos .photo03 img {
		width: 52.6%;
		margin-right: 7.2%;
	}

	.store_photos .photos .photo04 {
		position: relative;
		width: 70%;
	}

	.store_photos .cmn_ttl_94 {
		position: absolute;
		top: 0;
		left: 0;
		line-height: 0;
	}

	.item .item_block {
		width: 100%;
	}

	.item .item_block .item_info {
		width: 100%;
	}

	.item_list.upcycle .img {
		display: block;
		width: 100%;
	}
	
	.item_list.repair .img {
		display: block;
		width: 100%;
	}

	.online_store_nav {
		margin-bottom: 0;
		overflow-y: inherit;
		overflow-x: hidden;
	}

	.online_store_nav .bg_obj {
		height: 70px;
	}

	.online_store_nav .bg_obj .img_txt {
		position: absolute;
		right: -47px;
		bottom: -38px;
		width: 261px;
	}

	.online_store_nav .bg_obj .cmn_ttl_94 {
		position: absolute;
		left: -6px;
		bottom: -16px;
		z-index: 1;
		line-height: 1.3;
	}

	.online_store_nav .bg_obj .cmn_ttl_94::after {
		width: 180px;
	}

	.online_store_nav .txt {
		position: relative;
		/* text-align: left; */
		left: auto;
	}
}

@media screen and (max-width:639px) {
	.online_store_nav .bg_obj .cmn_ttl_94::after {
		display: none;
	}
	.item .item_block .cmn_ttl_84 {
		font-size: 54px;
	}
	.item .item_block .cmn_ttl_64 {
		font-size: 44px;
	}
}