@charset "utf-8";
/*----------------------------------------------------------------------------------------

	index.css

----------------------------------------------------------------------------------------*/

.sec_head01 p.lead {
	line-height: 2;
}


/* header //
////////////////////////////////////////////////////////////////////*/

body.front #body_header.is-over-mv {
	position: absolute;
	background: transparent;
	box-shadow: none;
}
body.front #body_header.is-over-mv .logo img {
	filter: brightness(0) invert(1) drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
}
body.front #body_header.is-over-mv .txt,
body.front #body_header.is-over-mv .login_btn a {
	color: #fff;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.6));
}
body.front #body_header.is-over-mv .login_btn a {
	border-color: #fff;
}

/* メガメニュー開いた時 */
body.front #body_header.is-over-mv.is-menu-open {
	background: #fff;
	color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
body.front #body_header.is-over-mv.is-menu-open .logo img,
body.front #body_header.is-over-mv.is-menu-open .txt,
body.front #body_header.is-over-mv.is-menu-open .login_btn a {
	filter: none;
}
body.front #body_header.is-over-mv.is-menu-open .txt {
	color: #333;
}
body.front #body_header.is-over-mv.is-menu-open .login_btn a {
	color: var(--acc1);
	border-color: var(--acc1);
}

/* 通常ver */
body.front #body_header.is-fixed {
	position: fixed;
	top: -100px;
	background: #fff;
	color: #333;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
	animation: slideDown .4s forwards;
}
@keyframes slideDown {
	to {
		top: 0;
	}
}
body.front #body_header.is-fixed .logo img {
	filter: none;
}
body.front #body_header.is-fixed .header_nav .login_btn a {
	color: var(--acc1);
	border-color: var(--acc1);
}


/* mv //
////////////////////////////////////////////////////////////////////*/

.mv {
	position: relative;
	height: calc(100vh - 20px);
	min-height: 600px;
}
.mv .mv_bg {
	position: absolute;
	inset: 0;
	z-index: -1;
}
.mv .swiper,
.mv .swiper-wrapper,
.mv .swiper-slide {
	height: 100%;
}
.mv_img_item {
	width: 100%;
	height: 100%;
}
.mv_img_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mv .swiper-slide img {
	transform: scale(1);
	transition: transform 5s linear;
}
.mv .swiper-slide-active img {
	transform: scale(1.03);
}
.mv .mv_content {
	position: relative;
	height: 100%;
}
.mv .mv_inner {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	height: 100%;
}
.mv .mv_catch {
	width: 253px;
	height: 455px;
}
.mv .mv_copy {
	position: absolute;
	left: 60px;
	bottom: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-en);
	letter-spacing: 0.05em;
	line-height: 1;
}
.mv .mv_information {
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 660px;
	background-color: #fff;
	border-radius: 16px 0 0 16px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	padding: 24px 40px;
}
.mv .mv_information .ttl a {
	position: relative;
	display: inline-flex;
	align-items: center;
	color: var(--acc2);
	font-size: 16px;
	font-weight: 700;
	font-family: var(--font-en);
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.mv .mv_information .ttl a::after {
	content: "\f061"; /* arrow-right */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	line-height: 1;
	background-color: var(--acc2);
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-left: 8px;
}
.mv .mv_information .mv_information_link {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.mv .mv_information .mv_information_link::after {
	content: "\f061"; /* arrow-right */
	display: inline-block;
	color: var(--acc1);
	font-size: 12px;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	line-height: 1;
	margin-left: 6px;
}
.mv .mv_information .mv_information_link .meta {
	display: flex;
	align-items: center;
	gap: 10px;
}
.mv .mv_information .mv_information_link time {
	font-size: 14px;
	line-height: 1;
	transition: color 0.2s;
}
.mv .mv_information .mv_information_link .cate-item {
	color: var(--acc1);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
	border: 1px solid var(--acc1);
	padding: 4px 8px;
}
.mv .mv_information .mv_information_link .ttl {
	font-size: 14px;
	line-height: 1.6;
	flex: 1;
	min-width: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: color 0.2s;
}

/* hover */
.mv .mv_information .mv_information_link:hover time,
.mv .mv_information .mv_information_link:hover .ttl {
	color: var(--acc1);
}

.js-mv {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.js-mv.active {
	opacity: 1;
}


/* concept //
////////////////////////////////////////////////////////////////////*/

.concept {
	position: relative;
	padding: 60px 0 80px;
	margin-top: 50px;
	overflow: hidden;
}
.concept::before {
	content: "";
	position: absolute;
	top: 0;
	left: 45%;
	transform: translateX(-50%);
	width: 370px;
	height: 346px;
	background: url(../images/index/bg_deco_circle_gradient.png) no-repeat center / contain;
	z-index: -1;
}
.concept::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%);
	width: 2560px;
	height: 454px;
	background: url(../images/index/bg_deco_wave.png) no-repeat center / contain;
	z-index: -1;
}
.concept .sec_head01 {
	margin-bottom: 32px;
}
.concept .sec_head01 .ttl {
	align-items: center;
	text-align: center;
}
.concept .sec_head01 .lead {
	line-height: 2;
	text-align: center;
	margin-top: 32px;
}
.concept .concept_btn {
	text-align: center;
	margin-top: 40px;
}


/* concept-slider //
////////////////////////////////////////////////////////////////////*/

.concept-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.concept-slider__track {
	display: flex;
	width: max-content;
	animation: scroll 60s linear infinite;
	gap: 16px;
}
.concept-slider__item {
	flex: 0 0 auto;
}
.concept-slider__item:nth-child(even) {
	margin-top: 40px;
}
.concept-slider__item img {
	display: block;
	width: 400px;
	border-radius: 16px;
	height: auto;
	object-fit: cover;
}
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-50%);
	}
}


