:root {
--bg:#f7f4ed;
--line:#e5ded2;
--brown:#b27d3c;
--text:#29231f;
--sub:#6b6258;
}
* {
	box-sizing: border-box
}
body {
	margin: 0;
	color: var(--text);
	font-family: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", serif;
	line-height: 1.75;
	background-color: #fff;
	background-image:
        linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.7)),
        url(../assets/bg.jpg);

	background-repeat: repeat;
}
.lp {
	max-width: 1000px;
	margin: auto;
	background: var(--bg);
	box-shadow: 0 0 30px rgba(0,0,0,.06)
}
.section {
	padding: 42px 48px;
	border-bottom: 1px solid var(--line)
}
img {
	max-width: 100%;
	display: block
}
.hero {
	position: relative;
	min-height: 360px;
	background: linear-gradient(90deg, #fbfaf6 0%, #fbfaf6 48%, #efe6d8 100%);
	overflow: hidden;	
    background: url("../assets/top_bg.jpg") no-repeat right center;
    background-size: cover;

}
.brand {
	width: 135px;
	margin-bottom: 28px
}
.hero h1, .campaign h2 {
	font-size: 42px;
	line-height: 1.35;
	letter-spacing: .08em;
	margin: 0 0 22px
}
.made {
	font: 700 22px/1.2 Arial, sans-serif;
	color: var(--brown);
	margin: 0 0 18px
}
.made span {
	padding-left: 4px
}
.hero h2 {
	font-size: 26px;
	line-height: 1.5;
	margin: 0 0 22px
}
.lead {
	display: inline-block;
	background: rgba(177,125,60,.16);
	padding: 8px 18px;
	color: #8a653b;
	font-weight: bold;
}
.hero__bag {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 360px
}
.grid-01, .grid-02, .grid-03, .grid-04, .story {
	display: grid;
	grid-template-columns: 1fr 1.35fr;
	gap: 34px;
	align-items: center
}
.grid-02 {
grid-template-columns:1.25fr 1fr .5fr
}
.grid-03 {
	grid-template-columns: 1fr 1.35fr
}
.grid-04 {
	grid-template-columns: 1.25fr 1fr
}
.num {
	font: 700 34px/1 Arial, sans-serif;
	color: #877b61;
	margin: 0 0 4px
}
.text-block h3, .points h3 {
	font-size: 23px;
	line-height: 1.35;
	margin: 0 0 18px;
	font-weight: 700
}
.text-block p {
	font-size: 15px;
	margin: 0;
	color: var(--sub)
}
.text-block .num {
	font-size: 34px;
	color: #877b61;
}

.food-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px
}
.food-list img, .wide-photo, .point-grid img, .story-flow img {
	width: 100%;
	height: 100%;
	object-fit: cover
}



.stamp {
	width: 150px
}
.icons {
	width: 230px;
	margin: 10px 0 14px
}
.quote {
	font-weight: 700;
	color: #3a332d!important;
	margin-bottom: 10px!important
}
.center {
	text-align: center
}
.points {
	text-align: center
}
.points h3 {
	margin-top: -5px
}
.point-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px;
	margin-top: 22px
}
.point-grid img {
    width: 100%;
    height: auto;
}
.point-grid article {
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	font-size: 13px;
	display: flex;
    flex-direction: column;

}


.point-grid h4 {
	margin: 8px 0 0
}
.point-grid p {
	margin: 0;
	color: var(--sub)
}
.dummy {
	background: #050505;
	aspect-ratio: 1.55/1
}
.story {
grid-template-columns:.9fr 1.6fr
}
.story-flow {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 14px;
	text-align: center;
	font: 600 13px "Hiragino Sans", "Yu Gothic", sans-serif
}

.story-flow article {
    display: flex;
    flex-direction: column;
}


.story-flow img {
    width: 100%;
    height: auto;   /* ← これに変更 */
}


.story-flow p {
	margin: 6px 0 0
}
.campaign {
	position: relative;
	min-height: 330px;

    background:
        linear-gradient(90deg, rgba(248,241,229,0.95) 0%, rgba(248,241,229,0.85) 40%, rgba(248,241,229,0) 70%),
        url("../assets/07_1.jpg") no-repeat right center;

    background-size: cover;

}

