/*-------------------------------------------------
|-  common all
-------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&display=swap');
body {
	overflow-wrap: anywhere;
	background-color: #fff;
}
picture {
	display: block;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.contents {
	overflow: hidden;
}
.ff-futura {
	font-family: "Jost", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 500;
}
.mincho {
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight: 900;
}
.fl_l {
	float: left;
}
.fl_r {
	float: right;
}
.clfix::after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
.cs-img {
	display: block;
}
.cs-link {
	color: #2a2a2a;
	display: block;
	transition: all .2s;
}
.cs-link:hover {
	opacity: 0.8;
	transition: all .2s;
	cursor: pointer;
}
.disPc {
	display: block;
}
.disSp {
	display: none;
}
.mtMinus20 {
	margin-top: -20px !important;
}
.mb-35 {
	margin-bottom: 35px !important;
}
/*--- letter-spacing ----------------*/
.letterS2 {
	letter-spacing: 2px;
}
.letterS3 {
	letter-spacing: 3px;
}
.letterS10 {
	letter-spacing: 10px;
}
.color-red {
	color: #ff0000;
}
/*--- viewMoreBtn ----------------*/
.viewMoreBtn {
	width: 13%;
	max-width: 185px;
	margin: 0 auto;
	background-color: #2a2a2a;
}
.cs-viewMoreLink {
	padding: 15px 0;
	display: block;
}
/*--- images zoom hover ----------------*/
.zoomHoverItem {
	position: relative;
	display: block;
	overflow: hidden;
}
.zoomHoverItem::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-duration: 0.4s;
	transition-property: opacity;
	opacity: 0;
	display: block;
}
.zoomHoverImg {
	width: 100%;
	transition-duration: 0.5s;
	-webkit-transition-duration:.5s;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	transition-duration:.5s;
}
.zoomHover:hover .zoomHoverItem::after {
	opacity: 0.3;
}
.zoomHoverItem:hover .zoomHoverImg {
	transform: scale(1.1,1.1);
}

@media screen and (max-width: 767px){
	.disPc {
		display: none;
	}
	.disSp {
		display: block;
	}
	/*--- viewMoreBtn ----------------*/
	.viewMoreBtn {
		width: 32%;
	}
	.cs-viewMoreLink {
		padding: 12px 0;
	}
	.cs-viewMoreImg {
		width: 60%;
	}
	.mtMinusSp20 {
		margin-top: -20px !important;
	}
}

