@charset "utf-8";

.contentsWrap {
	max-width: 98rem;
	margin: 0 auto;
}
.inner {
	max-width: 90.5rem;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.contentsWrap {
		max-width: 100%;
		width: 100%;
	}
	.inner {
		width: 100%;
		padding: 0 4rem;
	}
}


/* mvWrap */
.mvWrap {
	width: 100%;
	position: relative;
}
.mvWrap h1 {
	position: absolute;
	top: 2.5rem;
	left: 3.5rem;
}
.mvWrap h1 span {
	font-size: 4rem;
	color: #fff;
	background: #522f1c;
	width: 16.2rem;
	height: 16.2rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mvWrap .leadWrap {
	position: absolute;
	top: 10rem;
	left: 46.5rem;
}
.mvWrap .lead {
	font-size: 4rem;
	line-height: 1.4;
	color: #000;
}
.mvWrap .txt {
	font-size: 2.1rem;
	line-height: 1.6;
	color: #000;
	margin-top: 1.5rem;
}
.mvWrap .note {
	position: absolute;
	bottom: 1.8rem;
	right: 1rem;
	font-size: 1.8rem;
	line-height: 1.25;
	color: #fff;
	text-indent: -1em;
	padding-left: 1rem;
	text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.75);
}
@media (max-width: 768px) {
	.mvWrap h1 {
		top: 2.2rem;
		left: 2rem;
	}
	.mvWrap h1 span {
		font-size: 4.7rem;
		width: 21rem;
		height: 21rem;
	}
	.mvWrap .leadWrap {
		position: static;
		margin-top: 5.5rem;
	}
	.mvWrap .lead {
		font-size: 5rem;
		line-height: 6.9rem;
		color: #522f1c;
		text-align: center;
		font-family: "Noto Sans CJK JP", sans-serif;
		font-weight: bold;
	}
	.mvWrap .txt {
		font-size: 3.2rem;
		line-height: 5.4rem;
		color: #522f1c;
		margin-top: 3rem;
		text-align: center;
		font-feature-settings: "palt";
		font-family: "Noto Sans CJK JP", sans-serif;
		font-weight: bold;
	}
	.mvWrap .note {
		position: static;
		font-size: 2.8rem;
		line-height: 4.7rem;
		color: #522f1c;
		text-indent: 0;
		padding-left: 0;
		text-shadow: none;
		text-align: center;
		margin-top: 3rem;
		font-weight: bold;
	}
}

/* seimai */
.seimai {
	padding: 4.5rem 0 0;
}
.seimai h2 {
	text-align: center;
	position: relative;
}
.seimai h2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #cca68f;
	top: calc(50% - 0.5px);
	left: 0;
	z-index: -1;
}
.seimai h2 span {
	font-size: 2.9rem;
	background: #fff;
	display: inline-block;
	font-weight: bold;
}
.seimai .seimaiBoxWrap {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 5.63536%;
	margin-top: 3.5rem;
}
.seimai .seimaiBoxWrap .seimaiBox {
	width: 47.18232%;
	display: flex;
	justify-content: space-between;
}
.seimai .seimaiBoxWrap .seimaiBox dl {
	width: 60%;
}
.seimai .seimaiBoxWrap .seimaiBox dt {
	font-size: 2.9rem;
	font-feature-settings: "palt";
	font-weight: bold;
}
.seimai .seimaiBoxWrap .seimaiBox dt span {
	font-size: 1.2rem;
	line-height: 1;
}
.seimai .seimaiBoxWrap .seimaiBox dd {
	font-size: 1.8rem;
	margin-top: 1rem;
	line-height: 1.5;
}
.seimai .seimaiBoxWrap .seimaiBox .pic {
	width: calc(40% - 2rem);
}
.seimai .note{
	text-align: center;
	font-size: 1.8rem;
	margin-top: 2.2rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.seimai {
		padding: 10rem 0 0;
	}
	.seimai h2 {
		text-align: left;
	}
	.seimai h2::after {
		content: none;
	}
	.seimai h2 span {
		font-size: 5rem;
		line-height: 6.9rem;
		background: none;
		padding: 0;
	}
	.seimai .seimaiBoxWrap {
		gap: 4rem 0;
		margin-top: 4.5rem;
	}
	.seimai .seimaiBoxWrap .seimaiBox {
		width: 100%;
		min-height: 18.2rem;
		align-items: center;
	}
	.seimai .seimaiBoxWrap .seimaiBox dl {
		width: 72.835821%;
	}
	.seimai .seimaiBoxWrap .seimaiBox dt {
		font-size: 4.4rem;
	}
	.seimai .seimaiBoxWrap .seimaiBox dt span {
		font-size: 3rem;
	}
	.seimai .seimaiBoxWrap .seimaiBox dd {
		font-size: 2.7rem;
		margin-top: 1rem;
		line-height: 4.4rem;
	}
	.seimai .seimaiBoxWrap .seimaiBox .pic {
		width: 23.432836%;
	}
	.seimai .note{
		text-align: left;
		font-size: 2.5rem;
		margin-top: 4rem;
		line-height: 1.5;
	}
}