/* commitment //
////////////////////////////////////////////////////////////////////*/

.commitment {
	position: relative;
	padding: 100px 0;
}
.commitment::before {
	content: "";
	position: absolute;
	top: -133px;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(242, 239, 231, 0) 0%, rgba(190, 175, 135, 0.25) 47.29%), #fff;
	background:
	linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(255, 255, 255, 0) 47.29%),
		url(../images/common/pattern-noise01.svg) repeat center / 1024px 1024px, #fff;
	z-index: -1;
}
.commitment .commitment_inner {
	position: relative;
}
.commitment .sec_head01 {
	position: relative;
}
.commitment .sec_head01::after {
	content: "";
	position: absolute;
	top: 34px;
	right: 74px;
	width: 400px;
	height: 118px;
	background: url(../images/index/commitment_illustration.png) no-repeat center / contain;
	z-index: 1;
}
.commitment .commitment_items {
	position: relative;
	height: 460px;
}
.commitment .commitment_dots {
	position: absolute;
	top: 16px;
	right: 16px;
	display: flex;
	gap: 10px;
	z-index: 1;
}
.commitment .commitment_dots .dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d9d9d9;
	transition: background-color .3s ease;
}
.commitment .commitment_dots .dot.is-active {
	background-color: var(--acc1);
}
.commitment .commitment_item {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity .5s ease;
	pointer-events: none;
	display: flex;
}
.commitment .commitment_item.is-active {
	opacity: 1;
	pointer-events: auto;
}
.commitment .commitment_item_img,
.commitment .commitment_item_body {
	flex: 0 0 52%;
}
.commitment .commitment_item_img {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 40px;
}
.commitment .commitment_item_body {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 0 60px 20px 120px;
	margin-top: 40px;
	margin-left: -5%;
	overflow: hidden;
}
.commitment .commitment_item_body .num {
	position: absolute;
	right: 30px;
	bottom: -10px;
	color: rgba(190, 175, 135, 0.2);
	font-size: 120px;
	font-weight: 700;
	font-family: var(--font-gothic);
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: right;
}
.commitment .commitment_item_body .ttl {
	position: relative;
	color: var(--acc1);
	font-size: 32px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
	padding-bottom: 27px;
}
.commitment .commitment_item_body .ttl::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 48px;
	height: 3px;
	background-color: var(--acc2);
	border-radius: 2px;
}
.commitment .commitment_item_body .txt {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 24px;
}


