@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
body {
	background-color: #FFF9EB;
}
.hInner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: min(49.6vw,71.4rem);
	padding-bottom: 3rem;
	aspect-ratio: 1428 / 824;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/index/bg01.png) no-repeat no-repeat center;
	background-size: 100% 100%;
}
#gHeader h1 {
	position: relative;
	z-index: 100;
	margin-bottom: 2.7rem;
	position: static;
	width: 44.9rem;
}
#gHeader p {
	font-size: 1.7rem;
	font-weight: 500;
	position: relative;
	z-index: 100;
}
#main .imgBox {
	position: relative;
	min-height: 71rem;
	margin-bottom: -13.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
#main .imgBox .photoBox {
	order: 2;
	width: min(44vw,63.3rem);
	position: relative;
	z-index: 1;
	margin: -0 0 0 0rem;
}
#main .imgBox .photoBox img {
	width: 100%;
}
#main .imgBox .textBox {
	padding: 0 0 5rem 8.8rem;
	flex: 1;
}
#main .imgBox .textBox p {
	margin-bottom: 4rem;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 175%; 
}
#main .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
#main .imgBox .textBox p .red {
	font-weight: 700;
	color: #E56C4F;
}
#main .textImg {
	margin-bottom: -8.8rem;
	text-align: center;
}
#main .episode {
	margin: 0 auto 5.6rem;
	max-width: 74.5rem;
}
#main .episode h2 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 1rem;
}
#main .episode .inner {
	padding: 1.8rem;
	border-radius: 2rem;
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #544B45;
}
#main .episode .sub {
	margin-bottom: 2.3rem;
	align-items: center;
}
#main .episode .photoBox {
	width: 28rem;
	margin-right: 3rem;
}
#main .episode .textBox {
	flex: 1;
}
#main .episode .textBox p {
	margin-bottom: 3.0rem;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 150%; 
}
#main .episode .textBox .date {
	margin-bottom: 0;
	color: #E56C4F;
	font-size: 1.8rem;
	font-weight: 700;
}
#main .episode .textBox .ttl {
	margin-bottom: 1.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 150%;
}
#main .episode dl {
	align-items: flex-start;
	padding: 1.2rem 4rem 0.9rem;
	margin: 0 -1.8rem -1.8rem;
	background-color: #544B45;
}
#main .episode dt {
	min-width: 21.4rem;
	margin-right: 1rem;
	padding: 0 1rem;
	font-weight: 700;
	width: fit-content;
	background-color: #fff;
	border-radius: 1.2rem;
}
#main .episode dd {
	margin-top: -0.3rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 150%; 
}
#main .catalog {
	margin: 0 auto;
	align-items: center;
	max-width: 63.5rem;
}
#main .catalog .rBox {
	width: 34.3rem;
	order: 2;
	margin-left: 1.7rem;
}
#main .catalog .lBox {
	flex: 1;
	margin: -0.7rem 0 0 0.5rem;
	text-align: center;
}
#main .catalog .lBox h2 {
	margin-bottom: 0.5rem;
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: 0.096rem;
}
#main .catalog .lBox h3 {
	margin-bottom: 1.5rem;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .catalog .lBox p {
	font-size: 3.2rem;
	margin-bottom: 2rem;
	font-weight: 700;
}
#main .catalog .lBox p .txtSpan {
	vertical-align: 0.1rem;
	min-width: 12.2rem;
	display: inline-block;
	margin-right: 1.5rem;
	border-radius: 3.9545rem;
	background: #E56C4F;
	color: #FFF;
	text-align: center;
	font-size: 3rem;
	font-weight: 700;
	padding: 0.2rem 0;
	position: relative;
	letter-spacing: 0.3rem;
}
#main .catalog .lBox p .txtSpan:after {
	width: 2.5rem;  
	aspect-ratio: 50 / 30;
	background: url(../img/common/icon04.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 1.6rem;
	left: calc(100% - 1.3rem);
	content: ""; 
}
#main .catalog .comLink {
	margin-bottom: 0;
	width: auto;
}
#main .catalog .comLink a {
	min-height: 5.6rem;
}
#main {
	margin-bottom: 8.3rem;
}
#gFooter {
	padding: 5rem 0 0.3rem;
	text-align: center;
	background-color: #fff;
}
#gFooter .textImg {
	margin-bottom: 0.5rem;
}
#gFooter .arrow {
	margin-bottom: 0.2rem;
}
#gFooter p {
	margin-bottom: 0.9rem;
	color: #333;
	font-weight: 500;
	line-height: 175%;
}
#gFooter .ttl {
	margin-bottom: 1.9rem;
	color: #E56C4F;
	font-size: 2.8rem;
	font-weight: 700;
}
#gFooter .txt {
	margin-bottom: 3rem;
	color: #5D420C;
	font-size: 2rem;
	font-weight: 700;
	line-height: 175%; 
}
#gFooter .txt .red {
	color: #EC857E;
}
#gFooter .comLink02 {
	margin: 0 auto 1.5rem;
	width: 27rem;
}
#gFooter .comLink02 a {
	min-height: 5.5rem;
	border-radius: 3rem;
	border: 1px solid #544B45;
	background: #FFE56D url(../img/common/icon06.png) no-repeat right 2rem center;
	background-size: 1.6rem auto;
}
#gFooter .ttl02 {
	color: #544B45;
	margin-bottom: 0.4rem;
}
#gFooter .snsBox {
	margin-bottom: 4.8rem;
}
#gFooter .fLogo {
	margin-bottom: 1.7rem;
}
#gFooter .fLogo img {
	width: 23.7rem;
}
.popBox .subBox {
	padding: 3rem 5rem;
	border-radius: 0;
}
.popBox .subBox .ttl {
	margin-bottom: 4rem;
	text-align: center;
	font-weight: 700;
	line-height: 175%; 
}