.blockTtl {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 35px;
}
.blockTtl_item-ttlImg {
	margin: 0 auto 20px;
}
.blockTtl_item-ttlTxt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}
.blockTtl_item-border::after {
	content: '';
	width: 35px;
	height: 1px;
	margin: 30px auto 28px;
	background-color: #ccc;
	display: block;
}
.blockTtl_item-subTxt {
	text-align: center;
	letter-spacing: 1px;
	line-height: 200%;
}
@media screen and (max-width: 767px){
	.blockTtl {
		margin: 0 auto 28px;
	}
	.blockTtl_item-ttlImg {
		margin: 0 auto 10px;
	}
	.blockTtl_item-ttlTxt {
		font-size: 13px;
		letter-spacing: 4px;
	}
	.blockTtl_item-border::after {
		margin: 20px auto 18px;
	}
	.blockTtl_item-subTxt {
		font-size: 12px;
	}
}
/*-------------------------------------------------
|-
|-  bnrBlock（確認中）
|-
-------------------------------------------------*/
.bnrBlock {
	width: 74%;
	max-width: 1040px;
	margin: 0 auto 165px;
}
.bnrList {
	display: flex;
	justify-content: center;
}
.bnrList_item-bn02 {
	width: 20%;
	margin-right: 6%;
}
.bnrList_item-bn03 {
	width: 23%;
	margin-right: 6%;
}
.bnrList_item-bn04 {
	width: 23%;
}
@media screen and (max-width: 767px) {
	.bnrBlock {
		width: 100%;
		margin: 0 auto 60px;
	}
	.bnrList {
		display: block;
	}
	.bnrList_item {
		margin: 0 auto 29px;
	}
	.bnrList_item-bn02 {
		width: 37%;
	}
	.bnrList_item-bn03 {
		width: 42%;
	}
	.bnrList_item-bn04 {
		width: 42%;
		margin-bottom: 0;
	}
}
/*-------------------------------------------------
|-  breadCrumbBlock（旧ver）
-------------------------------------------------*/
.breadCrumbBlock {
	padding: 15px 0;
	background-color: #f0f0f0;
}
.breadCrumb {
	width: 94%;
	margin: 0 auto;
}
.breadCrumb_item {
	color: #2a2a2a;
	font-size: 12px;
	line-height: 100%;
	float: left;
}
.cs-bcLink {
	color: #2a2a2a;
}
.cs-bcLink:hover {
	text-decoration: underline;
}
.cs-symbol {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	display: inline-block;
}
.cs-symbol::after {
	content: '';
	position: absolute;
	top: 20%;
	right: 25%;
	width: 6px;
	height: 6px;
	border-top: solid 1px #2a2a2a;
	border-right: solid 1px #2a2a2a;
	border-radius: 1px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 767px){
	.breadCrumbBlock {
		display: none;
	}
}
/*-------------------------------------------------
|- breadcrumb-block（新）
-------------------------------------------------*/
.breadcrumb-block {
	padding: 12px 0;
	background: #f0f0f0;
}
.breadcrumb {
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
.breadcrumb-item {
	color: #2a2a2a;
	font-size: 12px;
	line-height: 1;
}
.breadcrumb-item__link {
	position: relative;
	margin-right: 30px;
	color: #2a2a2a;
}
.breadcrumb-item__link::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	width: 6px;
	height: 6px;
	border-top: solid 1px #2a2a2a;
	border-right: solid 1px #2a2a2a;
	border-radius: 1px;
	transform: translateY(-50%) rotate(45deg);
}
.breadcrumb-item__link:hover {
	text-decoration: underline;
}
@media screen and (max-width: 767px){
	.breadcrumb-block {
		display: none;
	}
}
/*-------------------------------------------------
|- header-block
-------------------------------------------------*/
.top .header-block {
	display: block;
}
.header-block {
	display: none;
}
.head-fiexd {
	width: 100%;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 30% 1fr;
	align-items: center;
	justify-content: space-between;
	gap: 0 10px;
}
.head-logo {
	width: 100%;
	max-width: 310px;
	margin: 0 auto 0 0;
}
.head-pc {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.head-link-list {
	width: 100%;
	max-width: 610px;
	margin: 0 6% 0 10px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 20px;
}
.head-link-list__item {
	width: 100%;
}
.head-link-list__link {
	width: 100%;
	padding: 11px 10px;
	color: #fff;
	font-size: var(--fs15);
	font-weight: bold;
	text-align: center;
	text-indent: .15rem;
	letter-spacing: .15rem;
	background: #2a2a2a;
	box-sizing: border-box;
}
.head-tel {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.head-tel__ttl,
.head-tel__txt {
	color: #2a2a2a;
	font-feature-settings: 'palt';
	font-size: 12px;
}
.head-tel__num {
	width: fit-content;
	padding-left: 30px;
	font-size: var(--fs24);
	letter-spacing: .11rem;
	line-height: 1;
	box-sizing: border-box;
	background: url(/assets/common/img/icon_tel.svg) no-repeat left center;
	background-size: 23px;
}
.top .head-btm-txt {
	margin-top: 15px;
	font-size: var(--fs13);
}
.head-btm-txt {
	width: 100%;
	margin-top: 10px;
	padding: 0 10px;
	color: #666;
	font-size: var(--fs12);
	letter-spacing: .16rem;
	box-sizing: border-box;
	grid-column: 1 / 3;
}
.head-scroll .head-btm-txt {
	padding:0 30px;
}
@media screen and (max-width: 1321px){
	.head-link-list {
		width: 60%;
		margin: 0 20px 0 0;
		gap: 0 10px;
	}
	.head-link-list__link {
		font-size: var(--fs13);
		letter-spacing: 0;
	}
}
@media screen and (max-width: 972px){
	.head-link-list__link {
		font-size: var(--fs12);
	}
}
@media screen and (max-width: 922px){
	.head-link-list {
		margin: 0 10px;
		gap: 0 5px;
	}
	.head-link-list__link {
		padding: 7px 0;
	}
	.head-tel__ttl, .head-tel__txt {
		font-size: 11px;
	}
	.head-tel__num {
		padding-left: 25px;
		font-size: var(--fs18);
		background-size: 20px;
	}
	.top .head-btm-txt {
		margin-top: 10px;
		font-size: var(--fs12);
		letter-spacing: .1rem;
	}
}
@media screen and (max-width: 811px){
	.head-tel__ttl, .head-tel__txt {
		font-size: 10px;
	}
}
@media screen and (max-width: 767px){
	.header-block {
		position: sticky;
		top: 0;
		display: block;
		z-index: 100;
	}
	.head-fiexd {
		padding: 15px 5px 10px;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
	}
	.head-logo {
		width: 60%;
		max-width: none;
		margin: auto;
	}
	.head-pc {
		display: none;
	}
	.menu-btn {
		position: relative;
		width: 6%;
		margin-right: 10px;
		padding-top: 6%;
	}
	.menu-btn::before,
	.menu-btn::after {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	.menu-btn::before {
		top: 0;
	}
	.menu-btn::after {
		bottom: 0;
	}
	.menu-bar {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	.top .head-btm-txt,
	.head-btm-txt {
		font-size: var(--fs10);
		letter-spacing: 0;
		line-height: 1.4;
	}
}
/*-------------------------------------------------
|- head-scroll
-------------------------------------------------*/
.top .head-scroll {
	display: none;
	position: relative;
	z-index: 100;
}
.head-scroll {
	position: sticky;
	top: 0;
	display: block;
	z-index: 10;
}
.top .head-scroll-box {
	position: fixed;
}
.head-scroll-box {
	position: unset;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background: #fff;
	display: grid;
	align-items: center;
	grid-template-columns: 23% 1fr;
	gap: 0 5%;
	z-index: 100;
}
.head-scroll-logo {
	max-width: 310px;
	margin-left: 20px;
}
.nav {
	width: 100%;
	max-width: 1020px;
	margin: 0 0 0 auto;
}
.nav-list-top {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.nav-list-top__item {
	position: relative;
}
.nav-list-top__item:first-child::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 55px;
	background: #fff;
}
.nav-list-top__item .nav-list__top-link {
	height: 100%;
	background: #a28e71;
}
.nav-list-top__concept .nav-list__top-link {
	height: 100%;
	background: #2a2a2a;
}
.nav-list__top-link,
.nav-list__btm-link {
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-indent: .18rem;
	letter-spacing: .18rem;
	box-sizing: border-box;
}
.nav-list__top-link {
	padding: 13px 10px 9px;
}
.nav-list__en {
	margin-bottom: 3px;
	font-size: var(--fs17);
	text-indent: .20rem;
	letter-spacing: .20rem;
	line-height: 1;
	display: block;
}
.nav-list-btm {
	display: grid;
	grid-template-columns: repeat(8,1fr);
}
.nav-list__btm-link {
	height: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #d4be9c;
}
.nav-list-btm__item {
	position: relative;
	/* background: #d4be9c; */
	cursor: pointer;
	transition: .3s;
}
.nav-list-btm__item p {
	height: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: .18rem;
	background: #d4be9c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nav-sns-list {
	display: none;
	position: absolute;
	/* top: 44px; */
	left: 0;
	width: 150px;
	padding: 10px 0;
	background: #d4be9c;
}
.nav-sns-list__link {
	padding: 3px 10px 3px 45px;
	color: #fff;
	font-weight: bold;
	letter-spacing: .18rem;
	/* background-color: #d4be9c; */
	background-position: 10% center;
	background-repeat: no-repeat;
	background-size: 18px;
	box-sizing: border-box;
}
.nav-sns-list__link.instagram {
	background-image: url(/assets/common/img/icon_instagram.svg);
}
.nav-sns-list__link.line {
	background-image: url(/assets/common/img/icon_line.svg);
}
.nav-sns-list__link.x {
	background-image: url(/assets/common/img/icon_x.svg);
}
.nav-sns-list__link.youtube {
	background-image: url(/assets/common/img/icon_youtube.svg);
	background-position: 9% center;
	background-size: 25px;
}
.nav-sns-list__link.facebook {
	background-image: url(/assets/common/img/icon_facebook.svg);
}
.nav-sns-list__link.pinterest {
	background-image: url(/assets/common/img/icon_pinterest.svg);
}
@media (hover: hover){
	.nav-list-btm__item p:hover {
		opacity: .8;
	}
}
@media screen and (max-width: 1302px){
	.nav-list__top-link,
	.nav-list__btm-link {
		text-indent: 0;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 1106px){
	.nav-list__top-link{
		padding: 15px 0;
		font-size: var(--fs12);
	}
	.nav-list__en {
		margin-bottom: 5px;
		font-size: var(--fs15);
	}
	.nav-list__btm-link {
		font-size: var(--fs12);
	}
	.nav-sns-list__link {
		font-size: var(--fs12);
	}
}
@media screen and (max-width: 767px){
	.head-scroll {
		display: none !important;
	}
	.head-scroll-box {
		display: none;
	}
}
/*-------------------------------------------------
|- sp-nav
-------------------------------------------------*/
@media screen and (max-width: 767px){
	.sp-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding-bottom: 30px;
		background: #f0efed;
		z-index: 110;
	}
	.sp-nav-logo {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 5px;
		background: #fff;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.menu-close-btn {
		position: relative;
		width: 8%;
		margin-right: 3px;
		padding-top: 6%;
	}
	.menu-close-btn::before,
	.menu-close-btn::after {
		content: '';
		position: absolute;
		left: -3px;
		width: 100%;
		height: 2px;
		background: #000;
		transition: .3s;
	}
	.menu-close-btn::before{
		top: 50%;
		transform: rotate(45deg);
	}
	.menu-close-btn::after{
		bottom: 42%;
		transform: rotate(-45deg);
	}
	.sp-nav-top {
		width: 55%;
		margin: 0 auto 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 15px 0;
	}
	.sp-nav__tel {
		width: 100%;
	}
	.sp-nav__access {
		width: 100%;
		background: #a28e71;
	}
	.sp-nav-box {
		width: 88%;
		margin: auto;
		overflow: auto;
	}
	.sp-nav-list {
		margin-bottom: 30px;
	}
	.sp-nav-list__item {
		border-top: 1px solid #a28e71;
	}
	.sp-nav-list__item:first-child {
		border: 0;
	}
	.sp-nav-list__item:last-child {
		border-bottom: 1px solid #a28e71;
	}
	.sp-nav-list__link::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 6%;
		width: 7px;
		height: 7px;
		border-top: solid 1px #a28e71;
		border-right: solid 1px #a28e71;
		border-radius: 1px;
		transform: translateY(-50%) rotate(45deg);
	}
	.sp-nav-list__link {
		position: relative;
		width: 100%;
		padding: 10px 9% 5px 7%;
		color: #888168;
		font-size: var(--fs13);
		font-weight: bold;
		letter-spacing: .16rem;
		box-sizing: border-box;
		display: block;
	}
	.sp-inquiry-list {
		margin-bottom: 35px;
	}
	.sp-inquiry-list > * + * {
		margin-top: 10px;
	}
	.sp-inquiry-list__link {
		position: relative;
		width: 100%;
		padding: 6px 9% 6px 18%;
		color: #fff;
		font-size: var(--fs13);
		font-weight: bold;
		letter-spacing: .16rem;
		background-color: #a28e71;
		background-repeat: no-repeat;
		background-size: 23px;
		background-position: 8% center;
		box-sizing: border-box;
		display: block;
	}
	.sp-inquiry-list__link::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 6%;
		width: 7px;
		height: 7px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		border-radius: 1px;
		transform: translateY(-50%) rotate(45deg);
	}
	.sp-inquiry-list__link01 {
		background-image: url(/assets/common/img/bg_menu_icon01_sp.png);
	}
	.sp-inquiry-list__link02 {
		background-image: url(/assets/common/img/bg_menu_icon02_sp.png);
	}
	.sp-inquiry-list__link03 {
		background-image: url(/assets/common/img/bg_menu_icon03_sp.png);
	}
	.sp-inquiry-list__link04 {
		background-image: url(/assets/common/img/bg_menu_icon04_sp.png);
	}
	.sp-sns-list {
		width: 89%;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0 10px;
	}
	.sp-sns-list__item {
		width: 12%;
	}
	.sp-sns-list__youtube {
		width: 15%;
	}
}
/*-------------------------------------------------
|- ft-event-wrap
-------------------------------------------------*/
.ft-event-wrap {
	width: 100%;
	margin: 200px 0;
}
.ft-event__txt {
	margin-bottom: 30px;
	font-size: var(--fs26);
	font-weight: bold;
	text-align: center;
	text-indent: .4rem;
	letter-spacing: .4rem;
}
.ft-event-list {
	width: 100%;
	max-width: 1040px;
	margin: auto;
}
.ft-event-list__item {
	margin: 0 10px;
}
.ft-event-wrap .prev-arrow,
.ft-event-wrap .next-arrow {
	position: absolute;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background: #2a2a2a;
	display: block;
	cursor: pointer;
	z-index: 1;
}
.ft-event-wrap .prev-arrow {
	transform: rotate(180deg);
}
.ft-event-wrap .next-arrow {
	right: 0;
}
.ft-event-wrap .prev-arrow::before,
.ft-event-wrap .next-arrow::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	margin: auto;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: translate(-50%,-50%) rotate(45deg);
}
@media screen and (max-width: 767px){
	.ft-event-wrap {
		margin: 60px 0 90px;
	}
	.ft-event__txt {
		margin-bottom: 15px;
		font-size: var(--fs18);
		letter-spacing: .22rem;
	}
	.ft-event-list {
		width: 87%;
		max-width: 650px;
	}
	.ft-event-list__item {
		margin: 0 5px;
	}
	.ft-event-wrap .prev-arrow, .ft-event-wrap .next-arrow {
		top: calc(50% - 12.5px);
		width: 25px;
		height: 25px;
	}
	.ft-event-wrap .prev-arrow::before, .ft-event-wrap .next-arrow::before {
		width: 10px;
		height: 10px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}
}
/*-------------------------------------------------
|- footer
-------------------------------------------------*/
.ft-wrap {
	width: 100%;
	padding: 20px 4% 30px 5%;
	background: #a28e71;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.ft-box {
	width: 53%;
}
.ft-logo {
	max-width: 517px;
	margin-bottom: 30px;
}
.ft-txt {
	margin: 0 0 30px 15px;
	color: #fff;
	font-size: var(--fs13);
	letter-spacing: .16rem;
	line-height: 1.69;
}
.ft-tel {
	margin: 0 0 10px 15px;
	padding-left: 40px;
	color: #fff;
	font-size: 2.35rem;
	letter-spacing: .2rem;
	line-height: 1;
	background: url(/assets/common/img/icon_tel_white.svg) no-repeat left center;
	background-size: 30px;
	box-sizing: border-box;
}
.ft-address {
	margin: 0 0 15px 15px;
	color: #fff;
	font-feature-settings: 'palt';
	font-size: var(--fs15);
	letter-spacing: .13rem;
	line-height: 1.7;
}
.ft-access {
	margin: 0 0 20px 20px;
}
.ft-access__link {
	padding: 2px 0 2px 23px;
	color: #fff;
	font-size: var(--fs15);
	font-weight: bold;
	letter-spacing: .13rem;
	background: url(/assets/common/img/icon_access.svg) no-repeat left center;
	background-size: 17px;
	box-sizing: border-box;
}
.ft-sns-list {
	width: 100%;
	max-width: 512px;
	margin-left: 15px;
	display: flex;
	align-items: center;
	gap: 0 20px;
}
.ft-sns-list__item {
	width: 65px;
}
.ft-sns-list__youtube {
	width: 80px;
}
.ft-img {
	width: 45%;
	max-width: 625px;
	margin-top: -50px;
}
.ft-btm {
	width: 100%;
	padding: 30px 0 140px;
	background: #2a2a2a;
}
.ft-link-list {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ft-link-list > * + * {
	border-left: 1px solid #fff;
}
.ft-link-list__item {
	line-height: 1;
}
.ft-link-list__link {
	margin: 0 20px;
	color: #fff;
	font-size: var(--fs12);
	letter-spacing: .18rem;
	display: block;
}
.copyright {
	color: #fff;
	font-size: var(--fs10);
	letter-spacing: .18rem;
	text-align: center;
}
.btn-pagetop {
	position: fixed;
	right: 43px;
	bottom: 100px;
	width: 75px;
	z-index: 101;
	cursor: pointer;
}
.btn-pagetop img {
	width: 100%;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));
}
@media (hover: hover){
	.ft-access__link:hover,
	.ft-link-list__link:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 1111px){
	.ft-wrap {
		padding: 20px 2% 30px;
	}
	.ft-txt .none {
		display: none;
	}
}
@media screen and (max-width: 951px){
	.ft-btm {
		padding: 30px 0 15%;
	}
}
@media screen and (max-width: 767px){
	.ft-wrap {
		margin-top: 50px;
		padding: 0 4% 15px;
		flex-direction: column;
	}
	.ft-box {
		width: 97%;
		margin: 15px 0 0 10px;
		order: 1;
	}
	.ft-logo {
		width: 85%;
		margin: 0 0 15px;
	}
	.ft-txt {
		margin: 0 0 20px;
		font-size: var(--fs10);
		letter-spacing: 0;
	}
	.ft-tel {
		margin: 0 0 10px;
		padding-left: 25px;
		color: #fff;
		font-size: var(--fs20);
		letter-spacing: .1rem;
		background-size: 20px;
	}
	.ft-tel a {
		color: #fff;
	}
	.ft-address {
		margin: 0 0 10px;
		font-size: var(--fs12);
	}
	.ft-access {
		margin: 0 0 15px 5px;
	}
	.ft-access__link {
		padding: 0 0 0 15px;
		font-size: var(--fs12);
		background-size: 10px;
	}
	.ft-sns-list {
		width: 87%;
		margin: 0 auto;
		gap: 0 10px;
	}
	.ft-sns-list__item {
		width: 16%;
	}
	.ft-sns-list__youtube {
		width: 20%;
	}
	.ft-img {
		width: 100%;
	}
	.ft-btm {
		padding: 25px 0 26%;
	}
	.ft-link-list {
		margin-bottom: 10px;
	}
	.ft-link-list__link {
		margin: 0 15px;
		font-size: var(--fs11);
		letter-spacing: .02rem;
	}
	.copyright {
		letter-spacing: .16rem;
	}
	.btn-pagetop {
		position: fixed;
		right: 15px;
		bottom: 127px;
		width: 60px;
	}
}
/*-------------------------------------------------
|- ft-btn
-------------------------------------------------*/
.ft-btn-con {
	width: 100%;
    background: #f2f2f2;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    z-index: 9;
    box-sizing: border-box;
    right: 0;
    left: 0;
	transform: translate3d(0, 150%, 0);
	transition: .8s;
	z-index: 9;
}
.ft-btn {
	width: 100%;
	max-width: 660px;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 0 13px;
}
.ft-btn__link {
	background: rgb(127,170,147,.9);
}
@media screen and (max-width: 767px){
	.ft-btn-con {
		padding: 0;
		bottom: 0;
		background: none;
	}
	.ft-btn {
		gap: 0;
		border: 1px solid #2a2a2a;
		border-left: 0;
		box-sizing: border-box;
	}
	.ft-btn__item {
		border-left: 1px solid #2a2a2a;
		box-sizing: border-box;
	}
}
/*-------------------------------------------------
|-
|-  easyCatalogDownload（確認中）
|-
-------------------------------------------------*/
.easyCatalogDownloadBanner {
	position: fixed;
	bottom: 50px;
	width: 100%;
	z-index: 94;
}
@media screen and (max-width: 767px){
	.easyCatalogDownloadBanner {
		width: 70%;
		left: 50%;
		transform: translate(-50%, 0);
	}
}
.easyCatalogDownload {
	position: fixed;
	bottom: 5px;
	width: 100%;
	display: none;
	z-index: 1;
}
.easyCatalogDownload_innerList {
	margin: 0 auto;
	max-width: 400px;
}
.easyCatalogDownload_banner {
	width: 400px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	transition: all 0.5s 0s ease;
}
@media screen and (max-width: 767px){
	.easyCatalogDownload_banner {
		width: 100%;
	}
}
.easyCatalogDownload_banner:hover {
	cursor: pointer;
	opacity: 0.8;
}

