@charset "UTF-8";



/* -------------------------------------------

kv

------------------------------------------- */
.top-kv {
	position: relative;
}
.scroll {
	position: absolute;
	left: calc(50% - 5rem);
	bottom: 1rem;
	width: 10rem;
}
.top-kv .insta {
	position: absolute;
	right: 10rem;
	bottom: 1rem;
}
.top-kv .insta a {
	color: #fff;
	display: flex;
	align-items: center;
}
.top-kv .insta a img {
	width: 1.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
	.scroll {
		left: calc(50% - 3rem);
		width: 6rem;
		bottom: 0rem;
	}
}



/* -------------------------------------------

slider

------------------------------------------- */
.top-slider {
	background: var(--blue);
}
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 90px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider ul {
	height: 90px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider ul li {
	width: 1142px;
	height: 90px;
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#loopslider {
		height: 45px;
	}
	#loopslider ul {
		height: 45px;
	}
	#loopslider ul li {
		width: 571px;
		height: 45px;
	}
}



/* -------------------------------------------

news

------------------------------------------- */
.top-news {
    padding: 9rem 0;
	background: url(../img/back-news.jpg) no-repeat center top / cover;
}
@media screen and (max-width: 768px) {
	.top-news {
		padding: 6rem 3rem;
	}
}
.top-news h2 {
	margin-bottom: 2.8rem;
}
/* ---- wrap ---- */
.top-news .wrap {
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 4rem;
	padding: 3.5rem 4rem;
}
.top-news .wrap > div:nth-of-type(1) {
	width: 17rem;
	display: flex;
	justify-content: flex-start
}
.top-news .wrap > div:nth-of-type(1) > div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top-news .wrap > div:nth-of-type(2) {
	width: calc(100% - 17rem);
}
@media screen and (max-width: 768px) {
	.top-news .wrap {
		display: block;
	}
	.top-news .wrap > div:nth-of-type(1) {
		width: auto;
		justify-content: center;
	}
	.top-news .wrap > div:nth-of-type(2) {
		width: 100%;
	}
	.top-news .more-wrap {
		margin-top: 5rem;
	}
}
/* ---- cms ---- */
.top-news .CMS-NEWS-TIME {
	color: #000;
	font-weight: 400;
	font-size: 1.1rem;
}
.top-news .CMS-NEWS-INDEX {
    padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
    display: none;
}




/* -------------------------------------------

concept

------------------------------------------- */
.top-concept {
	background: 
		url(../img/deco-1.png) no-repeat right -6rem top 9rem,
		url(../img/bg-deco-1.png) no-repeat center top;
	background-size: 
		34rem auto,
		100% auto;
	padding: 12rem 0 14rem 0;
	display: flex;
	position: relative;
}
.top-concept > * {
	width: 50%;
}
.top-concept > div {
	padding-left: 3rem;
	padding-right: 15rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-concept {
		background: 
			url(../img/deco-1.png) no-repeat right -2rem top 4rem,
			url(../img/bg-deco-1.png) no-repeat center top;
		background-size: 
			20rem auto,
			100% auto;
		padding: 8rem 0 4rem 0;
		display: block;
	}
	.top-concept > * {
		width: 100%;
	}
	.top-concept > figure {
		padding-right: 2rem;
		margin-bottom: 2rem;
	}
	.top-concept > div {
		padding: 0 3rem;
	}
}
/* ---- h2 ---- */
.top-concept h2 {
	margin-left: -5.5rem;
}
@media screen and (max-width: 768px) {
	.top-concept h2 {
		margin-left: 0;
		display: flex;
		justify-content: center;
		margin-bottom: 1.5rem;
	}
}
/* ---- p ---- */
.top-concept p {
	margin: 2.5rem 0 4.5rem 0
}
@media screen and (max-width: 768px) {
	.top-concept p {
		margin: 2rem 0 3rem 0
	}
}
/* ---- figure ---- */
.top-concept > div figure {
	width: 28rem;
	position: absolute;
	right: 0;
	bottom: -10rem;
}
@media screen and (max-width: 768px) {
	.top-concept > div figure {
		width: 30rem;
		position: relative;
		right: auto;
		bottom: auto;
		margin-left: auto;
		margin-right: -3rem;
		margin-top: 3rem;
	}	
}



