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

/* ---------- cate1 ---------- */
.cate1 {
	position: relative;
    gap: 80px;
    justify-content: space-between;
    background-image: url("https://kanoshoten.com/system_panel/uploads/images/rice-bg.png"); 
    background-repeat: no-repeat;
    background-position: center calc(100% - 200px); 
    background-size: 100%; 
}
.cate1 .leftbox{
	width: calc(60% - 40px);
}
.cate1 .rightbox{
	width: calc(40% - 40px);
	margin-bottom: auto;
}
.cate1 .leftbox .txtbox{
	width: 90%;
	margin-top: 100px;
	margin-left: 100px;
	margin-bottom: 80px;
}
.cate1 .leftbox img{
	width: 380px;
}
/* ---------- cate2 ---------- */
.cate2 .width-1280-max{
    gap: 90px;
}
.cate2 .width-1280-max .box-item:nth-child(even) {
    flex-direction: row-reverse;
}
.cate2 .box-item{
	gap:100px;
	justify-content: space-between;
}
.cate2 .box-item .imgbox{
	position: relative;
	width: calc(50% - 50px);
}
.cate2 .box-item .imgbox .label{
	position: absolute;
	top: -20px;    
    left: 20px;
	padding: 22px 3px;
	background-image: url("https://kanoshoten.com/system_panel/uploads/images/rice-label.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 3;
}
.cate2 .box-item .txtbox{
	width: calc(45% - 50px);
	flex-direction: column;
}
.cate2 .txtbox .item {
  position: relative;
  width: 240px;
  height: 240px;
  margin-left: auto;
  background-image: url("https://kanoshoten.com/system_panel/uploads/images/rice-title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.cate2 .txtbox .item p {
  position: absolute;
  font-size: 74px;
  line-height: 1;
  color: #111;
}

.cate2 .txtbox .item .p1 {
  top: 20%;
  left: 20%;
}

.cate2 .txtbox .item .p2 {
  bottom: 24%;
  right: 20%;
}
.cate2 .box-item .txtbox .titlebox h2{
	letter-spacing: 0.2em;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate2 .txtbox .item {
		width: 180px;       
		height: 180px;
	}
	.cate2 .txtbox .item p {
		font-size: 56px;
	}
	.cate2 .box-item {
		gap: 50px;
	}
	.cate2 .box-item .imgbox{
		width: calc(50% - 25px);
	}
	.cate2 .box-item .txtbox{
		width: calc(50% - 25px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .leftbox .txtbox {
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 50px;
		width: 100%;
	}
	.cate1 .leftbox img{
		width: 280px;
	}
	.cate1 .leftbox{
		width: calc(65% - 20px);
	}
	.cate1 .rightbox{
		width: calc(35% - 20px);
	}
	.cate1 {
		gap: 40px;
	}
	.cate1 {
        background-size: 120%; 
        background-position: center bottom; 
    }

	.cate2 .txtbox .item {
		width: 150px;       
		height: 150px;
	}
	.cate2 .txtbox .item p {
		font-size: 46px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .leftbox .txtbox {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.cate1 {
		flex-direction: column-reverse;
	}
	.cate1 .rightbox{
		width: 90%;
	}
	.cate1 .leftbox{
		width: 90%;
	}
    .cate2 .box-item {
        flex-direction: column;
    }
    .cate2 .box-item .imgbox {
        width: 90%;
    }
	.cate2 .box-item .txtbox {
        width: 90%;
    }
    .cate2 .box-item {
        gap: 20px;
    }
	
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 {
		gap: 20px;
	}
	.cate1 .leftbox .txtbox {
		margin-bottom: 20px;
	}
	.cate1 .rightbox{
		width: 100%;
	}
	.cate1 .leftbox{
		width: 100%;
	}
    .cate2 .box-item .imgbox {
        width: 100%;
    }
	.cate2 .box-item .txtbox {
        width: 100%;
    }
	.cate2 .txtbox .item {
		width: 100px;       
		height: 100px;
	}
	.cate2 .txtbox .item p {
		font-size: 30px;
	}
	.cate2 .width-1280-max {
		gap: 60px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

