@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px)and (max-width: 1920px) {
	html {
		font-size: 0.732vw;
	}
}
@media all and (min-width: 1921px) {
	html {
		font-size: 87.84%;
	}
}
@media all and (max-width: 896px) {
	html {
		font-size: 2.666vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.84rem;
	line-height: 1.5;
	font-weight: 700;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #f1f1f1;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
	font-feature-settings: "palt";
}
#main {
	width: 80.6rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 6.6rem 1.5rem 13rem;
	border-left: 1px solid rgba(204, 204, 204, 0.5);
	border-right: 1px solid rgba(204, 204, 204, 0.5);
	box-sizing: border-box;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		font-size: 1.8rem;
	}
	#container {
		padding-bottom: 6.4rem;
	}
	#main {
		width: auto;
		padding: 0 0 3.1rem;
		border: none;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 28rem;
	height: 100%;
	padding: 3.5rem 3.9rem;
	z-index: 99;
	box-sizing: border-box;
}
#gHeader h1 {
	margin-bottom: 1.4rem;
	width: 12.1rem;
}
#gHeader .slideText {
	margin: 0 -3rem 1.4rem -1.1rem;
}
#gHeader .slideText li {
	padding: 1rem;
	font-size: 1.3rem;
	letter-spacing: 0.14em;
	line-height: 1.3;
	background-color: #f1f1f1;
	display: none;
}
#gHeader .slideText li.on {
	display: block;
}
#gHeader .textSub p {
	margin-bottom: 3rem;
	font-size: 0.6rem;
	line-height: 1.66;
	font-weight: 400;
	letter-spacing: 0.14em;
}
#gHeader .textSub .ttl {
	margin-bottom: 0.6rem;
	font-weight: 700;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
