@charset "UTF-8";
/*
	* Bootstrap 単独ページに掛かる関するカスタムCSS

	@media screen and (max-width: 1499.98px) {}
	@media (max-width: 991.98px) {}
	@media print {}
	@media screen and (max-width: 767px) {}
 
	xxl-1500over(min-1500)
	xl-1500(max-1499) 左右余白15pxを含む（1470）
	lg-992(max-991)
	md-768(max-767)
	sm-576(max-575)
 
	-------------------

*/

	/* MV */
	.cus-mv-slide-zoom{
		overflow: hidden;
		position: relative;
		padding-left: 10%;
		width: 100%;
		height: 960px;/* 高さ指定 */
		background-color: #fff;
	}
	.cus-mv-slide-zoom .mv-zoom-photo{/* 左右いっぱいにしない場合ここで調整 */
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img{
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		z-index: 1;
		transition: opacity 2s ease-in-out;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-prev{
		opacity: 1;
		z-index: 1;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-active{
		opacity: 1;
		z-index: 2;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: scale(1.0);
		transition: none;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-active img,
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-prev img{
		transform: scale(1.15);
		transition: transform 10s linear; /* ズームの速度 */
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-active.is-visible img{
		transform: scale(1.15);
		transition: transform 10s linear;
	}

	/* プログレスバー（タイムライン）の追加 */
	.cus-mv-slide-zoom .mv-zoom-photo .img .progress-bar{
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: rgba(100, 100, 100, 0.7);
		width: 0;
		height: 4px;
		z-index: 10;
		opacity: 0;
    
		transition-property: width, opacity;
		transition-timing-function: linear, ease-in-out;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-active .progress-bar{
		width: 100%;
		opacity: 1;
	}
	.cus-mv-slide-zoom .mv-zoom-photo .img.is-prev .progress-bar{
		width: 100%;
		opacity: 0;
	}

	.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
		position: relative;
		margin-top: 110px;
		width: 100%;
	}
	.cus-home-mv .mv-text{
		position: absolute;
		top: 0px;
		left: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 20;
		pointer-events: none;
		opacity: 1 !important;
		visibility: visible !important;
	}
	.cus-home-mv .mv-text .en{
		font-family: "Playwrite CU", cursive;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 80px;
		color: white;
		text-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	.cus-home-mv .mv-text .jp{
		letter-spacing: 0.1em;
		font-size: 20px;
		font-weight: 700;
		color: white;
		text-shadow: 0 0 15px rgba(0,0,0,0.3);
	}
	@media screen and (max-width: 1499.98px) {
		.cus-mv-slide-zoom{
			height: 900px;/* 高さ指定 */
		}
		.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
			margin-top: 97px;
		}
		.cus-home-mv .mv-text .en{
			font-size: 76px;
		}
		.cus-home-mv .mv-text .jp{
			font-size: 20px;
		}
	}
	@media screen and (max-width: 1139.98px) {
		.cus-mv-slide-zoom{
			height: 740px;/* 高さ指定 */
		}
		.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
			margin-top: 85px;
		}
		.cus-home-mv .mv-text .en{
			font-size: 66px;
		}
		.cus-home-mv .mv-text .jp{
			font-size: 19px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-mv-slide-zoom{
			height: 55vh;/* 高さ指定 */
		}
		.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
			margin-top: 65px;
		}
		.cus-home-mv .mv-text .en{
			font-size: 54px;
		}
		.cus-home-mv .mv-text .jp{
			font-size: 18px;
		}
	}
	@media print {
		.cus-mv-slide-zoom{
			height: 300px;/* 高さ指定 */
		}
		.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
			margin-top: 65px;
		}
		.cus-home-mv .mv-text .en{
			font-size: 40px;
		}
		.cus-home-mv .mv-text .jp{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-mv-slide-zoom{
			height: 96vh;/* 高さ指定 */
		}
		.cus-home-mv{/* ヘッダ分下に移動・テキスト表示の基準点 */
			margin-top: 65px;
		}
		.cus-home-mv .mv-text .en{
			font-size: 28px;
		}
		.cus-home-mv .mv-text .jp{
			font-size: 16px;
		}
	}

/* area01 */
	.cus-home-area01{
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	.cus-home-area01 .area01-title{
		width: 33%;
	}
	.cus-home-area01 .area01-text{
		flex: 1;
	}

	.cus-home-area01-list{
		border-top: #c8c8c8 solid 1px;
	}
	.cus-home-area01-list li{
		border-bottom: #c8c8c8 solid 1px;
	}

	.cus-home-area01-text{
		display: flex;
		padding: 30px 0;
	}
	.cus-home-area01-text .text-day{
		flex-shrink: 0;
		padding-top: 2px;
		width: 125px;
	}
	.cus-home-area01-text .text-text{
		overflow: hidden;
		flex: 1;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area01{
			gap: 20px;
		}
	
		.cus-home-area01-text{
			padding: 25px 0;
		}
		.cus-home-area01-text .text-day{
			width: 100px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area01{
			gap: 20px;
		}
	
		.cus-home-area01-text{
			padding: 20px 0;
		}
		.cus-home-area01-text .text-day{
			width: 90px;
		}
	}
	@media print {
		.cus-home-area01{
			gap: 20px;
		}
	
		.cus-home-area01-text{
			padding: 15px 0;
		}
		.cus-home-area01-text .text-day{
			width: 80px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area01{
			display: block;
			gap: 0px;
		}
		.cus-home-area01 .area01-title{
			margin-bottom: 30px;
			width: auto;
		}

		.cus-home-area01-text{
			display: block;
			padding: 20px 0;
		}
		.cus-home-area01-text .text-day{
			padding-top: 0px;
			width: auto;
		}
	}

/* area02 */
	.cus-home-area02-list{
		display: flex;
		flex-wrap: wrap;
	}
	.cus-home-area02-list .list-inner{
		box-sizing: content-box;
		padding-right: 2%;
		margin-bottom: 30px;
		width: 32%;
	}
	.cus-home-area02-list .list-inner:nth-child(3n){
		padding-right: 0%;
	}

	.cus-home-area02-col{
		display: block;
		border-bottom: #c8c8c8 solid 1px;
		padding-bottom: 20px;
		color: #222222;
		text-decoration: none;
	}
	.cus-home-area02-col:hover{
		color: #e7c56c;
		text-decoration: none;
	}
	.cus-home-area02-col .col-img{
		overflow: hidden;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	.cus-home-area02-col .col-img img{
		width: 100%;
		transition: 0.5s all;
	}
	.cus-home-area02-col .col-img img:hover{
		transform: scale(1.2,1.2);
		transition: 0.7s all;
	}

	.cus-home-area02-col .col-link{
		display: flex;
		align-items: center;
	}
	.cus-home-area02-col .col-link .text{
		flex-shrink: 0;
		width: 84%;
	}
	.cus-home-area02-col .col-link .arrow{
		flex: 1;
		text-align: right;
	}
	.cus-home-area02-col .col-link .text .txt01{
		position: relative;
		padding-left: 20px;
		margin: 0;
		font-size: 15px;
	}
	.cus-home-area02-col .col-link .text .txt01::before{
		content: '';
		position: absolute;
		top: 9px;
		left: 0px;
		background-color: #f3e96f;
		border-radius: 100px;
		width: 10px;
		height: 10px;
	}
	.cus-home-area02-col .col-link .text .txt02{
		margin: 0;
		font-size: 24px;
		font-weight: 700;
	}
	.cus-home-area02-col .col-link .arrow .ic{
		overflow: hidden;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #f3e96f;
		border-radius: 100px;
		margin-left: auto;
		width: 44px;
		height: 44px;
		color: #757575;
	}
	.cus-home-area02-col .col-link .arrow .ic i{
		transition: transform 0.3s ease;
	}
	.cus-home-area02-col:hover .col-link .arrow .ic i{
		animation: arrowSlide 0.5s forwards;/* 標準ボタンのアニメーション共通 */
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area02-col{
			padding-bottom: 16px;
		}

		.cus-home-area02-col .col-link .text .txt01{
			padding-left: 20px;
			font-size: 15px;
		}
		.cus-home-area02-col .col-link .text .txt01::before{
			top: 9px;
			width: 10px;
			height: 10px;
		}
		.cus-home-area02-col .col-link .text .txt02{
			margin: 0;
			font-size: 20px;
			font-weight: 700;
		}
		.cus-home-area02-col .col-link .arrow .ic{
			width: 40px;
			height: 40px;
		}
	}
	@media screen and (max-width: 1439.98px) {
		.cus-home-area02-list .list-inner{
			padding-right: 2%;
			width: 49%;
		}
		.cus-home-area02-list .list-inner:nth-child(3n){
			padding-right: 2%;
		}
		.cus-home-area02-list .list-inner:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area02-list .list-inner{
			padding-right: 2%;
			width: 49%;
		}
		.cus-home-area02-list .list-inner:nth-child(3n){
			padding-right: 2%;
		}
		.cus-home-area02-list .list-inner:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media print {
		.cus-home-area02-list .list-inner{
			padding-right: 2%;
			width: 49%;
		}
		.cus-home-area02-list .list-inner:nth-child(3n){
			padding-right: 2%;
		}
		.cus-home-area02-list .list-inner:nth-child(2n){
			padding-right: 0%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area02-list{
			display: block;
		}
		.cus-home-area02-list .list-inner{
			padding-right: 0%;
			margin-bottom: 25px;
			width: auto;
		}
		.cus-home-area02-list .list-inner:nth-child(3n){
			padding-right: 0%;
		}
		.cus-home-area02-list .list-inner:last-child{
			margin-bottom: 0px;
		}

		.cus-home-area02-col .col-link .text .txt02{
			font-size: 20px;
		}
		.cus-home-area02-col .col-link .arrow .ic{
			width: 40px;
			height: 40px;
		}
	}

/* area03 */
	.cus-home-area03-bn{
		position: relative;
		display: block;
		background-color: #222222;
		height: 640px;
		text-decoration: none;
		color: #222222;
	}
	.cus-home-area03-bn:hover{
		text-decoration: none;
		color: #222222;
	}
	.cus-home-area03-bn .bn-text01{
		position: absolute;
		top: 70px;
		left: 50%;
		margin-left: -735px;
		width: 675px;
		z-index: 3;
	}
	.cus-home-area03-bn .bn-text02{
		position: absolute;
		top: 70px;
		left: 50%;
		margin-left: 60px;
		width: 675px;
		z-index: 3;
	}

	.cus-home-area03-text{
		position: relative;
		background-color: white;
		box-shadow: 0 0 15px rgba(0,0,0,0.4);
		border-radius: 14px;
		padding: 80px 90px;
		width: 100%;
		height: 470px;
	}
	.cus-home-area03-text .title{
		position: absolute;
		top: -40px;
		left: 50px;
		font-family: "Playwrite CU", cursive;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 48px;
		color: #e7c56c;
		transform: rotate(-4deg);
		text-shadow: 0 0 6px rgba(255,255,255,0.4);
	}

	.cus-home-area03-text .text01{
		display: table;
		align-items: center;
		border-bottom: #c8c8c8 solid 1px;
		padding: 0 10px 10px 0;
		margin-bottom: 30px;
	}
	.cus-home-area03-text .text01 .jp{
		display: table-cell;
		padding: 0 30px 0 0;
		font-size: 32px;
		font-weight: 700;
		vertical-align: bottom;
	}
	.cus-home-area03-text .text01 .en{
		display: table-cell;
		padding: 0 0 4px 0;
		font-family: "Playwrite CU", cursive;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
		font-size: 20px;
		vertical-align: bottom;
	}

	.cus-home-area03-text .link{
		display: flex;
		align-items: center;
		width: fit-content;
		margin-left: auto;
	}
	.cus-home-area03-text .link .text{
		display: block; 
		padding-right: 20px;
	}
	.cus-home-area03-text .link .ic{
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		background-color: #f3e96f;
		border-radius: 100px;
		margin-left: auto;
		width: 44px;
		height: 44px;
		color: #757575;
	}
	.cus-home-area03-text .link .ic i{
		display: inline-block;
		transition: transform 0.3s ease;
	}
	.cus-home-area03-bn:hover .link .ic i{
		animation: arrowSlide 0.5s forwards;/* 標準ボタンのアニメーション共通 */
	}

	.cus-home-area03-bn .bn-img{
		margin: 0;
		width: 100%;
		height: 640px;
	}
	.cus-home-area03-bn .bn-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		transition: all 0.5s 0s ease;
	}
	.cus-home-area03-bn:hover .bn-img img{
		opacity: 0.6;
		transition: all 0.5s 0s ease;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-home-area03-bn{
			height: 580px;
		}
		.cus-home-area03-bn .bn-text01{
			top: 60px;
			left: 2%;
			margin-left: 0px;
			width: 600px;
		}
		.cus-home-area03-bn .bn-text02{
			top: 60px;
			right: 2%;
			left: auto;
			margin-left: 0px;
			width: 600px;
		}
	
		.cus-home-area03-text{
			padding: 70px 50px;
			height: 420px;
		}
		.cus-home-area03-text .title{
			top: -30px;
			left: 40px;
			font-size: 40px;
		}
	
		.cus-home-area03-text .text01{
			margin-bottom: 20px;
		}
		.cus-home-area03-text .text01 .jp{
			padding: 0 20px 0 0;
			font-size: 28px;
		}
		.cus-home-area03-text .text01 .en{
			font-size: 18px;
		}

		.cus-home-area03-text .link .ic{
			width: 40px;
			height: 40px;
		}
	
		.cus-home-area03-bn .bn-img{
			height: 580px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-home-area03-bn{
			height: 460px;
		}
		.cus-home-area03-bn .bn-text01{
			top: 60px;
			left: 2%;
			margin-left: 0px;
			width: 500px;
		}
		.cus-home-area03-bn .bn-text02{
			top: 60px;
			right: 2%;
			left: auto;
			margin-left: 0px;
			width: 500px;
		}
	
		.cus-home-area03-text{
			padding: 50px 20px 30px 20px;
			height: 340px;
		}
		.cus-home-area03-text .title{
			top: -20px;
			left: 30px;
			font-size: 28px;
		}

		.cus-home-area03-text .text01 .jp{
			font-size: 24px;
		}
		.cus-home-area03-text .text01 .en{
			font-size: 16px;
		}

		.cus-home-area03-text .link .ic{
			width: 40px;
			height: 40px;
		}
	
		.cus-home-area03-bn .bn-img{
			height: 460px;
		}
	}
	@media print {
		.cus-home-area03-bn{
			height: 420px;
		}
		.cus-home-area03-bn .bn-text01{
			top: 60px;
			left: 2%;
			margin-left: 0px;
			width: 500px;
		}
		.cus-home-area03-bn .bn-text02{
			top: 60px;
			right: 2%;
			left: auto;
			margin-left: 0px;
			width: 500px;
		}
	
		.cus-home-area03-text{
			padding: 50px 20px 30px 20px;
			height: 340px;
		}
		.cus-home-area03-text .title{
			top: -14px;
			left: 30px;
			font-size: 22px;
		}

		.cus-home-area03-text .text01 .jp{
			font-size: 20px;
		}
		.cus-home-area03-text .text01 .en{
			font-size: 14px;
		}

		.cus-home-area03-text .link .ic{
			width: 40px;
			height: 40px;
		}
	
		.cus-home-area03-bn .bn-img{
			height: 420px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-home-area03-bn{
			height: 110vw;
		}
		.cus-home-area03-bn .bn-text01{
			position: absolute;
			top: 50px;
			left: 4%;
			margin-left: 0px;
			width: 92%;
		}
		.cus-home-area03-bn .bn-text02{
			top: 50px;
			right: 4%;
			left: auto;
			margin-left: 0px;
			width: 92%;
		}
	
		.cus-home-area03-text{
			padding: 40px 20px 20px 20px;
			height: auto;
		}
		.cus-home-area03-text .title{
			top: -14px;
			left: 20px;
			font-size: 24px;
		}
	
		.cus-home-area03-text .text01{
			display: block;
			margin-bottom: 20px;
		}
		.cus-home-area03-text .text01 .jp{
			display: block;
			padding: 0;
			margin: 0 0 10px 0;
			font-size: 24px;
		}
		.cus-home-area03-text .text01 .en{
			padding: 0;
			font-size: 16px;
		}

		.cus-home-area03-text .link .ic{
			display: flex;
			width: 40px;
			height: 40px;
		}

		.cus-home-area03-bn .bn-img{
			height: 110vw;
		}
	}
	@media screen and (max-width: 440px) {
		.cus-home-area03-bn{
			height: 130vw;
		}
		.cus-home-area03-text{
			padding: 40px 15px 10px 15px;
			height: auto;
		}
		.cus-home-area03-bn .bn-img{
			height: 130vw;
		}
	}
	@media screen and (max-width: 360px) {
		.cus-home-area03-bn{
			height: 150vw;
		}
		.cus-home-area03-text{
			padding: 40px 15px 10px 15px;
			height: auto;
		}
		.cus-home-area03-bn .bn-img{
			height: 150vw;
		}
	}

/* カーテン・ブラインド */
	.cus-interior-area02-con01{
		border-bottom: #e7c56c solid 1px;
		padding-bottom: 60px;
		margin-bottom: 60px;
	}

/* area03 */
	.cus-interior-area03{
		padding: 80px 0;
	}

	.cus-interior-area03-list{
		display: flex;
		flex-wrap: wrap;
	}
	.cus-interior-area03-list li{
		margin-bottom: 30px;
		width: 20%;
		text-align: center;
	}
	.cus-interior-area03-list li a{
		position: relative;
		display: inline-block;
		padding: 10px;
	}
	.cus-interior-area03-list li a::before{
		content: '';
		position: absolute;
		top: 4px;
		left: 0px;
		background-color: white;
		width: 60%;
		height: 1px;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a::after{
		content: '';
		position: absolute;
		top: 0px;
		left: 4px;
		background-color: white;
		width: 1px;
		height: 40%;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a span{
		position: relative;
		display: inline-block
	}
	.cus-interior-area03-list li a span::before{
		content: '';
		position: absolute;
		bottom: -5px;
		right: -10px;
		background-color: white;
		width: 60%;
		height: 1px;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a span::after{
		content: '';
		position: absolute;
		bottom: -10px;
		right: -5px;
		background-color: white;
		width: 1px;
		height: 60%;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a:hover::before{
		width: 90%;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a:hover::after{
		height: 80%;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a:hover span::before{
		width: 100%;
		transition: all 0.5s 0s ease;
	}
	.cus-interior-area03-list li a:hover span::after{
		height: 100%;
		transition: all 0.5s 0s ease;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-interior-area03{
			padding: 70px 0;
		}

		.cus-interior-area03-list li{
			margin-bottom: 25px;
			width: 25%;
		}
	}
	@media (max-width: 991.98px) {
		.cus-interior-area03{
			padding: 60px 0;
		}

		.cus-interior-area03-list li{
			margin-bottom: 25px;
			width: 33.333%;
		}
	}
	@media print {
		.cus-interior-area03{
			padding: 40px 0;
		}

		.cus-interior-area03-list li{
			margin-bottom: 25px;
			width: 33.333%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-interior-area03{
			padding: 40px 0;
		}

		.cus-interior-area03-list li{
			margin-bottom: 20px;
			width: 50%;
		}
	}


/* 住まいのリフォーム等 */
	.cus-reform-area02-random{
		overflow: hidden;
		margin: 0 auto;
		width: 1200px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-reform-area02-random{
			width: 96%;
			max-width: 1200px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-reform-area02-random{
			width: 96%;
		}
	}
	@media print {
		.cus-reform-area02-random{
			width: 96%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-reform-area02-random{
			width: 100%;
		}
	}

	.cus-random-windou-view{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.cus-random-windou-view li{
		position: relative;
		padding: 10px;
		width: 25%;
		perspective: 1000px;
	}
	.cus-random-windou-view li::before{
		content: '';
		position: absolute;
		bottom: -5px;
		left: 50%;
		background-color: #cccccc;
		width: 10px;
		aspect-ratio: 1 / 1;
		height: auto;
		transform: translateX(-50%);
		z-index: 5;
	}
	.cus-random-windou-view li .view-mado{/* 回転の外枠 */
		display: block;
		width: 100%;
		aspect-ratio: 1 / 1;
		height: auto;
		position: relative;
	}
	.view-mado-inner{
		position: relative;
		width: 100%;
		height: 100%;
		transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
		transform-style: preserve-3d; /* 3D空間を維持 */
	}
	.view-mado.is-flipped .view-mado-inner{
		transform: rotateY(180deg);
	}
	.face{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		backface-visibility: hidden; /* 裏側を隠す */
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: black;
		color: white;
		font-size: 1.2rem;
		overflow: hidden; /* 画像がはみ出さないように */
	}
	.face.front{/* 表面 */
		z-index: 2;
		transform: rotateY(0deg);
	}
	.face.back{
		transform: rotateY(180deg);
	}

	.face img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	@media (max-width: 767px){
		.cus-random-windou-view li{
			width: 33.333%;
			padding: 5px;
		}
		.cus-random-windou-view li:nth-child(10){/* 1枚だけ余るので最後の1枚を非表示 */
			display: none;
		}
		.cus-random-windou-view li::before{
			width: 6px;
			bottom: -3px;
		}
	}


/* 防災用品・災害対策 */
	.cus-disaster-area01-text01{
		position: relative;
		display: inline-block;
		padding-bottom: 14px;
		margin-bottom: 16px;
		font-size: 28px;
		font-weight: 700;
		color: #e7c56c;
		text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.9);
	}
	.cus-disaster-area01-text01::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 0px;
		background-color: #e7c56c;
		width: 100%;
		height: 1px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-disaster-area01-text01{
			font-size: 24px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-disaster-area01-text01{
			font-size: 20px;
		}
	}
	@media print {
		.cus-disaster-area01-text01{
			font-size: 17px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-disaster-area01-text01{
			font-size: 18px;
		}
	}


/* 防災用品・災害対策 */
	.cus-disaster-area04-col{
		background-color: rgba(127, 104, 41, 0.24);
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 6px;
		padding: 20px;
	}
	.cus-disaster-area04-col .col-title{
		position: relative;
		padding-left: 18px;
		font-size: 20px;
		font-weight: 700;
	}
	.cus-disaster-area04-col .col-title::before{
		content: '';
		position: absolute;
		top: 14px;
		left: 0px;
		background-color: #352805;
		border-radius: 100px;
		width: 10px;
		height: 10px;
	}
	.cus-disaster-area04-col .col-text{
		display: flex;
		margin: 0;
	}
	.cus-disaster-area04-col .col-text .text01{
		flex-shrink: 0;
		width: 80px;
		font-weight: 700;
	}
	.cus-disaster-area04-col .col-text .text02{
		flex: 1;
	}


/* 防炎寝具・防炎カーテン */
	.cus-flame-area01-text01{
		text-align: center;
	}
	.cus-flame-area01-text01 p{
		position: relative;
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.3);
		padding: 60px 3em;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.8;
	}
	.cus-flame-area01-text01 .char{
		display: inline-block;
		opacity: 0;
		transform: rotateY(90deg);
		transition: transform 1s ease, opacity 1s ease;
	}
	.cus-flame-area01-text01.is-active .char{
		opacity: 1;
		transform: rotateY(0deg);
	}

	.cus-flame-area01-text01 p::before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 60px;
		height: 30px;
		border-left: 3px solid #e7c56c;
		border-top: 3px solid #e7c56c;
		z-index: 3;
	}
	.cus-flame-area01-text01 p::after{
		content: "";
		position: absolute;
		right: 0;
		bottom: 0;
		width: 60px;
		height: 30px;
		border-right: 3px solid #e7c56c;
		border-bottom: 3px solid #e7c56c;
		z-index: 3;
	}

	.cus-flame-area01-col01,
	.cus-flame-area01-col02{
		overflow: hidden;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		padding: 20px;
		height: 300px;
	}

	.cus-flame-area01-col01 .title,
	.cus-flame-area01-col02 .title{
		position: relative;
		padding-bottom: 10px;
	}
	.cus-flame-area01-col01 .title::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -40px;
		background-color: #23326c;
		width: 80px;
		height: 2px;
	}
	.cus-flame-area01-col02 .title::before{
		content: '';
		position: absolute;
		bottom: 0px;
		left: 50%;
		margin-left: -40px;
		background-color: #bf0000;
		width: 80px;
		height: 2px;
	}

	.cus-flame-area01-col01 .text,
	.cus-flame-area01-col02 .text{
		text-shadow: 2px 2px 4px white ,
		-2px 2px 4px white ,
		2px -2px 4px white ,
		-2px -2px 4px white;
	}

	.cus-flame-area01-col01 .img,
	.cus-flame-area01-col02 .img{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 300px;
		opacity: 0.2;
	}
	.cus-flame-area01-col01 .img img,
	.cus-flame-area01-col02 .img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		font-family: 'object-fit: cover;';
	}
	
	.cus-flame-area01-text02{
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
    text-decoration-color: #e7c56c;
    text-decoration-line: underline;
		line-height: 2.4;
		text-align: center;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-flame-area01-text01 p{
			padding: 50px 3em;
			font-size: 20px;
		}
	
		.cus-flame-area01-text01 p::before{
			width: 60px;
			height: 30px;
		}
		.cus-flame-area01-text01 p::after{
			width: 60px;
			height: 30px;
		}
	
		.cus-flame-area01-col01,
		.cus-flame-area01-col02{
			padding: 20px;
			height: 300px;
		}

		.cus-flame-area01-col01 .title::before{
			margin-left: -40px;
			width: 80px;
		}
		.cus-flame-area01-col02 .title::before{
			margin-left: -40px;
			width: 80px;
		}

		.cus-flame-area01-col01 .img,
		.cus-flame-area01-col02 .img{
			height: 300px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-flame-area01-text01 p{
			padding: 40px 2em;
			font-size: 18px;
		}
	
		.cus-flame-area01-text01 p::before{
			width: 60px;
			height: 30px;
		}
		.cus-flame-area01-text01 p::after{
			width: 60px;
			height: 30px;
		}
	
		.cus-flame-area01-col01,
		.cus-flame-area01-col02{
			padding: 16px;
			height: 280px;
		}

		.cus-flame-area01-col01 .title::before{
			margin-left: -35px;
			width: 70px;
		}
		.cus-flame-area01-col02 .title::before{
			margin-left: -35px;
			width: 70px;
		}

		.cus-flame-area01-col01 .img,
		.cus-flame-area01-col02 .img{
			height: 280px;
		}
	}
	@media print {
		.cus-flame-area01-text01 p{
			padding: 40px 2em;
			font-size: 16px;
		}
	
		.cus-flame-area01-text01 p::before{
			width: 60px;
			height: 30px;
		}
		.cus-flame-area01-text01 p::after{
			width: 60px;
			height: 30px;
		}
	
		.cus-flame-area01-col01,
		.cus-flame-area01-col02{
			padding: 16px;
			height: 280px;
		}

		.cus-flame-area01-col01 .title::before{
			margin-left: -35px;
			width: 70px;
		}
		.cus-flame-area01-col02 .title::before{
			margin-left: -35px;
			width: 70px;
		}

		.cus-flame-area01-col01 .img,
		.cus-flame-area01-col02 .img{
			height: 280px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-flame-area01-text01{
			text-align: left;
		}
		.cus-flame-area01-text01 p{
			padding: 30px 1.4em;
			font-size: 16px;
		}
	
		.cus-flame-area01-text01 p::before{
			width: 50px;
			height: 30px;
		}
		.cus-flame-area01-text01 p::after{
			width: 50px;
			height: 30px;
		}
	
		.cus-flame-area01-col01,
		.cus-flame-area01-col02{
			padding: 16px;
			height: 280px;
		}

		.cus-flame-area01-col01 .title::before{
			margin-left: -35px;
			width: 70px;
		}
		.cus-flame-area01-col02 .title::before{
			margin-left: -35px;
			width: 70px;
		}

		.cus-flame-area01-col01 .img,
		.cus-flame-area01-col02 .img{
			height: 280px;
		}

		.cus-flame-area01-text02{
			text-align: left;
		}
	}

/* area05 */
	.cus-flame-area05-img{
		position: relative;
		padding: 20px;
	}
	.cus-flame-area05-img::before{
		content: '';
		position: absolute;
		bottom: 5px;
		right: 10px;
		background-color: #cccccc;
		width: 100%;
		height: 1px;
	}
	.cus-flame-area05-img::after{
		content: '';
		position: absolute;
		bottom: 0px;
		right: 15px;
		background-color: #a7a7a7;
		width: 1px;
		height: 70%;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-flame-area05-img{
			padding: 16px;
		}
		.cus-flame-area05-img::before{
			width: 90%;
		}
		.cus-flame-area05-img::after{
			height: 60%;
		}
	}
	@media (max-width: 991.98px) {
		.cus-flame-area05-img{
			padding: 16px;
		}
		.cus-flame-area05-img::before{
			width: 90%;
		}
		.cus-flame-area05-img::after{
			height: 60%;
		}
	}
	@media print {
		.cus-flame-area05-img{
			padding: 16px;
		}
		.cus-flame-area05-img::before{
			width: 90%;
		}
		.cus-flame-area05-img::after{
			height: 60%;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-flame-area05-img{
			padding: 16px;
		}
		.cus-flame-area05-img::before{
			width: 97%;
		}
		.cus-flame-area05-img::after{
			height: 60%;
		}
	}


/* 商品リスト */
	.cus-list-price{
		font-family: "Manrope", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: 22px;
		color: #bf0000;
	}
	.cus-list-price .min{
		font-size: 16px;
	}

	.cus-list-bn{
		display: flex;
		align-items: center;
		width: 480px;
	}
	.cus-list-bn .bn-pdf{
		flex-shrink: 0;
		width: 240px;
	}
	.cus-list-bn .bn-rakuten{
		flex-direction: column;
		flex: 1;
		text-align: center;
	}
	.cus-list-bn .bn-rakuten a img{
		transition: 0.5s all;
	}
	.cus-list-bn .bn-rakuten a img:hover{
		transform: scale(1.2,1.2);
		transition: 0.7s all;
	}

	.cus-list-img{
		margin: 0;
		width: 98%;
		height: 320px;
	}
	.cus-list-img img{
		width: 100%;
		height: 100%;
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}

	.cus-list-catalog{
		overflow: hidden;
		background-color: white;
		box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		border-radius: 6px;
		margin: 0 auto;
		width: 520px;
	}
	.cus-list-catalog.catalog-long{
		width: 640px;
	}
	.cus-list-pdfbn{
		display: flex;
		flex-direction: row-reverse;
		align-items: stretch;
		color: #222222;
		text-decoration: none;
		height: 180px;
	}
	.cus-list-pdfbn:hover{
		color: #222222;
		text-decoration: none;
	}
	.cus-list-pdfbn .pdfbn-text{
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 20px;
		width: 56%;
		text-align: left;
		transition: all 0.5s 0s ease;
	}
	.cus-list-pdfbn .pdfbn-text .text01{
		font-size: 24px;
		font-weight: 700;
	}
	.cus-list-pdfbn .pdfbn-text .text02{
		font-size: 16px;
		font-weight: 700;
	}
	.cus-list-pdfbn .pdfbn-img{
		width: 44%;
		height: 100%;
		transition: all 0.5s 0s ease;
	}
	.cus-list-pdfbn .pdfbn-img img{
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.cus-list-pdfbn:hover .pdfbn-text{
		width: 40%;
		transition: all 0.5s 0s ease;
	}
	.cus-list-pdfbn:hover .pdfbn-img{
		width: 60%;
		transition: all 0.5s 0s ease;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-list-price{
			font-size: 20px;
		}
		.cus-list-price .min{
			font-size: 16px;
		}
	
		.cus-list-bn{
			width: 460px;
		}
		.cus-list-bn .bn-pdf{
			width: 240px;
		}
	
		.cus-list-img{
			width: 98%;
			height: 22vw;
		}
	
		.cus-list-catalog{
			width: 520px;
		}
		.cus-list-catalog.catalog-long{
			width: 640px;
		}
		.cus-list-pdfbn{
			height: 170px;
		}
		.cus-list-pdfbn .pdfbn-text{
			padding: 20px;
		}
		.cus-list-pdfbn .pdfbn-text .text01{
			font-size: 22px;
		}
		.cus-list-pdfbn .pdfbn-text .text02{
			font-size: 16px;
		}
	}
	@media (max-width: 991.98px) {
		.cus-list-price{
			font-size: 18px;
		}
		.cus-list-price .min{
			font-size: 15px;
		}
	
		.cus-list-bn{
			width: 420px;
		}
		.cus-list-bn .bn-pdf{
			width: 220px;
		}
	
		.cus-list-img{
			width: 98%;
			height: 32vw;
		}
	
		.cus-list-catalog{
			width: 520px;
		}
		.cus-list-catalog.catalog-long{
			width: 600px;
		}
		.cus-list-pdfbn{
			height: 160px;
		}
		.cus-list-pdfbn .pdfbn-text{
			padding: 20px;
		}
		.cus-list-pdfbn .pdfbn-text .text01{
			font-size: 20px;
		}
		.cus-list-pdfbn .pdfbn-text .text02{
			font-size: 16px;
		}
	}
	@media print {
		.cus-list-price{
			font-size: 18px;
		}
		.cus-list-price .min{
			font-size: 15px;
		}
	
		.cus-list-bn{
			width: 420px;
		}
		.cus-list-bn .bn-pdf{
			width: 220px;
		}
	
		.cus-list-img{
			width: 98%;
			height: 32vw;
		}
	
		.cus-list-catalog{
			width: 520px;
		}
		.cus-list-catalog.catalog-long{
			width: 600px;
		}
		.cus-list-pdfbn{
			height: 160px;
		}
		.cus-list-pdfbn .pdfbn-text{
			padding: 20px;
		}
		.cus-list-pdfbn .pdfbn-text .text01{
			font-size: 20px;
		}
		.cus-list-pdfbn .pdfbn-text .text02{
			font-size: 16px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-list-price{
			font-size: 18px;
		}
		.cus-list-price .min{
			font-size: 15px;
		}
	
		.cus-list-bn{
			margin: 0 auto;
			width: 320px;
		}
		.cus-list-bn .bn-pdf{
			width: 180px;
		}
	
		.cus-list-img{
			width: 100%;
			height: 64vw;
		}
	
		.cus-list-catalog{
			width: 94%;
		}
		.cus-list-catalog.catalog-long{
			width: 94%;
		}
		.cus-list-pdfbn{
			height: 150px;
		}
		.cus-list-pdfbn .pdfbn-text{
			padding: 15px 0 15px 15px;
		}
		.cus-list-pdfbn .pdfbn-text .text01{
			font-size: 19px;
		}
		.cus-list-pdfbn .pdfbn-text .text02{
			font-size: 16px;
		}
		.cus-list-pdfbn.pdfbn-long .pdfbn-text{
			width: 60%;
		}
		.cus-list-pdfbn.pdfbn-long .pdfbn-img{
			width: 40%;
		}
		.cus-list-pdfbn.pdfbn-long:hover .pdfbn-text{
			width: 60%;
		}
		.cus-list-pdfbn.pdfbn-long:hover .pdfbn-img{
			width: 40%;
		}
	}

/* お問い合わせ */
	.cus-contact-area01{
		background-image: url("../img/contact/area01-bg.jpg");
		background-size: cover;
		background-position: center center;
		padding: 120px 0;
	}

	.cus-telephone{
		text-align: center;
	}
	.cus-telephone .telephone-box{
		display: inline-block;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 30px 20vw;
	}
	.cus-telephone .telephone-phone{
		font-family: "Manrope", sans-serif;
		font-optical-sizing: auto;
		font-weight: 600;
		font-style: normal;
		font-size: 42px;
	}
	.cus-telephone .telephone-phone .ic01{
		position: relative;
		margin-right: 15px;
		top: -2px;
		width: 36px;
	}
	@media screen and (max-width: 1499.98px) {
		.cus-contact-area01{
			padding: 100px 0;
		}
		.cus-telephone .telephone-phone{
			font-size: 3vw;
		}
		.cus-telephone .telephone-phone .ic01{
			width: 2.6vw;
		}
	}
	@media screen and (max-width: 991.98px) {
		.cus-contact-area01{
			padding: 80px 0;
		}
		.cus-telephone .telephone-box{
			padding: 20px 20vw;
		}
	}
	@media print {
		.cus-contact-area01{
			padding: 60px 0;
		}
		.cus-telephone .telephone-box{
			padding: 20px 30px;
		}
	}
	@media screen and (max-width: 767px) {
		.cus-contact-area01{
			padding: 60px 0;
		}
		.cus-telephone .telephone-txt{
			font-size: 1rem;
		}
		.cus-telephone .telephone-box{
			padding: 20px 0px;
			width: 100%;
		}
		.cus-telephone .telephone-phone{
			font-size: 22px;
		}
		.cus-telephone .telephone-phone .ic01{
			width: 22px;
		}
	}