/* qa */
.qa {
	padding-top: 3.5rem;
}
.qa .ttlWrap {
	display: flex;
	background: #4d3020;
	border-radius: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 1.8rem;
	padding: 0.8rem;
}
.qa h2 {
	width: 18.6rem;
	height: auto;
}
.qa .lead {
	color: #fff;
	font-size: 2.2rem;
	line-height: 1.25;
	font-feature-settings: "palt";
}
.qa .qaBoxWrap {
	padding: 2rem 3.8rem 0;
}
.qa .qaBox {
	background: #FFFDEB;
	padding: 2rem;
	border-radius: 1.5rem;
	box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.3);
}
.qa .qaBox + .qaBox {
	margin-top: 2.5rem;
}
.qa .qaBox dl dt{
	width: 100%;
	height: 5rem;
	padding-left: 6rem;
	background: url(/base/pc/store/special/farm/2025/img/rice/qa_icon01.png) no-repeat;
	background-size: contain;
	font-size: 2.7rem;
	line-height: 1.5;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.qa .qaBox dl dd{
	padding: 0.8rem 0 0 8.5rem;
	background: url(/base/pc/store/special/farm/2025/img/rice/qa_icon02.png) no-repeat 3rem 1rem;
	background-size: 4.5rem 4.5rem;
	font-size: 1.8rem;
	line-height: 1.5;
}
@media (max-width: 768px) {
	.qa {
		padding-top: 10rem;
	}
	.qa .ttlWrap {
		border-radius: 1rem;
		gap: 0 1.2rem;
		padding: 1.5rem 0;
	}
	.qa h2 {
		width: 20.6rem;
	}
	.qa .lead {
		font-size: 3rem;
		line-height: 1.25;
	}
	.qa .qaBoxWrap {
		padding: 3rem 0.5rem 0;
	}
	.qa .qaBox {
		padding: 2rem 2rem 3rem;
		border-radius: 1.5rem;
		box-shadow: 0.1rem 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.3);
	}
	.qa .qaBox + .qaBox {
		margin-top: 3.5rem;
	}
	.qa .qaBox dl dt{
		width: 100%;
		height: 5.5rem;
		background-size: cover;
		padding-left: 6.5rem;
		font-size: 2.9rem;
	}
	.qa .qaBox dl dd{
		padding: 1rem 0 0 9rem;
		background: url(/base/pc/store/special/farm/2025/img/rice/qa_icon02.png) no-repeat 3rem 1rem;
		background-size: 5rem 5rem;
		font-size: 2.6rem;
		line-height: 1.5;
	}
}

