div.accessPoint{position:relative; top:max(-15vw , -100px); width:100%;}


/*============ header 調整用　==============*/
header {
	width: 100%;
}
header .bbc {
	background: rgba(00,00,00,.2);
	width: 100vw;
	height: 120vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	transform: translate(0,-200vh);
	transition: .4s ease-out;
}
.open header .bbc{transform: translate(0,0);}
header .hWrap {
	padding: 1rem 5rem 10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	backdrop-filter: blur(15px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	background: rgba(255,255,255,.7);
	width: 100%;
	align-items: center;
	transition: .5s ease-in-out;
	min-height: 10rem;
}
header .hWrap::after {
	content: "";
	background: #ED6E9F;
	background: linear-gradient(90deg,rgba(237, 110, 159, 1) 0%, rgba(236, 139, 107, 1) 100%);
	width: 100%;
	height: .5rem;
	position: absolute;
	left: 0;
	bottom: 0;
}

header .hWrap.hActive {padding-bottom:1rem;}
header .hWrap h1 {
	width: 40rem;
	transition: .5s ease-in;
}
header .hWrap.hActive h1 {width:30rem; transition: .2s ease-in;}
header .hWrap nav {
	width: 100%;
	transition: .3s ease-in;
	position: absolute;
	bottom: 2rem;
	right: 0;
}
header .hWrap.hActive nav {
	width: calc(100% - 40rem);
	bottom: 1rem;
}
header .hWrap nav ul {
	width: 150rem;
	margin: auto 0 auto auto;
	align-items: center;
}
header .hWrap nav ul li {
	width: auto;
	text-align: left;
}
header .hWrap nav ul li + li{}
header .hWrap nav ul li:not(.contactBtn) a {
	text-align: left;
	display: block;
	padding: 1rem 3rem;
	position: relative;
	cursor: pointer;
}
header .hWrap nav ul li:not(.contactBtn) a span {
	font-size: min(3vw , 2.5rem);
}
header .hWrap nav ul li:not(.contactBtn) a::before {
	content: '';
	display: block;
	height: 2px;
	width: 0;
	background: #ED6E9F;
	background: linear-gradient(90deg,rgba(237, 110, 159, 1) 0%, rgba(236, 139, 107, 1) 100%);
	margin: 0 auto;
	transition: .3s ease-in;
	position: absolute;
	bottom: 0rem;
	right: 0;
	left: 0;
}
/*
header .hWrap nav ul li:not(.contactBtn) a:hover:before{width:calc(100%);}
*/
header .hWrap nav ul li:not(.contactBtn) a::after {
	content: "";
	background: url(https://myff.link/feather/wp-content/themes/feather/assets/images/common/h-icon_arrow.png) center / 100%;
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	left: -1rem;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-in;
	transform: rotate(0deg);
}
/*
header .hWrap nav ul li:not(.contactBtn) a:hover:after{transform: rotate(-90deg);}
*/

header .hWrap nav ul li.contactBtn a {
	text-align: left;
	display: block;
	padding: 2rem 6rem;
	position: relative;
	cursor: pointer;
	background: #ED6E9F;
	background: linear-gradient(0deg,rgba(237, 110, 159, 1) 0%, rgba(236, 139, 107, 1) 100%);
	border-radius: 1rem;
	overflow: hidden;
}
header .hWrap nav ul li.contactBtn a span {
	font-size: min(3vw , 2.5rem);
	color: #fff;
	padding-left: 2rem;
}
header .hWrap nav ul li.contactBtn a::before {
	content: '';
	display: block;
	height: 100%;
	width: 0;
	background: rgba(255,255,255,.3);
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
	}
/*
header .hWrap nav ul li.contactBtn a:hover:before{width:160%; left:-30%; right:auto;}
*/
header .hWrap nav ul li.contactBtn a::after {
	content: "";
	background: url(https://myff.link/feather/wp-content/themes/feather/assets/images/common/h-icon_mail.png) no-repeat center / 100%;
	width: 4rem;
	height: 3rem;
	position: absolute;
	left: 2rem;
	top: 0;
	bottom: 0;
	margin: auto;
}



/*============ footer 調整用　==============*/
footer {
	padding: 10rem 0 2rem;
}
footer div.inqWrap {}
footer div.inqWrap ul {
	width: min(96% , 150rem);
	margin: auto;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}
footer div.inqWrap ul li{}
footer div.inqWrap ul li.contactBtn{}
footer div.inqWrap ul li.contactBtn a {
	display: block;
	width: 100%;
	position: relative;
}
/*
footer div.inqWrap ul li.contactBtn a:before {
	content: '';
	display: block;
	height: 100%;
	width: 0;
	background: rgba(255,255,255,.3);
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	top: 0;
	right: -30%;
	transform: skewX(60deg);
	}
footer div.inqWrap ul li.contactBtn a:hover:before{width:160%; left:-30%; right:auto;}
*/
footer div.inqWrap ul li.contactBtn a span {
	font-size: min(4vw , 3.5rem);
	color: #e9a02a;
	padding-right: 12rem;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 9rem;
	height: 6rem;
}
footer div.inqWrap ul li.contactBtn a span::after {
	content: "";
	background: url(https://myff.link/feather/wp-content/themes/feather/assets/images/top/t-icon_arrow_03.png) no-repeat center / 100%;
	width: 6rem;
	height: 6rem;
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	bottom: 0;
}

footer div.fWrap {
	width: 100%;
	margin: 2rem auto 2rem;
	background: #d3647f;
	border-radius: 2rem 2rem 0 0;
}
footer div.inqWrap + div.fWrap{margin-top:10rem;}
footer div.fWrap dl {
	display: flex;
	justify-content: space-between;
	width: min(100% , 150rem);
	margin: auto;
	align-items: center;
}
footer div.fWrap dl dd {
	width: 40%;
}
footer div.fWrap dl dd h1 {
	width: 33rem;
}
footer div.fWrap dl dd address {
	font-style: normal;
	padding: 1rem 3rem;
	color: #fff;
}
footer div.fWrap dl dd address + ul{padding: 1rem 3rem;}
footer div.fWrap dl dd address + ul li {width: 100%;}
footer div.fWrap dl dd address + ul li span {color: #fff;}
footer div.fWrap dl dd address + ul li span + span{}
footer div.fWrap dl dd address + ul li span a{color: #fff;}

footer div.fWrap dl dt {
	width: 50%;
}
footer div.fWrap dl dt nav {
	padding: 11rem 0;
}
footer div.fWrap dl dt nav ul {
	width: min(100% , 130rem);
	margin: auto;
	justify-content: flex-start;
}
footer div.fWrap dl dt nav ul li {
	width: 50%;
}
footer div.fWrap dl dt nav ul li a {
	text-align: left;
	display: block;
	padding: 1.5rem 2rem 1.4rem 2rem;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
footer div.fWrap dl dt nav ul li a span {
	color: #fff;
	position: relative;
	padding-right: 5rem;
}
footer div.fWrap dl dt nav ul li a span::before {
	content: "";
	background: url(https://myff.link/feather/wp-content/themes/feather/assets/images/common/f-icon_arrow.png) no-repeat center / 100%;
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	right:0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
}
/*
footer div.fWrap dl dt nav ul li a:hover span:before {right: 0;}
*/
footer div.fWrap dl dt nav ul li a::after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: #fff;
	margin: 0 auto;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}
/*
footer div.fWrap dl dt nav ul li a:hover:after{width:calc(100%);}
*/
footer small {
	display: block;
	text-align: center;
	margin: 0;
	font-size: 2rem;
	color: #d3647f;
}
footer small a{
	font-size: 2rem;
	color:#d3647f;
	}
footer p.toLink {
	width: 9rem;
	position: fixed;
	bottom: 9rem;
	background: #d3647f;
	border-radius: 100%;
	height: 9rem;
	z-index: 5;
}
footer p.toLink a {
	font-size: 2rem;
	white-space: nowrap;
	text-align: center;
	display: block;
	color: #fff;
	padding-top: 4rem;
}
footer p.toLink a::before {
	content: "↑";
	position: absolute;
	top: 1rem;
	text-align: center;
	width: 100%;
	left: 0;
}




/*============ レスポンシブ 調整用　==============*/


@media only screen and (max-width:1500px){

header .hWrap.hActive {padding: 1rem 5rem 1rem;}
header .hWrap h1 {width: 30rem;}


/*============ footer 調整用　==============*/

footer div.inqWrap ul {width: min(96% , 150rem);}

}

@media only screen and (max-width:1000px){


/*============ header 調整用　==============*/

header .hWrap nav {
	width: 100%;
	backdrop-filter: blur(15px);
	position: fixed;
	top: 10.5vw;
	right: 0;
	z-index: 11;
	background: rgba(255,255,255,.9);
	padding: 8vw 4vw;
	transform: translate(100vw,0);
	transition: .6s ease-out;
	width: 100%;
	bottom: 1vw;
	height: 123vw;
}

header .hWrap,
header .hWrap.hActive {padding: 1rem 5rem 1rem;}

header .hWrap.hActive nav {
	width: 100%;
	bottom: 1rem;
}
.open header nav{transform: translate(0,0);}
header .hWrap nav ul {
	width: 100%;
	margin: auto 0 auto auto;
}
header .hWrap nav ul li {
	width: 100%;
	text-align: left;
}
header .hWrap nav ul li:not(.contactBtn) a {
	padding: 5vw 3rem;
}
header .hWrap nav ul li:not(.contactBtn) a:before {width: 100%;}
header .hWrap nav ul li:not(.contactBtn) a::after {
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-90deg);
	right: 4vw;
	width: 3.5vw;
	height: 3.5vw;
}
header .hWrap nav ul li:not(.contactBtn) a span {
	font-size: 3.5vw;
}
header .hWrap nav ul li.contactBtn a {
	padding: 4vw 6rem;
	margin: 7vw auto;
	width: 80%;
	text-align: center;
}
header .hWrap nav ul li.contactBtn a span {
	font-size: 3.5vw;
	color: #fff;
	padding-left: 2rem;
}
header .hWrap nav ul li.contactBtn a::after {
	left: 17rem;
	width: 6vw;
	height: 5vw;
}
header .hWrap nav + div.menu {
	width: 8rem;
	height: 100%;
	position: absolute;
	right: 5rem;
	top: 0;
	z-index: 5;
	margin: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
header .hWrap nav + div.menu #menuButton {
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	width: 7rem;
	height: 6rem;
	cursor: pointer;
	top: 0;
	left: 0;
	margin: auto;
}

header .hWrap nav + div.menu #menuButton span,
header .hWrap nav + div.menu #menuButton:before,
header .hWrap nav + div.menu #menuButton:after{
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	-webkit-transition: .1s ease-in-out;
	transition: all 1s;
	border-radius: 40px;
	background: #ED6E9F;
	background: linear-gradient(90deg,rgba(237, 110, 159, 1) 0%, rgba(236, 139, 107, 1) 100%);
}

header .hWrap nav + div.menu #menuButton span{
	overflow: hidden;
	z-index: 1;
	color: #fff;
}

header .hWrap nav + div.menu #menuButton::before {
	z-index: 2;
	transform: rotate(0deg);
	top:5vw;
	content: "";
}
header .hWrap nav + div.menu #menuButton::after {
	z-index: 2;
	transform: rotate(0deg);
	top: -5vw;
	content: "";
}

header .hWrap nav + div.menu #menuButton span{
	transform:rotate(0deg) translateX(0px);
}

header .hWrap nav + div.menu #menuButton:before,
header .hWrap nav + div.menu #menuButton:after{
	transition: transform 500ms;
}

header .hWrap nav + div.menu.active #menuButton span {
	transform: translateX(-200px);
	top: 0;
}

