@charset "UTF-8";

/* main-content */
.main-content {
	overflow: hidden;
	line-height: 1.8;
	padding-bottom: 70px;
}



/* bg */
.bg-white {
	background: #fff
}

.bg-gryaige {
	background: #F4F3F0
}

.bg-green {
	background: #f0f4f4
}

.bg-beige {
	background: #f2efed
}

.bg-gray {
	background: #f3f5f7;
}



/* video */
#player {
	width: 100%;
	height: 100%;
	background: #FFF;
}


/*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: 750px;
}

.title-sub {
	padding: 40px 20px 56px;
}

.creator-title {
	padding: 24px 20px 32px;
	text-align: center;
}

.photo-title {
	padding: 20px 0;
}

.photo-title-txt {
	font-size: 20px;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.creator-title-txt {
	font-size: 25px;
	text-align: center;
	margin: 10px 0;
	font-weight: bold;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.expressions {
	color: #333333;
	font-weight: bold;
	font-size: 1.6em;
	margin-bottom: 1em;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.title-sub-txt {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.creator-txt {
	font-size: 14px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.photo-expressions {
	grid-area: C;
}

.title-sub img {
	width: 25%;
	height: auto;
}

/* 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: bold;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}


.font-eg {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 24px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.ly-font-size-S {
	font-size: .8em;
	display: block;
	margin-top: .4em;
	font-weight: normal;
}

/* content */
.content-box {
	padding: 64px 5%;
}