@media all and (min-width: 897px) {
	.hInner {
		padding-right: 4rem;
	}
	.popBox .popInner {
		left: 0;
		right: 0;
	}
	.popBox .popSubBox {
		padding: 0 2rem;
		max-width: 104rem;
	}
}

@media all and (max-width: 896px) {
	.hInner {
		padding: 2.6rem 2rem 0.3rem;
		width: auto;
		display: block;
		background: #fff;
		width: 100%;
		position: relative;
		aspect-ratio: inherit;
	}
	.hInner:after {
		width: 100%;  
		aspect-ratio: 800 / 92;
		background: url(../img/index/bg02.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;  
		bottom: -11.5vw;
		left: 0;
		content: ""; 
		z-index: -1;
	}
	#gHeader h1 {
		width: auto;
		margin: 0 auto 1.6rem;
		max-width: 27.5rem;
	}
	#main .imgBox {
		min-height: inherit;
		margin-bottom: -6.8rem;
		padding-top: 8vw;
		display: block;
	}
	#main .imgBox .photoBox {
		width: auto;
		margin: 0 -2rem -2.4rem;
	}
	#main .imgBox .textBox {
		padding: 0 1.7rem;
		position: relative;
		z-index: 1;
	}
	#main .imgBox .textBox p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 175%; 
	}
	#main .textImg {
		margin: 0 -2rem -4.5rem;
	}
	#main .episode {
		margin: 0 auto 4.8rem;
		max-width: inherit;
		padding: 0 2.5rem;
	}
	#main .episode h2 {
		font-size: 1.8rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
	}
	#main .episode .inner {
		padding: 1.4rem 1.4rem 1.7rem;
		border-width: 1px;
		border-radius: 1rem;
	}
	#main .episode .sub {
		margin-bottom: 1.9rem;
		display: block;
	}
	#main .episode .photoBox {
		width: auto;
		margin: 0 0 1.2rem;
	}
	#main .episode .photoBox img {
		width: 100%;
	}
	#main .episode .textBox p {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 150%; 
	}
	#main .episode .textBox .date {
		font-size: 1.4rem;
		font-weight: 700;
	}
	#main .episode .textBox .ttl {
		margin-bottom: 0.6rem;
		font-size: 1.8rem;
		font-weight: 700;
	}
	#main .episode dl {
		margin-inline: -1.4rem;
		align-items: center;
		flex-direction: column;
		padding: 1.1rem 0.5rem;
		justify-content: center;
	}
	#main .episode dt {
		padding: 0.1rem 1rem 0; 
		margin: 0 auto 0.4rem;
		font-size: 1.5rem;
		font-style: normal;
		font-weight: 700;
		text-align: center;
		min-width: inherit;
	}
	#main .episode dd {
		margin: 0;
		text-align: center;
		font-size: 1.8rem;
		font-weight: 700;
		justify-content: center;
	}
	#main .catalog {
		display: block;
		max-width: inherit;
	}
	#main .catalog {
		margin: 0 0 1rem;
	}
	#main .catalog .rBox {
		width: auto;
		margin: 0;
	}
	#main .catalog .lBox {
		margin: 0;
	}
	#main .catalogInner {
		display: flex;
		justify-content: center;
	}
	#main .catalog .lBox p {
		font-size: 3rem;
		margin: 0 0 0 0.5rem;
	}
	#main .catalog .lBox p .txtSpan {
		line-height: 1.2;
		margin-right: 0.7rem;
		font-size: 2.4rem;
		font-weight: 700;
		padding-bottom: 0.4rem;
		letter-spacing: 0.24rem;
		min-width: 8.1rem;
		vertical-align: 0.3rem;
	}
	#main .catalog .lBox p .txtSpan::after {
		width: 1.5rem;
		bottom: 0.7rem;
		left: calc(100% - 0.9rem);
	}
	#main .catalog .lBox h2 {
		margin-bottom: 0;
		font-size: 2.3rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0;
	}
	#main .catalog .lBox h3 {
		margin-bottom: 0;
		font-size: 1.5rem;
		font-weight: 700;
	}
	#main .catalog .spPhoto {
		margin: 0 8.2rem 1.7rem;
	}
	#main .catalog .spPhoto img {
		width: 100%;
	}
	#main .catalogInner {
		margin-bottom: 1.3rem;
	}
	#main .catalog .comLink {
		max-width: 27rem;
		margin: 0 auto;
	}
	#main {
		margin-bottom: 5rem;
	}
	#gFooter .textImg {
		max-width: 17.4rem;
		margin: 0 auto 0.3rem;
	}
	#gFooter p {
		margin-bottom: 2rem;
		text-align: left;
	}
	#gFooter .subSpan {
		display: block;
		margin-top: 1.5rem;
	}
	#gFooter {
		padding: 5rem 1rem 0.3rem;
	}
	#gFooter .ttl {
		margin-bottom: 1rem;
		text-align: center;
		font-size: 3rem;
		font-weight: 700;
	}
	#gFooter .arrow img {
		width: 2.2rem;
	}
	#gFooter .txt {
		padding-top: 0.8rem;
		text-align: center;
	}
	#gFooter .comLink02 {
		margin-bottom: 2.5rem;
	}
	#gFooter .ttl02 {
		text-align: center;
	}
	#gFooter .snsBox {
		margin-bottom: 6.7rem;
	}
	.popBox .subBox {
		margin: 0;
		padding: 2.5rem 1.8rem;
	}
	.popBox .subBox .ttl {
		margin-bottom: 4.5rem;
		font-size: 1.8rem;
	}
	.popBox .popSubBox {
		min-width: inherit;
	}
}