/* -------------------------------------------

menu

------------------------------------------- */
.top-menu {
	background: url(../img/back-menu.jpg) no-repeat center top / cover;
	padding: 11rem 0 11.5rem;
	position: relative;
}
@media screen and (max-width: 768px) {
	.top-menu {
		padding: 6rem 1.5rem 6rem 1.5rem;
	}	
}

.top-menu .wrap {
	color: #fff;
	border: 0.15rem solid #fff;
	border-radius: 7rem;
	background-color: #000;
	padding: 9rem 13rem 10rem 20.5rem;
	margin: 10.5rem auto -2.8rem;
	position: relative;
}
		.top-menu .wrap::before {
			content: "";
			background: url(../img/title-menu1.png) no-repeat center top / contain;
			width: 5.2rem;
			height: 18.4rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: 6rem;
			left: 6.5rem;
			pointer-events: none;
		}

@media screen and (max-width: 768px) {
	.top-menu .wrap {
		border-radius: 4rem;
		background-color: #000;
		padding: 6rem 2rem 10rem 7rem;
		margin: 6rem auto -2.8rem;
		position: relative;
	}
		.top-menu .wrap::before {
			width: 4.5rem;
			height: 16.5rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: 2rem;
			left: 0.5rem;
			pointer-events: none;
		}
}

.top-menu h3 {
	font-size: 1.67rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.2;
	text-shadow: 0 0rem 2.5rem #c4021a;
	border-color: #bbb;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
.top-menu h3:after {
	border-bottom: solid 0.2rem #c4021a;
	bottom: -0.15rem;
	width: 35%;
}
.top-menu dl {
	display: flex;
	justify-content: space-between;
}
.top-menu dl:not(.noborder) {
	border-bottom: 0.1rem solid #bbb;
}
.top-menu dt {
	width: 35%;
	text-align: center;
	padding: 2.2rem 0;
	font-size: 1.34rem;
	font-weight: 500;
	line-height: 2.1;
}
.top-menu dt.back {
	background-color: #140205;
}
.top-menu dd {
	width: 65%;
	text-align: left;
	padding: 2.2rem 0 2.2rem 2rem;
	font-size: 1.34rem;
	line-height: 2.1;
}
@media screen and (max-width: 768px) {
	.top-menu h3:after {
		width: 30%;
	}
	.top-menu dt {
		width: 30%;
		line-height: 1.6;
	}
	.top-menu dd {
		width: 70%;
		line-height: 1.6;
	}
}


/* -------------------------------------------

gallery

------------------------------------------- */
.top-gallery {
	padding: 12rem 0 11rem 0;
	position: relative;
	background: url(../img/back-gallery.png) no-repeat center top / cover,#000;
}
		.top-gallery::before {
			content: "";
			background: url(../img/deco-gallery.png) no-repeat center right / contain;
			width: 105.9rem;
			height: 34.9rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: -14.5rem;
			right: 0;
			pointer-events: none;
		}

@media screen and (max-width: 768px) {
	.top-gallery {
		padding: 6rem 0 8rem 0;
		position: relative;
	}
		.top-gallery::before {
			width: 41rem;
			height: 14rem;
			top: -5.5rem;
			right: 0;
		}
}
.top-gallery .more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	.top-gallery .more-wrap {
		margin-top: 3rem;
	}
}
#loopslider2 {
	margin: 3.5rem auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
#loopslider2 ul {
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#loopslider2 ul li {
	width: 384px;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
}
/* #loopslider2 ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
#loopslider2 ul {
	display: inline-block;
	overflow: hidden;
} */
@media screen and (max-width: 768px) {
	#loopslider2 {
		height: 150px;
	}
	#loopslider2 ul {
		height: 150px;
	}
	#loopslider2 ul li {
		width: 192px;
		height: 150px;
	}
}



/* -------------------------------------------

sns

------------------------------------------- */
.top-sns {
	background: url(../img/deco-3.png) no-repeat left -3.5rem top 1rem;
	background-size: 32rem auto;
	padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
	.top-sns {
		background-size: 20rem auto;
		padding-bottom: 4rem;
	}
}
/* ---- h2 ---- */
.top-sns h2 {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 10;
	margin-bottom: 2rem;
}
.top-sns h2 img {
	height: 11rem;
}
@media screen and (max-width: 768px) {
	.top-sns h2 img {
		height: 9rem;
	}
}
/* ---- ul ---- */
.top-sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80rem;
	margin: 0 auto;
}
.top-sns ul li {
	width: 48.5%;
}
@media screen and (max-width: 768px) {
	.top-sns ul {
		width: auto;
		padding: 0 1.5rem;
	}
	.top-sns ul li {
		width: 49.5%;
	}	
}



