@charset "UTF-8";

/* main-content */
.main-content {
	line-height: 1.8;
	/* padding-bottom: 70px; */
}



/* bg */
.bg-white {
	background: #fff
}

.bg-gryaige {
	background: #F4F3F0
}

.bg-green {
	background: #f0f4f4
}

.bg-beige {
	background: #f2efed
}



/*title*/
.title-img {
	/*background-image:linear-gradient( to right,#faf8f6 0%,#faf8f6 50%,#e7dfd9 50%,#e7dfd9 100%);*/
	background-color: #e4e3e1;
}

.title-img img {
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
	max-width: 1000px;
}

.title-sub {
	padding: 40px 20px;
	/* text-align: justify; */
}

.title-sub p {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.title-sub p:first-child {
	color: #333333;
	font-weight: 500;
	font-size: 1.6em;
	margin-bottom: 1em;
	font-family: "Noto Serif JP", serif;
}

.title-sub img {
	width: 25%;
	height: auto;
}

.title-sub-note {
	font-size: 12px;
}

/* head */
.content-head {
	font-size: 36px;
	padding: 20px 0 0;
}

.content-head>span {
	font-size: 24px
}

.content-box-head {
	align-items: center;
	display: flex;
	font-size: 20px;
	line-height: 1.4;
	margin: 0 auto;
	max-width: 900px;
}

.content-box-head>img {
	margin-right: 20px;
	width: 20%;
	max-width: 90px;
}



/* head */
.head {
	font-size: 20px;
	text-align: center;
	margin: 0.5em 0 0.8em;
	font-weight: 500;
	font-family: "Noto Serif JP", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}


.font-eg {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 24px;
}

.ly-font-size-S {
	font-size: .8em;
	display: block;
	margin-top: .4em;
	font-weight: normal;
}

/* content */
.content-box {
	padding: 40px 5%;
}

.content-box-item {
	margin-top: 30px;
}

/* .content-box-item > p{
	box-sizing: border-box;
	padding: 70px 30px 30px;
	margin-top: -40px;
	text-align: justify;
	display: block;
} */
.first-letter::first-letter {
	font-weight: bold;
	float: left;
	font-size: 36px;
	line-height: 1;
	margin: 3px 3px 0 0;
}

.content-img {
	display: block;
	line-height: .8;
	margin: auto;
}

.content-img img {
	width: 100%;
	aspect-ratio: 16/10;
	height: 0;
	min-height: 100%;
}



/* txt-box */
.txt-box {
	box-sizing: border-box;
	padding: 30px;
}

.txt-box p {
	text-align: justify;
	margin: 0 0 24px;
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}


/* item-list */
.item-list {
	display: flex;
	flex-wrap: wrap;
}

.item-list>li {
	margin: 20px 2% 0;
	width: 46%;
}

.item-txt {
	box-sizing: border-box;
	font-size: 10px;
	padding: 8px 10px;
}

.check {
	align-items: center;
	display: flex;
}

.check::after {
	background: #333;
	border-radius: 4px;
	color: #fff;
	content: "Check";
	display: block;
	font-size: 10px;
	margin-left: 8px;
	text-align: center;
	width: 50px;
}

.grid-item-text {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.itemlist-inner-container img {
	aspect-ratio: 5/6;
}


/* pop up shop */
.popup-area-container {
	padding: 32px 0 40px;
}


.popup-area {
	background-color: #fff;
	width: 555px;
	margin: 0 auto;
	border: 5px solid #F4F3F0;
}



/* sns */
.sns {
	border: 2px solid #eee;
	box-sizing: border-box;
	display: flex;
	margin: 30px auto 0;
	padding: 30px;
	width: 80%;
	max-width: 700px;
}

.sns-lead-ttl {
	font-size: 14px;
	margin: 0 0 8px;
	display: inline-block;
}

.sns p {
	font-size: 12px;
	text-align: left;
}

.sns a {
	margin: auto;
	align-items: center;
	padding: 0 3%;
}

.sns img {
	margin: 0 30px 0 0;
	height: 62px;
	width: 62px;
}

.under-link-box img {
	max-width: 275px;
	height: auto;
	margin: 0 auto 32px;
	aspect-ratio: 4/3;
}

/* movie */
.content-inner-box video {
	width: 70%;
	max-width: 390px;
	margin: 0 auto;
}

.content-inner-box-iframe {
	width: 100%;
	margin: auto;
}

.video {
	width: 70%;
	max-width: 390px;
	display: block;
	margin: auto;
}

.video-whole-wrapper {
	display: flex;
	flex-direction: row-reverse;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.video-comment-point {
	display: block;
	width: 50%;
	align-self: center;
	position: relative;
	background-color: #fff;
	padding: 2%;
	border-radius: 4px;

	p {
		font-size: 17px;
		font-family: "Noto Serif JP", serif;
		font-weight: bold;
		padding: 0 23%;
	}
}

.video-head {
	font-size: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	text-align: center;
	margin: 0 0 16px;
	border-bottom: solid 1px #e4e3e1;
}

.video-comment-point:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	margin-top: -15px;
}

.video-span {
	font-family: "Waterfall", cursive;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	font-size: 60px;
	top: 26%;
	left: 64%;
	color: #DFB5AC;
	z-index: 3;
}

.shop-info-area {
	padding: 1px 0 64px;
}

.itemlist-grid-inner {
	position: relative;
}

.itemlist-grid-inner.new-item::before {
	display: block;
	content: "";
	border-bottom: 6em solid transparent;
	border-left: 6em solid #6d6d6d;
	position: absolute;
	z-index: 1;
}


.ac-icon-text {
	position: absolute;
	color: #fff;
	transform: rotate(-45deg);
	z-index: 2;
	padding: 4% 3% 10%;
	font-size: 14px;
}



@media screen and (min-width:641px) {
	/*----*/
	/* PC */
	/*----*/


	/* title */
	.title-sub {
		text-align: center;
	}

	.m-ajst {
		padding: 24px 20px 40px;
	}

	.title-img img {
		aspect-ratio: 500/143;
	}


	/* content-box */
	.content-box {
		padding: 70px 0;
	}

	.content-head {
		margin-bottom: -50px;
	}



	/* content-box-item */
	.content-box-item {
		display: grid;
		grid-template-areas: ". ." "photo text" ". .";
		grid-template-columns: 4fr 3fr;
		grid-template-rows: 40px auto 40px;
		width: 1200px;
		margin: 0 auto 120px;
		align-items: center;
		position: relative;
	}

	.content-box-item2 {
		display: grid;
		grid-template-areas: ". ." "text photo" ". .";
		grid-template-columns: 3fr 4fr;
		grid-template-rows: 40px auto 40px;
		width: 1200px;
		margin: 0 auto;
		align-items: center;
		position: relative;
	}


	.content-img {
		margin: 0;
		grid-area: photo;
	}

	.content-text {
		grid-area: text;
		font-size: 14px;
		padding: 40px 45px 40px 40px;
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
		text-align: justify;
	}

	.content-span {
		font-family: "Waterfall", cursive;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		font-size: 100px;
		top: -33%;
		left: -8%;
		transform: rotate(-6deg);
		grid-area: photo;
		mix-blend-mode: exclusion;
		z-index: 3;
	}




	/* txt-box */
	.txt-box {
		margin: auto;
		width: 600px;
	}



	/* item-list */
	.item-list {
		margin: auto;
		max-width: 870px;
	}

	.item-list>li {
		margin: 20px 10px 0;
		width: 154px;
	}

	.itemlist-grid-container {
		display: grid;
		grid-template-columns: repeat(4, auto);
		-moz-column-gap: 20px;
		column-gap: 20px;
		row-gap: 40px;
		justify-content: center;
		margin: 0 auto;
		width: 1000px;
	}

	.itemlist-grid-inner {
		width: 217px;
		display: grid;
		grid-template-rows: auto 1fr auto;
		gap: 5px;
	}


	.itemlist-grid-inner::before {
		top: 0;
		left: 0;
	}

	.itemlist-inner-container {
		display: inherit;
		grid-template-rows: subgrid;
		grid-row: span 3;
	}

	.grid-item-photo {
		width: 217px;
	}


	.grid-item-button {
		background-color: #3e3e3e;
		font-weight: bold;
		color: #fff;
		font-size: 10px;
		margin: 0;
		text-align: center;
		transition: all 0.3s ease 0s;
		display: block;
		float: right;
		border-radius: 4px;
		align-content: center;
		justify-self: end;
		align-self: end;
		padding: 2% 5%;
	}

	/* hover */
	.main-content a,
	.main-content img {
		transition: .3s;
	}

	.main-content a:hover {
		opacity: .6;
	}


}

/*end media*/


@media screen and (max-width:640px) {

	.title-img img {
		width: 100%;
		height: auto;
		aspect-ratio: 32/15;
	}

	.font-eg {
		font-size: 20px;
	}

	.content-box {
		padding: 24px 5%;
	}

	.content-box-item,
	.content-box-item2 {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: auto;
		position: relative;
		gap: 16px;
		margin: 88px auto;
	}

	.content-img {
		width: 100%;
		height: auto;
	}

	.content-text {
		font-size: 14px;
	}

	.content-span {
		font-family: "Waterfall", cursive;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		font-size: 72px;
		transform: rotate(-3deg);
		mix-blend-mode: exclusion;
		z-index: 3;
		top: -23%;
		left: -4%;
	}

	.itemlist-grid-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		-moz-column-gap: 18px;
		column-gap: 18px;
		row-gap: 30px;
		justify-content: center;
	}

	.itemlist-grid-inner {
		display: grid;
		grid-template-rows: subgrid;
		grid-row: span 3;
		gap: 0;
	}


	.itemlist-grid-inner img {
		width: 100%;
	}

	.itemlist-inner-container {
		display: inherit;
		grid-template-rows: inherit;
		grid-row: inherit;
	}

	.grid-item-button {
		background-color: #3e3e3e;
		font-weight: bold;
		color: #fff;
		font-size: 10px;
		/* margin: 0; */
		text-align: center;
		transition: all 0.3s ease 0s;
		display: block;
		border-radius: 4px;
		align-content: center;
		align-self: end;
		justify-self: end;
		padding: 4% 12%;
		min-width: 26%;
	}

	.title-sub {
		padding: 32px 16px;
	}

	.m-ajst {
		padding: 10px 16px 32px;
	}

	.under-link-box img {
		width: 77%;
	}

	.head {
		font-size: 1.5em;
	}

	.video-head {
		font-size: 16px;
		margin: 16px 0;
	}

	.movie-box {
		margin-bottom: 24px;
	}


	.video-whole-wrapper {
		flex-direction: column;
		width: 100%;
	}

	.content-inner-box-iframe {
		margin: 8px auto 16px;
	}

	.video-comment-point {
		width: 75%;
		margin: 5% 0;

		p {
			padding: 0 23% 3%;
			font-size: 14px;
		}
	}

	.video-comment-point:after {
		transform: rotate(-90deg);
		right: 45%;
		top: 107%;
	}

	.video-span {
		top: -5%;
		left: 10%;
	}

	.popup-area-container {
		padding: 40px 0 0;
	}

	.popup-area {
		width: 79%;
	}

	.sns {
		width: 100%;
	}

	.sns a {
		padding: 0;
	}

	.sns img {
		margin: 0 20px 0 0;
	}

	.sns-lead-ttl {
		font-size: 13px;
	}

	.sns p {
		font-size: 12px;
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
	}

	.itemlist-grid-inner.new-item::before {
		border-bottom: 5em solid transparent;
		border-left: 5em solid #6d6d6d;

	}

	.ac-icon-text {
		padding: 4% 2% 10%;
		font-size: .8rem;
	}


}