.campaign__copy {
    position: relative;
    z-index: 2;
    width: 55%;
}

.campaign h2 {
	font-size: 38px
}
.campaign p {
	color: #7b6e61;
	letter-spacing: .08em
}
.campaign h3 {
	font-size: 24px;
	margin: 8px 0 14px
}
.present {
	font-weight: 700;
	color: #6d4b27!important;
	font-size: 15px
}
.btn {
	display: block;
	width: 360px;
	max-width: 100%;
	padding: 15px 24px;
	margin-top: 16px;
	border-radius: 5px;
	background: linear-gradient(#c89453, #a87333);
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-weight: 700;
	letter-spacing: .1em;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.35)
}
.btn::after {
	content: "›";
	float: right;
	font-size: 24px;
	line-height: 1
}
.campaign__bag {
	position: absolute;
	right: 45px;
	bottom: 18px;
	width: 320px
}
.company {
	background: #fff;
	padding: 58px 70px 42px
}
.company h2 {
	text-align: center;
	font-size: 18px;
	margin: 0 0 32px
}
.company__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	align-items: flex-start
}
.company dl {
	display: grid;
	grid-template-columns: 88px 1fr;
	gap: 4px 10px;
	margin: 0;
	font: 14px/1.7 "Hiragino Sans", "Yu Gothic", sans-serif
}
.company dt {
	font-weight: 700
}
.company img {
	width: 150px
}
.notice {
	padding: 34px 70px;
	background: #f6f5f1;
	font: 13px/1.9 "Hiragino Sans", "Yu Gothic", sans-serif
}
.notice h2 {
	font-size: 14px;
	margin: 0 0 8px
}
.notice p {
	margin: 0
}
footer {
	padding: 48px 20px;
	text-align: center;
	background: #f6f5f1;
	color: #8b847c;
	font: 12px Arial, sans-serif;
	text-transform: uppercase
}
@media(max-width:760px) {
.lp {
	max-width: none
}
.section {
	padding: 30px 20px
}
.hero {
	min-height: auto;
	padding-bottom: 240px
}
.brand {
	width: 105px
}
.hero h1, .campaign h2 {
	font-size: 29px
}
.made {
	font-size: 17px
}
.hero h2, .campaign h3 {
	font-size: 20px
}
.hero__bag {
	right: 10px;
	bottom: 10px;
	width: 280px
}
.grid-01, .grid-02, .grid-03, .grid-04, .story {
	grid-template-columns: 1fr;
	gap: 18px
}
.grid-02 .stamp {
	justify-self: center
}
.food-list {
	gap: 8px
}
.point-grid {
	grid-template-columns: repeat(2, 1fr);
	gap: 14px
}
.story-flow {
	grid-template-columns: repeat(2, 1fr)
}
.campaign {
	padding-bottom: 220px
}
.campaign__copy {
	width: 100%
}
.campaign__bag {
	right: 10px;
	bottom: 15px;
	width: 260px
}
.company {
	padding: 36px 20px
}
.company__inner {
	display: block
}
.company dl {
	grid-template-columns: 74px 1fr;
	font-size: 12px
}
.company img {
	margin: 28px auto 0
}
.notice {
	padding: 28px 20px
}
.btn {
	width: 100%
}
}


@media(max-width:760px) {
  .hero {
    background:
        url("../assets/top_bg.jpg") no-repeat center;
	background-position: 70% center;
    background-size: cover;
    padding-bottom: 200px;
  }

  .lead {
    position: relative;
    top: 150px;
  }


}
@media(max-width:760px) {

  .campaign {
    background:
      linear-gradient(
        90deg,
        rgba(248,241,229,0.95) 0%,
        rgba(248,241,229,0.85) 50%,
        rgba(248,241,229,0) 85%
      ),
      url("../assets/07_1.jpg") no-repeat;

    background-size: cover;

    /* ★これ超重要 */
    background-position: 70% center;

    padding-bottom: 220px;
  }
  .campaign__copy {
    width: 100%;
  position: relative;
  z-index: 2;
  }
 

  .btn {
    position: relative;
    top: 150px;

 
}