/* -------------------------------------------

access

------------------------------------------- */
.top-access {
	background: url(../img/back-access.jpg) no-repeat center top / cover;
	padding: 16.5rem 0 10rem 0;
	color: #fff;
		position: relative;
}
		.top-access::before {
			content: "";
			background: url(../img/deco-access.png) no-repeat left top / contain;
			width: 107rem;
			height: 34.7rem;
			/* aspect-ratio: 293/95; */
			position: absolute;
			top: -11rem;
			left: 0;
			pointer-events: none;
		}

@media screen and (max-width: 768px) {
	.top-access {
		padding: 6rem 3rem 15rem 3rem;
	}
		.top-access::before {
			width: 40rem;
			height: 14rem;
			top: -5.5rem;
		}

}




.top-access .wrap2 {
	width: 112rem;
	margin: 3.5rem auto 7rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap2 {
		width: 100%;
		margin: 3.5rem auto 5rem;
	}
}
.top-access .wrap {
	margin-bottom: 6rem;
}
.top-access .wrap > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 5rem;
}
.top-access .wrap > div > div:nth-of-type(1) {
	flex: 1;
}
.top-access .wrap > div > div:nth-of-type(2) {
	width: 37.5rem;
}
@media screen and (max-width: 768px) {
	.top-access .wrap {
		margin-bottom: 0rem;
	}
	.top-access .wrap > div {
		flex-direction: column-reverse;
		gap: 5rem;
	}
	.top-access .wrap > div > div:nth-of-type(2) {
		width: 100%;
	}
}

.top-access .gmap {
	margin-bottom: 5rem;
}
.top-access .gmap iframe {
	height: 33.5rem;
	border-radius: 0;
}

.top-access ul.detail li::before {
	content: none;
}
.top-access ul.detail {
	border-top: 0.1rem solid #fff;
	border-bottom: 0.1rem solid #fff;
}
.top-access ul.detail li {
	border-bottom: 0.05rem dashed #fff;
	padding: 0;
}
.top-access ul.detail li a {
	color: #fff;
}
.top-access ul.detail li dt {
	font-size: 1.34rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	text-align: center;
	padding: 2rem 0 2rem 0;
	background-color: rgba(74, 5, 13, 0.6);
}
.top-access ul.detail li dd {
	font-size: 1.34rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.75;
	padding: 2rem 0 2rem 3rem;
}

@media screen and (max-width: 768px) {
	.top-access ul.detail li dd {
		font-size: 1.34rem;
		font-weight: 400;
		letter-spacing: 0.05em;
		line-height: 1.75;
		padding: 1rem 0 2rem 0rem;
	}
}




/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
	margin-top: -7rem;
	padding: 11rem 0 10rem 0;
	background: url(../img/back-insta.png) no-repeat left top / cover;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.top-insta {
		padding: 6rem 0;
	}	
}

.top-insta .wrap {
	width: 75rem;
	margin: 0 auto;
}
.CMS-INSTAGRAM-LIST {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.CMS-INSTAGRAM-LIST > * {
    width: calc((100% - 2rem) / 3);
    margin-right: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
    margin-right: 0;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
    margin-top: 1rem;
}
.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
    display: none;
}
@media screen and (max-width: 768px) {
	.top-insta .wrap {
		width: auto;
		padding: 0 3rem;
	}
}



