@charset "UTF-8";
/* ==================================
= case 
================================== */
.font-crimson {
	font-weight: 400;
	font-family: "Crimson Text", serif;
}

figure {
	position: relative;
}
figure .c-right {
	position: absolute;
	right: 0.6rem;
	bottom: 0.6rem;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
}
figure .c-right.mv {
	right: 1rem;
	bottom: 1rem;
}
figure .c-right.text-white {
	color: #fff;
}

.p-case-mv {
	background: url(../img/bg_case_mv.png);
}
.p-case-mv-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 178rem;
	margin: 0 auto;
	padding: 4.9rem 4rem;
}
.p-case-mv .mv-content {
	-webkit-box-flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	min-width: 4rem;
	-webkit-transition: padding-left 0.2s ease;
	transition: padding-left 0.2s ease;
}
.p-case-mv .mv-content .title {
	margin-top: -0.4210526316vw;
	line-height: 1.64;
	letter-spacing: 0.1em;
}
.p-case-mv .mv-content .name {
	font-size: 2.4rem;
	line-height: 1.7291666667;
	letter-spacing: 0.06em;
}
.p-case-mv .mv-image {
	max-width: 80rem;
}
.p-case-about {
	padding-bottom: 11.8rem;
}
.p-case-about .about-intro {
	position: relative;
	padding-top: 23rem;
	padding-bottom: 21.8rem;
	font-weight: 300;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.04em;
}
.p-case-about .about-intro::before {
	z-index: -1;
	position: absolute;
	top: 0.3rem;
	right: 0;
	left: 1.9rem;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(../img/bg_about.svg) no-repeat center;
	content: "";
}
.p-case-about .about-content .block-01 p,
.p-case-about .about-content .block-02 p {
	margin: 0;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
.p-case-about .about-content .block-01 p + p,
.p-case-about .about-content .block-02 p + p {
	margin-top: 2.8rem;
}
.p-case-about .about-content .block-01::after {
	display: block;
	clear: both;
	content: "";
}
.p-case-about .about-content .block-01 .title {
	margin-top: 0;
	font-size: 4.4rem;
	line-height: 1.6363636364;
	letter-spacing: 0.06em;
}
.p-case-about .about-content .block-01 .article {
	margin-top: 3.8rem;
}
.p-case-about .about-content .block-01 .article .c-sep {
	display: block;
	margin-top: 6rem;
}
.p-case-about .about-content .block-01 .article .c-sep::after {
	display: block;
	clear: both;
	content: "";
}
.p-case-about .about-content .block-02 {
	grid-area: block02;
}
.p-case-about .about-content .block-02::before {
	display: block;
	clear: both;
	content: "";
}
.p-case-about .about-item-lists {
	margin-top: 12rem;
}
.p-case-about .about-item-lists .item-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-case-about .about-item-lists .item-list .image {
	width: 50%;
}
.p-case-about .about-item-lists .item-list .image img {
	aspect-ratio: 950/500;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.p-case-about .about-item-lists .item-list .caption-inner {
	width: 54rem;
	background-color: #f0f0f0;
}
.p-case-about .about-item-lists .item-list .caption p {
	margin: 0;
	line-height: 1.75;
	letter-spacing: 0;
}
.p-case-about .about-item-lists .item-list .caption p + p {
	margin-top: 2.8rem;
}
.p-case-profile {
	position: relative;
	padding-top: 12.1rem;
	padding-bottom: 12rem;
}
.p-case-profile::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background-color: #cacaca;
	content: "";
}
.p-case-profile-inner .profile-detail .name {
	position: relative;
	padding-left: 7.6rem;
}
.p-case-profile-inner .profile-detail .name::before {
	position: absolute;
	top: 0.9rem;
	bottom: 0;
	left: 3.2rem;
	width: 0.1rem;
	height: 9.4rem;
	margin: auto 0;
	-webkit-transform: rotate(39deg);
	transform: rotate(39deg);
	background-color: #000;
	content: "";
}
.p-case-profile-inner .profile-detail .name-en, .p-case-profile-inner .profile-detail .name-jp {
	line-height: 1.4;
}
.p-case-profile-inner .profile-detail .name-en {
	margin-top: -1.2rem;
	font-size: 4.6rem;
	letter-spacing: 0.06em;
}
.p-case-profile-inner .profile-detail .name-jp {
	margin-top: 0.2rem;
	font-size: 2rem;
	letter-spacing: 0.06em;
}
.p-case-profile-inner .profile-detail .history {
	margin: 5.1rem 0 0 0;
}
.p-case-profile-inner .profile-detail .history dt,
.p-case-profile-inner .profile-detail .history dd {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
.p-case-profile-inner .profile-detail .history dt {
	padding-left: 0.3rem;
	font-weight: bold;
}
.p-case-profile-inner .profile-detail .history dd {
	font-weight: 500;
	line-height: 1.625;
}
.p-case-profile-inner .profile-shop {
	padding: 3.85rem 4rem;
	border: 0.1rem solid #4d4d4d;
}
.p-case-profile-inner .profile-shop .shop-name {
	margin-top: 0.9rem;
	font-size: 4rem;
	line-height: 1.4;
	letter-spacing: 0.06em;
}
.p-case-profile-inner .profile-shop .shop-address {
	margin-top: 1rem;
	line-height: 1.75;
	letter-spacing: 0;
}
.p-case-profile-inner .profile-shop .shop-info {
	margin-top: 3.2rem;
}
.p-case-profile-inner .profile-shop .shop-info dt,
.p-case-profile-inner .profile-shop .shop-info dd {
	margin: 0;
}
.p-case-profile-inner .profile-shop .shop-info dt .label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0.25rem 0.2rem;
	background-color: #111;
	color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.1;
}
.p-case-profile-inner .profile-shop .shop-info .tel {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.p-case-profile-inner .profile-shop .shop-info .tel .num {
	font-size: 3rem;
	line-height: 1.1;
	letter-spacing: 0.06em;
}
.p-case-profile-inner .profile-shop .shop-info .tel .caption {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: -0.2rem 0 0 0.8rem;
}
.p-case-profile-inner .profile-shop .shop-info .open-time {
	padding-left: 0.2rem;
	letter-spacing: 0;
}
.p-case-profile-inner .profile-shop .shop-info .open-time .time:not(:first-child) {
	margin-left: 0.8rem;
}
.p-case-work {
	padding: 11.8rem 0 12rem;
	background-color: #f0f0f0;
}
.p-case-work .work-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.p-case-work .work-list:not(:first-child) {
	margin-top: 9.1rem;
}
.p-case-work .work-content .title {
	margin-top: -0.1rem;
	font-size: 2.6rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
.p-case-work .work-content .name {
	margin-top: 0.4rem;
	font-size: 1.8rem;
}
.p-case-work .work-content .lead {
	position: relative;
	padding-top: 4.3rem;
	line-height: 1.75;
	letter-spacing: 0;
}
.p-case-work .work-content .lead::before {
	position: absolute;
	top: 1.8rem;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background-color: #4d4d4d;
	content: "";
}
.p-case-work .work-images {
	-ms-grid-columns: (1fr)[2];
	-ms-grid-rows: auto;
	display: -ms-grid;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: repeat(2, 1fr);
}
.p-case-footer {
	padding-top: 5.9rem;
	padding-bottom: 7.8rem;
}
.p-case-footer .navi a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	padding: 0.7rem 2rem;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
.p-case-footer .navi a::before {
	right: 1.4rem;
}
.p-case-footer .logo {
	margin-top: 7.8rem;
}
@media screen and (max-width: 767px){
	figure .c-right {
		right: 1.5625vw;
		bottom: 1.5625vw;
		font-size: 2.6041666667vw;
	}
	figure .c-right.mv {
		right: 2.6041666667vw;
		bottom: 2.6041666667vw;
	}
	.p-case-mv {
		background: url(../img/case/common/bg_case_mv_sp.png) center center;
		background-size: 100% auto;
	}
	.p-case-mv-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 5.2083333333vw 5.2083333333vw 11.4583333333vw;
	}
	.p-case-mv .mv-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-case-mv .mv-content .title {
		margin-top: 6.25vw;
		font-size: 6.5104166667vw;
	}
	.p-case-mv .mv-content .name {
		margin-top: 5.9895833333vw;
		font-size: 3.125vw;
	}
	.p-case-mv .mv-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		min-height: 55.9895833333vw;
	}
	.p-case-about {
		padding-bottom: 2.6041666667vw;
	}
	.p-case-about .about-intro {
		margin: 0 -2.34375vw;
		padding-top: 11.71875vw;
		padding-bottom: 10.9375vw;
		font-size: 4.1666666667vw;
		line-height: 1.75;
		letter-spacing: 0;
	}
	.p-case-about .about-intro::before {
		top: -1.3020833333vw;
		left: -1.0416666667vw;
		background-size: 100% auto;
	}
	.p-case-about .about-content .image {
		width: 66.40625vw;
	}
	.p-case-about .about-content .block-01 p,
.p-case-about .about-content .block-02 p {
		line-height: 1.7142857143;
		letter-spacing: 0.06em;
	}
	.p-case-about .about-content .block-01 p + p,
.p-case-about .about-content .block-02 p + p {
		margin-top: 6.25vw;
	}
	.p-case-about .about-content .block-01 p,
.p-case-about .about-content .block-02 p {
		font-size: 3.6458333333vw;
	}
	.p-case-about .about-content .block-01 .title {
		margin-top: 8.8541666667vw;
		font-size: 7.2916666667vw;
		line-height: 1.5357142857;
	}
	.p-case-about .about-content .block-01 .article {
		margin-top: 6.25vw;
	}
	.p-case-about .about-item-images {
		margin-top: 11.4583333333vw;
		padding: 0 5.2083333333vw;
	}
	.p-case-about .about-item-lists {
		margin-top: 15.625vw;
	}
	.p-case-about .about-item-lists .item-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-case-about .about-item-lists .item-list .image {
		width: 100%;
	}
	.p-case-about .about-item-lists .item-list .caption {
		padding: 5.46875vw 5.2083333333vw 10.4166666667vw;
	}
	.p-case-about .about-item-lists .item-list .caption-inner {
		width: 100%;
		padding: 3.90625vw 5.2083333333vw;
		font-family: "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
	}
	.p-case-about .about-item-lists .item-list .caption p {
		font-size: 3.6458333333vw;
		line-height: 1.7142857143;
		letter-spacing: 0.06em;
	}
	.p-case-about .about-item-lists .item-list .caption p + p {
		margin-top: 6.25vw;
	}
	.p-case-profile {
		padding-top: 18.75vw;
		padding-bottom: 15.3645833333vw;
	}
	.p-case-profile::before {
		top: 2.8645833333vw;
	}
	.p-case-profile-inner .profile-detail {
		margin-top: 5.2083333333vw;
	}
	.p-case-profile-inner .profile-detail .name {
		padding-left: 12.2395833333vw;
	}
	.p-case-profile-inner .profile-detail .name::before {
		top: 1.0416666667vw;
		left: 5.2083333333vw;
		width: 0.1302083333vw;
		height: 15.1041666667vw;
		-webkit-transform: rotate(40deg);
		transform: rotate(40deg);
	}
	.p-case-profile-inner .profile-detail .name-en {
		margin-top: 0;
		font-size: 7.5520833333vw;
	}
	.p-case-profile-inner .profile-detail .name-jp {
		font-size: 4.1666666667vw;
	}
	.p-case-profile-inner .profile-detail .history {
		margin-top: 4.9479166667vw;
		font-size: 3.6458333333vw;
	}
	.p-case-profile-inner .profile-detail .history dt {
		padding-left: 0;
	}
	.p-case-profile-inner .profile-detail .history dd {
		line-height: 1.7142857143;
	}
	.p-case-profile-inner .profile-detail .history dd + dt {
		margin-top: 1.171875vw;
	}
	.p-case-profile-inner .profile-shop {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 11.5885416667vw;
		padding: 4.9479166667vw 4.4270833333vw 3.7760416667vw;
	}
	.p-case-profile-inner .profile-shop .shop-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-case-profile-inner .profile-shop .shop-name {
		margin-top: 3.6458333333vw;
		font-size: 6.7708333333vw;
		line-height: 1.75;
		letter-spacing: 0.04em;
	}
	.p-case-profile-inner .profile-shop .shop-address {
		margin-top: 2.6041666667vw;
		font-size: 3.6458333333vw;
		line-height: 1.7142857143;
		letter-spacing: -0.02em;
	}
	.p-case-profile-inner .profile-shop .shop-info {
		margin-top: 5.2083333333vw;
		margin-bottom: 0;
	}
	.p-case-profile-inner .profile-shop .shop-info dt .label {
		width: 16.1458333333vw;
		padding: 0.5208333333vw;
		font-size: 3.3854166667vw;
	}
	.p-case-profile-inner .profile-shop .shop-info dt:not(:first-child) {
		margin-top: 5.7291666667vw;
	}
	.p-case-profile-inner .profile-shop .shop-info .tel .num {
		margin-left: 2.0833333333vw;
		font-size: 4.9479166667vw;
		letter-spacing: 0.06em;
	}
	.p-case-profile-inner .profile-shop .shop-info .tel .sp-tel {
		font-size: 3.3854166667vw;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.p-case-profile-inner .profile-shop .shop-info .tel .caption {
		margin: 0 0 0 1.0416666667vw;
		font-size: 3.125vw;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.p-case-profile-inner .profile-shop .shop-info .tel a {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		min-height: 13.0208333333vw;
		padding: 1.3020833333vw 0.5208333333vw 1.3020833333vw 3.125vw;
		background-color: #111111;
		color: #fff;
	}
	.p-case-profile-inner .profile-shop .shop-info .open-time {
		padding-top: 1.5625vw;
		padding-left: 0;
	}
	.p-case-profile-inner .profile-shop .shop-info .open-time .time {
		display: block;
		line-height: 1.4;
	}
	.p-case-profile-inner .profile-shop .shop-info .open-time .time:not(:first-child) {
		margin-top: 0.2604166667vw;
		margin-left: 0;
	}
	.p-case-profile-inner .profile-shop .shop-image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.p-case-work {
		padding: 18.8802083333vw 0 13.5416666667vw;
	}
	.p-case-work .work-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.p-case-work .work-list:not(:first-child) {
		margin-top: 7.2916666667vw;
	}
	.p-case-work .work-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 5.2083333333vw;
	}
	.p-case-work .work-content .title {
		font-size: 4.9479166667vw;
	}
	.p-case-work .work-content .name {
		font-size: 3.90625vw;
	}
	.p-case-work .work-content .lead {
		padding-top: 7.2916666667vw;
		font-size: 3.6458333333vw;
		line-height: 1.7142857143;
	}
	.p-case-work .work-content .lead::before {
		top: 2.8645833333vw;
	}
	.p-case-work .work-images {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		gap: 0 1.5625vw;
	}
	.p-case-footer {
		padding-top: 10.6770833333vw;
		padding-bottom: 10.4166666667vw;
	}
	.p-case-footer .navi a {
		min-height: 19.53125vw;
		padding: 1.0416666667vw;
		font-size: 3.90625vw;
		line-height: 1.6666666667;
		text-align: center;
	}
	.p-case-footer .navi a::before {
		right: 2.6041666667vw;
	}
	.p-case-footer .logo {
		margin-top: 10.15625vw;
	}
	.p-case-footer .logo img {
		width: 38.5416666667vw;
	}
}
@media screen and (min-width: 768px){
	.p-case-mv {
		border-bottom: 0.1rem solid #cacaca;
	}
	.p-case-mv .mv-content {
		padding-left: 4rem;
	}
	.p-case-mv .mv-content .title {
		font-size: 3.8rem;
	}
	.p-case-mv .mv-content .name {
		margin-top: 5.3894736842rem;
	}
	.p-case-mv .mv-image {
		width: 60.6315789473rem;
	}
	.p-case-about .about-content {
		/*	display: grid;
		grid-auto-columns: 1fr;
		grid-auto-rows: 1fr;
		grid-template-columns: 51rem 1fr;
		grid-template-rows: auto auto;
		gap: 6rem 7rem;
		grid-template-areas:
			"image block01"
			"block02 block02";*/
	}
	.p-case-about .about-content .image {
		grid-area: image;
		margin: 1rem 7rem 0 0;
		float: left;
	}
	.p-case-about .about-content .block-01 {
		grid-area: block01;
	}
	.p-case-about .about-content .block-02 {
		margin-top: 6rem;
	}
	.p-case-about .about-item-images {
		-ms-grid-columns: (1fr)[3];
		display: -ms-grid;
		display: grid;
		grid-template-rows: repeat(auto-fill, 1fr);
		grid-template-columns: repeat(3, 1fr);
		margin-top: 11.3rem;
		gap: 0 0.2rem;
	}
	.p-case-about .about-item-lists .item-list .caption {
		-webkit-box-flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1;
		flex: 1;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 4rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .image {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding: 4.0421052631rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption-inner {
		padding: 3.0315789473rem 3.3684210527rem 3.7052631579rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .image {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		order: 1;
		padding: 4.0421052631rem 4.0421052631rem 3.0315789473rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption-inner {
		padding: 3.0315789473rem 3.3684210527rem 2.8294736842rem;
	}
	.p-case-profile-inner {
		-ms-grid-columns: 40rem 4rem 1fr;
		-ms-grid-rows: auto 4rem auto;
		display: -ms-grid;
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: 40rem 1fr;
		grid-template-areas: "image detail" "shop shop";
		grid-auto-rows: 1fr;
		grid-auto-columns: 1fr;
		gap: 4rem 4rem;
	}
	.p-case-about .about-content .image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-case-profile-inner .profile-image {
		grid-area: image;
	}
	.p-case-profile-inner .profile-detail {
		grid-area: detail;
	}
	.p-case-profile-inner .profile-detail .history {
		-ms-grid-rows: auto;
		-ms-grid-columns: 7.6rem 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 7.6rem 1fr;
		gap: 0.8rem 0;
	}
	.p-case-profile-inner .profile-shop {
		-ms-grid-columns: 1fr 4rem 40rem;
		-ms-grid-rows: auto;
		display: -ms-grid;
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 1fr 40rem;
		grid-template-areas: "content image";
		grid-auto-rows: 1fr;
		grid-auto-columns: 1fr;
		grid-area: shop;
		gap: 0 4rem;
	}
	.p-case-profile-inner .profile-shop > .image {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-case-profile-inner .profile-shop > .profile-image {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-case-profile-inner .profile-shop .shop-content {
		grid-area: content;
	}
	.p-case-profile-inner .profile-shop .shop-info {
		-ms-grid-rows: auto;
		-ms-grid-columns: 6.5rem 1fr;
		display: -ms-grid;
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 6.5rem 1fr;
		gap: 0 0.8rem;
	}
	.p-case-profile-inner .profile-shop .shop-image {
		grid-area: image;
	}
	.p-case-profile-inner .profile-image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-case-profile-inner .profile-detail {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-case-profile-inner .profile-shop {
		-ms-grid-column-span: 3;
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.p-case-profile-inner .profile-shop .shop-content {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-case-profile-inner .profile-shop .shop-image {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.p-case-profile-inner .profile-shop > .shop-image {
		-ms-grid-row: 1;
		-ms-grid-column: 3;
	}
	.p-case-work .work-list:nth-child(odd) .work-content {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding-right: 2.8rem;
	}
	.p-case-work .work-list:nth-child(odd) .work-images {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.p-case-work .work-list:nth-child(even) .work-content {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		padding-left: 2.8rem;
	}
	.p-case-work .work-list:nth-child(even) .work-images {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.p-case-work .work-content {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 4rem;
	}
	.p-case-work .work-images {
		width: 59rem;
		gap: 0px 0.8rem;
	}
	.p-case-footer .navi a {
		width: 50rem;
	}
}
@media screen and (min-width: 1280px){
	.p-case-mv .mv-content {
		padding-left: 5.0675675676vw;
	}
	.p-case-mv .mv-content .title {
		font-size: 2.9411764706vw;
	}
	.p-case-mv .mv-content .name {
		margin-top: 4.2105263158vw;
	}
	.p-case-mv .mv-image {
		width: 47.0588235294vw;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption {
		padding: 3.1578947368vw;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption-inner {
		padding: 2.3684210526vw 2.6315789474vw 2.8947368421vw;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption {
		padding: 3.1578947368vw 3.1578947368vw 2.3684210526vw;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption-inner {
		padding: 2.3684210526vw 2.6315789474vw 2.2105263158vw;
	}
}
@media screen and (min-width: 1700px){
	.p-case-mv .mv-content {
		padding-left: 15rem;
	}
	.p-case-mv .mv-content .title {
		font-size: 5rem;
	}
	.p-case-mv .mv-image {
		width: 100%;
	}
}
@media screen and (min-width: 1900px){
	.p-case-mv .mv-content .name {
		margin-top: 8rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption {
		padding: 6rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(odd) .caption-inner {
		padding: 4.5rem 5rem 5.5rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption {
		padding: 6rem 6rem 4.5rem;
	}
	.p-case-about .about-item-lists .item-list:nth-child(even) .caption-inner {
		padding: 4.5rem 5rem 4.2rem;
	}
}