@charset "utf-8";

/*----------------------------
	fluffy
------------------------------*/

/* background */
main {
	background: #E8ECE7;
}

/* mainVisual */
.contents .mainVisual {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.contents h1 {
	position: absolute;
	width: 68.533333%;
	bottom: 3rem;
	left: 3rem;
	z-index: 2;
}
.contents .lead {
	font-size: 1.9rem;
	line-height: 1.79;
	margin-top: 6rem;
	font-weight: 500;
	padding-left: 5rem;
}
@media (max-width: 768px) {
	.contents h1 {
		bottom: 5.1rem;
		left: 4.3rem;
	}
	.contents .lead {
		font-size: 2.9rem;
		margin-top: 9rem;
		padding-left: 7.5rem;
	}
}

/* itemAreaWrap */
.contents .itemAreaWrap {
	margin-top: 9.9rem;
	padding-bottom: 6rem;
}
.contents .itemAreaWrap .itemArea .item {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.contents .itemAreaWrap .itemArea .item .itemPic {
	background: #fff;
	border: 0.2rem solid #939293;
	padding: 1rem;
	box-shadow: -0.8rem 0.8rem 0 0 #C5DCD1;
}
.contents .itemAreaWrap .itemArea .item + .item {
	margin-top: 8rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap {
		margin-top: 15rem;
		padding-bottom: 9rem;
	}
	.contents .itemAreaWrap .itemArea .item .itemPic {
		padding: 1.65rem;
	}
}

/* itemAreaWrap h2 */
.contents .itemAreaWrap .itemArea .item h2 {
	position: absolute;
	right: -3.56rem;
	bottom: -0.4rem;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.contents .itemAreaWrap .itemArea .item h2 span {
	display: block;
}
.contents .itemAreaWrap .itemArea .item h2 .name {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	letter-spacing: 0.5em;
	font-size: 2.1rem;
	position: relative;
	left: 0.2rem;
}
.contents .itemAreaWrap .itemArea .item h2 .name::after {
	content: "｜";
	position: relative;
	right: 0.1rem;
}
.contents .itemAreaWrap .itemArea .item h2 .order {
	font-size: 1.32rem;
	font-weight: 900;
}
.contents .itemAreaWrap .itemArea .item h2 .number {
	font-size: 5.2rem;
	font-family: "EB Garamond", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	transform: scale(0.8, 1);
	transform-origin: top left;
	width: 125%;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item h2 {
		right: -5.4rem;
		bottom: -0.6rem;
	}
	.contents .itemAreaWrap .itemArea .item h2 .name {
		font-size: 3.2rem;
		left: 0.4rem;
	}
	.contents .itemAreaWrap .itemArea .item h2 .order {
		font-size: 2rem;
	}
	.contents .itemAreaWrap .itemArea .item h2 .number {
		font-size: 8rem;
	}
}

/* itemAreaWrap catch */
.contents .itemAreaWrap .itemArea .item .catchWrap {
	position: absolute;
	opacity: 1;
	z-index: 10;
}
.contents .itemAreaWrap .itemArea .item .catch {
	position: relative;
	top: 0;
	left: 0.8rem;
	z-index: 5;
	font-size: 2rem;
}
.contents .itemAreaWrap .itemArea .item.tate .catch {
	background: linear-gradient(180deg, #FFE9D5 0%, #D7D1D5 100%);
	padding: 1.32rem 0.5rem 0.5rem 0.33rem;
}
.contents .itemAreaWrap .itemArea .item.tate .catchBg {
	width: 2.2rem;
}
.contents .itemAreaWrap .itemArea .item.tate .catch p {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.tate .catch {
		padding: 2rem 0.8rem 0.8rem 0.5rem;
		font-size: 3.1rem;
	}
	.contents .itemAreaWrap .itemArea .item.tate .catchBg {
		width: 3.5rem;
	}
}
.contents .itemAreaWrap .itemArea .item.yoko .catch {
	background: linear-gradient(90deg, #FFE9D5 0%, #D7D1D5 100%);
	padding: 0.5rem 2rem 0.33rem 1.32rem;
}
.contents .itemAreaWrap .itemArea .item.yoko .catchBg {
	width: 2.2rem;
	height: 7.4rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.yoko .catch {
		padding: 0.8rem 3rem 0.5rem 2rem;
		font-size: 3.1rem;
	}
	.contents .itemAreaWrap .itemArea .item.yoko .catchBg {
		width: 3.5rem;
		height: 11.5rem;
	}
}
.contents .itemAreaWrap .itemArea .item .catchBg {
	position: absolute;
	background: #C5DCD1;
	top: 0.8rem;
	left: 0;
}
.contents .itemAreaWrap .itemArea .item .catchBg::after {
	content: "";
	position: absolute;
	background: #C5DCD1;
	top: 0;
	left: 0;
	height: 3.7rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item .catchBg::after {
		height: 5.75rem;
	}
}
.contents .itemAreaWrap .itemArea .item .catch p {
	font-weight: 700;
	letter-spacing: 0.08em;
	font-size: 2rem;
	line-height: 1.65;
}
.contents .itemAreaWrap .itemArea .item .catch p span {
	letter-spacing: 0.02em;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item .catch p {
		font-size: 3.1rem;
	}
}

/* item01 */
.contents .itemAreaWrap .itemArea .item.item01 {
	margin-top: 14.19rem;
}
.contents .itemAreaWrap .itemArea .item.item01 .catchWrap {
	top: -4.3rem;
	left: -2.7rem;
	width: 7.43rem;
}
.contents .itemAreaWrap .itemArea .item.item01 .catch {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1em), 50% calc(100% - 1em), 50% 100%, 0 100%);
}
.contents .itemAreaWrap .itemArea .item.item01 .catchBg {
	height: 32rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item01 {
		margin-top: 21.5rem;
	}
	.contents .itemAreaWrap .itemArea .item.item01 .catchWrap {
		top: -6.5rem;
		left: -4rem;
		width: 11.525rem;
	}
	.contents .itemAreaWrap .itemArea .item.item01 .catchBg {
		height: 49.4rem;
	}
}

/* item02 */
.contents .itemAreaWrap .itemArea .item.item02 {
	margin-top: 12rem;
}
.contents .itemAreaWrap .itemArea .item.item02 .catchWrap {
	top: -5.28rem;
	left: -2.7rem;
}
.contents .itemAreaWrap .itemArea .item.item02 .catch {
	clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 1.75em) 50%, calc(100% - 1.75em) 100%, 0 100%);
}
.contents .itemAreaWrap .itemArea .item.item02 .catchBg::after {
	width: 27rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item02 {
		margin-top: 15rem;
	}
	.contents .itemAreaWrap .itemArea .item.item02 .catchWrap {
		top: -8rem;
		left: -4rem;
	}
	.contents .itemAreaWrap .itemArea .item.item02 .catchBg::after {
		width: 41.8rem;
	}
}

/* item03 */
.itemArea .item.item03 .moreBtn {
	left: auto;
	right: 1.65rem;
}
.contents .itemAreaWrap .itemArea .item.item03 .catchWrap {
	bottom: -5.28rem;
	left: -2.7rem;
}
.contents .itemAreaWrap .itemArea .item.item03 .catch {
	clip-path: polygon(0 0, calc(100% - 6.2em) 0, calc(100% - 6.2em) 50%, 100% 50%, 100% 100%, 0 100%);
	padding: 0.5rem 0 0.33rem 1.32rem;
}
.contents .itemAreaWrap .itemArea .item.item03 .catchBg::after {
	width: 27.2rem;
	height: 3.7rem;
	top: auto;
	bottom: 0;
}
@media (max-width: 768px) {
	.itemArea .item.item03 .moreBtn {
		right: 2.5rem;
	}
	.contents .itemAreaWrap .itemArea .item.item03 .catchWrap {
		bottom: -8rem;
		left: -4rem;
	}
	.contents .itemAreaWrap .itemArea .item.item03 .catch {
		padding: 0.8rem 0 0.5rem 2rem;
	}
	.contents .itemAreaWrap .itemArea .item.item03 .catchBg::after {
		width: 42.1rem;
		height: 5.7rem;
	}
}

/* item04 */
.contents .itemAreaWrap .itemArea .item.item04 {
	margin-top: 12rem;
}
.contents .itemAreaWrap .itemArea .item.item04 h2 {
	right: auto;
	left: -3.56rem;
}
.contents .itemAreaWrap .itemArea .item.item04 .catchWrap {
	bottom: -3.5rem;
	right: -1.5rem;
	width: 7.43rem;
}
.contents .itemAreaWrap .itemArea .item.item04 .catch {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% calc(100% - 10em), 0 calc(100% - 10em));
	background: linear-gradient(0deg, #FFE9D5 0%, #D7D1D5 100%);
	padding: 1.32rem 0.5rem 1.32rem 0.33rem;
}
.contents .itemAreaWrap .itemArea .item.item04 .catchBg {
	height: 4rem;
	width: 3.7rem;
	top: auto;
	bottom: -0.8rem;
	left: auto;
	right: 0;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item04 {
		margin-top: 15rem;
	}
	.contents .itemAreaWrap .itemArea .item.item04 h2 {
		left: -5.4rem;
	}
	.contents .itemAreaWrap .itemArea .item.item04 .catch {
		padding: 2rem 0.8rem 2rem 0.5rem;
	}
	.contents .itemAreaWrap .itemArea .item.item04 .catchWrap {
		bottom: -5.3rem;
		right: -2.27rem;
		width: 11.525rem;
	}
	.contents .itemAreaWrap .itemArea .item.item04 .catchBg {
		height: 6rem;
		width: 5.6rem;
	}
}

/* item05 */
.contents .itemAreaWrap .itemArea .item.item05 {
	margin-top: 12rem;
}
.contents .itemAreaWrap .itemArea .item.item05 .catchWrap {
	top: -4.3rem;
	left: -2.7rem;
	width: 7.43rem;
}
.contents .itemAreaWrap .itemArea .item.item05 .catch {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% calc(100% - 4.5em), 0 calc(100% - 4.5em));
	padding: 1.32rem 0.5rem 1.32rem 0.33rem;
}
.contents .itemAreaWrap .itemArea .item.item05 .catchBg {
	height: 23.8rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item05 {
		margin-top: 15rem;
	}
	.contents .itemAreaWrap .itemArea .item.item05 .catchWrap {
		top: -6.5rem;
		left: -4rem;
		width: 11.525rem;
	}
	.contents .itemAreaWrap .itemArea .item.item05 .catch {
		padding: 2rem 0.8rem 2rem 0.5rem;
	}
	.contents .itemAreaWrap .itemArea .item.item05 .catchBg {
		height: 36.8rem;
	}
}