#gHeader .img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 44rem;
	max-width: 440px;
	pointer-events: none;
}
.pop-cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(33, 33, 33, 0.4);
	z-index: -1;
	opacity: 0;
	transition: height 0s 1.1s, opacity .6s .5s;
}
.pop-cover.open {
	height: 100%;
    opacity: 1;
    transition: height 0s 0s, opacity .6s 0s;
}
@media all and (max-width: 896px) {
	#gHeader {
		position: relative;
		left: auto;
		top: auto;
		width: auto;
		height: auto;
		margin: 1rem 1rem auto;
		padding: 3.5rem 1rem 0.5rem;
		border: 0.2rem solid #000;
		background-color: #F1F1F1;
		border-radius: 3.4rem;
		box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.15);
		display: none;
	}
	#gHeader.popInner {
		background-color: transparent;
		border-color: transparent;
		box-shadow: none;
	}
	#gHeader::before {
		background-color: #F1F1F1;
		border: 0.2rem solid #000;
    	border-radius: 3.4rem;
		box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.15);
	}
	#gHeader .close {
		position: absolute;
		right: 2.2rem;
		top: 2.3rem;
		width: 1.1rem;
	}
	#gHeader h1 {
		margin: 0 2.8rem 1rem;
		width: 9rem;
	}
	#gHeader .slideText {
		margin: 0 0 0.7rem 1.6rem;
	}
	#gHeader .slideText li {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	#gHeader .textSub {
		margin: 0 2.8rem;
	}
	#gHeader .textSub p {
		margin-bottom: 1rem;
	}
	#gHeader .textSub .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.2rem;
	}
	#gHeader .img {
		margin: 0 -0.4rem;
		position: static;
		width: auto;
		max-width: inherit;
	}
	#gHeader .img img {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	position: fixed;
	right: 0;
	top: 0;
	display: flex;
	align-items: flex-end;
	width: 28rem;
	height: 100%;
	z-index: 9;
	box-sizing: border-box;
}
#gFooter .fBox {
	width: 100%;
	padding: 0 2.1rem 1.7rem;
	box-sizing: border-box;
}
#gFooter address {
	text-align: right;
	color: #a6a6a6;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.04em;
}
#gFooter .fLogo {
	margin: 0 0 2.3rem auto;
	width: 22.9rem;
}
#gFooter .fImg {
	width: 13rem;
	margin: 0 auto 1.9rem;
}
#gFooter .slideText {
	margin: 0 -2.1rem 0.9rem;
	border-top: 1px solid rgba(204, 204, 204, 0.5);
}
#gFooter .slideText li {
	padding: 1.6rem 1rem 1rem 2.3rem;
	font-size: 1.2rem;
	letter-spacing: 0.14em;
	line-height: 1.62;
	background-color: #f1f1f1;
	display: none;
}
#gFooter .slideText li.on {
	display: block;
}
#gFooter .snsList {
	margin: 0 -2rem 1.2rem;
}
#gFooter .snsList li {
	margin: 0 1.2rem;
}
#gFooter .snsList img {
	height: 2rem;
	width: auto;
}
#gFooter .snsList li a {
	display: block;
}
#gFooter .snsList .cursor a {
	cursor: default;
	pointer-events: none;
}
#gFooter .textImg {
	width: 14.7rem;
	margin: 1.7rem 0.2rem 1.9rem auto;
}
#gFooter .textList li {
	margin-top: 0.3rem;
	text-align: right;
	font-size: 1.7rem;
	letter-spacing: 0.14em;
	font-style: italic;
	font-family:"toppan-bunkyu-midashi-go-std",sans-serif;
}
.pageTop {
	width: 14.3rem;
	margin: 20.4rem auto 0;
}
.pageTop a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gFooter .snsList a:hover {
		transform: translateY(-5px);
	}
}
@media all and (max-width: 896px) {
	.pageTop {
		width: 14.3rem;
		margin-top: 3rem;
	}
	#gFooter {
		position: relative;
		right: auto;
		top: auto;
		width: auto;
		height: auto;
		margin: auto 1rem 1rem;
		padding: 3.5rem 1rem 0.5rem;
		border: 0.2rem solid #000;
		background-color: #F1F1F1;
		border-radius: 1.7rem;
		box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.15);
		display: none;
	}
	#gFooter.popInner {
        background-color: transparent;
        border-color: transparent;
        box-shadow: none;
    }
	#gFooter::before {
		background-color: #F1F1F1;
		border: 0.2rem solid #000;
    	border-radius: 1.7rem;
		box-shadow: 0.4rem 0.4rem 0 rgba(0,0,0,0.15);
	}
	#gFooter .close {
		position: absolute;
		right: 1.4rem;
		bottom: -0.2rem;
		width: 1.1rem;
		z-index: 10;
	}
	#gFooter .fBox {
		padding: 0 0.5rem 0.9rem;
	}
	#gFooter address {
		text-align: left;
	}
	#gFooter .fLogo {
		margin: 0 auto 7.3rem;
		text-align: center;
		width: auto;
		padding-top: 1.8rem;
		border-top: 1px solid rgba(204, 204, 204, 0.5);
	}
	#gFooter .fLogo img {
		width: 22.9rem;
	}
	#gFooter .fImg {
		margin: 0 auto 1.5rem;
	}
	#gFooter .slideText {
		margin: 0;
	}
	#gFooter .slideText li {
		padding: 1.6rem 0.5rem 0.7rem;
		font-size: 1.4rem;
		line-height: 1.53;
	}
	#gFooter .snsList {
		margin: 0;
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 4.2rem;
	}
	#gFooter .snsList img {
		height: 2.3rem;
	}
	#gFooter .textImg {
		width: 10.6rem;
		margin: 0.7rem 0.4rem -0.5rem auto;
	}
	#gFooter .textList li {
		margin: -0.1rem 0.2rem 0;
		font-size: 1.8rem;
	}
}
.popBox {
	position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    overflow: hidden scroll;
    transition: 0s height;
    transition-delay: 1s;
	z-index: 1001;
	display: flex;
}
.popBox .popInner {
	flex-grow: 1;
}
.popBox .popInner:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 50px;
    z-index: -1;
    transform: scale(0);
    transform-origin: right top;
    opacity: 0;
    transition: opacity 0.7s 0.5s,transform 0.5s cubic-bezier(0.87, 0, 0.13, 1) 0.1s
}
.popBox:has(#gFooter) .popInner:before {
	transform-origin: right bottom;
}
.popBox.open .popInner:before {
	transform: scale(1);
    opacity: 1;
    transition: opacity 0.4s 0s,transform 0.6s cubic-bezier(0.87, 0, 0.13, 1) 0s
}
.popBox #gHeader,
.popBox #gFooter {
	display: block;
}
.popBox.open {
	height: 100%;
    transition: 0s height;
}
.popCover {
	pointer-events: none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(33, 33, 33, 0.4);
    z-index: 1000;
    opacity: 0;
    transition: height 0s 1.1s, opacity .6s .5s;
}
.popCover.open {
	pointer-events: auto;
	height: 100%;
    opacity: 1;
    transition: height 0s 0s, opacity .6s 0s;
}
.popBox .fadeInUp {
    transform: translateY(50px);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
	transition-delay: 0s;
}
.popBox.open .fadeInUp {
    transform: translateY(0);
    opacity: 1;
    transition: opacity 0.6s, transform 0.6s;
}
.popBox.open .fadeInUp.delay01 {
	transition-delay: 0.3s;
}
.popBox.open .fadeInUp.delay02 {
	transition-delay: 0.4s;
}
.popBox.open .fadeInUp.delay03 {
	transition-delay: 0.5s;
}
.popBox.open .fadeInUp.delay04 {
	transition-delay: 0.6s;
}
.popBox.open .fadeInUp.delay05 {
	transition-delay: 0.7s;
}
.popBox.open .fadeInUp.delay06 {
	transition-delay: 0.8s;
}
.popBox.open .fadeInUp.delay07 {
	transition-delay: 0.9s;
}
.popBox .close {
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.6, 0.25, 0, 1) 0s;
}
.popBox.open .close {
	opacity: 1;
	transition: opacity 0.3s cubic-bezier(0.6, 0.25, 0, 1) 0.6s;
}