.easyCatalogDownload_inner {
	margin: 0 auto;
	max-width: 530px;
}
.easyCatalogDownload_btnList {
	display: flex;
}
.easyCatalogDownload_back {
	width: 120px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	transition: all 0.5s 0s ease;
	margin-right: 10px;
}
.easyCatalogDownload_back img {
	width: 100%;
}
.easyCatalogDownload_back:hover {
	cursor: pointer;
	opacity: 0.8;
}
.easyCatalogDownload_entry {
	width: 400px;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.4));
	transition: all 0.5s 0s ease;
	margin: 0 auto;
}
.easyCatalogDownload_entry img {
	width: 100%;
}

.easyCatalogDownload_banner-active:hover {
	cursor: pointer;
	opacity: 0.8;
}
@media screen and (max-width: 767px){
	.easyCatalogDownload {
		bottom: 50px;
	}
	.easyCatalogDownload_inner {
		margin: 0 auto;
		width: 95%;;
	}
	.easyCatalogDownload_back {
		width: 30%;
		margin-right: 1%;
	}
	.easyCatalogDownload_back img {
		width: 100%;
	}
	.easyCatalogDownload_entry {
		width: 100%;
	}
}

:root {
	--fs10: .714rem;
	--fs11: .714rem;
	--fs12: .857rem;
	--fs13: .928rem;
	--fs14: 1rem;
	--fs15: 1.07rem;
	--fs16: 1.14rem;
	--fs17: 1.21rem;
	--fs18: 1.28rem;
	--fs19: 1.35rem;
	--fs20: 1.42rem;
	--fs21: 1.5rem;
	--fs22: 1.57rem;
	--fs23: 1.64rem;
	--fs24: 1.71rem;
	--fs25: 1.78rem;
	--fs26: 1.85rem;
	--fs27: 1.92rem;
	--fs28: 2rem;
	--fs29: 2.07rem;
	--fs30: 2.14rem;
}
