@charset "UTF-8";
/*====================
    campaign
    ichigo2026
======================*/

.ichigo2026 .campaign__inner{
  width: 92%;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ichigo2026{
    background: none;
  }
  .ichigo2026 .campaign__inner{
    width: 96%;
    max-width: inherit;
  }
}

@media screen and (min-width: 769px) {
	.page_campaign{
			width: 100%;
			padding: 0;
			max-width: 100%;
	}
  .ichigo2026 img{
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
	.page_campaign{
			width: 100%;
	}
	.ichigo2026 img{
	width: 100%;
	max-width: inherit;
	height: auto;
	}
}

.ichigo2026 .pc{
	display: block;
}
.ichigo2026 .sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.ichigo2026 .pc{
		display: none;
	}
	.ichigo2026 .sp{
		display: block;
	}
}

.ichigo2026 .js-fadeIn{
	opacity: 0;
	transition: 1s;
}
.loaded .ichigo2026 .js-fadeIn{
	opacity: 1;
}
.ichigo2026 .js-anime {
	transform: translateY(20px);
	opacity: 0;
	transition: 1s;
	will-change: transform, opacity;
}
.ichigo2026 .js-anime.is-inview {
	transform: translateY(0);
	 opacity: 1;
}

/* ------------------------------
    sec-mv
------------------------------ */
  .ichigo2026 .sec-mv{
    position: relative;
		width: 100%;
		aspect-ratio: 2921 / 2380;
  }
  .ichigo2026 .sec-mv:before{
    position: absolute;
		display: block;
		content: '';
		background: url("../../img/campaign/2026ichigo/bg_fv.png") no-repeat center top;
		background-size: 100% auto;
		width: 100%;
		height: 100%;
		z-index: 1;
  }
  .ichigo2026 .sec-mv__inner{
    position: relative;
    max-width: 1300px;
		height: 100%;
		padding: 5% 0 0 0;
    margin: 0 auto;
		z-index: 2;
  }
  .ichigo2026 .sec-mv h1{
    width: 37%;
    max-width: 480px;
  }
  .ichigo2026 .sec-mv .img-coupon{
    position: absolute;
		right: 0;
		bottom: 28%;
    width: 32%;
    max-width: 400px;
  }

@media screen and (max-width: 768px) {
  .ichigo2026 .sec-mv{
    position: relative;
    padding: 0;
    background-size: 100% auto;
  }
  .sec-mv__inner{
		width: calc(100% - 2rem);
    max-width: inherit;
  }
  .ichigo2026 .sec-mv h1{
    width: 40%;
  }
  .ichigo2026 .sec-mv .img-coupon{
		bottom: 26%;
  }
}