header .hWrap nav + div.menu.active #menuButton::before {
	transform: rotate(-225deg);
	top: 0;
}

header .hWrap nav + div.menu.active #menuButton::after {
	transform: rotate(45deg);
	top: 0;
}



/*============ footer 調整用　==============*/

footer div.inqWrap ul li.contactBtn a span {
	width: 34vw;
	padding-right: 6vw;
	white-space: nowrap;
}
footer div.fWrap dl {
	display: flex;
	justify-content: space-between;
	width: min(100% , 150rem);
	margin: auto;
	align-items: center;
	padding: 10vw 0 14vw;
	flex-wrap: wrap;
}
footer div.fWrap dl dd {
	width: 70%;
	margin: auto;
}
footer div.fWrap dl dd h1 {
	width: 50vw;
	margin: 0 auto 5vw;
}
footer div.fWrap dl dt {
	width: 100%;
	position: relative;
}
footer div.fWrap dl dt nav {
	padding: 11rem 0 0;
}
footer div.fWrap dl dt nav ul li:nth-of-type(odd) a {border-right: 1px #fff solid;}
footer div.fWrap dl dt nav ul li:nth-of-type(n+3) a {border-top: 1px #fff solid;}
footer div.fWrap dl dt nav ul li a {
	text-align: left;
	display: block;
	padding: 5vw 2rem 5vw 2rem;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
footer div.fWrap dl dt nav ul li a span {
	width: 100%;
	display: block;
}
footer div.fWrap dl dt nav ul li a span::before {
	right: 2vw;
	width: 2vw;
	height: 2vw;
}

footer p.toLink {
	width: 13vw;
	height: 13vw;
	z-index: 5;
}
footer p.toLink a {
	font-size: 3vw;
	padding-top: 6vw;
}
footer p.toLink a::before {
	top: 1.5vw;
}


}