/* -------------------------------------------

sister-shop

------------------------------------------- */
.sister-shop {
	padding: 6rem 8rem;
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
	border-radius: 10rem;
}
@media screen and (max-width: 768px) {
	.sister-shop {
		padding: 5rem 1.5rem;
		border-radius: 5rem;
	}
}
/* ---- h3 ---- */
.sister-shop h3 {
	text-align: center;
	font-family: var(--font-modak);
	font-weight: normal;
	font-size: 4.4rem;
	line-height: 1;
	color: var(--pink);
	margin-bottom: 3rem;
}
.sister-shop h3 span {
	display: block;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.6rem;
}
.sister-shop .time {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.sister-shop h3 {
		line-height: 0.85;
	}
}
.sister-shop-system dl {
	margin-bottom: 3rem;
}
.sister-shop-system dl dt {
	background: var(--purple);
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sister-shop-system dl dd {
	text-align: center;
	font-size: 1.6rem;
}
.sister-shop-system dl dd:not(:last-of-type) {
	margin-bottom: 3rem;
}
.sister-shop .note {
	text-align: center;
	font-size: 1.2rem;
}
.sister-shop .wrap {
	display: flex;
	justify-content: space-between;
}
.sister-shop .wrap:not(:last-of-type) {
	margin-bottom: 3rem;
}
.sister-shop .wrap > * {
	width: 48%;
}
@media screen and (max-width: 768px) {
	.sister-shop .wrap {
		display: block;
	}
	.sister-shop .wrap:not(:last-of-type) {
		margin-bottom: 3rem;
	}
	.sister-shop .wrap > * {
		width: 100%;
	}
	.sister-shop .wrap > *:not(:last-of-type) {
		margin-bottom: 3rem;
	}
}
.sister-shop-drink dt {
	background: var(--purple);
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sister-shop-drink dd.flex {
	display: flex;
	justify-content: space-between;
}
.sister-shop-drink dd.flex > * {
	width: 48%;
}
.sister-shop-drink dd i {
	font-size: 1.1rem;
	line-height: 1.3;
	display: block;
	margin-top: 0.15rem;
	margin-bottom: 0.7rem;
	padding-left: 1.7rem;
}
.sister-shop-sp dt {
	background: var(--purple);
	color: #fff;
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.sister-shop-sp dd {
	text-align: center;
}
@media screen and (max-width: 768px) {
	.sister-shop-sp dd {
		text-align: left;
	}
}
.sister-shop-sp dd:not(:last-of-type) {
	margin-bottom: 3rem;
}



/* -------------------------------------------

menu

------------------------------------------- */
/* ---- menu-wrap ---- */
.menu-wrap {
	box-shadow: inset 0 0 2rem var(--blue),0 0 1rem var(--blue);
	border: solid 0.4rem var(--pink);
	border-radius: 10rem;
	padding: 6rem 8rem;
}
@media screen and (max-width: 768px) {
	.menu-wrap {
		border-radius: 5rem;
		padding: 5rem 3rem;
		border-radius: 5rem;
	}
}
/* ---- h3 ---- */
.menu-wrap h3 {
	text-align: center;
	font-family: var(--font-modak);
	font-weight: normal;
	font-size: 4.4rem;
	line-height: 1;
	color: var(--blue);
	margin-bottom: 3rem;
	line-height: 0.8;
}
.menu-wrap h3 span {
	display: block;
	font-family: var(--font-rockn);
	font-size: 1.4rem;
	color: var(--pink);
	margin-top: 0.4rem;
}
/* ---- h4 ---- */
.menu-wrap h4 {
	color: var(--purple);
	font-size: 2rem;
	border-bottom: solid 0.3rem var(--purple);
	padding-bottom: 0.3rem;
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.menu-wrap h4 {
		font-size: 1.8rem;
	}
}
/* ---- menu-system ---- */
.menu-system ul li:not(:last-child) {
	margin-bottom: 4rem;
}
.menu-system dl {
	padding: 2rem 2.5rem;
	border-radius: 2rem;
	background: linear-gradient(to right,#f1f8f1,#e8eff5);
}
.menu-system dl dt {
	font-weight: bold;
	font-size: 1.6rem;
}
.menu-system ul li:nth-child(4) dl dt {
	font-weight: bold;
}
.menu-system ul li:nth-child(4) dl dd:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
/* ---- menu-drink ---- */
.menu-drink .wrap {
	display: flex;
	justify-content: space-between;
}
.menu-drink .wrap ul {
	width: 31%;
}
.menu-drink .wrap ul li:not(:last-child) {
	margin-bottom: 1rem;
}
.menu-drink .wrap ul li {
	background: linear-gradient(to right,#f1f8f1,#e8eff5);
	padding: 1.8rem 2rem;
	border-radius: 1rem;
}
.menu-drink .wrap ul li dt {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.menu-drink .wrap {
		display: block;
	}
	.menu-drink .wrap ul {
		width: 100%;
	}
	.menu-drink .wrap ul:not(:last-of-type) {
		margin-bottom: 1rem;
	}
	.menu-drink .wrap ul li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.menu-drink .wrap ul li {
		background: linear-gradient(to right,#f1f8f1,#e8eff5);
		padding: 1.8rem 2rem;
		border-radius: 1rem;
	}
	.menu-drink .wrap ul li dt {
		font-weight: bold;
		font-size: 1.6rem;
		margin-bottom: 0.5rem;
		line-height: 1.4;
	}
}
/* ---- menu-champagne ---- */
.menu-champagne dl {
	display: flex;
	flex-wrap: wrap;
}
.menu-champagne dl dt {
	width: 70%;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: dotted 1px #ccc;
}
.menu-champagne dl dd {
	width: 30%;
	text-align: right;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: dotted 1px #ccc;
}
.menu-champagne dl dt:not(:last-of-type),
.menu-champagne dl dd:not(:last-of-type) {
	margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
	.menu-champagne dl {
		display: block;
	}
	.menu-champagne dl dt {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}
	.menu-champagne dl dd {
		width: 100%;
	}
	.menu-champagne dl dt:not(:last-of-type) {
		margin-bottom: 0;
	}
	.menu-champagne dl dd:not(:last-of-type) {
		margin-bottom: 1.5rem;
		padding-bottom: 1.5rem;
		border-bottom: dotted 1px #ccc;
	}
}
/* ---- menu-sp ---- */
.menu-sp ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menu-sp ul li {
	width: 49%;
	background: linear-gradient(to right,#f1f8f1,#e8eff5);
	padding: 1.8rem 2rem;
	border-radius: 1rem;
}
.menu-sp ul li:nth-child(n + 3) {
	margin-top: 2%;
}
.menu-sp .wrap ul li dt {
	font-weight: bold;
	font-size: 1.6rem;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.menu-sp ul {
		display: block;
	}
	.menu-sp ul li {
		width: 100%;
	}
	.menu-sp ul li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.menu-sp ul li:nth-child(n + 3) {
		margin-top: 0;
	}
}






/* -------------------------------------------

cast

------------------------------------------- */
.top-cast {
	padding: 11rem 0 8rem 0;
	position: relative;
	background-color: #000;
	color: #fff;
}

.top-cast .wrap {
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
	margin: 5rem auto 4rem;
}
.top-cast .wrap p {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.84;
	text-align: center;
	margin-top: 1.3rem;
}

.top-cast .wrap2 {
	width: 80rem;
	display: flex;
	justify-content: space-between;
	gap: 3.2rem;
	margin: 7rem auto 0rem;
	background: url(../img/back-recruit.jpg) no-repeat center / cover;
	height: 25rem;
	align-items: center;
	padding: 0 8rem 0 11rem;
}
.top-cast .wrap2 h2 {
	margin-top: -2.5rem;
}

@media screen and (max-width: 768px) {
	.top-cast {
		padding: 6rem 3rem 7rem;
	}
	.top-cast .wrap {
		flex-direction: column;
		gap: 3.2rem;
		margin: 5rem auto 4rem;
	}
	.top-cast .wrap2 {
		width: 100%;
		flex-direction: column;
		gap: 2.2rem;
		margin: 7rem auto 0rem;
		height: inherit;
		align-items: center;
		padding: 6rem 0 5rem;
	}
}





/* -------------------------------------------

sister

------------------------------------------- */
.top-sister {
	padding: 7rem 0 8rem 0;
	position: relative;
	background: url(../img/back-sister.png) no-repeat center bottom / 100%, #000;	
	margin-top: -0.3rem;
}

.top-sister .wrap {
	margin-left: auto;
	margin-right: 14.3rem;
	width: 39rem;
}
.top-sister h2 {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 1.47;
	color: #a60519;
	margin-bottom: 1rem;
}
.top-sister h3{
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}
.top-sister p {
	font-size: 1.34rem;
	font-weight: 400;
	letter-spacing: 0.2em;
	line-height: 1.875;
	margin-bottom: 2rem;
}

.btn_wrap {
	display: flex;
	justify-content: flex-start;
	gap: 3rem;
}
.btn_wrap .insta {
	width: 5.5rem;
}

@media screen and (max-width: 768px) {
	.top-sister {
		background: url(../img/back-sister_sp.jpg) no-repeat left bottom / cover, #000;	
		padding: 6rem 3rem 7rem;
	}

	    .top-sister::before {
			content: "";
			position: absolute;
			inset: 0;
			background-color: rgba(250, 248, 242, 0.9);
		}

	.top-sister .wrap {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.top-sister h2 {
		text-align: center;
	}
	.btn_wrap {
		flex-direction: column;
		align-items: center;
		gap: 3rem;
	}
	.btn_wrap .insta {
		width: 4.5rem;
	}
}




