@charset "UTF-8";





/* 代替テキスト */

.alt {
	display: none;
}

/* 画像の表示分け */

.img--pc {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.img--sp {
	display: none;
}

@media screen and (max-width: 767px) {
	.img--pc {
		display: none;
	}

	.img--sp {
		display: block;
		width: 100%;
	}
}


/* 背景 */

div.contents-wrp {
	padding-bottom: 100px;
	background-color: #3f275c;
	background-image:
		url(../images/parts-bg-frame-lt.png),
		url(../images/parts-bg-frame-rt.png),
		url(../images/parts-bg-frame-lb.png),
		url(../images/parts-bg-frame-rb.png),
		url(../images/parts-bg-frame-l.png),
		url(../images/parts-bg-frame-r.png),
		url(../images/parts-bg.png);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-y,
		repeat-y,
		no-repeat;
	background-position:
		left -40px top -40px,
		right -40px top -40px ,
		left -40px bottom -40px,
		right -40px bottom -40px,
		left 20px top,
		right 20px top,
		center top -300px;
	background-size:
		290px auto,
		290px auto,
		290px auto,
		290px auto,
		160px auto,
		160px auto,
		100% auto;
}

@media screen and (min-width: 768px) and (max-width: 1119px) {
	div.contents-wrp {
		background-position:
			left -6vw top -3vw,
			right -6vw top -3vw,
			left -6vw bottom -3vw,
			right -6vw bottom -3vw,
			left top,
			right top,
			center top -20vw;
		background-size:
			28vw auto,
			28vw auto,
			28vw auto,
			28vw auto,
			16vw auto,
			16vw auto,
			100vw auto;
	}
}

@media screen and (max-width: 767px) {
	div.contents-wrp {
		padding-bottom: 120px;
		background-position:
			left -9vw top -6vw,
			right -9vw top -6vw,
			left -9vw bottom -6vw,
			right -9vw bottom -6vw,
			left top,
			right top,
			center top -10vw;
		background-size:
			34vw auto,
			34vw auto,
			34vw auto,
			34vw auto,
			16vw auto,
			16vw auto,
			150vw auto;
	}
}








/* .title */

.title {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	.title {
		max-width: none;
		margin: 0;
		padding-top: 7vw;
	}
}





































/* コンテンツ */

.contents {
	position: relative;
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.contents {
		width: auto;
		max-width: none;
		margin: 0;
	}
}

/* 日付 */

.contents__date {
	filter: drop-shadow(0 0 5px #3e275d);
}

@media screen and (max-width: 767px) {
	.contents__date {
		margin-top: 15px;
	}
}

/* リード文 */

.contents__lead {
	margin-top: 15px;
	filter: drop-shadow(0 0 5px #3e275d);
}

@media screen and (max-width: 767px) {
	.contents__lead {
		margin-top: 15px;
	}
}



.contents__box {
	position: relative;
	margin-top: 60px;
	padding: 40px;
	background: #fff;
	box-shadow: 0 -2px 20px 1px #270f28;
}

@media screen and (max-width: 767px) {
	.contents__box {
		margin: 12vw 2vw 0;
		padding: 25px 6vw 6vw;
	}

	.contents__box + .contents__box {
		margin-top: 0;
		border-top: 10px solid #5e2264;
	}
}

.contents__main {
	margin: -90px -40px 0;
}

.contents__main + .contents__main {
	margin: 20px -40px 0;
}

.contents__box + .contents__box .contents__main {
	margin: 0 -40px;
}

@media screen and (max-width: 767px) {
	.contents__main {
		margin: -15vw -20px 0;
	}

	.contents__main + .contents__main {
		margin: 20px -20px 0;
	}

	.contents__box + .contents__box .contents__main {
		margin: 0 -20px;
	}
}

.contents__item {
	position: relative;
	margin: 40px -40px 0;
	padding: 85px 60px 60px;
	background-color: #fff;
	background-image:
		url(../images/parts-border-or-lt.png),
		url(../images/parts-border-or-lb.png),
		url(../images/parts-border-or-rt.png),
		url(../images/parts-border-or-rb.png),
		url(../images/parts-border-or-ct.png),
		url(../images/parts-border-or-cb.png),
		url(../images/parts-border-or-lc.png),
		url(../images/parts-border-or-rc.png);
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		repeat-x,
		repeat-x,
		repeat-y,
		repeat-y;
	background-position:
		left -10px top -10px,
		left -10px bottom -10px,
		right -10px top -10px,
		right -10px bottom -10px,
		center top -10px,
		center bottom -10px,
		left -10px center,
		right -10px center;
	background-size: 160px auto;
}

@media screen and (max-width: 767px) {
	.contents__item {
		margin: 8vw -6vw 0;
		padding: 14vw 10vw 10vw;
		background-position:
			left -3vw top -3vw,
			left -3vw bottom -3vw,
			right -3vw top -3vw,
			right -3vw bottom -3vw,
			center top -3vw,
			center bottom -3vw,
			left -3vw center,
			right -3vw center;
		background-size: 30vw auto;
	}
}

#item-01.contents__item {
}

@media screen and (max-width: 767px) {
	#item-01.contents__item {
	}
}

#item-02.contents__item {
}