/* ------------------------------
    section
------------------------------ */
.ichigo2026 .section{
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ichigo2026 .cake_detail{
  position: relative;
}
.ichigo2026 .section-bg{
	position: relative;
	margin-top: -100px;
	width: 100%;
	height: 100%;
	background: url("../../img/campaign/2026ichigo/bg_pc.jpg") no-repeat center top;
	background-size: 1460px auto;
}

.ichigo2026 .section .txt__inner{
	width: 100%;
}
.ichigo2026 .section .txt__inner .ttl{
	position: relative;
	font-size: 2.3rem;
	line-height: calc(50 / 23);
	letter-spacing: .04em;
	font-weight: 700;
	padding-left: 2.8rem;
	box-sizing: border-box;
	color: #595757;
}
.ichigo2026 .section .txt__inner .ttl:before{
	position: absolute;
	left: 0;
	top: 1.2rem;
	display: block;
	content: '';
	background: url("../../img/campaign/2026ichigo/ico_ttl.png") no-repeat center top;
	background-size: 100% auto;
	width: 1.9rem;
	height: 3.1rem;
}

.ichigo2026 .section .txt__inner .price{
	font-size: 2.3rem;
	line-height: calc(50 / 23);
	letter-spacing: .04em;
	font-weight: 700;
	color: #595757;
}

.ichigo2026 .section .txt__inner .txt{
	font-size: 1.4rem;
	line-height: calc(28 / 14);
	letter-spacing: .04em;
	font-weight: 500;
	line-break: strict;
	color: #595757;
}

@media screen and (max-width: 768px) {
	.ichigo2026 .section{
		width: 100%;
		max-width: inherit;
		padding: 0 2rem;
	}
	.ichigo2026 .section-bg{
		margin-top: 0;
		background: none;
	}
	.ichigo2026 .section .cake-img{
		width: 100;
		margin: 0 auto;
	}
	.ichigo2026 .section .txt__inner .ttl{
		font-size: 2rem;
		padding-left: 2.8rem;
	}
	.ichigo2026 .section .txt__inner .ttl:before{
		top: .4rem;
	}
	.ichigo2026 .section .txt__inner .price{
		font-size: 2rem;
	}
	.ichigo2026 .section .txt__inner .txt{
		font-size: 1.4rem;
	}
	
}

/* ------------------------------
    cake01
------------------------------ */
.ichigo2026 .cake01{
	padding: 13.2rem 0 0 0;
	box-sizing: border-box;
	
}
.ichigo2026 .cake01 .lead{
	position: relative;
	left: -1.8rem;
	width: 50%;
	text-align: center;
}
.ichigo2026 .cake01 .lead img{
		display: block;
		max-width: 11.7rem;
		margin: 0 auto;
	}

.ichigo2026 .section.cake01 .txt__inner{
	margin: 6.8rem 15.9rem 0 auto;
	max-width: 34.1rem;
}

@media screen and (max-width: 768px) {
	.ichigo2026 .cake01{
		padding: 0 2rem 0 2rem;
	}
	.ichigo2026 .cake01 .lead{
		left: 0;
		right: 0;
		margin: 8% auto 12% auto;
		width: 100%;
	}
	.ichigo2026 .cake01 .lead img{
			max-width: 24%;
			margin: 0 auto;
		}

	.ichigo2026 .section.cake01 .txt__inner{
		margin: 0;
		max-width: inherit;
	}
}

/* ------------------------------
    cake02
------------------------------ */
.ichigo2026 .cake02{
	padding: 47.4rem 0 0 0;
	box-sizing: border-box;
}

.ichigo2026 .section.cake02 .txt__inner{
	margin: 0 0 0 12rem;
	max-width: 36.7rem;
}
@media screen and (max-width: 768px) {
	.ichigo2026 .cake02{
		padding: 5.2rem 2rem 0 2rem;
	}

	.ichigo2026 .section.cake02 .txt__inner{
		margin: 0 auto;
		max-width: inherit;
	}
}

/* ------------------------------
    cake03
------------------------------ */
.ichigo2026 .cake03{
	padding: 19.8rem 0 0 0;
	box-sizing: border-box;
}

.ichigo2026 .section.cake03 .txt__inner{
	margin: 0 13.6rem 0 auto;
	max-width: 36.4rem;
}
@media screen and (max-width: 768px) {
	.ichigo2026 .cake03{
		padding: 5.2rem 2rem 0 2rem;
	}

	.ichigo2026 .section.cake03 .txt__inner{
		margin: 0 auto;
		max-width: inherit;
	}
}


/* ------------------------------
    cake04
------------------------------ */
.ichigo2026 .cake04{
	padding: 47.4rem 0 0 0;
	box-sizing: border-box;
}

.ichigo2026 .section.cake04 .txt__inner{
	margin: 0 0 0 12rem;
	max-width: 34.5rem;
}
@media screen and (max-width: 768px) {
	.ichigo2026 .cake04{
		padding: 5.2rem 2rem 0 2rem;
	}

	.ichigo2026 .section.cake04 .txt__inner{
		margin: 0 auto;
		max-width: inherit;
	}
}

/* ------------------------------
    cake05
------------------------------ */
.ichigo2026 .cake05{
	padding: 19.8rem 0 0 0;
	box-sizing: border-box;
}

.ichigo2026 .section.cake05 .txt__inner{
	margin: 0 15rem 0 auto;
	max-width: 35rem;
}
@media screen and (max-width: 768px) {
	.ichigo2026 .cake05{
		padding: 5.2rem 2rem 0 2rem;
	}

	.ichigo2026 .section.cake05 .txt__inner{
		margin: 0 auto;
		max-width: inherit;
	}
}

/* ------------------------------
    canele
------------------------------ */
.ichigo2026 .sec-canele{
	width: 96%;
	max-width: 124rem;
	margin: 15rem auto 18rem auto;
}
.ichigo2026 .sec-canele .sec-img{
	margin: 0 auto 3.4rem auto;
}

.ichigo2026 .sec-canele .flex{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 0 4rem;
	box-sizing: border-box;
}
.ichigo2026 .sec-canele .flex .flex-box{
	width: calc(100% - 62.6rem);
	padding-right: 4rem;
	box-sizing: border-box;
}
.ichigo2026 .sec-canele .flex .flex-box .ttl{
	font-size: 2.3rem;
	line-height: calc(34 / 23);
	letter-spacing: .08em;
	font-weight: 700;
	color: #af191f;
}
.ichigo2026 .sec-canele .flex .flex-box .ttl .small{
	font-size: 1.8rem;
	line-height: calc(34 / 18);
	margin-left: 1rem;
}
.ichigo2026 .sec-canele .flex .flex-box .txt{
	font-size: 1.8rem;
	line-height: calc(50 / 18);
	letter-spacing: .04em;
	font-weight: 700;
	color: #191919;
}
.ichigo2026 .sec-canele .flex .flex-box .txt .price{
	font-size: 2.3rem;
	line-height: calc(50 / 23);
}

.ichigo2026 .sec-canele .flex .flex-box .txt02{
	font-size: 1.4rem;
	line-height: calc(28 / 14);
	letter-spacing: .04em;
	font-weight: 500;
	color: #191919;
}

.ichigo2026 .sec-canele .flex .flex-box02{
	width: 62.6rem;
}
.ichigo2026 .sec-canele .flex .flex-box02 .canele-list{
	padding-bottom: 1rem;
	border-bottom: 1px dotted #191919;
	box-sizing: border-box;
}
.ichigo2026 .sec-canele .flex .flex-box02 .canele-list + .canele-list{
	margin-top: 1rem;
}
.ichigo2026 .sec-canele .flex .flex-box02 .canele-list:last-of-type{
	border-bottom: none;
}

.ichigo2026 .sec-canele .flex .flex-box02 .canele-list dt{
	font-size: 1.6rem;
	line-height: calc(28 / 16);
	letter-spacing: .04em;
	font-weight: 700;
	color: #af191f;
}
.ichigo2026 .sec-canele .flex .flex-box02 .canele-list dd{
	font-size: 1.4rem;
	line-height: calc(28 / 14);
	letter-spacing: .04em;
	font-weight: 500;
	line-break: strict;
	color: #191919;
}

@media screen and (max-width: 768px) {
	.ichigo2026 .sec-canele{
		width: 100%;
		max-width: inherit;
		margin: 6rem auto;
		padding: 0 2rem;
		box-sizing: border-box;
	}
	.ichigo2026 .sec-canele .sec-img{
		margin: 0 auto 2rem auto;
	}

	.ichigo2026 .sec-canele .flex{
		flex-direction: column;
		padding: 0;
	}
	.ichigo2026 .sec-canele .flex .flex-box{
		width: 100%;
		padding-right: 0;
		box-sizing: border-box;
	}
	.ichigo2026 .sec-canele .flex .flex-box .ttl{
		font-size: 2rem;
	}
	.ichigo2026 .sec-canele .flex .flex-box .ttl .small{
		font-size: 1.6rem;
		margin-left: .8rem;
	}
	.ichigo2026 .sec-canele .flex .flex-box .txt{
		font-size: 1.4rem;
	}
	.ichigo2026 .sec-canele .flex .flex-box .txt .price{
		font-size: 2rem;
	}

	.ichigo2026 .sec-canele .flex .flex-box02{
		width: 100%;
		margin-top: 2rem;
	}
	.ichigo2026 .sec-canele .flex .flex-box02 .canele-list{
		padding-bottom: 1rem;
	}
	.ichigo2026 .sec-canele .flex .flex-box02 .canele-list + .canele-list{
		margin-top: 1.2rem;
	}

	.ichigo2026 .sec-canele .flex .flex-box02 .canele-list dd{
		margin-top: .4rem;
		line-height: calc(20 / 14);
	}
}