/* item06 */
.contents .itemAreaWrap .itemArea .item.item06 h2 {
	right: auto;
	left: -3.56rem;
}
.contents .itemAreaWrap .itemArea .item.item06 .catchWrap {
	bottom: -3.5rem;
	right: -2rem;
	width: 7.43rem;
}
.contents .itemAreaWrap .itemArea .item.item06 .catch {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5.5em), 50% calc(100% - 5.5em), 50% 100%, 0 100%);
	background: linear-gradient(0deg, #FFE9D5 0%, #D7D1D5 100%);
}
.contents .itemAreaWrap .itemArea .item.item06 .catchBg {
	height: 4rem;
	width: 3.7rem;
	top: auto;
	bottom: -0.8rem;
}
.contents .itemAreaWrap .itemArea .item.item06 .catchBg::after {
	top: -11.8rem;
	left: 5.44rem;
	width: 2rem;
	height: 5rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item06 h2 {
		left: -5.4rem;
	}
	.contents .itemAreaWrap .itemArea .item.item06 .catchWrap {
		bottom: -5.3rem;
		right: -3.5rem;
		width: 11.525rem;
	}
	.contents .itemAreaWrap .itemArea .item.item06 .catchBg {
		height: 6rem;
		width: 5.6rem;
	}
	.contents .itemAreaWrap .itemArea .item.item06 .catchBg::after {
		top: -18.9rem;
		left: 8.05rem;
		width: 3rem;
		height: 8rem;
	}
}