/* service //
////////////////////////////////////////////////////////////////////*/

.service {
	position: relative;
	background-color: #fff;
	border-radius: 0 200px 0 200px;
	padding: 80px 0 88px;
}
.service::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bgc1);
	background: url(../images/common/pattern-noise01.svg) repeat center / 1024px 1024px;
	z-index: -1;
}
.service .sec_head01 {
	position: relative;
}
.service .sec_head01::after {
	content: "";
	position: absolute;
	top: 0;
	right: -40px;
	width: 522px;
	height: 216px;
	background: url(../images/index/service_illustration.png) no-repeat center / contain;
	z-index: 1;
}
.service .service_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.service .service_item a {
	display: flex;
	justify-content: space-between;
	color: #fff;
	height: 280px;
	background: #b5a680;
	background: url(../images/common/pattern-noise03.svg) repeat center / 1024px 1024px;
	border-radius: 16px;
	box-sizing: border-box;
	box-shadow: 0 6px 0 0 var(--bgc1);
	padding: 32px 40px 32px 48px;
	overflow: hidden;
}
.service .service_item a > * {
	position: relative;
	z-index: 2;
}
.service .service_item a .service_item_head .ttl {
	position: relative;
	display: inline-flex;
	align-items: flex-end;
	font-size: 36px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.service .service_item a .service_item_head .ttl::after {
	content: "\f061"; /* arrow-right */
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	font-family: 'Font Awesome 6 Free';
	line-height: 1;
	background-color: var(--acc1);
	border-radius: 50%;
	width: 48px;
	height: 48px;
	margin-left: 10px;
}
.service .service_item a[target="_blank"] .service_item_head .ttl::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	width: 12px;
	height: 10px;
	background-color: #fff;
	-webkit-mask: url(../images/common/icon-external.svg) no-repeat center / contain;
	mask: url(../images/common/icon-external.svg) no-repeat center / contain;
	z-index: 1;
}
.service .service_item a[target="_blank"] .service_item_head .ttl::after {
	content: "";
}
.service .service_item a .service_item_head .lead {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	margin-top: 16px;
}
.service .service_item a .service_item_img img {
	width: 216px;
}

/* small */
.service .service_item.--sm a {
	height: 180px;
	padding: 24px 60px 24px 48px;
}
.service .service_item.--sm .service_item_head .ttl {
	font-size: 24px;
}
.service .service_item.--sm .service_item_head .ttl::after {
	font-size: 12px;
	width: 40px;
	height: 40px;
}
.service .service_item.--sm .service_item_head .lead {
	margin-top: 12px;
}
.service .service_item.--sm a .service_item_img img {
	width: 132px;
}

/*----------*/

.service .keyword {
	display: grid;
	grid-template-columns: auto auto;
	grid-template-areas:
	"txt items"
	"btn items";
	padding: 0 40px;
	margin-top: 60px;
}
.service .keyword .keyword_txt {
	grid-area: txt; /* 位置指定 */
	font-size: 18px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.5;
}
.service .keyword .keyword_items {
	grid-area: items; /* 位置指定 */
	display: flex;
	gap: 16px;
}
.service .keyword .keyword_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	border: 2px solid var(--acc2);
	box-sizing: border-box;
	border-radius: 50%;
}
.service .keyword .keyword_item_img {
	width: 60px;
}
.service .keyword .keyword_item_ttl {
	font-size: 15px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.service .keyword .keyword_btn {
	grid-area: btn; /* 位置指定 */
}


/* property //
////////////////////////////////////////////////////////////////////*/

.property {
	position: relative;
	padding: 80px 0 120px;
	overflow: hidden;
}
.property::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bgc1);
	background: url(../images/common/pattern-noise01.svg) repeat center / 1024px 1024px;
	z-index: -1;
}
.property::after {
	content: "";
	position: absolute;
	right: -300px;
	bottom: -510px;
	width: 1105px;
	height: 1005px;
	background: url(../images/common/bg_deco_circle_double_w.svg) no-repeat center / contain;
	opacity: 0.4;
	z-index: -1;
}
.property .sec_head01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

