@charset "UTF-8";

/*----------------------------
	common
------------------------------*/
* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
	color: #000;
}
@media (max-width: 1100px) {
	html {
		font-size: 0.9vw;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 1.3vw;
	}
}
body {
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Noto Sans CJK JP", sans-serif;
	font-feature-settings: "palt";
}
a {
	color: #000;
	text-decoration: none;
}
a,
a img {
	transition: opacity 0.3s ease-out;
}
a:hover,
a img:hover {
	opacity: 0.7;
}
img {
	max-width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
/* a[href^="tel:"]:hover {
	opacity: inherit;
	color: inherit;
	cursor: default;
} */

.wrapper {
	margin: 0 auto;
	max-height: 100%; /*for android*/
}

.sp {
	display: none;
}

/*非表示設定*/
.invisible {
	display: none;
}


@media (max-width: 768px) {
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/*----------------------------
	common ここまで
------------------------------*/


/* font-family */
.mincho {
	font-family: "Noto Serif CJK JP", serif;
}

/* pagetop */
.pagetop {
	position: fixed;
	z-index: 5;
	right: 24px;
	bottom: 40px;
}
.pagetop a {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 100%;
	background-color: #000;
}
.pagetop a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 5px;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-width: 0 9px 16px 9px;
	border-color: transparent transparent #fff transparent;
}
@media (max-width: 768px) {
	.pagetop {
		right: 15px;
		bottom: 15px;
	}
}

/* mvWrap */
.mvWrap {
	max-width: 110rem;
	margin: 0 auto;
	padding: 0 5rem;
	display: flex;
}
.mvWrap .mvImg {
	width: 51%;
}
.mvWrap .mvTxt {
	width: 49%;
	background: linear-gradient(180deg, #fff 11%, #e2d8d3 100%);
	position: relative;
}
.mvWrap .mvTxt .ttl {
	width: 91.428571%;
	position: absolute;
	top: calc(50% - 2rem);
	left: 50%;
	transform: translate(-50%, -50%);
}
.mvWrap .mvTxt p {
	font-size: 2.2rem;
	letter-spacing: 0.07em;
	color: #b05d4a;
	font-weight: bold;
	position: absolute;
	left: 2.2rem;
	bottom: 14.2rem;
}
@media (max-width: 768px) {
	.mvWrap {
		width: 100%;
		padding: 0;
		display: block;
	}
	.mvWrap .mvImg {
		width: 100%;
	}
	.mvWrap .mvTxt {
		width: 100%;
		background: linear-gradient(180deg, #fff 11%, #e2d8d3 100%);
		position: relative;
		padding: 4rem 0 3rem;
	}
	.mvWrap .mvTxt .ttl {
		width: 77.733333%;
		position: static;
		transform: none;
		margin: 0 auto;
	}
	.mvWrap .mvTxt p {
		font-size: 2.8rem;
		position: static;
		margin-top: 4.2rem;
		text-align: center;
	}
}

/* leadArea */
.leadArea {
	padding-top: 9rem;
}
.leadArea .leadFlex {
	width: 72rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.leadArea .leadFlex .lead {
	font-size: 1.7rem;
	line-height: 3.3rem;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.leadArea .leadFlex .scheduleWrap {
	width: 100%;
	margin: 0 auto;
	padding: 7rem 4rem 0;
}
.leadArea .leadFlex .scheduleWrap .scheduleDate {
	text-align: center;
	font-size: 3rem;
	font-weight: 600;
}
.leadArea .leadFlex .scheduleWrap .scheduleDate span {
	color: #ff0000;
}
.leadArea .leadFlex .scheduleWrap .scheduleShop {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	margin-top: 1.5rem;
	padding: 1.5rem 0 1.8rem;
}
.leadArea .leadFlex .scheduleWrap .scheduleShop .shopTxt {
	font-size: 1.8rem;
	line-height: 3rem;
}
.leadArea .leadFlex .scheduleWrap .scheduleShop ul {
	margin-top: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}
.leadArea .leadFlex .scheduleWrap .scheduleShop ul li {
	text-indent: -1em;
	padding-left: 1em;
}
@media (max-width: 768px) {
	.leadArea {
		padding-top: 5.5rem;
	}
	.leadArea .leadFlex {
		width: 92%;
		margin: 0 auto;
		flex-direction: column-reverse;
	}
	.leadArea .leadFlex .lead {
		font-size: 2.3rem;
		line-height: 4.6rem;
		padding-top: 3rem;
	}
	.leadArea .leadFlex .scheduleWrap {
		padding: 0;
	}
	.leadArea .leadFlex .scheduleWrap .scheduleShop {
		border-top: none;
		border-bottom: 1px solid #b05d4a;
		margin-top: 4.5rem;
		padding: 0 1.5rem 8rem;
	}
	.leadArea .leadFlex .scheduleWrap .scheduleShop .shopTxt {
		font-size: 2.8rem;
		line-height: 4.5rem;
		padding: 0 1.5rem;
	}
	.leadArea .leadFlex .scheduleWrap .scheduleShop ul {
		margin-top: 3rem;
		font-size: 2.2rem;
		line-height: 3.8rem;
	}
	.leadArea .leadFlex .scheduleWrap .scheduleShop ul .sp {
		display: inline-block;
	}
	.leadArea .leadFlex .scheduleWrap .scheduleShop ul li {
		text-indent: 0;
		padding-left: 0;
	}
}

/* contents */
.contents {
	padding-top: 15rem;
}
@media (max-width: 768px) {
	.contents {
		padding-top: 12rem;
	}
	.contentsTtl {
		width: 54.4%;
		margin: 0 auto;
	}
}

/* catalogue */
.catalogue {
	background: linear-gradient(180deg, #debf9b 11%, #f6f5df 100%);
	position: relative;
	height: 23.1rem;
}
.catalogue a {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 56rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalogue a .cataloguePic {
	width: 43.928571%;
	padding-bottom: 1.5rem;
}
.catalogueTtl {
	width: 49.464286%;
}
.catalogueTxt {
	font-size: 2rem;
	text-align: center;
	line-height: 1.75;
	color: #6B6B6B;
	font-weight: 600;
	margin-top: 5rem;
}
@media (max-width: 768px) {
	.catalogue {
		height: 33.7rem;
		margin-top: 8rem;
	}
	.catalogue a {
		width: 100%;
		justify-content: center;
	}
	.catalogue a .cataloguePic {
		width: 45.6%;
		padding-bottom: 2rem;
	}
	.catalogueTtl {
		width: 36.933333%;
		margin-left: 1rem;
	}
	.catalogueTxt {
		font-size: 2.8rem;
		line-height: 1.785;
		margin: 6.2rem 3rem 0;
		padding-bottom: 4.5rem;
		border-bottom: 1px solid #b05d4a;
	}
}

/* itemBox */
.itemBoxWrap {
	margin: 5rem auto 0;
	padding-bottom: 5rem;
	border-bottom: 1px solid #CAC1CB;
}
.itemBoxWrap.borderNone {
	border-bottom: none;
}
.itemBox {
	max-width: 110rem;
	margin: 0 auto;
	position: relative;
	padding: 0 5rem;
}
.itemBox .itemTtl {
	font-size: 2.4rem;
	line-height: 1.53;
	margin-top: 3rem;
	font-weight: 600;
}
.itemBox .itemTtl span {
	font-size: 2rem;
}
.itemBox .itemTxt {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-top: 1.5rem;
	font-weight: 500;
}
.itemBox .btnBox .btn {
	width: 40.6rem;
}
.itemBox .btnBoxList {
	display: flex;
	flex-wrap: wrap;
	width: 42.6rem;
}
.itemBox .btnBoxList li {
	width: 50%;
}
.itemBox .btnBox .btn a,
.itemBox .btnBoxList li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
	height: 6rem;
	background: #bda99e;
	font-size: 3.3rem;
	padding: 0 1.2rem 0.2rem;
	line-height: 1;
}
.itemBox .btnBoxList li:nth-child(2) a,
.itemBox .btnBoxList li:nth-child(3) a,
.itemBox .btnBoxList li:nth-child(4n+2) a,
.itemBox .btnBoxList li:nth-child(4n+3) a {
	background: #d1d660;
}
.itemBox .btnBox .btn a::after,
.itemBox .btnBoxList li a::after  {
	content: "";
	position: absolute;
	display: block;
	top: calc(50% - 0.65rem);
	right: 1.6rem;
	width: 1.1rem;
	height: 1.1rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
.itemBox .btnBoxList li a::after  {
	right: 0.8rem;
}
.itemBox h4 {
	font-size: 2.1rem;
	margin-top: 2.2rem;
	font-weight: 600;
}
.itemBox dl {
	margin-left: 0.4rem;
}
.itemBox dl + dl {
	margin-top: 2.2rem;
}
.itemBox dt {
	font-size: 2.4rem;
	font-weight: 600;
	margin-top: 0.2rem;
}
.itemBox dd,
.itemBox .shopLocation {
	font-size: 1.7rem;
	font-weight: bold;
	margin-top: 0.2rem;
}
@media (max-width: 768px) {
	.itemBoxWrap {
		margin: 6.5rem auto 0;
		padding: 0 3rem;
		border-bottom: none;
	}
	.itemBoxWrap + .itemBoxWrap {
		margin-top: 12rem;
	}
	.itemBox {
		max-width: 100%;
		padding: 0;
	}
	.itemBox .itemTtl {
		font-size: 3.6rem;
		line-height: 1.64;
		margin-top: 2.5rem;
	}
	.itemBox .itemTtl span {
		font-size: 2.7rem;
	}
	.itemBox .itemTxt{
		font-size: 2.6rem;
		line-height: 1.64;
		margin-top: 1.5rem;
	}
	.itemBox .btnBox .btn {
		width: 100%;
	}
	.itemBox .btnBoxList {
		width: 100%;
		gap: 3rem;
	}
	.itemBox .btnBoxList li {
		width: calc(50% - 1.5rem);
	}
	.itemBox .btnBox .btn a {
		height: 9.4rem;
		padding: 0 3.5rem 0.2rem;
	}
	.itemBox .btnBoxList li a {
		height: 9.4rem;
		padding: 0 3.5rem 0.2rem 2rem;
	}
	.itemBox .btnBox .btn a::after,
	.itemBox .btnBoxList li a::after  {
		top: calc(50% - 1rem);
		right: 2.6rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	.itemBox .btnBoxList li a::after  {
		right: 2.2rem;
	}
	.itemBox h4 {
		font-size: 3rem;
		margin-top: 3.2rem;
		letter-spacing: 0.05em;
	}
	.itemBox dl + dl {
		margin-top: 3.6rem;
	}
	.itemBox dt {
		font-size: 3.3rem;
		margin-top: 1.2rem;
	}
	.itemBox dd,
	.itemBox .shopLocation {
		font-size: 2.4rem;
		margin-top: 1.2rem;
	}
}

/* item01 */
.itemBox.item01 .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.itemBox.item01 h3.brand {
	font-size: 3.4rem;
	line-height: 4.9rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.02em;
}
.itemBox.item01 .itemTtl {
	font-size: 2.6rem;
	line-height: 1.53;
	margin-top: 2.5rem;
	text-align: center;
}
.itemBox.item01 .itemTtl span {
	font-size: 2rem;
}
.itemBox.item01 .itemTxt {
	font-size: 2rem;
	line-height: 1.55;
	margin-top: 1.5rem;
	text-align: center;
}
.itemBox.item01 .itemRight {
	width: 48.8%;
}
.itemBox.item01 .btnBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-top: 0.5rem;
}
@media (max-width: 768px) {
	.itemBox.item01 .item {
		display: block;
	}
	.itemBox.item01 h3.brand {
		font-size: 4.2rem;
		line-height: 6.3rem;
		letter-spacing: 0;
	}
	.itemBox.item01 .itemTtl {
		font-size: 3.5rem;
		line-height: 5.5rem;
		margin: 4rem -2rem 0;
		width: calc(100% + 4rem);
	}
	.itemBox.item01 .itemTtl span {
		font-size: 2.8rem;
	}
	.itemBox.item01 .itemTxt {
		font-size: 2.8rem;
		line-height: 4.3rem;
		margin-top: 2.5rem;
	}
	.itemBox.item01 .itemRight {
		width: 100%;
		margin-top: 3rem;
	}
	.itemBox.item01 .btnBox {
		display: block;
		margin-top: 0;
	}
	.itemBox.item01 .btnBox .itemRight {
		margin-top: 2rem;
	}
	.itemBox.item01 .btnBox .btn {
		margin-top: 5rem;
	}
}

/* item02 */
.itemBox.item02 h3.brand {
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item02 .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
}
.itemBox.item02 .item .itemPic {
	width: 48.8%;
}
.itemBox.item02 .btnBoxList li:nth-child(4) a,
.itemBox.item02 .btnBoxList li:nth-child(8) a {
	font-size: 2.5rem;
}
.itemBox.item02 .btnBoxList li:nth-child(5) a {
	font-size: 2.2rem;
}
@media (max-width: 768px) {
	.itemBox.item02 h3.brand {
		font-size: 5.6rem;
		text-align: center;
	}
	.itemBox.item02 .itemPic {
		width: 100%;
		margin-top: 2.5rem;
	}
	.itemBox.item02 .itemTtl {
		text-align: center;
	}
	.itemBox.item02 .itemTxt {
		text-align: center;
	}
	.itemBox.item02 .item {
		display: block;
		margin-top: 2rem;
	}
	.itemBox.item02 .btnBoxList {
		margin-top: 4rem;
	}
	.itemBox.item02 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
}

/* item03 */
.itemBox.item03 h3.brand {
	font-size: 6.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item03 .item {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.itemBox.item03 .item .itemTtl {
	margin-top: 0;
}
.itemBox.item03 .item .itemPic {
	width: 48.8%;
}
.itemBox.item03 .btnBoxList {
	margin-top: 11rem;
}
.itemBox.item03 .btnBoxList li:nth-child(1) a,
.itemBox.item03 .btnBoxList li:nth-child(5) a {
	font-size: 2.2rem;
	letter-spacing: -0.02em;
}
.itemBox.item03 .btnBoxList li:nth-child(2) a {
	font-size: 2.9rem;
}
@media (max-width: 768px) {
	.itemBox.item03 .item {
		display: block;
		margin-top: 2.5rem;
	}
	.itemBox.item03 .itemPic {
		width: 100%;
		margin-top: 2.5rem;
	}
	.itemBox.item03 .btnBoxList {
		margin-top: 4rem;
	}
	.itemBox.item03 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
}

/* item04 */
.itemBox.item04 h3.brand {
	font-size: 6.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item04 .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2rem;
}
.itemBox.item04 .item .itemPic {
	width: 48.8%;
}
.itemBox.item04 .btnBoxList li:nth-child(1) a,
.itemBox.item04 .btnBoxList li:nth-child(4) a,
.itemBox.item04 .btnBoxList li:nth-child(7) a {
	font-size: 2.9rem;
}
.itemBox.item04 .btnBoxList li:nth-child(2) a {
	font-size: 2.4rem;
	transform: scale(0.8, 1);
	transform-origin: top left;
	width: 125%;
}
.itemBox.item04 .btnBoxList li:nth-child(6) a {
	font-size: 2.3rem;
	transform: scale(0.8, 1);
	transform-origin: top left;
	width: 125%;
}
@media (max-width: 768px) {
	.itemBox.item04 .item {
		display: block;
		margin-top: 0;
	}
	.itemBox.item04 .itemPic {
		width: 100%;
		margin-top: 3rem;
	}
	.itemBox.item04 .btnBoxList {
		margin-top: 4rem;
	}
	.itemBox.item04 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
}

/* item05 */
.itemBox.item05 h3.brand {
	font-size: 6.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item05 .item {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.itemBox.item05 .item .itemTtl {
	margin-top: 0;
}
.itemBox.item05 .item .itemPic {
	width: 48.8%;
}
.itemBox.item05 .btnBoxList {
	margin-top: 17rem;
}
.itemBox.item05 .btnBoxList li:nth-child(4) a {
	font-size: 2.3rem;
	letter-spacing: -0.02em;
}
.itemBox.item05 .btnBoxList li:nth-child(2) a,
.itemBox.item05 .btnBoxList li:nth-child(3) a {
	font-size: 2.8rem;
	letter-spacing: -0.02em;
}
@media (max-width: 768px) {
	.itemBox.item05 h3.brand {
		text-align: center;
	}
	.itemBox.item05 .item {
		display: block;
		margin-top: 2.5rem;
	}
	.itemBox.item05 .itemPic {
		width: 100%;
		margin-top: 2.5rem;
	}
	.itemBox.item05 .btnBoxList {
		margin-top: 4rem;
	}
	.itemBox.item05 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
}

/* item06 */
.itemBox.item06 h3.brand {
	font-size: 6.5rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item06 .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 2rem;
}
.itemBox.item06 .item .itemPic {
	width: 48.8%;
}
.itemBox.item06 .btnBoxList li:nth-child(1) a {
	font-size: 2.5rem;
}
.itemBox.item06 .btnBoxList li:nth-child(2) a,
.itemBox.item06 .btnBoxList li:nth-child(8) a,
.itemBox.item06 .btnBoxList li:nth-child(10) a {
	font-size: 2.2rem;
	transform: scale(0.8, 1);
	transform-origin: top left;
	width: 125%;
}
.itemBox.item06 .btnBoxList li:nth-child(3) a {
	font-size: 2.2rem;
}
@media (max-width: 768px) {
	.itemBox.item06 h3.brand {
		font-size: 6.3rem;
		margin: 0 -3rem 0 0;
		width: calc(100% + 3rem);
		letter-spacing: -0.02em;
	}
	.itemBox.item06 .item {
		display: block;
		margin-top: 0;
	}
	.itemBox.item06 .itemPic {
		width: 100%;
		margin-top: 3rem;
	}
	.itemBox.item06 .btnBoxList {
		margin-top: 4rem;
	}
	.itemBox.item06 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
}

/* item07 */
.itemBox.item07 h3.brand {
	width: 38rem;
}
.itemBox.item07 .item {
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
}
.itemBox.item07 .item .itemTxt {
	margin-top: 0;
}
.itemBox.item07 .item .itemPic {
	width: 48.8%;
	margin-top: 2.5rem;
}
.itemBox.item07 .btnBox {
	margin-top: 3.5rem;
}
@media (max-width: 768px) {
	.itemBox.item07 h3.brand {
		width: 52.6rem;
		text-align: center;
		margin: 0 auto;
	}
	.itemBox.item07 .itemPic {
		width: 100%;
		margin-top: 3rem;
	}
	.itemBox.item07 .item {
		display: block;
		margin-top: 4rem;
	}
	.itemBox.item07 .btnBox {
		margin-top: 3rem;
	}
}

/* item08 */
.itemBox.item08 .item {
	display: flex;
	justify-content: space-between;
	margin-top: 2.5rem;
}
.itemBox.item08 .item .itemPic {
	width: 48.8%;
}
.itemBox.item08 .item .itemRight {
	width: 48.8%;
}
.itemBox.item08 .item .itemTtl {
	margin-top: 0;
}
.itemBox.item08 .brandWrap {
	text-align: left;
	width: 48.8%;
	margin: 0 0 0 auto;
}
.itemBox.item08 h3.brand {
	font-size: 3.9rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	display: inline-block;
}
.itemBox.item08 h3.brand span {
	font-size: 2.9rem;
	font-weight: bold;
	line-height: 1.25;
}
.itemBox.item08 .btnBoxList {
	margin-top: 5.5rem;
	margin-left: 2.5rem;
}
.itemBox.item08 .btnBoxList li:nth-child(1) {
	width: 100%;
	margin-bottom: 0.5rem;
}
.itemBox.item08 .btnBoxList li:nth-child(3) a {
	font-size: 2.2rem;
	letter-spacing: -0.05em;
	background: #bda99e;
}
.itemBox.item08 .btnBoxList li a::after {
	right: 1.6rem;
}
@media (max-width: 768px) {
	.itemBox.item08 h3.brand {
		font-size: 6.3rem;
		text-align: left;
		line-height: 1.35;
	}
	.itemBox.item08 h3.brand .sp {
		display: inline-block;
	}
	.itemBox.item08 h3.brand span {
		font-size: 6.3rem;
	}
	.itemBox.item08 .item {
		display: block;
		margin-top: 0;
	}
	.itemBox.item08 .item .itemTtl {
		margin-top: 2.5rem;
	}
	.itemBox.item08 .brandWrap {
		width: 100%;
		margin: 0 auto;
	}
	.itemBox.item08 .item .itemRight {
		width: 100%;
	}
	.itemBox.item08 .item .itemPic {
		width: 100%;
		margin-top: 3rem;
	}
	.itemBox.item08 .btnBoxList {
		margin: 4rem auto 0;
	}
	.itemBox.item08 .btnBoxList li a {
		font-size: 3.3rem !important;
	}
	.itemBox.item08 .btnBoxList li a::after {
		right: 2.6rem;
	}
}

/* item09 */
.itemBox.item09 h3.brand {
	width: 61.7rem;
}
.itemBox.item09 .item {
	display: flex;
	justify-content: space-between;
	margin-top: 4rem;
}
.itemBox.item09 .item .itemTxt {
	margin-top: 0;
}
.itemBox.item09 .item .itemPic {
	width: 48.8%;
}
.itemBox.item09 .btnBox {
	margin-top: 8rem;
}
.itemBox.item09 .btnBox .btn a {
	font-size: 2.6rem;
}
.itemBox.item09 .shopLocation {
	margin-top: 2rem;
}
@media (max-width: 768px) {
	.itemBox.item09 h3.brand {
		width: 100%;
		padding-top: 5rem;
	}
	.itemBox.item09 .itemPic {
		width: 100%;
		margin-top: 4rem;
	}
	.itemBox.item09 .item {
		display: block;
		margin-top: 3rem;
	}
	.itemBox.item09 .btnBox {
		margin-top: 3rem;
	}
	.itemBox.item09 .btnBox .btn a {
		font-size: 3.3rem;
	}
}

/* bnrArea */
.bnrArea {
	margin-top: 15rem;
}
.bnrArea .bnr {
	background: #000;
}
.bnrArea .bnr a {
	display: block;
	max-width: 110rem;
	margin: 0 auto;
}
.bnrArea h4 {
	margin-top: 5.4rem;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
}
.bnrArea .bnrLead {
	margin-top: 2.4rem;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.94;
	text-align: center;
}
@media (max-width: 768px) {
	.bnrArea {
		margin-top: 6.5rem;
	}
	.bnrArea .bnr a {
		max-width: 100%;
	}
	.bnrArea h4 {
		margin-top: 2.5rem;
		font-size: 3.5rem;
		line-height: 1.62;
	}
	.bnrArea .bnrLead {
		margin-top: 1.5rem;
		font-size: 2.4rem;
		line-height: 1.875;
	}
}

/* lineup */
.lineup {
	margin-top: 9.5rem;
}
.lineup .listTtl {
	position: relative;
	text-align: center;
	margin-top: 1rem;
}
.lineup .listTtl span {
	font-size: 2.5rem;
	font-weight: bold;
	color: #b05d4a;
	padding: 0 3rem;
	background: #fff;
	letter-spacing: 0.05em;
	display: inline-block;
}
.lineup .listTtl::before {
	content: "";
	position: absolute;
	background: #b05d4a;
	width: 100%;
	height: 1px;
	top: calc(50% + 1px);
	left: 0;
	transform: translateY(-50%);
	z-index: -1;
}
.lineup .lineupList {
	max-width: 52rem;
	margin: 2rem auto 0;
}
.lineup .lineupList ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup .lineupList ul li {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 3rem;
}
.lineup .lineupList ul li span {
	font-size: 1.8rem;
	font-weight: 500;
	font-family: "Noto Sans CJK JP", sans-serif;
}
.lineup .lineupList2 ul li {
	font-size: 2.8rem;
}
.lineup .lineupList ul .pdr2 {
	padding-right: 2rem;
}
.lineup .lineupList ul .pdr8 {
	padding-right: 8rem;
}
.lineup .lineupList ul .pdr12 {
	padding-right: 12rem;
}
.lineup .lineupList ul .pdr18 {
	padding-right: 18rem;
}
.lineup .storeLink {
	max-width: 47.6rem;
	margin: 8rem auto 0;
}
.lineup .storeLink a {
	display: block;
	background: #000;
	border-radius: 7rem;
	padding: 1.8rem 2.8rem 1.9rem;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	position: relative;
}
.lineup .storeLink a::before {
	content: "";
	width: 1.15rem;
	height: 1.15rem;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.8rem);
	right: 2rem;
}
@media (max-width: 768px) {
	.lineup {
		margin-top: 5rem;
	}
	.lineup .listTtl span {
		font-size: 5.1rem;
		padding: 0 2rem;
		line-height: 1.1;
	}
	.lineup .listTtl span .sp {
		display: inline-block;
	}
	.lineup .lineupList {
		max-width: 92%;
		margin: 4.5rem auto 0;
	}
	.lineup .lineupList ul li {
		font-size: 3.3rem;
		margin-bottom: 4.2rem;
	}
	.lineup .lineupList ul li span {
		font-size: 2.4rem;
	}
	.lineup .lineupList2 ul li {
		font-size: 3.8rem;
	}
	.lineup .lineupList ul .pdrSp0 {
		padding-right: 0;
	}
	.lineup .lineupList ul .pdrSp5 {
		padding-right: 5rem;
	}
	.lineup .lineupList ul .pdrSp8 {
		padding-right: 8rem;
	}
	.lineup .lineupList ul .pdrSp20 {
		padding-right: 20rem;
	}
	.lineup .lineupList ul .pdrSp28 {
		padding-right: 28rem;
	}
	.lineup .storeLink {
		max-width: 92%;
		margin: 0 auto;
	}
	.lineup .storeLink a {
		padding: 2.35rem 4.6rem 2.55rem;
		font-size: 3.4rem;
	}
	.lineup .storeLink a::before {
		width: 1.8rem;
		height: 1.8rem;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		top: calc(50% - 1.2rem);
		right: 3.5rem;
	}
}

/* bnrLink */
.bnrLink {
	max-width: 63.2rem;
	margin: 6rem auto 0;
}
.bnrLink li + li {
	margin-top: 4rem;
}
.bnrLink li a {
	display: block;
}
@media (max-width: 768px) {
	.bnrLink {
		max-width: 100%;
		margin: 6rem auto 0;
		padding: 0 3rem;
	}
	.bnrLink li + li {
		margin-top: 5rem;
	}
}

/* notes */
.notes {
	max-width: 85rem;
	margin: 7rem auto 6rem;
	font-size: 1.3rem;
	line-height: 1.75;
}
.notes span {
	border: 1px solid #000;
	padding: 0 0.2rem;
}
@media (max-width: 768px) {
	.notes {
		max-width: 100%;
		margin: 8rem auto 5rem;
		padding: 0 3rem;
		font-size: 2.2rem;
		line-height: 1.75;
	}
	.notes span {
		border: 1px solid #000;
		padding: 0 0.4rem;
	}
}