/* item07 */
.contents .itemAreaWrap .itemArea .item.item07 {
	margin-top: 12rem;
}
.contents .itemAreaWrap .itemArea .item.item07 .catchWrap {
	top: -5.28rem;
	left: -2.7rem;
}
.contents .itemAreaWrap .itemArea .item.item07 .catch {
	clip-path: polygon(0 0, 100% 0, 100% 50%, calc(100% - 1.25em) 50%, calc(100% - 1.25em) 100%, 0 100%);
}
.contents .itemAreaWrap .itemArea .item.item07 .catchBg::after {
	width: 23.7rem;
}
@media (max-width: 768px) {
	.contents .itemAreaWrap .itemArea .item.item07 {
		margin-top: 15rem;
	}
	.contents .itemAreaWrap .itemArea .item.item07 .catchWrap {
		top: -8rem;
		left: -4rem;
	}
	.contents .itemAreaWrap .itemArea .item.item07 .catchBg::after {
		width: 35.9rem;
	}
}

/* itemAreaWrap moreBtn */
.itemArea .moreBtn {
	display: block;
	width: 6rem;
	position: absolute;
	bottom: 1.65rem;
	left: 1.65rem;
	z-index: 10;
	transition: transform 0.5s;
}
.itemArea .moreBtn img {
	transition: transform 0.5s;
}
.itemArea .moreBtn.on img {
	transform: rotate(135deg);
}
@media (max-width: 768px) {
	.itemArea .moreBtn {
		width: 10.2rem;
		bottom: 2.5rem;
		left: 2.5rem;
	}
}