/* accordion */
button {
	border-style: none;
	color: inherit;
	padding: 0;
	background: none;
	cursor: pointer;
}
.accordionHeader {
	position: relative;
}
.accordionPanel {
	display: block;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	visibility: hidden;
}
.accordionItem.open .accordionPanel {
	max-height: 100rem;	/* 大きめに設定。実際の高さはjsで取得 */
	visibility: visible;
	overflow: visible;
}
.accordionPanel:focus {
	outline: none;
}
/* accordion qa */
.accordionQa {
	margin-top: 2.5rem;
	padding: 0 3.8rem;
}
.accordionQa ul {
	margin-bottom: 4.5rem;
}
.accordionQa .toggleBtn {
	width: 31.2rem;
	display: block;
	margin: 2rem auto 0;
	text-align: center;
	padding: 1.1rem 3rem 1.1rem 0;
	border: 1px solid #522e1d;
	background: #fff;
	border-radius: 5rem;
}
.accordionQa .toggleBtn span {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	color: #522e1d;
	font-weight: bold;
	position: relative;
}
.accordionQa .toggleBtn span::after {
	content: "";
	position: absolute;
	width: 1.2rem;
	height: 2rem;
	background: url(/base/pc/store/special/farm/2025/img/common/icon_arrow03.png) no-repeat top;
	background-size: contain;
	top: calc(50% - 0.1rem);
	right: -3rem;
	transform: translateY(-50%) rotate(90deg);
}
.accordionQa .accordionItem.open .toggleBtn span::after {
	transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 768px) {
	.accordionQa {
		margin-top: 0;
		padding: 0 0.5rem;
	}
	.accordionQa ul {
		margin-bottom: 0;
		margin-top: 3.5rem;
	}
	.accordionQa .toggleBtn {
		width: 40rem;
		margin: 5rem auto 0;
		padding: 1.1rem 3rem 1.1rem 0;
	}
	.accordionQa .toggleBtn span {
		font-size: 2.6rem;
	}
	.accordionQa .toggleBtn span::after {
		width: 1.6rem;
		height: 2.7rem;
	}
}

/* itemNav */
.itemNav {
	padding-top: 11rem;
}
.itemNav h2 {
	text-align: center;
	color: #522e1d;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.5;
}
.itemNav .lead {
	text-align: center;
	font-size: 1.9rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.itemNav .itemNavList {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem 5.5rem;
	margin-top: 3.5rem;
}
.itemNav .itemNavList .itemNavBox {
	width: calc((100% - 5.5rem) / 2);
}
.itemNav .itemNavList .itemNavBox h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: bold;
	color: #522F1C;
	padding: 1.5rem 0;
	border-top: 1px solid #522F1C;
	border-bottom: 1px solid #522F1C;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.itemNav .itemNavList .itemNavBox h3 span {
	font-size: 1.6rem;
	font-weight: normal;
}
.itemNav .itemNavList .itemNavBox .txt {
	display: flex;
	justify-content: space-between;
	margin-top: 1.8rem;
}
.itemNav .itemNavList .itemNavBox .txt .leftWrap {
	width: 18rem;
}
.itemNav .itemNavList .itemNavBox .txt .leftWrap .copy {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-right: -2rem;
}
.itemNav .itemNavList .itemNavBox .txt .leftWrap h4 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-right: -5rem;
}
.itemNav .itemNavList .itemNavBox .txt .leftWrap .btn {
	margin-top: 1rem;
}
.itemNav .itemNavList .itemNavBox .txt .leftWrap .btn a {
	display: block;
}
.itemNav .itemNavList .itemNavBox .txt .rightWrap {
	width: 15rem;
}
.itemNav .itemNavList .itemNavBox:nth-child(8) h3 img {
	width: 28.5rem;
}
.itemNav .itemNavList .itemNavBox:nth-child(8) .txt01 {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 600;
	margin-top: 1.4rem;
	margin-bottom: -1.6rem;
}
@media (max-width: 768px) {
	.itemNav {
		padding-top: 10rem;
	}
	.itemNav h2 {
		text-align: left;
		font-size: 4.95rem;
		line-height: 1.5;
		font-feature-settings: "palt";
	}
	.itemNav .lead {
		text-align: left;
		font-size: 3rem;
		line-height: 4.8rem;
		margin-top: 1.5rem;
	}
	.itemNav .itemNavList {
		gap: 7rem 0;
		margin-top: 6rem;
	}
	.itemNav .itemNavList .itemNavBox {
		width: 100%;
	}
	.itemNav .itemNavList .itemNavBox h3 {
		font-size: 4rem;
		padding: 2.5rem 0;
	}
	.itemNav .itemNavList .itemNavBox h3 span {
		font-size: 3rem;
		font-weight: normal;
	}
	.itemNav .itemNavList .itemNavBox .txt {
		margin-top: 2.5rem;
	}
	.itemNav .itemNavList .itemNavBox .txt .leftWrap {
		width: 30rem;
	}
	.itemNav .itemNavList .itemNavBox .txt .leftWrap .copy {
		font-size: 3rem;
		margin-right: -3rem;
		line-height: 1.4;
	}
	.itemNav .itemNavList .itemNavBox .txt .leftWrap h4 {
		font-size: 2.6rem;
		margin-top: 1rem;
		line-height: 1.4;
		margin-right: -7rem;
	}
	.itemNav .itemNavList .itemNavBox .txt .leftWrap .btn {
		margin-top: 1.5rem;
	}
	.itemNav .itemNavList .itemNavBox .txt .rightWrap {
		width: 23rem;
	}
	.itemNav .itemNavList .itemNavBox:nth-child(8) h3 img {
		width: 45.5rem;
	}
	.itemNav .itemNavList .itemNavBox:nth-child(8) .txt01 {
		font-size: 3.1rem;
		margin-top: 2.5rem;
		margin-bottom: -1.6rem;
	}
}