.content-box-thoughts {
	padding: 56px 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 {
	width: 1000px;
	text-align: center;
	margin: 0 auto 16px;
}

.comment-point-wrapper {
	background-color: #fbfdfe;
	padding: 40px 0;
}

.comment-point {
	display: block;
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
}

.interview-txt {
	margin-bottom: 20px;
	font-size: 14px;
}

.interview-title {
	font-size: 14px;
	font-weight: bold;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	border-bottom: 1px solid #cccccc;
}

.font-number {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-size: 18px;
}

.item-list-title {
	display: flex;
	width: 900px;
	margin: 16px auto;
	align-items: center;
	column-gap: 40px;
}

.item-list-title2 {
	display: flex;
	width: 920px;
	margin: 40px auto;
	align-items: center;
	column-gap: 40px;
}

.branditem-txt {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: "游明朝", serif;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.branditem-img2 {
	width: 16%;
}

.font-blanket {
	font-family: "Arial";
	font-weight: 600;
	font-size: 23px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #565656;
}

/*.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;
}*/

.shop-info-area {
	padding: 22px 0 0;
}

.interview-border {
	width: 200px;
	margin: 40px auto;
	border: 0.1px solid #cdcbcb;
	background-color: #cdcbcb;
}

.border-head {
	margin: 64px auto 0;
	width: 920px;
	padding-bottom: 12px;
	border-bottom: 1px solid #cccccc;
	line-height: 1.5;
}

.content-box-interview {
	padding: 64px 0 0;
}

.anker {
	background-color: #F8F5F1;
	border-radius: 100px;
	font-size: 14px;
	text-align: center;
	align-self: center;
	transition: all 0.2s linear;
	margin: 24px auto 0;
	width: 400px;
}

.anker-item {
	display: block;
	padding: 5% 2%;
}

.anker-item::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	margin-bottom: 4px;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(130deg) skew(-10deg, 0);
	transform: rotate(130deg) skew(-10deg, 0);
	transition: all 0.2s linear;
	border-top: 1px solid #424242;
	border-right: 1px solid #424242;
}

@-webkit-keyframes image-switch-animation {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

@keyframes image-switch-animation {
	0% {
		opacity: 0;
	}

	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.image:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.image:nth-of-type(2) {
	-webkit-animation-delay: 5s;
	animation-delay: 5s;
}

.src1 {
	grid-area: A;
	background-image: url(../esw241122_maison/maison02.webp);
}

.src2 {
	grid-area: A;
	background-image: url(../esw241122_maison/maison03.webp);
}

.image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-webkit-animation: image-switch-animation 10s infinite;
	animation: image-switch-animation 10s infinite;
}

.top-border {
	width: 160px;
	margin: 30px auto;
	border: 0.1px solid #cdcbcb;
	background-color: #cdcbcb;
}

.brand-img {
	grid-area: A;
	width: 14%;
	margin: 16px 0;
}

.brand-img2 {
	grid-area: B;
	width: 26%;
}

.branditem-img {
	width: 8%;
	margin: 16px 0;
}

.img-area {
	grid-area: C;
}

.img-area2 {
	grid-area: D;
}

.video-interview {
	object-fit: fill;
	width: 40%;
	height: 100%;
	aspect-ratio: 9 / 16;
}

.cursive-writing {
	font-family: "EB Garamond", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	margin: 0;
	line-height: 0.3;
	padding-bottom: 18px;
	letter-spacing: 0.1em;
}

.head-txt {
	font-size: 11px;
}

@media screen and (min-width:641px) {
	/*----*/
	/* PC */
	/*----*/

	.content-span {
		font-family: "Hurricane", cursive;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		font-size: 53px;
		top: -18%;
		left: -4%;
		transform: rotate(-6deg);
		grid-area: photo;
		mix-blend-mode: exclusion;
		z-index: 3;
	}

	.content-span {
		font-family: "Hurricane", cursive;
		font-weight: 400;
		font-style: normal;
		position: absolute;
		font-size: 53px;
		top: -18%;
		left: -4%;
		transform: rotate(-6deg);
		grid-area: photo;
		mix-blend-mode: exclusion;
		z-index: 3;
	}

	.profile {
		font-size: 14px;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		padding-bottom: 8px;
	}

	/* title */
	.title-sub {
		text-align: center;
	}

	.title-top {
		text-align: center;
	}

	.m-ajst {
		padding: 24px 20px 40px;
	}

	.title-img img {
		aspect-ratio: 500/143;
	}

	/* content-box */
	.content-head {
		margin-bottom: -50px;
	}

	/* content-box-item */
	.content-box-item {
		display: grid;
		grid-template-areas: "A B" "C D";
		column-gap: 40px;
		width: 1200px;
		margin: 40px auto;
		align-items: center;
		position: relative;
		justify-content: center;
	}

	.content-box-item2 {
		display: grid;
		grid-template-areas: "B A" "D C";
		column-gap: 40px;
		width: 1200px;
		margin: 40px auto;
		align-items: center;
		position: relative;
		justify-content: center;
		grid-template-rows: 400px;
		grid-template-columns: 3fr 640px;
	}

	.content-box-brand {
		display: grid;
		grid-template-areas: "A B" "C D" "E F";
		column-gap: 40px;
		width: 1000px;
		margin: 0 auto;
		padding: 24px 0 0;
		align-items: center;
		justify-content: center;
		grid-template-rows: 100px 300px 80px;
	}

	.brand-txt {
		grid-area: E;
	}

	.brand-txt2 {
		padding-top: 32px;
		grid-area: F;
	}

	.content-img {
		margin: 0;
	}

	.content-text {
		grid-area: B;
		font-size: 14px;
		padding: 40px 45px 40px 40px;
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
		text-align: justify;
	}

	/* 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);
		column-gap: 20px;
		row-gap: 32px;
		justify-content: center;
		margin: 0 auto;
		width: 1000px;
	}

	.itemlist-grid-inner {
		width: 217px;
		display: grid;
		grid-template-rows: auto 1fr auto;
		gap: 5px;
	}

	.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 {
		grid-template-columns: auto;
		grid-template-rows: auto;
		position: relative;
		gap: 16px;
		margin: 16px 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);
		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;
		/* float: right; */
		border-radius: 4px;
		align-content: center;
		align-self: end;
		justify-self: end;
		padding: 4% 12%;
		min-width: 26%;
	}

	.title-sub {
		padding: 16px 16px;
		text-align: center;
	}

	.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;
	}

	.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 8%;
	}

	.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;
	}

	.photo-expressions {
		font-size: 10px;
		margin-bottom: 16px;
	}

	.img-area,
	.img-area2 {
		margin-bottom: 16px;
	}

	.image {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		opacity: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: top center;
		-webkit-animation: image-switch-animation 10s infinite;
		animation: image-switch-animation 10s infinite;
		grid-area: photo;
		aspect-ratio: 16/10;
	}

	.sp-photo-expressions {
		padding-top: 62.5%;
	}

	.video-comment-point {
		order: 2;
	}

	.video-interview {
		order: 1;
		margin: 0 auto;
		width: 90%;
	}

	.comment-point {
		width: auto;
	}

	.video_container {
		width: 100%;
	}

	#player {
		width: 100%;
		height: 100%;
	}

	.expressions {
		font-size: 16px;
	}

	.branditem-img {
		width: 20%;
	}

	.item-list-title {
		width: auto;
		margin: 16px auto;
		padding: 0;
		column-gap: 24px;
		justify-content: center;
	}

	.border-head {
		width: auto;
		margin: 16px auto;
	}

	.content-box-brand {
		padding: 24px 5%;
	}

	.brand-img {
		display: block;
		margin: 0 auto 16px;
		width: 20%;
	}

	.brand-img2 {
		display: block;
		width: 40%;
		margin: 40px auto 16px;
	}

	.profile {
		display: block;
		font-size: 14px;
		font-family: "Noto Serif JP", serif;
		font-weight: 500;
		padding-bottom: 8px;
	}

	.brand-txt,
	.brand-txt2 {
		font-size: 14px;
	}

	.content-text-margin {
		margin-top: 16px;
	}

	.comment-point-wrapper {
		width: auto;
		padding: 8% 5%;
	}

	.font-blanket {
		font-size: 19px;
	}

	.branditem-img2 {
		width: 12%;
	}

	.item-list-title2 {
		column-gap: 20px;
		margin: 40px auto 32px;
	}

	.anker {
		width: 300px;
	}

	.comment-point-wrapper {
		padding: 2% 5% 8%;
	}

	.title-top {
		margin: 24px auto;
		text-align: center;
	}

	.expressions-margin {
		padding: 0;
		margin: 0 auto;
	}

}