@charset "utf-8";

.category_main.categoryMain {
  display: none;
}
.p-itemlist main .p-main_inner {
	max-width: initial;
	padding-top: 0;
	width: 100%;
}
.p-itemlist main .p-main_inner .p-itemlist__select {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
}
.p-itemlist main .p-main_inner .p-itemlist__contents {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 50px;
}
html {
	scroll-behavior: smooth;
}

.seasonalInfo a {
	transition: all 0.3s;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.pc__inline {
	display: inline-block;
}
.sp__inline {
	display: none;
}

.seasonalInfo__linkBtn {
	display: block;
  color: #ffffff;
  background-color: #002487;
	margin: 4em auto 0;
	max-width: 460px;
	padding: 0.7em 3em;
	border-radius: 2em;
  transition: opacity 0.5s ease;
	position: relative;
	font-family: 'Noto Sans','Noto Sans JP', serif;
	font-size: 0.9em;
}
.seasonalInfo__linkBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 1.4em;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.seasonalInfoMain__container {
	background: url(/img/e/202504-seasonal/bg.jpg) center center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 16px;
}

.seasonalInfoMv {
	height: auto;
}
.seasonalInfoMv__inner {
	width: 100%;
}
.seasonalInfoMv__img {
	width: 100%;
}
.seasonalInfoMv__img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.seasonalInfo {
  color: #333333;
  margin-bottom: 5em;
}

.seasonalInfo__container {
	padding: 6em 0 2em;
	margin: 0 auto;
	background-repeat: repeat-y;
	background-size: contain;
	font-size: 18px;
	font-weight: 500;
}
.seasonalInfo__main {
	margin: 0 auto;
	line-height: 1.6;
	text-align: center;
}
.seasonalInfo__main img {
	border-style: none;
	vertical-align: bottom;
}
.seasonalInfo__mainInner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 15px 0;
}
.seasonalInfo__intro {
	text-align: center;
	margin-bottom: 1.6em;
	font-size: 1.6em;
	line-height: 1.8;
	font-weight: 500;
	color: #0e54d7;
}
.seasonalInfo__intro--title {
	font-size: 24px;
}
.seasonalInfo__inner {
	max-width: 980px;
	margin: 0 auto;
}

.seasonalInfo__heading {
	font-size: 18px;
	margin-top: 2.4em;
}

.seasonalInfo__text {
	font-size: 18px;
	margin-bottom: 0.5em;
}

.period {
	font-size: 1.2em;
  font-weight: 500;
	font-family: 'Noto Sans','Noto Sans JP', serif;
	letter-spacing: 0.05em;
}
.periodText {
  font-size: 1.2em;
}

.seasonalInfo__imgContainer {
	margin-bottom: 3em;
}

.seasonalInfo__img {
	width: 100%;
}

.seasonalInfo__items {
  width: 100%;
	display: flex;
	flex-direction: column;
	margin:  0 auto;
}
.seasonalInfo__items img {
	width: 100%;
	vertical-align: bottom;
}
.seasonalInfo__item {
  width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: #ffffff;
	padding: 3%;
	border-radius: 4px;
	-webkit-box-shadow: 10px 10px 10px rgba(96, 130, 185, 0.15);
  box-shadow: 10px 10px 10px rgba(96, 130, 185, 0.15);
	margin-bottom: 3em;
}
.seasonalInfo__itemImg {
	width: 45%;
	height: auto;
}
.seasonalInfo__itemImg img {
	border-radius: 2px;
	object-fit: cover;
	height: 100%;
}
.seasonalInfo__itemDetail {
	width: 50%;
  text-align: left;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.seasonalInfo__itemDetailBottom {
	margin-top: 2em;
}
.seasonalInfo__itemName {
	font-weight: 500;
	font-size: 1.1em;
}
.seasonalInfo__itemName--min {
	margin-bottom: 0.6em;
	font-size: 1em;
}
.seasonalInfo__itemLead {
	font-weight: 500;
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #0e54d7;
	letter-spacing: 0.01em;
}
.seasonalInfo__itemHeading {
	font-weight: 500;
	margin-bottom: 0.5em;
	font-size: 1.5em;
	line-height: 1;
	color: #002487;
}
.seasonalInfo__itemText {
	margin-top: 2em;
	margin-bottom: 1.4em;
	font-weight: normal;
}
.seasonalInfo__itemCapacity {
	font-size: 0.9em;
}
.seasonalInfo__itemPrice {
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 0.2em;
}
.seasonalInfo__itemTax {
	font-size: 0.8em;
}
.seasonalInfo__itemNotes {
	font-size: 12px;
	text-align: left;
	margin-top: -0.8em;
	font-weight: 100;
}

.productDetailInfoBtn > button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #fff;
	letter-spacing: .05em;
	line-height: 1;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	background-color: #1d41b7;
	max-width: 600px;
	margin: 0 auto;
	opacity: 1;
	font-weight: 500;
}
.productDetailInfoBtn > button img {
	width: 19px;
	height: 16px;
}
.seasonalInfo__main .productDetailInfoBtn > a {
	background-color: #1d41b7 !important;
	border-radius: 0;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	font-weight: 500;
}
.seasonalInfo__main .productDetailInfoBtn > a img {
	width: 19px;
	height: 16px;
}