/* item */
.item {
	padding-top: 12rem;
}
.item .itemInner {
	max-width: 82rem;
	margin: 0 auto;
	padding: 7rem 0 8rem;
}
.item .itemListWrap .itemList:nth-child(2n-1) {
	background: #F9F4F4;
}
.item .itemListWrap .itemList h3 {
	padding-bottom: 2rem;
	border-bottom: 1px solid #CCB6A9;
	font-size: 5rem;
	font-weight: bold;
	text-align: center;
	color: #522f1c;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}
.item .itemListWrap .itemList h3 span {
	font-size: 3.6rem;
	padding-right: 0.7em;
}
@media (max-width: 768px) {
	.item {
		padding-top: 10rem;
	}
	.item .itemInner {
		width: 89.333333%;
		max-width: 100%;
		padding: 6rem 0 7rem;
	}
	.item .itemListWrap .itemList h3 {
		padding-bottom: 2rem;
		font-size: 5.5rem;
		text-align: left;
		color: #522e1d;
		line-height: 1.5;
		text-indent: -1.1em;
		padding-left: 1.1em;
	}
	.item .itemListWrap .itemList h3 span {
		font-size: 4.5rem;
		padding-right: 0.3em;
	}
	.item .itemListWrap .itemList h3 span.miniTxt {
		font-size: 4rem;
		padding-right: 0;
	}
}
/* item flex1 */
.item .itemListWrap .itemList .flex1 {
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.item .itemListWrap .itemList .flex1 .pic {
	width: 40%;
}
.item .itemListWrap .itemList .flex1 .right .txt01 {
	font-size: 2.8rem;
	padding: 3rem 0;
}
.item .itemListWrap .itemList .flex1 .right .photoWrap {
	display: flex;
	justify-content: space-between;
}
.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt {
	width: 68.495935%;
	text-align: right;
	line-height: 1.5;
}
.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt .photoTxt01 {
	font-size: 1.7rem;
	font-weight: bold;
	border-top: 2px dotted #AA5D4B;
	border-bottom: 2px dotted #AA5D4B;
	padding: 1.5rem 0;
}
.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt .photoTxt02 {
	font-size: 1.5rem;
	margin-top: 0.8rem;
}
.item .itemListWrap .itemList .flex1 .right .photoWrap .photo {
	width: 28.455285%;
}
@media (max-width: 768px) {
	.item .itemListWrap .itemList .flex1 {
		margin-top: 2rem;
		display: block;
	}
	.item .itemListWrap .itemList .flex1 .pic {
		width: 30rem;
		text-align: center;
		margin: 0 auto;
	}
	.item .itemListWrap .itemList .flex1 .right {
		margin-top: 3rem;
	}
	.item .itemListWrap .itemList .flex1 .right .txt01 {
		width: 67%;
		font-size: 4.5rem;
		padding: 0 0 1rem;
		font-feature-settings: "palt";
		line-height: 1.5;
	}
	.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt {
		width: 67%;
		text-align: left;
	}
	.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt .photoTxt01 {
		font-size: 2.7rem;
		border-top: 1px solid #AA5D4B;
		border-bottom: 1px solid #AA5D4B;
		padding: 2.5rem 0;
	}
	.item .itemListWrap .itemList .flex1 .right .photoWrap .photoTxt .photoTxt02 {
		font-size: 2.2rem;
		margin-top: 1.8rem;
	}
	.item .itemListWrap .itemList .flex1 .right .photoWrap .photo {
		width: 32%;
		margin-top: -10rem;
	}
	.item .itemListWrap .itemList:nth-child(1) .flex1 .right .photoWrap .photo {
		margin-top: -14rem;
	}
}
/* item flex2 */
.item .itemListWrap .itemList .flex2 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.item .itemListWrap .itemList .flex2 .right {
	width: 41%;
	margin-top: -2rem;
}
.item .itemListWrap .itemList .flex2 .right dl {
	padding: 2.2rem 2.4rem 2.5rem;
	box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.3);
	position: relative;
}
.item .itemListWrap .itemList .flex2 .right dl::after {
	content: "";
	position: absolute;
	background: url(/base/pc/store/special/farm/2025/img/rice/item_arrow01.png) no-repeat top center;
	background-size: contain;
	width: 4.1rem;
	height: 2.1rem;
	top: -2.1rem;
	right: 4.8rem;
}
.item .itemListWrap .itemList:nth-child(2n-1) .flex2 .right dl::after {
	background: url(/base/pc/store/special/farm/2025/img/rice/item_arrow02.png) no-repeat top center;
	background-size: contain;
}
.item .itemListWrap .itemList .flex2 dl dt{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
}
.item .itemListWrap .itemList .flex2 dl dd{
	font-size: 1.6rem;
	margin-top: 1rem;
	line-height: 1.5;
}
.item .itemListWrap .itemList .flex2 .left {
	width: calc(59% - 3.5rem);
}
.item .itemListWrap .itemList .flex2 .left dl + dl{
	margin-top: 1.8rem;
	padding-top: 1.5rem;
	border-top: 1px solid #CCB6A9;
}
@media (max-width: 768px) {
	.item .itemListWrap .itemList .flex2 {
		display: block;
	}
	.item .itemListWrap .itemList .flex2 .right {
		width: 100%;
		margin-top: 4rem;
	}
	.item .itemListWrap .itemList .flex2 .right dl {
		padding: 2.2rem 2.4rem 2.5rem;
		background: #fff;
		border: 0.1rem solid #a38f84;
		box-shadow: none;
		position: relative;
	}
	.item .itemListWrap .itemList .flex2 .right dl::after {
		content: "";
		position: absolute;
		background: url(/base/pc/store/special/farm/2025/img/rice/item_arrow03.png) no-repeat top center;
		background-size: contain;
		width: 4.3rem;
		height: 2.5rem;
		top: -2.5rem;
		right: 8.6rem;
	}
	.item .itemListWrap .itemList:nth-child(2n-1) .flex2 .right dl::after {
		background: url(/base/pc/store/special/farm/2025/img/rice/item_arrow03.png) no-repeat top center;
		background-size: contain;
	}
	.item .itemListWrap .itemList .flex2 dl dt{
		font-size: 3.6rem;
	}
	.item .itemListWrap .itemList .flex2 dl dd{
		font-size: 3rem;
	}
	.item .itemListWrap .itemList .flex2 .left {
		width: 100%;
		margin-top: 7rem;
	}
	.item .itemListWrap .itemList .flex2 .left dl + dl{
		margin-top: 4.5rem;
		padding-top: 4rem;
		border-top: 1px solid #a38f84;
	}
}
/* item imgNone */
.item .itemListWrap .itemList.imgNone .flex1 .right {
	width: 100%;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .txt01 {
	text-align: center;
	padding-left: 0.65em;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap {
	justify-content: center;
	position: relative;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt {
	width: 52rem;
	margin: 0 auto;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt .photoTxt01 {
	text-align: center;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt .photoTxt02 {
	margin-top: 2.5rem;
	min-height: 4.5rem;
}
.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photo {
	position: absolute;
	right: 0;
	width: 14rem;
}
.item .itemListWrap .itemList.imgNone .flex2 {
	margin-top: 0.5rem;
}
.item .itemListWrap .itemList.imgNone .flex2 .right {
	margin-top: 4.5rem;
}
@media (max-width: 768px) {
	.item .itemListWrap .itemList.imgNone .flex1 .right .txt01 {
		padding: 0 0 1rem;
		text-align: left;
	}
	.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap {
		justify-content: space-between;
	}
	.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt {
		width: 67%;
		margin: 0;
		text-align: left;
	}
	.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt .photoTxt01 {
		text-align: left;
	}
	.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photoTxt .photoTxt02 {
		margin-top: 1.8rem;
		min-height: 0;
	}
	.item .itemListWrap .itemList.imgNone .flex1 .right .photoWrap .photo {
		position: static;
		width: 32%;
		margin-top: -13rem
	}
	.item .itemListWrap .itemList.imgNone .flex2 {
		margin-top: 0.5rem;
	}
	.item .itemListWrap .itemList.imgNone .flex2 .right {
		margin-top: 4.5rem;
	}}

/* nextBreak */
.nextBreak {
	padding-top: 4rem;
	font-feature-settings: "palt";
}
.item .nextBreak  .itemInner {
	padding-bottom: 0;
}
.nextBreak .ttlWrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: left;
	gap: 0 2rem;
}
.nextBreak .ttlWrap h2 {
	width: 45.1rem;
}
.nextBreak .ttlWrap p {
	width: 22.05rem;
}
.nextBreak .lead {
	font-size: 2.3rem;
	line-height: 1.5;
	margin-top: 2rem;
}
.nextBreak .note {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-top: 1rem;
}
.nextBreak ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;
	gap: 6rem 0;
}
.nextBreak ul li {
	width: 47%;
}
.nextBreak ul li h3 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.25;
	color: #a30000;
	padding-bottom: 1rem;
	border-bottom: 1px solid #231815;
}
.nextBreak ul li h3 span {
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.5;
	color: #231815;
	display: block;
}
.nextBreak ul li .photoWrap {
	margin-top: 2rem;
	display: flex;
	justify-content: space-between;
}
.nextBreak ul li .photoWrap .photo {
	width: 26.133333%;
}
.nextBreak ul li .photoWrap .photoTxt {
	width: 71.466667%;
	font-size: 1.8rem;
	line-height: 1.75;
	margin-top: -0.6rem;
}
.nextBreak ul li .txt {
	font-size: 1.8rem;
	line-height: 1.75;
	margin-top: 1rem;
}
.nextBreak .note02 {
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-top: 5.5rem;
}
@media (max-width: 768px) {
	.nextBreak {
		padding-top: 2rem;
	}
	.nextBreak .ttlWrap {
		display: block;
	}
	.nextBreak .ttlWrap h2 {
		width: 61rem;
	}
	.nextBreak .ttlWrap p {
		width: 37.6rem;
		margin: 0 auto 4rem;
	}
	.nextBreak .lead {
		font-size: 3rem;
		margin-top: 2.5rem;
	}
	.nextBreak .note {
		font-size: 2.6rem;
		margin-top: 0.3rem;
	}
	.nextBreak ul {
		margin-top: 8rem;
		gap: 9rem 0;
	}
	.nextBreak ul li {
		width: 100%;
	}
	.nextBreak ul li h3 {
		font-size: 6.1rem;
		padding-bottom: 2rem;
		line-height: 1.5;
	}
	.nextBreak ul li h3 span {
		font-size: 2.9rem;
	}
	.nextBreak ul li .photoWrap {
		margin-top: 4rem;
	}
	.nextBreak ul li .photoWrap .photo {
		width: 26.133333%;
	}
	.nextBreak ul li .photoWrap .photoTxt {
		width: 71.466667%;
		font-size: 3.2rem;
		margin-top: -0.8rem;
	}
	.nextBreak ul li .txt {
		font-size: 3rem;
		margin-top: 2rem;
	}
	.nextBreak .note02 {
		font-size: 2.8rem;
		line-height: 4.8rem;
		margin-top: 6rem;
	}
}


/* bnr */
.bnr {
	max-width: 98rem;
	padding: 10.5rem 4rem 0;
	margin: 0 auto;
}
.bnr h2 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #000;
	text-align: center;
	margin-bottom: 2rem;
}
.bnr ul li + li {
	margin-top: 4rem;
}
.bnr ul li a {
	display: block;
}
.bnr ul li a img {
	width: 100%;
}
@media (max-width: 768px) {
	.bnr {
		max-width: 100%;
		padding: 15rem 0 0;
	}
	.bnr h2 {
		font-size: 3.6rem;
		line-height: 4.6rem;
		margin-bottom: 2.5rem;
	}
	.bnr ul li + li {
		margin-top: 4.5rem;
	}
}