/* itemAreaWrap detail */
.itemArea .detail {
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	border: 0.2rem solid #939293;
	opacity: 0;
	transition: 0.6s;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -1;
	visibility: hidden;
}
.itemArea .detail.show {
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.itemArea .detail .detailInner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: calc(50% - 2rem);
	transform: translateY(-50%);
}
.itemArea .detail .itemTxt {
	font-size: 2.1rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
.itemArea .detail .txtBox {
	margin-top: 2.6rem;
	text-align: left;
	display: inline-block;
}
.itemArea .detail .txt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-indent: -0.5em;
}
.itemArea .detail .fsLinkBtn {
	width: 15rem;
	margin-top: 0.5rem;
}
.itemArea .detail .fsLinkBtn a {
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 1;
}
.itemArea .detail .shop {
	margin-top: 0.8rem;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
}
.itemArea .detail .fsLinkBtn + .txt {
	margin-top: 0.5rem;
	text-indent: 0
}
@media (max-width: 768px) {
	.itemArea .detail .detailInner {
		top: calc(50% - 3rem);
	}
	.itemArea .detail .itemTxt {
		font-size: 3.2rem;
	}
	.itemArea .detail .txtBox {
		margin-top: 4rem;
	}
	.itemArea .detail .txt {
		font-size: 2.3rem;
	}
	.itemArea .detail .fsLinkBtn {
		width: 22.7rem;
		margin-top: 0.8rem;
	}
	.itemArea .detail .shop {
		margin-top: 1.2rem;
		font-size: 2.3rem;
	}
	.itemArea .detail .fsLinkBtn + .txt {
		margin-top: 0.8rem;
	}
}
