.reallife-lead-h {
	margin-bottom: 1.5em;
}

.reallife-ins {
	background: #ededed;
}

.reallife-insList {
	overflow: hidden;
	margin-bottom: 1em;
}

.reallife-insItem {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.reallife-insItem-pho {
	width: 100%;
	height: 100%;
}

.reallife-insItem-popupLink {
	overflow: hidden;
	position: relative;
	display: block;
}

.reallife-insItem-popupLink:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0a3447;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.reallife-insItem-popupLink:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-left: -15px;
	margin-top: -15px;
	background: url("../img/ico_loope.png");
	background-size: cover;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0;
}

.reallife-insItem:hover .reallife-insItem-popupLink:before {
	opacity: 0.8;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.reallife-insItem:hover .reallife-insItem-popupLink:after {
	opacity: 1;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.reallife-insItem-status-likes,
.reallife-insItem-instaLink {
	position: absolute;
	color: #fff;
}

.reallife-insItem-instaLink:hover {
	color: #07bfcb;
	opacity: 0.7;
}

#reallife #fancybox-title {
	background: none;
	font-size: 1rem;
}

.reallife-head-insList {
	overflow: hidden;
}

.reallife-head-ins-td {
	float: left;
}

.reallife-more {
	cursor: pointer;
	text-align: center;
	padding: 14px 0;
	background: #373737;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 114%;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #fff;
}

.reallife-more img {
	vertical-align: middle;
}

.reallife-more:hover {
	background: #07bfcb;
}

.reallife-more.off {
	display: none;
}

.reallife-loading {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 5px solid #07bfcb;
	border-left-color: transparent;
	margin: 0 auto 1em;
	display: none;
}

.reallife-loading.on {
	z-index: 10;
	display: block;
	-webkit-animation: gallery-loading 0.8s infinite linear;
	animation: gallery-loading 0.8s infinite linear;
}

@-webkit-keyframes gallery-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes gallery-loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@media screen and (min-width: 768px) {
	/* ==========================================================================
   PC 
   ========================================================================== */
	.reallife-leadSec {
		padding: 110px 0 80px;
	}
	.reallife-h1Wrap {
		overflow: hidden;
		margin-bottom: 2em;
		width: 950px;
		margin: 0 auto;
	}
	.reallife-instagramLogo {
		float: right;
		margin-top: 60px;
	}
	.reallife-h {
		float: left;
	}
	.reallife-lead {
		overflow: hidden;
		width: 950px;
		margin: 0 auto;
	}
	.reallife-lead-img {
		float: right;
	}
	.reallife-lead-txtWrap {
		float: left;
	}
	.reallife-lead-h {
		margin-top: 15px;
	}
	.reallife-lead-img {
		float: right;
	}
	.reallife-ins {
		padding: 36px 0;
	}
	.reallife-insList {
		width: 1000px;
	}
	.reallife-insItem {
		width: 250px;
		height: 250px;
		padding: 4px;
	}
	.reallife-insItem:nth-child(18n + 1),
	.reallife-insItem:nth-child(18n + 10) {
		width: 500px;
		height: 500px;
	}
	.reallife-insItem:nth-child(18n + 10) {
		float: right;
	}
	.reallife-insItem-status-likes,
	.reallife-insItem-instaLink {
		bottom: 10px;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}
	.reallife-insItem:hover .reallife-insItem-status-likes,
	.reallife-insItem:hover .reallife-insItem-instaLink {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.reallife-insItem-status-likes {
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
		left: 20px;
	}
	.reallife-insItem-instaLink {
		-webkit-transform: translateX(100px);
		transform: translateX(100px);
		right: 20px;
	}
	.reallife-head-insList {
		width: 2088px;
		height: 464px;
		position: absolute;
		left: 50%;
		margin-left: -1044px;
	}
	.reallife-head-insItem {
		width: 232px;
		height: 232px;
	}
	#reallife #main {
		height: 464px;
		margin-top: 56px;
	}
	.reallife-head-ins-td:nth-child(3) .reallife-head-insItem {
		width: 464px;
		height: 464px;
	}
	.reallife-head-logo {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 348px;
	}
	@-webkit-keyframes gallery-loading {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes gallery-loading {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	/*20250618↓*/

	* {
		/* outline: 1px solid red; */
	}

	#reserve {
		width: 100vw;
		padding: 0;
		margin: 0;
	}

	#gray-bg {
		width: 100vw;
		background-color: #ededed;
	}

	#gray-bg .wrapper_in {
		width: 850px;
		background-color: #fff;
	}

	.message {
		text-align: center;
		font-size: 40px;
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-weight: 500;
		line-height: 60px;
	}

	.menu-wrapper {
		display: flex;
		width: 850px;
	}

	.menu-item {
		background-color: #333333;
	}

	/*============================
#flow
============================*/
	#reserve {
		background: #ededed;
		padding: 0 0 20px 0;
	}
	.u-bg-white {
		background: #fff;
	}
	.p-reserve__sec01 {
		padding: 80px 0 35px;
	}
	.p-reserve__wrap {
		max-width: 1060px;
		width: 100%;
		margin: 0 auto;
	}
	.p-reserve__lists {
		display: grid;
		gap: 10px 20px;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		background-color: #ededed;
	}

	.p-reserve__list {
		max-width: 340px;
		width: 100%;
		height: 100px;
		background: #333333;
		display: flex;
		justify-content: center;
		align-items: center;
		&:hover {
			background: #07bfcb;
			text-decoration: none;
		}
	}
	.p-reserve__list.is-active {
		background: #07bfcb;
	}
	.p-reserve__list-en {
		color: #fff;
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.8px;
		display: block;
	}
	.p-reserve__list-jp {
		color: #fff;
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		letter-spacing: 0.9px;
		display: block;
	}

	.p-reserve__sec02 {
	}
	.p-reserve__sec02-in {
		padding: 80px 0;
	}

	/*============================
  #flow
  ============================*/
	.p-reserve__catch {
		display: flex;
		position: relative;
		justify-content: center;
		max-width: 825px;
		margin: 0 auto;
		overflow: hidden;
	}

	.p-reserve__catch-txt {
		display: grid;
		background-color: #fff;
		z-index: 5;
		padding: 0 32px;
		justify-items: center;
	}

	.p-reserve__catch:before {
		content: "";
		background-color: #c7c7c7;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
	}

	.p-reserve__catch .p-reserve__catch-en {
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px; /* 100% */
		letter-spacing: 0.64px;
		width: fit-content;
	}
	.p-reserve__catch-jp {
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px; /* 100% */
		letter-spacing: 0.7px;
		padding-top: 12px;
		width: fit-content;
	}
	.p-reserve__step {
		display: flex;
		margin-top: 50px;
		max-width: 790px;
		margin: 50px auto 0;
	}
	.p-reserve__step-l {
		&.item02 {
			margin-top: -16px;
		}
		&.item03 {
			margin-top: -16px;
		}
	}

	.p-reserve__step-icon {
	}
	.p-reserve__step-num {
		display: flex;
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 600%; /* 375% */
		letter-spacing: 0.32px;
		align-items: center;
		margin-top: -10px;
		.big {
			color: var(--color_01, #333);
			text-align: center;
			font-family: "Droid Sans";
			font-size: 40px;
			font-style: normal;
			font-weight: 400;
			line-height: 60px; /* 150% */
			/* letter-spacing: 2px; */
			letter-spacing: -2px;
			padding-left: 4px;
		}
	}
	.p-reserve__flow-wrapper {
		display: flex;
		flex-direction: column;
		margin-left: 87px;
		padding-left: 56px;
		min-height: 144px;
		justify-content: center;
		position: relative;
		&:before {
			content: "";
			width: 1px;
			height: 140px;
			background: #c7c7c7;
			position: absolute;
			left: 0px;
			top: 0;
		}
		&.item02 {
			margin-top: -44px;
			position: relative;
			&:before {
				content: "";
				width: 1px;
				height: 140px;
				background: #c7c7c7;
				position: absolute;
				left: 0px;
				top: 39px;
			}
		}
		&.item03 {
			margin-top: -44px;
			position: relative;
			&:before {
				content: "";
				width: 1px;
				height: 140px;
				background: #c7c7c7;
				position: absolute;
				left: 0px;
				top: 39px;
			}
		}
	}
	.p-reserve__flow-ttl {
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-size: 32px;
		margin-bottom: 16px;
	}
	.p-reserve__flow-txt {
		font-family: "Meiryo", sans-serif;
	}

	.p-reserve__sec03 {
		margin: 32px auto;
		padding: 80px 120px;
		box-sizing: border-box;
	}

	.p-reserve__voice-container {
		display: flex;
		margin-top: 75px;
		column-gap: 57px;
		img {
			max-width: 100%;
			width: 100%;
			height: 100%;
		}
	}
	.p-reserve__contact-in {
		padding: 75px 0;
		max-width: 830px;
		margin: 80px auto 0;
		background: #f6f6f6;
	}

	.p-reserve__voice-wrapper {
		margin-top: -10px;
	}

	.p-reserve__voice-user {
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-size: 28px;
		margin-bottom: 10px;
	}

	.p-reserve__voice-txt {
		font-family: "Meiryo", sans-serif;
		font-family: 14px;
		letter-spacing: 0.7px;
		line-height: 200%;
	}
	.p-reserve__contact {
		background: #fff !important;
		padding: 40px 0 60px;
		max-width: 1060px !important;
		margin: 55px auto 60px;
		width: 100% !important;
		padding: 85px 0 60px !important;
		.p-reserve__contact-in {
			margin-top: 50px;
		}
	}
	.pcOnly__con {
		display: block !important;
	}
	.spOnly__con {
		display: none !important;
	}

	@media screen and (max-width: 767px) {
	}

	/*--20250618 --*/
}

