

/* pickup
--------------------------- */
.event_pick{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 80%;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.event_pick.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.event_pick a{
	display: block;
}
.event_pick .pick_close{
	position: absolute;
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	top: -15px;
	left: -15px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
}
.event_pick .pick_close::before, .event_pick .pick_close::after{
	position: absolute;
	content: "";
	width: 12px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: #fff;
}
.event_pick .pick_close::before{
	transform: translate(-50%,-50%) rotate(-45deg);
}
.event_pick .pick_close::after{
	transform: translate(-50%,-50%) rotate(45deg);
}
@media screen and (min-width: 768px){
	.event_pick{
		width: 50%;
	}
}
@media screen and (min-width: 992px){
	.event_pick{
		width: 40%;
	}
}
@media screen and (min-width: 1200px){
	.event_pick{
		width: 29.41%;
	}
	.event_pick .pick_close{
		width: 40px;
		height: 40px;
		top: -20px;
		left: -20px;
	}
}


/* footer
--------------------------- */
#footer{
	position: relative;
	width: 100%;
	margin-top: 5.84rem;
}
#footer::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	z-index: -1;
}
@media screen and (min-width: 768px){
	#footer{
		margin-top: 7.27rem;
	}
}
@media screen and (min-width: 992px){
	#footer{
		margin-top: 8.7rem;
	}
}
@media screen and (min-width: 1400px){
	#footer{
		margin-top: 10.13rem;
	}
}
/****** contact ******/
.footer_contact{
	position: relative;
}
.footer_contact::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(200,200,200,0.5);
	bottom: 0;
	left: 0;
}
.footer_contact ul{
	margin-bottom: 0;
}
.footer_contact ul li{
	list-style: none;
	position: relative;
	text-align: center;
}
.footer_contact ul li:first-child::after{
	position: absolute;
	content: "";
	width: 90%;
	height: 1px;
	background-color: rgba(200,200,200,0.5);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.footer_contact ul li .inner{
	width: 90%;
	margin: 0 auto;
	padding: 60px 0 70px;
}
.f-title{
	font-size: 1.34rem;
	letter-spacing: 0.06em;
	margin-bottom: 1.12rem;
}
.f-title .f-eng{
	display: block;
	color: rgba(0,0,0,0.3);
	font-size: 0.84rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	margin-top: -0.15rem;
}
.footer_contact .txt_block{
	color: #505050;
	text-align: left!important;
}
.footer_contact .vm{
	margin-top: 1.8rem;
}
@media screen and (min-width: 768px){
	.footer_contact{
		padding: 4.78rem 0;
	}
	.footer_contact::after{
		width: 94.11%;
		left: 50%;
		transform: translateX(-50%);
	}
	.footer_contact ul{
		display: flex;
	}
	.footer_contact ul li{
		width: 50%;
	}
	.footer_contact ul li:first-child::after{
		width: 1px;
		height: 100%;
		top: 0;
		bottom: unset;
		right: 0;
		left: unset;
		transform: unset;
	}
	.footer_contact ul li .inner{
		width: 70%;
		max-width: 478px;
		padding: 3.38rem 0 4.04rem;
	}
	.f-title{
		margin-bottom: 1.77rem;
	}
	.footer_contact .vm{
		margin-top: 2.36rem;
	}
}
@media screen and (min-width: 992px){
	.footer_contact{
		padding: 5.72rem 0;
	}
	.footer_contact ul li .inner{
		padding: 4.19rem 0 4.82rem;
	}
}
@media screen and (min-width: 1200px){
	.f-title{
		font-size: 1.6rem;
		margin-bottom: 2.43rem;
	}
	.f-title .f-eng{
		font-size: 0.86rem;
		margin-top: -0.25rem;
	}
	.footer_contact .vm{
		margin-top: 3.5rem;
	}
}
@media screen and (min-width: 1400px){
	.footer_contact{
		padding: 6.66rem 0;
	}
	.footer_contact ul li .inner{
		padding: 5rem 0 5.6rem;
	}
}
/****** footer_block ******/
.footer_block{
	margin-top: 6.53rem;
	padding-bottom: 15rem;
	transition: padding 0.4s ease;
}
#footer.not-home .footer_block{
  /* トップページ以外のときに適用されるスタイル */
  padding-bottom: 80px;
}
@media screen and (min-width: 768px){
	.footer_block{
		margin-top: 8.13rem;
		padding-bottom: 17.71rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
@media screen and (min-width: 992px){
	.footer_block{
		margin-top: 9.73rem;
		padding-bottom: 20.42rem;
	}
}
@media screen and (min-width: 1200px) {
	#footer.not-home .footer_block{
  /* トップページ以外のときに適用されるスタイル */
  padding-bottom: 120px;
}
}
@media screen and (min-width: 1400px){
	.footer_block{
		margin-top: 11.33rem;
		padding-bottom: 23.13rem;
	}
}

.footer_left{
	margin-bottom: 4.78rem;
}
.f_menu{
	display: flex;
	margin-bottom: 3.07rem;
}
.f_menu ul{
	position: relative;
	padding-left: 10px;
	padding-bottom: 1.92rem;
	width: calc(100% / 3);
	margin-bottom: 0;
}
.f_menu ul::before{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(200,200,200,0.5);
}
.f_menu ul:last-child::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: rgba(200,200,200,0.5);
}
.f_menu ul li{
	list-style: none;
}
.f_menu ul li:not(:last-child){
	margin-bottom: 0.14rem;
}
.f_menu ul li a{
	color: #000;
	display: inline-block;
	font-size: 0.76rem;
	letter-spacing: 0.06em;
}
.f_menu ul li a:hover{
	text-decoration: none;
}
.f_snsflex{
	display: flex;
	align-items: center;
	margin-top: 4.01rem;
}
.f_snsflex a{
	color: #505050;
	font-size: 0.76rem;
	letter-spacing: 0.06em;
}
.f_snsflex a:first-child{
	width: 15px;
	height: 15px;
	display: block;
	margin-right: 20px;
}
.f_snsflex a:first-child img{
	width: 100%;
	height: 100%;
	display: block;
}
.f_logo{
	width: 130px;
	margin-bottom: 2.1rem;
}
.f_logo a{
	display: block;
}
@media screen and (min-width: 768px){
	.f_menu{
		margin-bottom: 0;
	}
	.f_menu ul{
		padding-bottom: 3.84rem;
		padding-left: 13px;
	}
	.f_snsflex{
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.f_menu ul{
		padding-left: 15px;
	}
}
@media screen and (min-width: 1200px){
	.f_menu ul{
		padding-left: 20px;
	}
	.f_menu ul li:not(:last-child){
		margin-bottom: 1.23rem;
	}
	.f_menu ul li a{
		font-size: 0.8rem;
	}
	.f_snsflex a:first-child{
		width: 20px;
		height: 20px;
		margin-right: 30px;
	}
}
@media screen and (min-width: 1600px){
	.f_menu ul{
		padding-left: 30px;
		padding-bottom: 7.2rem;
	}
}
.f_company{
	margin-bottom: 0;
}
.f_company li{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.f_company li:not(:first-child){
	margin-top: 5px;
}
.f_company li .img{
	width: 28.28%;
}
.f_company li .txtArea{
	width: 66.09%;
	align-self: center;
}
.fc_tit{
	font-size: 0.84rem;
	letter-spacing: 0.06em;
	margin-bottom: 0;
}
.f_company li .txtArea .txt_block{
	color: #505050;
	font-size: 0.76rem;
}
@media screen and (min-width: 768px){
	.footer_left.sp-none{
		width: 50%;
		max-width: 650px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0;
	}
	.footer_right{
		width: 40.38%;
		max-width: 525px;
	}
	.f_logo{
		margin-bottom: 0;
	}
	.f_company li .img{
		width: 34.28%;
	}
	.f_company li .txtArea{
		width: 58.09%;
	}
}
@media screen and (min-width: 992px){
}
@media screen and (min-width: 1200px){
	.f_logo{
		width: 150px;
	}
	.f_company li:not(:first-child){
		margin-top: 10px;
	}
	.fc_tit{
		font-size: 0.86rem;
		margin-bottom: 0.3rem;
	}
	.f_company li .txtArea .txt_block{
		font-size: 0.8rem;
	}
}
@media screen and (min-width: 1400px){
	
}
.footer_bottom{
	margin-top: 3.41rem;
}
.footer_bottom .f_logo{
	display: none;
}
.footer_bottom .f_copy{
	color: #9b9b9b;
	font-weight: 400;
	font-size: 0.69rem;
}
@media screen and (min-width: 768px){
	.footer_bottom{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 5.6rem;
	}
	.footer_bottom .f_logo{
		display: block;
	}
	.footer_bottom .f_copy{
		width: 40.38%;
		max-width: 525px;
	}
}
@media screen and (min-width: 992px){
	.footer_bottom{
		margin-top: 6.59rem;
	}
}
@media screen and (min-width: 1200px){
	.footer_bottom .f_copy{
		font-size: 0.73rem;
	}
}
@media screen and (min-width: 1400px){
	.footer_bottom{
		margin-top: 7.6rem;
	}
}

/***************************************
footer 固定メニュー
***************************************/
.footer_menu {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s;
}
.f_unit {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: calc(100% / 2);
}
.footer_menu > li:nth-child(1) {
  background-color: #bce2e8;
}
.footer_menu > li:nth-child(2) {
  background-color: #9b9b9b;
}
.f_unit a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  height: 100%;
  padding: 1.2rem 0 1rem;
  color: #fff;
  letter-spacing: 0;
}
.f_unit a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.f_unit a span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_menu > li:nth-child(3) a span {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 576px) {
  .footer_menu {
    display: none;
  }
}