/*----------*/

.property .slider-contents {
	position: relative;
}
.property .tksn-cards .tksn-card {
	height: auto;
}
.property .swiper-slide {
	width: 380px;
}

/*----------*/

.property .property_links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}
.property .property_link a {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border: 2px solid var(--acc2);
	box-shadow: 0 4px 0 0 var(--acc2);
	border-radius: 16px;
	padding: 20px 40px 20px 48px;
}
.property .property_link a .ttl {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 14px;
}
.property .property_link a .ttl .en {
	color: var(--acc2);
	font-size: 14px;
	font-weight: 700;
	font-family: var(--font-en);
	letter-spacing: 0.05em;
	line-height: 1;
}
.property .property_link a .ttl .ja {
	font-size: 28px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.property .property_link a .img {
	width: 145px;
}


/* フェアバナー｜campaignbnr //
////////////////////////////////////////////////////////////////////*/

.campaignbnr {
	max-width: 1080px;
	margin: 60px auto;
}


/* roomtour //
////////////////////////////////////////////////////////////////////*/

.roomtour {
	margin-top: 80px;
}
.roomtour .sec_head01 .ttl {
	align-items: center;
	text-align: center;
}

/* swiper */
.roomtour .roomtour_items > * {
	width: 208px;
}

.roomtour .roomtour_btn {
	text-align: center;
	margin-top: 20px;
}


/* selection & blog //
////////////////////////////////////////////////////////////////////*/

.selection,
.blog {
	position: relative;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 24px 40px 24px 60px;
	overflow: hidden;
}
.selection {
	margin-top: 80px;
}
.blog {
	margin-top: 30px;
}
.selection::before,
.blog::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--bgc1);
	background: url(../images/common/pattern-noise01.svg) repeat center / 1024px 1024px;
	z-index: -1;
}
.selection::after,
.blog::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 8px;
	background-color: var(--acc1);
}
.selection .selection_inner,
.blog .blog_inner {
	display: grid;
	grid-template-areas:
	"head items"
	"btn items";
	justify-content: space-between;
}
.selection .sec_head02,
.blog .sec_head02 {
	grid-area: head; /* 位置指定 */
	margin-top: 40px;
}
.selection .selection_items,
.blog .blog_items {
	grid-area: items; /* 位置指定 */
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	width: 760px;
	background-color: #fff;
}
.selection .loop-card-min a,
.blog .loop-card-min a {
	padding: 16px 20px;
	box-sizing: border-box;
}
.selection .loop-card-min:nth-child(2n + 1) a::before,
.blog .loop-card-min:nth-child(2n + 1) a::before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	bottom: 16px;
	width: 1px;
	background-color: #ddd;
}
.selection .loop-card-min:nth-child(n + 3) a::after,
.blog .loop-card-min:nth-child(n + 3) a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #ddd;
}
.selection .selection_btn,
.blog .blog_btn {
	grid-area: btn; /* 位置指定 */
}


/* voice //
////////////////////////////////////////////////////////////////////*/

