@charset "utf-8";

/* ==========================================
カスタムプロパティ
========================================== */

:root {
	/* base color */
	--base-font-color: #fff;

	/* ui color */
	--ui-border-color: #fff;
	--ui-focus-color: #fff;
	/* ui color */
	--ui-border-color: #555;
	--ui-focus-color: #333;

	/* site color */
	--black: #1F1F1F;
	--white: #FFF;
	--primary: #F6C1D0;
	--secondary: #E63E8C;
	/* --secondary-hover: #55f;
	--tertiary: #0f0;
	--tertiary-hover: #5f5;
	--quaternary: #f0f;
	--quaternary-hover: #f5f;
	--fifth: #ff0;
	--fifth-hover: #ff5;
	--sixth: #0ff;
	--sixth-hover: #5ff; */

	/* btn color */
	--btn-primary: var(--primary);
	--btn-primary-hover: var(--primary-hover);
	--btn-secondary: var(--secondary);
	--btn-secondary-hover: var(--secondary-hover);
	--btn-tertiary: var(--tertiary);
	--btn-tertiary-hover: var(--tertiary-hover);
	--btn-quaternary: var(--quaternary);
	--btn-quaternary-hover: var(--quaternary-hover);
	--btn-fifth: var(--fifth);
	--btn-fifth-hover: var(--fifth-hover);
	--btn-sixth: var(--sixth);
	--btn-sixth-hover: var(--sixth-hover);

	/* font family */
	--base-font-family: "Yusei Magic", sans-serif;
	--fontA: var(--base-font-family);
	--fontB: "Bungee", sans-serif;
	;
}

/* ==========================================
共通
========================================== */

html {
	/* font-size: var(--root-font-size); */
	font-size: 62.5%;
}

body {
	margin: 0 auto;
	max-width: 192rem;
	width: 100%;
	line-height: 2.25;
	letter-spacing: 0.05em;
	font-size: 2rem;
	font-weight: 400;
	font-family: var(--base-font-family);
	color: var(--base-font-color);
	background: url(../../../../uploads/body-bg.jpg) repeat-y top center /auto;
	overflow-x: hidden;
}

input {
	appearance: auto;
	border: 1px solid var(--ui-border-color);
}

input:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

textarea {
	border: 1px solid var(--ui-border-color);
}

textarea:focus-visible {
	outline: 1px solid var(--ui-focus-color);
	border-color: var(--ui-focus-color);
}

img {
	max-width: 100%;
	height: auto;
}

.area {
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}

.anchor {
	padding-top: 10rem;
	margin-top: -10rem;
}

.xHidden {
	overflow-x: hidden;
}

/* カラー */
.white {
	color: var(--white);
}

.black {
	color: var(--black);
}

.primary {
	color: var(--primary);
}

.secondary {
	color: var(--secondary);
}

.bg-primary {
	background-color: var(--primary);
}

/* ホバー */
.hvr-grow {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

/* テキスト */

.subtit20 {
	font-size: 2rem;
	color: var(--primary);
	line-height: 1.45;
}

.tit100 {
	display: inline-block;
	vertical-align: middle;
	font-family: var(--fontB);
	font-size: 10rem;
	color: var(--primary);
	line-height: .75em;
	letter-spacing: -0.08em;
}

.tit100 span {
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	/* opacity: .4; */
}

.subtit20+.tit100 {
	margin: 2rem 0 0;
}

.tit150 {
	display: inline-block;
	vertical-align: middle;
	font-family: var(--fontB);
	font-size: 15rem;
	color: var(--primary);
	line-height: .75em;
	letter-spacing: -0.08em;
}

.tit150 span {
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	/* opacity: .4; */
}

.subtit20+.tit150 {
	margin: 2rem 0 0;
}

.txt60 {
	font-size: 6rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
}

.txt20 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	line-height: 2.25;
}

.txtMt {
	margin-top: 5rem;
}

.uLineSecondary {
	text-decoration: underline;
	text-decoration-color: var(--secondary);
	text-decoration-thickness: 0.5em;
	text-underline-offset: -0.2em;
	text-decoration-skip-ink: none;
}