@media screen and (max-width: 767px) {
	#item-02.contents__item {
	}
}

#item-03.contents__item {
}

@media screen and (max-width: 767px) {
	#item-03.contents__item {
	}
}

.contents__item-ttl {
	display: block;
	width: auto;
	height: 36px;
	margin: -16px auto 0;
	border-left: 20px solid #fff;
	border-right: 20px solid #fff;
	background: #fff;
}

#item-01 .contents__item-ttl {
	height: 88px;
}

@media screen and (max-width: 767px) {
	.contents__item-ttl {
		height: 30px;
		margin: -12px auto 0;
		border-left: 12px solid #fff;
		border-right: 12px solid #fff;
		background: #fff;
	}

	#item-01 .contents__item-ttl {
		height: 74px;
	}
}

.contents__item-section {
	
}

.contents__item-section-item {
	margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
	.contents__item-section-item{
		margin: 6vw 0 0;
	}
}

.contents__item-img-container {
	margin-top: 20px;
}

.contents__item-img {
	
}

#item-01 .contents__item-img.img--pc {
	/* margin: 0 -70px; */
	/* width: calc(100% + 70px + 70px); */
	/* height: auto; */
}

@media screen and (max-width: 767px) {
	#item-01 .contents__item-img.img--sp {
		/* margin: 0 -10vw; */
		/* width: calc(100% + 10vw + 10vw); */
	}
}

#item-03 .contents__item-img-container {
	/* margin-top: -10px; */
}

@media screen and (max-width: 767px) {
	#item-03 .contents__item-img-container {
		/* margin-top: 0; */
	}
}

#item-03 .contents__item-img.img--pc {
	/* margin-right: -70px; */
	/* width: calc(100% + 70px); */
	/* height: auto; */
}

@media screen and (max-width: 767px) {
	#item-03 .contents__item-img.img--sp {
		/* margin-right: -10vw; */
		/* width: calc(100% + 10vw); */
	}
}

.contents__item-lead {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: #cc4583;
}

@media screen and (max-width: 767px) {
	.contents__item-lead {
		margin: 20px -20vw 0;
		font-size: 15px;
	}
}

.contents__item-lead--small {
	font-size: 70%;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
	color: inherit;
}

.contents__item-note {
	margin-top: 30px;
	font-weight: bold;
	line-height: 1.8;
	text-align: right;
}

.contents__item-note--small {
	font-size: 70%;
	font-weight: inherit;
	line-height: inherit;
	text-align: inherit;
	color: inherit;
}

@media screen and (max-width: 767px) {
	.contents__item-note {
		padding-left: 1em;
		font-weight: bold;
		text-align: left;
		text-indent: -1em;
	}
}

.contents__item-comingsoon {
	max-width: 450px;
	margin: 20px auto 0;
	padding: 30px 0;
	border: 2px dotted #ffddef;
	border-radius: 500px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	color: #f6a1cf;
	user-select: none;
}

@media screen and (max-width: 767px) {
	.contents__item-comingsoon {
		max-width: none;
		margin: 4vw 0 0;
		padding: 6vw 0;
	}
}

.shop {
	margin-top: 20px;
	line-height: 2;
}

.shop--floor {
	display: inline-block;
	position: relative;
	top: 3px;
	margin-top: 5px;
	margin-right: .5em;
	font-size: 16px;
	font-weight: bold;
	color: #cc4583;
}

.shop--list + .shop--floor {
}

.shop--floor::before {
	content: "【";
	font-size: 16px;
	font-weight: bold;
	color: #cc4583;
}

.shop--floor::after {
	content: "】";
	font-size: 16px;
	font-weight: bold;
	color: #cc4583;
}

.shop--list {
	display: inline;
	vertical-align: middle;
}

.shop--name {
	display: inline-block;
	padding-right: 1em;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.shop--name::before {
	content: "●";
	padding-right: .5em;
	font-size: 50%;
	vertical-align: middle;
	color: #cc4583;
}

.contents__goodsandmenu {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}

@media screen and (max-width: 767px) {
	.contents__goodsandmenu {
		margin-top: 20px;
	}
}

.contents__goodsandmenu__item {
	width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
	.contents__goodsandmenu__item {
		width: calc(50% - 10px);
	}
}

.contents__goodsandmenu__item > a,
.contents__goodsandmenu__item > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.contents__note {
	margin-top: 40px;
}

.contents__item .contents__note {
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.contents__note {
		margin-top: 50px;
	}
}

.page__note {
	max-width: 760px;
	width: 100%;
	margin: 40px auto 0;
}

.contents__note > .txt-note {
	color: #231815;
}

#item-03 .contents__note > .txt-note {
	text-align: right;
}

#item-03 .contents__note > .txt-note > br {
	display: none;
}

@media screen and (max-width: 767px) {
	#item-03 .contents__note > .txt-note {
		text-align: left;
	}

	#item-03 .contents__note > .txt-note > br {
		display: inline;
	}
}

.page__note > .txt-note {
	color: #fff;
}

/* 文字詰め処理 */

.contents__lead,
.contents__list-text,
.contents__body,
.txt-note,
.contents__item-lead,
.contents__item-note,
.shop--floor,
.shop--name {
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

/* SPのみの改行 */

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
