@charset "utf-8";
/* CSS Document */ 
.bg-paper{
  background-image: url("https://kanoshoten.com/system_panel/uploads/images/contact2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
}

.titlebox .line {
  width: 30px;
  height: 1px;
  background-color: #847D5F;
}
.titlebox .en_txt3 {
  font-family: "EB Garamond", sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #847D5F;
}
.partner-section {
  position: relative;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}
body.on .partner-section::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(
    rgba(0,0,0,0.4) 0%,   /* 上は薄い */
    rgba(0,0,0,0.6) 100% /* 下は濃い */
  );
  z-index: 0;
}

.partner-inner {
  position: relative;
  z-index: 1; /* スクリーンより上に表示 */
  max-width: 900px;
  margin: 0 auto;
}

.partner-title {
  margin-bottom: 24px;
}

.partner-desc {
  line-height: 2;
  margin-bottom: 40px;
}


.titlebox2 .title{

  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.titlebox2 .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 100px;
  background: url("https://kanoshoten.com/system_panel/uploads/images/titlebox2.svg") no-repeat center/contain; 
  transform: translate(-50%, -50%);
  opacity:1; /* 薄く */
  z-index: 1; /* 背景として表示 */
}

.products-grid{
  --gap: 22px;
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: var(--gap);
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px){ .products-grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px){ .products-grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){ .products-grid{ grid-template-columns: 1fr; } }

.product-card{
  overflow: hidden;
}

.product-card img{
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.card-title{
  position: relative;
  line-height: 1.6;
  color: #333;
  margin: 14px 16px 8px;
  font-weight: 600;
  padding-left: 12px;
}
.card-title::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height:80%;
  background: #C9BD10;
}

.card-desc{
  line-height: 1.9;
  margin: 0 16px 18px;
}

/* ---------- box1 ---------- */
.box1 {
	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%; 
}
.box1 .leftbox{
	width: calc(60% - 40px);
}
.box1 .rightbox{
	width: calc(40% - 40px);
	margin-bottom: auto;
}
.box1 .leftbox .txtbox{
	width: 90%;
	margin-top: 100px;
	margin-left: 100px;
	margin-bottom: 80px;
}
.box1 .leftbox img{
	width: 380px;
}
.box2 {
	position: relative;
  gap: clamp(20px, 5vw, 80px);
    justify-content: space-between;
}
.box2 .leftbox{
	width: calc(50% - 40px);
}
.box2 .rightbox{
	width: calc(50% - 40px);
	margin-bottom: auto;
}
.box2 .leftbox .txtbox{
	width: 100%;

}
.box2 .leftbox img{
	width: 380px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
	.box1 .leftbox .txtbox {
		margin-top: 50px;
		margin-left: 0px;
		margin-bottom: 50px;
		width: 100%;
	}
	.box1 .leftbox img{
		width: 280px;
	}

	.box1 {
		gap: 40px;
	}
	.box1 {
        background-size: 120%; 
        background-position: center bottom; 
    }

    
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
	.box1 .leftbox .txtbox {
		margin-top: 0px;
		margin-bottom: 30px;
	}
	.box1 {
		flex-direction: column-reverse;
	}
	.box1 .rightbox{
		width: 90%;
	}
	.box1 .leftbox{
		width: 90%;
	}
    	.box2 .leftbox .txtbox {

	}
	.box2 {
		flex-direction: column-reverse;
	}
	.box2 .rightbox{
		width: 90%;
	}
	.box2 .leftbox{
		width: 90%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
	.box1 {
		gap: 20px;
	}
	.box1 .leftbox .txtbox {
		margin-bottom: 20px;
	}
	.box1 .rightbox{
		width: 100%;
	}
	.box1 .leftbox{
		width: 100%;
	}
    	.box2 {
		gap: 20px;
	}

	.box2 .rightbox{
		width: 100%;
	}
	.box2 .leftbox{
		width: 100%;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}