.ptPrimary {
	font-size: 125%;
	color: var(--primary);
}


.in-en-title30 {
	font-family: var(--fontB);
	font-size: clamp(2rem, 1.757rem + 1.036vw, 3rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	opacity: .4;
}

.in-en-title70 {
	font-family: var(--fontB);
	font-size: clamp(3.5rem, 2.650rem + 3.625vw, 7rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	opacity: .4;
}

.in-en-title80 {
	font-family: var(--fontB);
	font-size: clamp(3.5rem, 2.408rem + 4.66vw, 8rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	opacity: .4;
}

.in-en-title90 {
	font-family: var(--fontB);
	font-size: clamp(4rem, 2.786rem + 5.178vw, 9rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	opacity: .4;
}


.in-en-title100 {
	font-family: var(--fontB);
	font-size: clamp(5rem, 3.786rem + 5.178vw, 10rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
	-webkit-text-stroke: 1px var(--primary);
	paint-order: stroke;
	color: transparent;
	opacity: .4;
}

.in-jp-title40 {
	font-size: clamp(2.5rem, 2.136rem + 1.553vw, 4rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.in-jp-title30 {
	font-size: clamp(2.2rem, 2.006rem + 0.828vw, 3rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.in-txt18 {
	font-size: 1.8rem;
}


.in-title-center,
.in-title-box-center {
	text-align: center;
}

.in-title-center h2 {
	margin: 4rem auto 0;
}

.br-none br {
	display: none;
}

/* ボタン */

.btn01 {
	position: relative;
	width: 100%;
	max-width: 25rem;
	transition: all .3s;
}

.btn01:hover a {
	transform: translateY(1rem);
}

.btn01::before {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0rem;
	right: 0;
	left: 0;
	transform: translateY(1rem);
	background: var(--secondary);
	width: 100%;
	height: 100%;
	border-radius: 100vmax;
	transition: all .3s;
}

.btn01 a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 6rem;
	border-radius: 100vmax;
	background: var(--white);
	padding: 0 3rem;
	color: var(--black);
	font-family: var(--fontB);
	transition: all .3s;
}

.btn01 a::after {
	content: "";
	display: block;
	aspect-ratio: 12/14.8;
	width: 1.2rem;
	background: url(../../../../uploads/btn-arrow-black.svg) no-repeat center /contain;
}

/* 共通部品 */
.imgBgPrimary {
	position: relative;
}

.imgBgPrimary img {
	border-radius: 5rem;
}

.imgBgPrimary::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: rotate(-10deg);
	background: var(--primary);
	border-radius: 5rem;
}


/* ==========================================
ヘッダー
========================================== */

.header {
	position: absolute;
	width: 100%;
	top: 4rem;
	right: 0;
	left: 0;
	z-index: 999;
	transition: all .3s;
}

.header.is-animation {
	position: fixed;
	top: 0;
	height: 10rem;
	padding: 1rem 0;
	background: var(--black);
}

.hAr {
	max-width: 186rem;
	height: 100%;
}

.hBx {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 1rem;
	height: 100%;
}

.header.is-animation .hBx {
	align-items: stretch;
}

.hBxL {
	width: 25%;
	max-width: 20rem;
}

.hLogo {
	width: 100%;
	pointer-events: all;
	transition: all .3s;
}

.header.is-animation .hLogo {
	width: 80%;
}

.hBxR {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
	max-width: 126.5rem;
	gap: 1rem;
	margin: 1rem 0 0;
}

.header.is-animation .hBxR {
	margin: 0;
}

.hNavBx {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex: 1;
	max-width: 111.5rem;
}

.hNavItem {
	pointer-events: all;
}

.hNavItem a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0;
	font-size: 1.6rem;
	transition: all .3s;
}

.hNavItem a span {
	letter-spacing: -0.08em;
	line-height: 1em;
	font-family: var(--fontB);
	font-size: 187.5%;
}

.hNavItem a:hover {
	color: var(--primary);
}

.hSnsBx {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.hSnsLink {
	pointer-events: all;
	width: 3.5rem;
}


/* ---------- ヘッダー ---------- */

/* ==========================================
追従予約
========================================== */

.fixedReserve {
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	z-index: 95;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 23%;
	max-width: 30rem;
	aspect-ratio: 330/206;
	transition: all .3s;
}

.fixedReserve.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.fixedReserveIn {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../../../uploads/top-fixed-bg.png) no-repeat center /contain;
}

.fixedReserveBx {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	max-width: 26.5rem;
}

.fixedReserveTxt {
	line-height: 1.4;
}

.fixedReserveBtn {
	margin: .5rem 0 0;
	width: 90%;
	height: 4.5rem;
}

.fixedReserveBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	gap: .5rem;
	border: 1px solid var(--white);
	border-radius: 100vmax;
	transition: all .3s;
}

.fixedReserveBtn a:hover {
	opacity: .7;
}

.fixedReserveBtnTel {
	font-family: var(--fontB);
}

.fixedReserveBtnTel a::before {
	content: "";
	display: block;
	width: 2rem;
	aspect-ratio: 1/1;
	background: url(../../../../uploads/tel-white.svg) no-repeat center /contain;
}

.fixedReserveBtnLine {
	font-size: 3rem;
}

.fixedReserveBtnLine {
	font-size: 2rem;
}

.fixedReserveBtnLine a::before {
	content: "";
	display: block;
	width: 3rem;
	aspect-ratio: 1/1;
	background: url(../../../../uploads/line_original.png) no-repeat center /contain;
}

.fixedReserveBtnIllust {
	position: absolute;
	width: 50%;
	max-width: 19rem;
	z-index: -1;
	bottom: calc(100% - 60px);
	right: -20px;
}

/* ---------- 追従予約 ---------- */


/* ==========================================
スマホ固定ヘッダー
========================================== */

.sp-header {
	width: 100%;
	height: 8rem;
	display: none;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}

.sp-header-block {
	width: 100%;
	height: 100%;
	flex: 1;
	border-right: solid 1px;
}

.sp-header-block-color {
	background: var(--white);
	color: var(--black);
}

.sp-header-block-color-secondary {
	background: var(--secondary);
	color: var(--white);
}

.sp-header-link {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.sp-header-link:before {
	content: "";
	max-width: 2.2rem;
	width: 100%;
	aspect-ratio: 1/1;
	font-size: 2.5rem;
	font-weight: 900;
	text-align: center;
}

.sp-header-link-pagetop::before {
	background: url(../../../../uploads/pagetop-icon-black.svg) no-repeat center /contain;
}

.sp-header-link-tel::before {
	background: url(../../../../uploads/tel-white.svg) no-repeat center /contain;
}

.sp-header-link-line::before {
	background: url(../../../../uploads/line_original.png) no-repeat center /contain;
}

.sp-header-link-Gmap::before {
	background: url(../../../../uploads/map-icon-black.svg) no-repeat center /contain;
}

.sp-header-link p {
	font-size: 1.4rem;
	line-height: 1.45;
	margin: .7rem 0 0;
}

/* ---------- ハンバーガーボタン ---------- */

.sp-nav-btn {
	width: 5rem;
	aspect-ratio: 1/1;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 100%;
	z-index: 9999;
	transition: all .3s;
}

.sp-nav-btn-color {
	background: var(--white);
}

.sp-nav-btn-color:hover {
	background: var(--primary);
}

.sp-nav-btn-bar-box {
	width: 55%;
	aspect-ratio: 1/1;
	display: flex;
	position: relative;
}

.sp-nav-btn-bar {
	display: block;
	width: 100%;
	height: 1px;
	background: var(--black);
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	transition: .3s;
}

.sp-nav-btn-bar-top {
	top: 33%;
}

.sp-nav-btn-bar-bottom {
	top: 67%;
}

.js-open .sp-nav-btn-bar-top {
	top: 50%;
	transform: rotate(35deg) translateY(-50%);
}

.js-open .sp-nav-btn-bar-bottom {
	top: 50%;
	transform: rotate(-35deg) translateY(-50%);
}

/* ---------- ハンバーガーメニュー ---------- */

.js-sp-nav {
	display: none;
	max-width: 1920px;
	width: 100%;
	margin: auto;
	padding: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	transition: ease .5s;
	z-index: 99;
}

.sp-nav.js-open {
	right: 0;
}

.sp-nav-bg {
	background: rgba(31, 31, 31, 0.4);
}

.sp-nav-area {
	width: 100%;
	max-width: 375px;
	height: 100%;
	overflow: auto;
	margin: 0 0 0 auto;
	padding: 15rem 1.5rem;
	background: url(../../../../uploads/body-bg.jpg) repeat-y top center /cover;
}

.sp-nav-list {
	padding: 10rem 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.sp-nav-list::-webkit-scrollbar {
	display: none;
}

.hamNavBx {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem;
	justify-items: center;
	padding: 0 0 6rem 0;
	border-bottom: dashed 1px var(--white);
}

.hamSnsBx {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	margin: 4rem auto 0;
}

.hamSnsLink {
	width: 3.5rem;
}

/* ==========================================
フッター
========================================== */

.fContact {
	position: relative;
	width: 100%;
	padding: 15rem 0 19.5rem;
	border-radius: 10rem 10rem 0 0;
	background: var(--primary);
	container-type: inline-size;
}

.fContact::before {
	content: "";
	position: absolute;
	top: -17.5rem;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	max-width: 126rem;
	margin: 0 auto;
	aspect-ratio: 1260/280;
	background: url(../../../../uploads/footer-contact-title-pc.png) no-repeat center right /contain;
}

.fContactAr {
	max-width: 126rem;
}

.fContactBtnBx {
	display: flex;
}

.fContactBtn {
	position: relative;
	gap: 1rem;
	width: 50%;
	height: 15rem;
	border-radius: 2.5rem;
	overflow: hidden;
	z-index: 5;
	background: var(--secondary);
}

.fContactBtn:first-of-type:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: calc(100% - 5rem);
	width: 0;
	z-index: 5;
	border-right: 1px dashed var(--white);
}

.fContactBtn a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.fContactBtn a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2.5rem;
	background: var(--black);
	z-index: -2;
	transform: scale(0);
	opacity: 0;
	transform-origin: center;
	transition: all .3s;
}

.fContactBtn a:hover::after {
	transform: scale(1);
	opacity: 1;
}

.fContactBtn a:hover {
	background: var(--black);
}

.fContactBtnTel a {
	font-family: var(--fontB);
	font-size: 5rem;
}

.fContactBtnLine a {
	font-size: 3.5rem;
}

.fContactBtnTel a::before {
	content: "";
	display: block;
	width: 4rem;
	aspect-ratio: 1/1;
	background: url(../../../../uploads/tel-white.svg) no-repeat center /contain;
}

.fContactBtnLine a::before {
	content: "";
	display: block;
	width: 3.5rem;
	aspect-ratio: 1/1;
	background: url(../../../../uploads/line_original.png) no-repeat center /contain;
}

.fContactTxtBx {
	padding: 5rem 1.5rem;
	border-radius: 2.5rem;
	background: var(--white);
}

.fContactTxt01 {
	text-align: center;
	color: var(--black);
	font-size: 1.8rem;
	line-height: 1.67;
}

.fContactTxt01 .brNone {
	display: none;
}


.fContactBgTxt {
	position: absolute;
	z-index: 1;
	top: auto;
	right: 0;
	bottom: 2rem;
	left: 0;
	width: 100%;
}

.fContactBgTxt img {
	width: 100%;
}

.fContactBgTxtSp {
	display: none;
}

.fBottom {
	padding: 7.2rem 0 2rem;
}

.fBtmAr {
	width: 100%;
	max-width: 166rem;
}

.fBtmBx {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 0 10rem 0;
	gap: 1.5rem;
	border-bottom: 1px dashed #FFF;
}

.fBtmBxL {
	width: 50%;
	max-width: 82rem;
}

.fBtmMapBx {
	height: 50rem;
	border-radius: 5rem;
	overflow: hidden;
}

.fBtmMapBx iframe {
	width: 100%;
	height: 100%;
}

.fBtmBxR {
	flex: 1;
	max-width: 69rem;
}

.fBtmBxRFl01 {
	display: flex;
	gap: 6rem;
	align-items: flex-end;
}

.fBtmLogo {
	width: 18rem;
}

.fBtmSnsBx {
	display: flex;
	gap: 2rem;
}

.fBtmSnsLink {
	width: 3.5rem;
}

.fBtmInfoTable {
	margin: 2.5rem 0 0;
}

.fBtmInfoTr {
	display: flex;
	padding: 1.5rem 0;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
}

.fBtmInfoTh {
	width: 19%;
	max-width: 14rem;
}

.fBtmInfoTd {
	flex: 1;
}

.fBtmInfoTdIn {
	display: flex;
}

.fBtmInfoThTxt,
.fBtmInfoTdTxt {
	font-size: 1.8rem;
	line-height: 1.45;
}

.fBtmInfoTdIn .fBtmInfoTdTxt:nth-of-type(2) {
	flex: 1;
}

.fBtmInfoThTxtFl {
	display: flex;
}

.fBtmInfoTdBtn {
	width: 100%;
	margin: 1rem 0 0;
}

.fBtmInfoTdBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	width: 100%;
	max-width: 27.7rem;
	height: 5rem;
	padding: 0 3rem;
	border-radius: 100vmax;
	border: 1px solid var(--primary);
	color: var(--primary);
	transition: all .3s;
}

.fBtmInfoTdBtn a::after {
	content: "";
	display: block;
	background: url(../../../../uploads/arrow-pink-1.svg)no-repeat center /contain;
	width: 1.2rem;
	aspect-ratio: 1200/1472;
}

.fBtmInfoTdBtn a:hover {
	opacity: .7;
}

.fNavBx {
	position: relative;
	margin: 5rem auto 0;

}

.fPagetop {
	position: absolute;
	top: .5rem;
	right: 0;
}

.fPagetop a {
	position: relative;
	display: block;
	width: 6rem;
	aspect-ratio: 1/1;
	transition: all .3s;
	background: var(--secondary);
	border-radius: 100%;
	font-size: 0;
	color: var(--secondary);
}

.fPagetop a::before {
	content: "";
	position: absolute;
	top: -1rem;
	right: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	aspect-ratio: 1/1;
	background: url(../../../../uploads/pagetop-btn.png) no-repeat center /contain;
	transition: all .3s;
}

.fPagetop a:hover::before {
	top: 0rem;
}

.fNavIn {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	gap: 5rem;
	justify-items: center;
	width: 100%;
	max-width: 111.5rem;
	padding: 0 7rem;
	margin: 0 auto;
}

.fNavItem a {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 1.4em;
	letter-spacing: 0;
	font-size: 1.6rem;
	text-wrap: nowrap;
	transition: all .3s;
}

.fNavItem a span {
	letter-spacing: -0.08em;
	line-height: 1em;
	font-family: var(--fontB);
	font-size: 187.5%;
}

.fNavItem a:hover {
	color: var(--primary);
}

.fCopy {
	margin: 3.2rem 0 0;
	text-align: center;
	font-size: 1.5rem;
	opacity: .6;
}

/* ---------- フッター ---------- */


/* ==========================================
下層カバー
========================================== */

.incover {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.incover::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background-color: rgba(31, 31, 31, .6);
	z-index: 1;
}

.incover figure {
	width: 100%;
	height: 100%;
	aspect-ratio: 1920/500;
}

.incover figure>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.incover-box {
	max-width: 165rem;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
	position: absolute;
	top: auto;
	right: 0;
	bottom: 3rem;
	left: 0;
	color: var(--primary);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: column;
	transform: translateY(-50%);
	z-index: 5;
}


.incover-box>h1 {
	font-size: clamp(1.6rem, 1.503rem + 0.414vw, 2rem);
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
}

.incover-box>p {
	font-family: var(--fontB);
	font-size: clamp(7.5rem, 6.408rem + 4.66vw, 12rem);
	font-weight: 400;
	letter-spacing: -0.08em;
	line-height: 1.1;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.border-radius50 {
	border-radius: 5rem;
}

.border-radius50 img {
	border-radius: 5rem;
}

/* ==========================================
コンテンツ
========================================== */

.wrapper {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	padding: 15rem 0 22rem;
	position: relative;
}

.padding-x {
	padding: 0 2.5rem;
}

.contents02 {
	max-width: 132rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents04 {
	max-width: 152rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.contents05 {
	max-width: 162rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1220px) {

	html {
		/* 10px */
		font-size: 0.81967vw;
	}


	.fNavIn {
		grid-template-columns: repeat(4, 1fr);
		gap: 3rem;
	}

	/* 共通部品 */
	.imgBgPrimary {
		transform: scale(0.9);
	}

	.tit150 {
		font-size: 11rem;
	}

	.tit100 {
		font-size: 8rem;
	}

	.txt60 {
		font-size: 4.2rem;
	}

	.in-jp-title40 {
		font-size: clamp(2.5rem, 2.330rem + 0.725vw, 3.2rem);
	}


	/* ==========================================
	下層カバー
	========================================== */

	.incover-box {
		bottom: 5%;
	}

	.incover-box>p {
		font-size: clamp(3.6rem, 2.532rem + 4.557vw, 8rem);
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	body {
		font-size: 1.8rem;
	}

	.wrapper {
		padding: 10rem 0 18rem;
	}

	.br-1024-block br {
		display: block;
	}


	/* テキスト */
	.tit150 {
		font-size: 10rem;
		line-height: 0.9em;
	}

	.subtit20+.tit150 {
		margin: 1rem 0 0;
	}

	.tit100 {
		font-size: 7.5rem;
		line-height: 0.9em;
	}

	.subtit20+.tit100 {
		margin: 1rem 0 0;
	}

	.txt60 {
		font-size: 3.2rem;
	}

	.txt20 {
		font-size: 1.8rem;
	}

	.txtMt {
		margin-top: 2.5rem;
	}

	/* ==========================================
	ヘッダー
	========================================== */

	.header {
		top: 2rem;
	}

	.header.is-animation {
		top: 0;
		height: 8rem;
	}

	.hNavBx,
	.hSnsBx {
		display: none;
	}

	.hBxL {
		max-width: 18rem;
	}

	.hBxR {
		justify-content: flex-end;
	}

	.fixedReserve {
		display: none;
	}

	/* ---------- ヘッダー ---------- */

	/* ==========================================
	フッター
	========================================== */

	.fContact::before {
		top: -14.5rem;
	}

	.fContactBtnTel a {
		font-size: 4rem;
	}

	.fContactBtnLine a {
		font-size: 3rem;
	}

	.fBottom {
		padding: 8rem 0 2rem;
	}

	.fBtmBx {
		flex-direction: column-reverse;
		align-items: center;
		padding: 0 0 5rem 0;
	}

	.fBtmBxL {
		width: 100%;
	}

	.fBtmBxR {
		width: 100%;
		margin: 4.7rem 0 0;
	}

	.fBtmInfoTh {
		width: 32.3%;
	}

	.fPagetop {
		top: auto;
		bottom: 0;
	}

	/* ---------- フッター ---------- */

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */

	.sp-header {
		display: flex;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		display: flex;
		pointer-events: all;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.js-sp-nav {
		display: block;
	}

	.sp-nav-area {
		padding: 20rem 1.5rem 10rem;
	}
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	.anchor {
		padding-top: 8rem;
		margin-top: -8rem;
	}

	/* ==========================================
	下層カバー
	========================================== */

	.incover figure {
		aspect-ratio: 768/400;
	}

	.incover-box {
		bottom: 20%;
	}

	.wrapper {
		padding: 6rem 0 16rem;
	}


	/* 共通部品 */
	.imgBgPrimary {
		border-radius: 2.5rem;
	}

	.imgBgPrimary::before {
		border-radius: 2.5rem;
	}

	/* ボタン */

	.btn01 {
		max-width: 23rem;
	}

	.btn01::before {
		transform: translateY(.5rem);
	}

	.btn01:hover a {
		transform: translateY(.5rem);
	}

	.btn01 a {
		height: 5rem;
	}

	/* ==========================================
	ヘッダー
	========================================== */

	.hBxL {
		max-width: 15rem;
	}

	/* ==========================================
	フッター
	========================================== */

	.fContact {
		padding: 10rem 0 12rem;
	}

	.fContact::before {
		top: -10rem;
	}

	.fContactBtnTel a {
		font-size: 3rem;
	}

	.fNavIn {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem 5.5rem;
	}

	.fBottom {
		padding: 8rem 0 2rem;
	}

	.fCopy {
		margin: 4.5rem 0 0;
		text-align: left;
	}

	/* ---------- フッター ---------- */
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	body {
		font-size: 1.5rem;
	}


	/* テキスト */
	.tit150 {
		font-size: 7.5rem;
	}

	.tit100 {
		font-size: 5rem;
	}

	.txt20 {
		font-size: 1.5rem;
	}



	/* ==========================================
	下層カバー
	========================================== */

	.incover figure {
		aspect-ratio: 375/180;
	}

	.incover-box {
		bottom: 0%;
	}

	/* ==========================================
	テキスト
	========================================== */

	.br-576-block br {
		display: block;
	}

	/* ==========================================
	スマホ固定ヘッダー
	========================================== */
	.sp-header {
		height: 7.7rem;
	}

	.sp-header-link>a:before {
		font-size: 2rem;
	}

	.sp-header-link-text {
		font-size: 1rem;
		margin: 0;
	}

	/* ---------- ハンバーガーボタン ---------- */

	.sp-nav-btn {
		width: 5rem;
		height: 5rem;
	}

	.sp-nav-btn-bar-box {
		max-width: 3rem;
	}

	.sp-nav-btn-text {
		font-size: 1rem;
	}

	.sp-nav-btn-text {
		margin: 0;
	}

	/* ---------- ハンバーガーメニュー ---------- */

	.sp-nav-area {
		max-width: none;
	}

	.sp-nav-list-item a {
		padding: 1.2rem 0;
		font-size: 1.45rem;
	}

	/* ==========================================
	ヘッダー
	========================================== */

	.header {
		top: 1rem;
	}

	/* ==========================================
	フッター
	========================================== */

	.fContact {
		padding: 10rem 0 20rem;
	}

	.fContact::before {
		top: -7rem;
		width: 95%;
		aspect-ratio: 335/115;
		background: url(../../../../uploads/footer-contact-title-sp.png) no-repeat center /contain;
	}

	.fContactBx {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.fContactBtnBx {
		display: flex;
		flex-direction: column;
		gap: .5rem;
	}

	.fContactBtn:first-of-type:before {
		display: none;
	}

	.fContactBtn {
		width: 100%;
		height: 8rem;
	}

	.fContactBtnLine {
		font-size: 2.5rem;
	}

	.fContactBgTxtPc {
		display: none;
	}

	.fContactBgTxtSp {
		display: block;
	}

	.fContactTxt01 {
		text-align: left;
		font-size: 1.45rem;
	}

	.fContactTxt01 .brNone {
		display: block;
	}

	.fBtmMapBx {
		height: 25rem;
	}

	.fBtmInfoThTxt,
	.fBtmInfoTdTxt {
		font-size: 1.45rem;
	}

	.fNavIn {
		max-width: 25rem;
		padding: 0;
	}

	.fNavItem a {
		font-size: 1.3rem;
	}

	/* ---------- フッター ---------- */

	.fPagetop a::before {
		top: -0.5rem;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <=414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */