/* CSS Document */
/*キャッチコピー*/
#wccatchcopy{
  width: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom: 0 !important;
}
#wccatchcopy div.wcinner > * {
  padding: 0 !important;
  white-space: inherit !important;
  line-height: 0 !important;
  font-size: 0 !important;
  height: 0  !important;
}
/*main*/
main{
	margin-top: calc(var(--headerHeight) * -1);
}
/*画像*/
figure{
}
figure picture{
	width: 100%;
	height: 100%;
	display: block;
}
figure img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
/*透明*/
.opa{
	width: 0;
	height: 0;
	opacity: 0;
	display: block;
	overflow: hidden;
}
/*タイトル*/
.contents_title{
	font-size: 1.55rem;
  font-weight: 700;
	transition: opacity 600ms cubic-bezier(0.25, 1, 0.5, 1),transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
	opacity: 0;
	transform: translateY(1.5rem);
}
.contents_title.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
.contents_title{
	margin-bottom: 1rem;
}
.contents_title::before{
	content: "About";
  font-family: "Oswald";
  font-weight: 700;
  letter-spacing: 1.15px;
  font-size: 1.2rem;
  color: var(--accentColor);
  line-height: 1em;
  margin-bottom: 0.2rem;
  display: table;
}
.contents_title.white{
	color: #fff;
}
.contents_title.white::before{
	color: #fff;
}
/*ページタイトル*/
.page_title{
	position: relative;
  z-index: 2;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding-bottom: 1.35rem !important;
}
body[wc-view-code="sp"] .page_title{
	height: 175px;
	padding: var(--headerHeight) 7vw 0;
}
body[wc-view-type="tb"] .page_title{
	height: 250px;
	padding: var(--headerHeight) 5vw 0;
}
body[wc-view-type="tb-l"] .page_title{
	height: 250px;
	padding: var(--headerHeight) 5vw 0;
}
body[wc-view-code="pc"] .page_title{
	height: 300px;
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) 0;
}
.page_title > figure{
	position: absolute;
	inset:0;
	z-index: 1;
}
.page_title > figure::before{
	content: "";
	position: absolute;
	inset:0;
	background-color: rgba(0,0,0,0.35);
	z-index: 2;
}
body[wc-view-code="sp"] .page_title > figure img{
	height: 175px;
}
body[wc-view-type="tb"] .page_title > figure img{
	height: 250px;
}
body[wc-view-type="tb-l"] .page_title > figure img{
	height: 250px;
}
body[wc-view-code="pc"] .page_title > figure img{
	height: 300px;
}
.page_title .contents_title{
	position: relative;
	z-index: 4;
}
/*ボタン*/
.btn{
	display: table;
}
.btn > a{
	display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accentColor);
  border: solid 1px var(--accentColor);
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0.35rem 0.75rem;
  font-weight: 700;
}
.btn.white > a{
	color: #fff;
	border-color: #fff;
	background-color: rgba(0,0,0,0.25);
}
.btn > a .arrow{
	width: 1.4rem;
  height: 1.4rem;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  border: solid 1px var(--accentColor);
  box-sizing: border-box;
	flex: none;
  margin-left: 0.5rem;
}

.btn.white > a .arrow{
	border: solid 1px #fff;
	margin-top: 0;
}
.btn > a .arrow::before{
	content: "";
  width: 2rem;
  height: 2rem;
  background-color: var(--accentColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.btn.white > a .arrow::before{
	background-color: #fff;
}
/*ボタンブロック*/
.btn_block{
	display: flex;
	column-gap: 1rem;
	justify-content: center;
}
body[wc-view-code="sp"] .btn_block{
	flex-direction: column;
	gap:0.5rem;
	width: fit-content;
}
body[wc-view-code="sp"] .btn_block .btn > a{
	justify-content: space-between;
}
/*header*/
header#wcheader{
	background-color: rgba(0,0,0,0) !important;
}
html.wctop header#wcheader div.headerlogo[logo-type="maskdirect"] h2 {
  background-color: var(--headerLogoColor) !important;
}
html.wcscroll header#wcheader div.headerlogo[logo-type="maskdirect"] h2 {
  background-color: var(--accentColor) !important;
}
html.wctop header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before{
	background-color: #fff !important;
}
html.wcscroll header#wcheader .menubtn[wc-icon]:not(.wcshowmenuwrap)::before{
	background-color:var(--headerIconColor);
}
html.wctop header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after{
	color: #fff !important;
}
html.wcscroll header#wcheader .menubtn[wc-icon][name]:not([item-pos*="show"])::after{
	color:var(--headerIconColor);
}
/*ドロワーメニュー*/
.wcdrawermenu div.header div.drawerclosebtn[wc-icon] span::before{
	mask-size:cover;
	-webkit-mask-size:cover;
}
/*footer*/
footer{
	text-align: left !important;
}
.f_contact{
	display: flex;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .f_contact{
	flex-direction: column;
	padding: var(--headerHeight) 7vw 0;
}
body[wc-view-code="sp"] .f_contact,
body[wc-view-type="tb"] .f_contact{
	flex-direction: column;
}
body[wc-view-code="tb"] .f_contact{
	padding: var(--headerHeight) 5vw 0;
}
body[wc-view-code="pc"] .f_contact{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) 0;
}
.f_contact .f_text{
}
body[wc-view-type="tb-l"] .f_contact .f_text{
	width: 300px;
}
body[wc-view-code="pc"] .f_contact .f_text{
	width: 350px;
}
.f_contact .f_text .contents_title{
	opacity: 1;
	transform: translateY(0);
}
.f_contact .f_text .contents_title::before{
	content: "Contact";
}
.f_contact .f_text > p{
}
.f_contact .f_in_contact{
	display: flex;
  gap: 0.75rem;
  margin-top: 1.5rem;
	box-sizing: border-box;
}
body[wc-view-code="sp"] .f_contact .f_in_contact{
  flex-direction: column;
}
body[wc-view-type="tb-l"] .f_contact .f_in_contact{
	width: calc(100% - 300px);
	gap:1rem;
	padding-left: 1rem;
}
body[wc-view-code="pc"] .f_contact .f_in_contact{
	width: calc(100% - 350px);
	gap:1rem;
	padding-left: 1rem;
}
.f_in_contact a{
	display: block;
	background-color: #fff;
	text-decoration: none;
	color: var(--footerBgColor);
	padding: 1rem;
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .f_in_contact a{
	width: calc(50% - 0.5rem);
}
body:not([wc-view-code="sp"]) .f_in_contact a.tel{
	pointer-events: none;
}
.f_in_contact a .fc_in_title{
	color: var(--footerBgColor);
	text-align: center;
	font-weight: 700;
}

.f_in_contact a .fct_num{
	font-family: "Oswald";
	font-size: 2rem;
  display: flex;
  align-items: center;
  color: var(--footerBgColor);
  width: fit-content;
  margin: 0.5rem auto 0;
  font-weight: 700;
}
.f_in_contact a .fct_num::before{
	content: "";
  background-color: var(--footerBgColor);
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.f_in_contact .b_time{
	display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}
body[wc-view-code="sp"] .f_in_contact .b_time{
	margin-top: 0.15rem;
}
body[wc-view-type="tb-l"] .f_in_contact .b_time{
	margin-top: 0.2rem;
}
.f_in_contact .b_time > dl{
	display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
body[wc-view-type="tb-l"] .f_in_contact .b_time > dl{
	flex-direction: column;
	align-items: center;
	gap:0;
}
.f_in_contact .b_time > dl *{
	color: var(--footerBgColor);
}
.f_in_contact .b_time > dl > dt{
}
.f_in_contact .b_time > dl > dt span{
	display: table;
  font-size: 0.8rem;
  color: #fff;
  background-color: var(--footerBgColor);
  padding: 0 0.25rem;
}
.f_in_contact .b_time > dl > dd{
}
.f_in_contact a .fcm_in_text{
	color: var(--footerBgColor);
	margin-top: 0.5rem;
}
.f_in_contact a .more{
	border: solid 1px var(--footerBgColor);
	box-sizing: border-box;
	color: var(--footerBgColor);
	display: flex;
	width: fit-content;
	margin: 0.5rem auto 0 auto;
	padding: 0.25rem 0.5rem;
	gap:0.3rem;
}
.f_in_contact a .more .arrow_icon{
	width: 1.3rem;
	height: 1.3rem;
	border: solid 1px var(--footerBgColor);
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.f_in_contact a .more .arrow_icon::after{
	content: "";
	width: 2rem;
	height: 2rem;
  background-color: var(--footerBgColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/*footer　共通*/
footer .namedataarea[flex-flow]{
  justify-content: flex-start !important;
}
footer .namedataarea{
}
footer div.footer .footeritem.logolineitem {
  width: fit-content !important;
  margin: 0 !important;
}
footer .namedataarea{
  width: auto !important;
}
body[wc-view-code="pc"] footer div.footer .footeritem.logolineitem{
  margin-left: 1.5rem !important;
}
footer .footerflex {
  flex-direction: column !important;
  align-items: baseline !important;
}
body[wc-view-code="tb"] footer div.footer,
body[wc-view-code="pc"] footer div.footer{
  justify-content: flex-start !important;
}
body[wc-view-code="tb"] footer .footerflex > :not(.topauto),
body[wc-view-code="pc"] footer .footerflex > :not(.topauto){
  margin-top: 0 !important;
}

.footersnsarea > div{
  background-color: transparent !important;
}
.footersnsarea > div[svg-color="true"] a {
  background-color: #f1ede4 !important;
}
/*線を削除*/
body[touch-pos] footer div.footer::before, body[touch-pos] footer div.footer::after{
	display: none !important;
}