@media screen and (max-width: 767px) {
	/* ==========================================================================
   SP 
   ========================================================================== */
	img {
		max-width: 100%;
		height: auto;
	}
	.reallife-leadSec {
		padding: 20px 35px;
	}
	.reallife-h1Wrap {
		margin-bottom: 2em;
	}
	.reallife-instagramLogo {
		margin: 0 30% 1em;
		text-align: center;
	}
	.reallife-lead-img {
		margin-bottom: 2em;
	}
	.reallife-lead-txt br {
		display: none;
	}
	.reallife-lead-img {
		margin-bottom: 2em;
	}
	.reallife-ins {
		padding: 15px 0;
	}
	.reallife-insItem {
		width: 33.3%;
		padding: 1%;
	}
	.reallife-insItem:nth-child(12n + 1),
	.reallife-insItem:nth-child(12n + 7) {
		width: 66.6%;
		height: 66.6%;
	}
	.reallife-insItem:nth-child(12n + 7) {
		float: right;
	}
	.reallife-insItem:nth-child(12n + 4),
	.reallife-insItem:nth-child(12n + 7),
	.reallife-insItem:nth-child(12n + 10) {
		clear: left;
	}
	.reallife-insItem-status-likes {
		left: 10px;
		bottom: 10px;
	}
	.reallife-insItem-instaLink {
		right: 00px;
		bottom: 0;
		padding: 10px;
	}
	.reallife-insItem-instaLink img {
		width: 15px;
		vertical-align: middle;
	}
	.reallife-head-insItem {
		display: none;
		width: 33.3%;
		float: left;
	}
	.reallife-head-insItem:nth-child(1),
	.reallife-head-insItem:nth-child(2),
	.reallife-head-insItem:nth-child(3),
	.reallife-head-insItem:nth-child(4),
	.reallife-head-insItem:nth-child(5),
	.reallife-head-insItem:nth-child(6) {
		display: block;
	}
	.reallife-head-insItem:nth-child(4) {
		width: 66.6%;
	}
	#reallife #main {
		height: auto;
	}
	.reallife-head-logo {
		display: none;
	}
	@-webkit-keyframes gallery-loading {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes gallery-loading {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	/*20250618↓*/

	* {
		/* outline: 1px solid red; */
	}

	#reserve {
		width: 100vw;
		padding: 0;
		margin: 0;
	}

	#gray-bg {
		width: 100vw;
		background-color: #ededed;
	}

	#gray-bg .wrapper_in {
		width: 850px;
		background-color: #fff;
	}

	.message {
		text-align: center;
		font-size: 20px;
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-weight: 500;
		line-height: 38px;
		.message-br {
			display: block !important;
		}
	}

	.menu-wrapper {
		display: flex;
		width: 850px;
	}

	.menu-item {
		background-color: #333333;
	}
	.pcOnly__con {
		display: none !important;
	}
	.spOnly__con {
		display: block !important;
	}

	/*============================
#flow
============================*/
	#reserve {
		background: #ededed;
		padding: 0 0 20px 0;
	}
	.u-bg-white {
		background: #fff;
	}
	.p-reserve__sec01 {
		padding: 45px 0 35px;
	}
	.p-reserve__wrap {
		max-width: 1060px;
		width: 100%;
		margin: 0 auto;
	}
	.p-reserve__lists {
		display: flex;
		background-color: #ededed;
		flex-flow: column nowrap;
		justify-content: center;
	}

	.p-reserve__list {
		max-width: 340px;
		width: 100%;
		height: 80px;
		background: #333333;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 10px;
		&:hover {
			background: #07bfcb;
			text-decoration: none;
		}
	}
	.p-reserve__list.is-active {
		background: #07bfcb;
	}
	.p-reserve__list-en {
		color: #fff;
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		letter-spacing: 0.8px;
		display: block;
	}
	.p-reserve__list-jp {
		color: #fff;
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		letter-spacing: 0.9px;
		display: block;
	}

	.p-reserve__sec02 {
	}
	.p-reserve__sec02-in {
		padding: 80px 0;
	}

	/*============================
  #flow
  ============================*/
	.p-reserve__catch {
		display: flex;
		position: relative;
		justify-content: center;
		max-width: 300px;
		margin: 0 auto;
		overflow: hidden;
		&.item02 {
			max-width: 345px;
		}
	}

	.p-reserve__catch-txt {
		display: grid;
		background-color: #fff;
		z-index: 5;
		padding: 0 32px;
		justify-items: center;
	}

	.p-reserve__catch:before {
		content: "";
		background-color: #c7c7c7;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 2;
	}

	.p-reserve__catch .p-reserve__catch-en {
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 32px; /* 100% */
		letter-spacing: 0.64px;
		width: fit-content;
	}
	.p-reserve__catch-jp {
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 14px; /* 100% */
		letter-spacing: 0.7px;
		padding-top: 12px;
		width: fit-content;
	}
	.p-reserve__step {
		display: flex;
		margin-top: 50px;
		max-width: 790px;
		margin: 50px auto 0;
		flex-flow: column nowrap;
	}
	.p-reserve__step-l {
		margin: 0 auto;
		&.item02 {
			margin-top: -16px;
		}
		&.item03 {
			margin-top: -16px;
		}
	}
	.p-reserve__step-icon {
		width: 70px;
		margin: 0 auto;
		text-align: center;
		display: flex;
	}
	.p-reserve__step-num {
		display: flex;
		color: var(--color_01, #333);
		text-align: center;
		font-family: "Archivo Narrow", sans-serif;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: 600%; /* 375% */
		letter-spacing: 0.32px;
		align-items: center;
		margin-top: -10px;
		.big {
			color: var(--color_01, #333);
			text-align: center;
			font-family: "Droid Sans";
			font-size: 40px;
			font-style: normal;
			font-weight: 400;
			line-height: 60px; /* 150% */
			/* letter-spacing: 2px; */
			letter-spacing: -2px;
			padding-left: 4px;
		}
	}
	.p-reserve__flow-wrapper {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		padding-left: 0;
		min-height: auto;
		justify-content: center;
		position: relative;
		text-align: center;
		&:before {
			content: "";
			width: 1px;
			height: 140px;
			background: #c7c7c7;
			position: absolute;
			left: 0px;
			top: 0;
			display: none;
		}
		&.item02 {
			margin-top: 0px;
			position: relative;
			&:before {
				content: "";
				width: 1px;
				height: 140px;
				background: #c7c7c7;
				position: absolute;
				left: 0px;
				top: 39px;
				display: none;
			}
		}
		&.item03 {
			margin-top: 0px;
			position: relative;
			&:before {
				content: "";
				width: 1px;
				height: 140px;
				background: #c7c7c7;
				position: absolute;
				left: 0px;
				top: 39px;
				display: none;
			}
		}
	}
	.p-reserve__flow-ttl {
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-size: 24px;
		margin-bottom: 16px;
	}
	.p-reserve__flow-txt {
		font-family: "Meiryo", sans-serif;
		text-align: left;
		padding: 0 20px;
	}

	.p-reserve__sec03 {
		margin: 32px auto;
		padding: 80px 20px;
		box-sizing: border-box;
	}

	.p-reserve__voice-container {
		display: flex;
		margin-top: 75px;
		column-gap: 57px;
		flex-flow: column-reverse nowrap;
		img {
			max-width: 100%;
			width: 75%;
			height: 100%;
			margin: 20px auto;
		}
	}
	.p-reserve__contact-in {
		padding: 75px 0;
		max-width: 830px;
		margin: 80px auto 0;
		background: #f6f6f6;
	}

	.p-reserve__voice-wrapper {
		margin-top: -10px;
	}

	.p-reserve__voice-user {
		font-family: "Hiragino Mincho Pro", "MS PMincho", serif;
		font-size: 28px;
		margin-bottom: 10px;
		line-height: 1.4;
	}

	.p-reserve__voice-txt {
		font-family: "Meiryo", sans-serif;
		font-family: 14px;
		letter-spacing: 0.7px;
		line-height: 200%;
	}
	.p-reserve__contact {
		background: #fff !important;
		padding: 40px 0 60px;
		max-width: 1060px !important;
		margin: 55px auto 60px;
		width: 100% !important;
		padding: 85px 0 60px !important;
		.p-reserve__contact-in {
			margin-top: 50px;
		}
	}

	@media screen and (max-width: 767px) {
	}

	/*--20250618 --*/
}

.c-h {
	text-align: center;
	margin-bottom: 40px;
}
.c-h a:hover {
	text-decoration: none;
}

.c-h--wh {
	color: #fff;
}
.c-h:after {
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	margin: 30px auto 0;
	background: linear-gradient(
		90deg,
		#07bfcb 0%,
		#07bfcb 50%,
		#333 50.1%,
		#333 100%
	);
}
.c-h--wh:after {
	background: linear-gradient(
		90deg,
		#07bfcb 0%,
		#07bfcb 50%,
		#fff 50.1%,
		#fff 100%
	);
}

.c-h .label {
	display: block;
	font-family: "Archivo Narrow", sans-serif;
	font-size: 2rem;
	line-height: 1;
	margin-bottom: 0.2em;
	letter-spacing: 0.03em;
}
.c-h .label02 {
	display: block;
	font-weight: bold;
}
.model .c-h .label02 {
	font-size: 1rem;
	margin-top: 0.5em;
}

.c-h02 {
	text-align: center;
}
.c-h02 .label {
	font-family: "Archivo Narrow", sans-serif;
	font-size: 1.8rem;
	line-height: 1;
	margin-bottom: 0.2em;
	display: flex;
	align-items: center;
	letter-spacing: 0.03em;
}
.c-h02 .label:after {
	content: "";
	display: block;
	width: 70px;
	height: 2px;
	margin-left: 14px;
	background: linear-gradient(
		90deg,
		#07bfcb 0%,
		#07bfcb 50%,
		#333 50.1%,
		#333 100%
	);
}
.c-h02 .label02 {
	display: block;
	font-weight: bold;
}