.voice {
	margin-top: 100px;
	overflow: hidden;
}
.voice .sec_head01 {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.voice .voice_slider {
	margin: 0 calc(50% - 50vw);
}
.voice .voice_btn {
	text-align: center;
	margin-top: 20px;
}


/* staff //
////////////////////////////////////////////////////////////////////*/

section.staff {
	padding-top: 20px;
	margin-top: 80px;
}
section.staff .staff_inner {
	display: flex;
	align-items: stretch;
	gap: 80px;
}
section.staff .staff_img {
	flex: 0 0 600px;
	aspect-ratio: 3 / 2;
	border-radius: 16px;
	overflow: hidden;
}
section.staff .staff_body {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
section.staff .staff_body::before {
	content: "";
	position: absolute;
	top: -20px;
	right: 0;
	width: 370px;
	height: 346px;
	background: url(../images/index/bg_deco_circle_gradient.png) no-repeat center / contain;
	z-index: -1;
}
section.staff .sec_head01 {
	margin-bottom: 32px;
}


/* company //
////////////////////////////////////////////////////////////////////*/

.company {
	position: relative;
	margin-top: 100px;
	overflow: hidden;
}
.company::before {
	content: "";
	position: absolute;
	top: -405px;
	right: -155px;
	width: 1105px;
	height: 1005px;
	background: url(../images/common/bg_deco_circle_double_gradient.svg) no-repeat center / contain;
	z-index: -1;
}
.company .company_visual {
	width: 100%;
	height: 320px;
	background: url(../images/index/company_visual.jpg) no-repeat center / cover;
	/* background-attachment: fixed; */
}
.company .company_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 40px;
	margin-top: 80px;
}
.company .company_img {
	flex: 0 0 560px;
}
.company .company_body {
	flex: 1 1 auto;
}
.company .sec_head01 {
	margin-bottom: 32px;
}


/* page-link //
////////////////////////////////////////////////////////////////////*/

.page-link {
	margin-top: 60px;
}
.page-link_items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	background: linear-gradient(53.02deg, rgba(190, 175, 135, 0.7) 10.11%, rgba(190, 175, 135, 0.2) 91.12%);
	background:
	linear-gradient(
		53.02deg,
		rgba(255, 255, 255, 0.3) 10.11%,
		rgba(255, 255, 255, 0.8) 91.12%
	),
	url(../images/common/pattern-noise02.svg) repeat center / 1024px 1024px;
	border-radius: 16px;
	padding: 30px;
}
.page-link_item a {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px 24px 20px 40px;
}
.page-link_item a .ttl {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 12px;
}
.page-link_item a .ttl .en {
	color: var(--acc2);
	font-size: 12px;
	font-weight: 700;
	font-family: var(--font-en);
	letter-spacing: 0.05em;
	line-height: 1;
}
.page-link_item a .ttl .ja {
	font-size: 20px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.page-link_item a .img {
	width: 90px;
}


/* sns //
////////////////////////////////////////////////////////////////////*/

.sns {
	position: relative;
	margin-top: 120px;
}
.sns .scroll-txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	z-index: -1;
}
.sns .scroll-txt_inner {
	display: inline-block;
	white-space: nowrap;
	animation: scrollLoop 70s linear infinite;
}
.sns .scroll-txt span {
	display: inline-block;
	padding-right: 0.5em;
	color: rgba(190, 175, 135, 0.15);
	font-size: 100px;
	font-weight: 700;
	font-family: var(--font-en);
	letter-spacing: 0.02em;
	line-height: 1;
}
@keyframes scrollLoop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
.sns .sns_inner {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 800px;
	height: 200px;
	background-color: #fff;
	border: 3px solid var(--acc2);
	border-radius: 16px;
	padding: 24px 48px;
	box-sizing: border-box;
}
.sns .sec_head .ttl {
	color: var(--acc1);
	font-size: 28px;
	font-weight: 700;
	font-family: var(--font-gothic);
	line-height: 1.4;
}
.sns .sec_head .lead {
	font-size: 15px;
	line-height: 1.8;
	margin-top: 16px;
}
.sns .sns_img {
	display: flex;
	align-items: center;
}
.sns .sns_img .img {
	position: relative;
	width: 85px;
	z-index: 1;
}
.sns .sns_img .frame {
	width: 162px;
	aspect-ratio: 9 / 16;
	background-color: #333;
	border: 6px solid #333;
	border-radius: 12px;
	box-sizing: border-box;
	margin-left: -10px;
	margin-bottom: 20px;
	transform: rotate(10deg);
	transition: transform .3s ease;
	overflow: hidden;
}
.sns .sns_img .frame:hover {
	transform: rotate(10deg) scale(1.06);
}
.sns .sns_img .frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.sns .frame .instagram-media {
	width: 100% !important;
	min-width: 0 !important;
}
.sns .sns_btn {
	position: absolute;
	right: -32px;
	bottom: -24px;
	background-color: #fff;
	border-radius: 50%;
}
.sns .sns_btn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: var(--acc1);
	border-radius: 50%;
	width: 140px;
	height: 140px;
}
.sns .sns_btn a .em {
	display: inline-block;
	font-size: 20px;
	margin-top: 5px;
}