/* .coloerBlue {
	color: #0e54d7;
	font-weight: 500;
} */




@media (hover: hover) {
	.seasonalInfo a:hover {
		opacity: 0.6;
    transition: all 0.3s;
	}
	.productDetailInfoBtn > button:hover {
		opacity: 0.6;
    transition: all 0.3s;
	}
	.seasonalInfo__linkBtn:hover {
		opacity: 0.5;
	}
}

@media screen and (min-width: 1280px) {
	.p-itemlist main .p-main_inner .p-itemlist__select {
		padding: initial;
	}
  .seasonalInfo_main {
    margin-bottom: 130px;
		padding: 0 5%;
  }
	.campaignPeriod {
		font-size: 1.5em;
	}
	.campaignContent {
		font-size: 1.5em;
	}

}


@media screen and (max-width: 759px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .pc__inline {
    display: none !important;
  }
  .sp__inline {
    display: inline-block;
  }
	.p-itemlist main .p-main_inner .p-itemlist__select {
		width: 100%;
		padding: 0 20px;
	}
	.p-itemlist main .p-main_inner .p-itemlist__contents {
		padding: 0 20px
	}
	.seasonalInfo__linkBtn {
		text-align: center;
		margin: 4em auto 2em;
		padding: 1em 2em;
	}
  .seasonalInfo {
    text-align: justify;
  	margin-bottom: 3em;
  }
	.seasonalInfo__container {
		padding: 8% 10px 1%;
		font-size: 0.9em;
	}
	.seasonalInfo__inner {
		max-width: 600px;
		margin: 2em auto;
	}
  .seasonalInfo__main {
    margin-bottom: 7.128vw;
		text-align: left;
		padding: 0;
  }
  .seasonalInfoMv {
		max-width: 100%;
		margin: 0 auto;
    height: auto;
  }
	.seasonalInfo__mainInner {
		width: 100%;
		margin: 0 auto 0;
		padding: 0;
	}
	.seasonalInfo__intro {
		font-size: 1.4em;
		line-height: 1.8;
		padding: 0 10px;
		margin-bottom: 2em;
	}
	.seasonalInfo__intro--title {
		font-size: 22px;
	}
	.seasonalInfo__heading {
		font-size: 16px;
		text-align: center;
	}
	.seasonalInfo__text {
		font-size: 16px;
		padding: 0 10px;
	}
	.period {
		text-align: center;
		margin-bottom: 0.5em;
		line-height: 1.6;
		font-size: 1.3em;
	}
  .periodText {
    text-align: center;
    font-size: 1.1em;
  }
	.seasonalInfo__imgContainer {
		margin-bottom: 2em;
	}
  .seasonalInfo__items {
    justify-content: space-between;
		margin: 1em auto 2em;
		max-width: 600px;
  }
  .seasonalInfo__item {
		flex-direction: column;
		margin-bottom: 2.4em;
		padding: 8% 5% 10%;
  }
	.seasonalInfo__itemDetailBottom {
		margin-top: 2.4em;
	}
	.seasonalInfo__itemImg {
		width: 100%;
		margin-bottom: 2em;
	}
	.seasonalInfo__itemDetail {
		width: 100%;
	}
	.seasonalInfo__itemName {
		margin-bottom: 0.8em;
		font-size: 0.95em;
		line-height: 1.4;
	}
	.seasonalInfo__itemName--min {
		font-size: 0.9em;
	}
	.seasonalInfo__itemLead {
		font-size: 1.1em;
		margin-bottom: 1em;
	}
	.seasonalInfo__itemText {
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0;
		margin-top: 1em;
		margin-bottom: 2em;
		font-weight: normal;
	}
	.seasonalInfo__itemHeading {
		margin-bottom: 0.5em;
		font-size: 1.2em;
	}
	.seasonalInfo__itemPrice {
		font-size: 1.1em;
		margin-bottom: 0.6em;
	}
	.seasonalInfo__itemNotes {
		font-weight: normal;
		margin-top: -1.4em;
		margin-bottom: 2em;
	}
	.productDetailInfoBtn > button {
		font-size: 14px;
	}

}