@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap" rel="stylesheet"');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}
html {
  font-size: 62.5%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a, a:link {
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
	 -moz-transition: .3s;
	color: inherit;
}

a:visited,a:hover,a:active{
color: inherit;
}
*{
	box-sizing: border-box;
}
html { scroll-behavior: smooth;}

/* ボタン共通設定 */
.btn04 {
    /*線の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  display:inline-block;
    padding: 10px 30px;
  
  color:#333;
  border:1px solid #132814;
    text-decoration: none;
    outline: none;
    /*はみ出す背景色を隠す*/
  overflow: hidden;
}

/*hoverした際のボタンの形状*/
.btn04:hover {
  color:#fff;
  border-color: transparent;
    /*色の変化を遅らせる*/
  transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
}

/*線の設定*/
.btn04 span{
    display: block;
    z-index: 2;
}

/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    width:0;
    height:1px;
    /*線の形状*/
    background: #132814;
    /*アニメーションの設定*/
  transition: all .3s;
	 -webkit-transition: all .3s;
	 -moz-transition: all .3s;
}
.txt , .text02{
	line-height: 1.78;
	letter-spacing: .08em;
}
/*左上線*/
.borderleft span::before {
    left:0;
    top:0;
}

/*左下線*/
.borderleft span::after {
    left:0;
    bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
    width: 100%;
}

/*背景の設定*/
.borderleft::before{
  content: '';
    /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
    bottom:0;
  z-index: -1;
    /*背景の形状*/
  height: 100%;
  width: 0;
  background:#132814;
    /*アニメーションの設定*/
  transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
  width: 100%;
    /*0.4秒遅れてアニメーション*/
  transition-delay: .4s;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
  font-feature-settings: palt;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
  font-family: YuMincho, 游明朝, Hiragino Mincho Pro, HGS明朝E, ＭＳ Ｐ明朝, "Noto Serif Japanese", "serif, Century", "Noto Serif JP", serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.gmenu ul {
  display: flex;
  justify-content: space-between;
  width: 700px;
  position: fixed;
  z-index: 10;
  top: 28px;
  right: 4.35rem;
}

.gmenu ul li a {
  font-weight: 700;
  font-size: 1.4rem;
}
@media all and (min-width: 960px) {
  .pc {
    display: block!important;
  }
  .sp {
    display: none !important;
  }
	.sp02{
		display: none;
	}
  .pcMenu {
    display: block!important;
  }
  .spMenu {
    display: none !important;
  }
  .header-logo {
    position: fixed;
    top: 10px;
    left: 1.6rem;
  }}
.foot-logo {
	margin-bottom: 15px;
	}
.foot-logo img{
 width: 100%;
	max-width: 100px;
	height: auto;
	}
.logoArea{
	position: fixed;
	z-index: 10;
	}
  .h1-ttl {
    position: absolute;
    top: 77px;
    left: 1.6rem;
    font-size: 1rem;
    font-weight: 400;
	  font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
	color: #fff;
	  z-index: 1;
  }
  .foot_Menu {
    display: none;
  }

@media all and (max-width: 960px) {
	.menu {
    height: 20px;
    position: fixed;
    right: 40px;
    top: 40px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
}

  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  .pc {
    display: none !important;
  }
	.pc02 {
    display: block!important;
  }
  .sp {
    display: block!important;
  }
.sp02 {
    display: none!important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  .header-logo {
    position: fixed;
    top: 10px;
    left: 10px;
  } 

.header-logo img{
    width: 60px;
	height: 60px;
  }
	.logoArea{
	position: fixed;
	z-index: 10;
	}
  .h1-ttl {
    position: absolute;
	top: 78px;
    left: 10px;
    color: #fff;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
  }
.menu {
    height: 20px;
    position: fixed;
    right: 26px;
    top: 26px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
}
  .foot_Menu {
    display: none;
  }
	.foot-logo{
		margin-bottom: 15px;
	}
	.foot-logo img{
    width: 100%;
	max-width: 100px;
	height: auto;
	}
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

@media all and (max-width: 960px) {
  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
  }
  .menu__line {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition: transform .3s;
	   -webkit-transition: transform .3s;
	    -moz-transition: transform .3s;
    width: 100%;
  }
  .menu__line--center {
    top: 9px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
	 -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
    background: #fff;
  }
.menu-logo{
	color: #fff;
	position: fixed;
	top: 20px;
	left: 1.8rem;
	}
.menu-logo img{
	width: 100%;
	max-width: 80px;
	height: auto;
	}
  /*gnav*/
  .gnav {
    background: #132814;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
  }
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
	position: relative;
  }
	.gnav__menu{
		position: absolute;
		bottom: 10px;
		display: block;
		width: 100%;
		padding: 10px;
	}
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
	 -webkit-transition: .5s;
	   -moz-transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
	position: relative;
  }
  .gnav__menu__item a:hover {
    color: #666;
  }
	.sub-menu{
		font-size: 1.4rem;
		margin-bottom: 10px;
		position: absolute;
		right: 0;
	}
	.insta-logo{
		width: 25px;
		height: 25px;
	}
	.menu-copy{
		font-size: 1.2rem !important;
		color: rgba(244,244,244,.7) !important;
		margin-top: 50px;
		text-align: right;
	}
}
@media all and (max-width: 640px) {
	.pc02{
		display: none!important;
	}
	.sp02{
		display: block!important;
	}	
}
@media all and (max-width: 480px) {
.pc02{
		display: none!important;
	}
	.sp02{
		display: block!important;
	}	
  .foot_Menu {
    background: rgba(255, 255, 255, .5);
    border-top: thin solid #8D8D8D;
    width: 100%;
    height: 44px;
    position: fixed;
    bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
	padding-top: 3px;
  }
  .foot_Menu div a {
    width: 100%;
    height: 100%;
    display: inline-block;
	text-align: center;
  }
  .foot_Menu div a img {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
  }
	.foot_Menu div a span{
		display: block;
		text-align: center;
		font-size: .5rem;
		margin-top: 3px;
		font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	}
}
/* ------------------------------------------------------------------ */

/* 共通 foot Menu*/

/* ------------------------------------------------------------------ */
.footMenu{
	width: 100%;
	max-width: 1280px;
	margin: 120px auto;
}
.footMenu h2{
	font-size: 2.6rem;
	color: #333;
	text-align: center;
	margin: 0 auto 60px;
	writing-mode: vertical-rl;
}
.foot{
	width: 100%;
	max-width: 750px;
	height: auto;
	margin: 0 auto 30px;
}
.footMenu .ttl{
	padding: 20px 10px;
	background: #fff;
}
.footMenu .txt{
	width: 100%;
	max-width: 610px;
	margin: 0 auto 60px;
	text-align: justify;
	line-height: 1.8;
}
.footBtn{
	text-align: center;
	margin-bottom: 120px;
}
.recruit,.company{
	width: 100%;
	height: 300px;
	margin-bottom: 60px;
	overflow: hidden;
	position: relative;
}
.recruit .ttlArea{
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 60px;
	z-index: 2;
}
.company .ttlArea{
	font-size: 2rem;
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 2;
}
.company .ttlArea .ttl{
	letter-spacing: .24em;
}

/* ------------------------------------------------------------------ */

/* 共通 CONTACT*/

/* ------------------------------------------------------------------ */
.contact{
	height: auto;
	padding: 100px 0;
}

.CnArea{
	text-align: center;
}
.Cnttl{
	font-size: 9rem;
	font-weight: 400;
	letter-spacing: .08em;
	color: #132814;
	line-height: 1;
}

.CnSubttl{
	font-size: 1.6rem;
	margin-bottom: 30px;
	color: #132814;
}
.Cntxt{
	font-size: 2rem;
}

.CnTel{
	font-size: 6rem;
	position: relative;
	color: #132814;
	font-family: lato, sans-serif;
}
.CnTel::before{
	    font-family: "Font Awesome 5 Free";
		content: '\f095';
		font-weight: bold;
		display: inline-block;
		font-size: 4.5rem;
		position: relative;
		top: -4px;
		margin-right: 10px;
}
.Cnhours{
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 60px;
	font-family: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
}
.Cnhours span{
	font-weight: 400;
}
.contactBtn_area{
	width: 100%;
	height: 70px;
	align-items: center;
	position: relative;
	margin-bottom: 60px;
}
/*--------------------------
フッター
----------------------------*/
.footer-logo,.copy{
	color: #333;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.footer-menu a{
	color: #333;
	padding-left: 20px;
	position: relative;
	font-size: 1.4rem;
}
.footer-menu a::before{
	content: "";
    position: absolute;
    top: 0;
	left: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer-menu a:hover{
	opacity: .6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.store-deta{
	font-weight: 400;
	margin-bottom: 30px;
	color: #333;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 30px;
}
.footArea{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	border: medium solid #e5e5e5;
	border-width: 1px 0 0 0; 
	padding-top: 30px;
}
.footArea .foot-txt a{
	font-size: 1.4rem;
	padding: 0 20px;
	color: #333;
}
.footArea .foot-txt a:hover{
	opacity: .6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.footArea .foot-txt:nth-child(2) a{
	border: medium solid #000;
	border-width: 0 1px 0 1px;
}
.copy{
	color : #333;
	background: #ecf0e7;
	font-size: 1.2rem;
	text-align: center;
}
@media all and (min-width: 769px) {
.footer-menu{
	display: flex;
	justify-content: space-between;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
	.footer-logo{
		font-size: 2rem;
		margin-bottom: 30px;
	}
}
@media all and (max-width: 768px) {
/* ------------------------------------------------------------------ */

/* CONTACT*/

/* ------------------------------------------------------------------ */
/*foot*/
.footMenu h2{
	font-size: 2.6rem;
	color: #333;
	text-align: center;
	margin: 0 auto 30px;
	writing-mode: vertical-rl;
}
.footMenu{
	width: 100%;
	padding: 5%;
	margin: 0 auto;
}
.footMenu .ttl{
	padding: 10px 5px;
	background: #fff;
}
.recruit,.company{
	width: 100%;
	height: auto;
	max-height: 160px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.recruit .ttlArea{
	font-size: 2rem;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 2;
}
.company .ttlArea{
	font-size: 1.8rem;
	position: absolute;
	top: 0;
	right: 60px;
	z-index: 2;
}
.company .ttlArea .ttl{
	letter-spacing: .24em;
}	

.contact{
	height: auto;
}

.CnArea{
	text-align: center;
}
.Cnttl{
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: .08em;
	color: #132814;
	line-height: 1;
	margin-bottom: 20px;
}

.CnSubttl{
	font-size: 1.6rem;
	margin-bottom: 20px;
	color: #132814;
}
.Cntxt{
	    font-size: 1.6rem;
}

.CnTel{
	font-size: 3rem;
	position: relative;
	color: #132814;
	font-family: lato, sans-serif;
	margin: 30px 0;
}
.CnTel::before{
	    font-family: "Font Awesome 5 Free";
		content: '\f095';
		font-weight: bold;
		display: inline-block;
		font-size: 3rem;
		position: relative;
		top: -5px;
		margin-right: 10px;
}
.Cnhours{
	font-size: 1.2rem;
	font-weight: 400;
	margin-bottom: 30px;
	font-family: lato, sans-serif;
}
.contactBtn_area{
	width: 100%;
	height: 70px;
	align-items: center;
	position: relative;
}
.contactBtn02{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
    max-width: 400px;
	height: 60px;
	background: #132814;
	align-items: center;
	border: thin solid #132814;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
    transition: all .3s ease;
	color:#fff;
}
.contactBtn02 a span{
	margin: 0 auto;
	color:#fff;
}
.contactBtn02:hover{
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
    transition: all .3s ease;
	color: #fff;
	background: #132814;
	opacity: .8;
}
.contactBtn02::before{
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contactBtn02:hover::before{
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
	.footer-menu{
		margin-bottom: 20px;
	}
	.footer-menu li{
		margin-bottom: 10px;
		}
	.footer-menu li a{
		font-size: 1.4rem;
		}
	.footer-logo{
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.store-deta{
	font-size: 1.4rem;
	margin-bottom: 20px;
}
.footArea .foot-txt a{
	font-size: 1.4rem;
	padding: 0 8px;
	color: #333;
}
}
 
.slidein{
  animation: slideIn .2s;
}
.slidein02{
  animation: slideIn .3s;
}
.slidein03{
  animation: slideIn .4s;
}
.slidein04{
  animation: slideIn .5s;
}
.slidein05{
  animation: slideIn .7s;
}
.slidein06{
  animation: slideIn 1s;
}
.slidein07{
  animation: slideIn 1.2s;
}
.slidein08{
  animation: slideIn 1.4s;
}
 
@keyframes slideIn {
  0% {
    transform: translateX(-80px);
	  -webkit-transform: translateX(-80px);
	  -moz-transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
	  -webkit-transform: translateX(0);
	 -moz-transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
#canvas{
    position: absolute;
    bottom: 0;
  left:0;
    width: 100%;
}

.header{
	color: #fff;
}
.mv {
  position: relative;
}
/* スクロールしたらヘッダーメニューのフォントカラー変更 */
.header.headerColorScroll {
  color: #333;
/*
  transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
*/
}
.header02{
	position: relative;
}
.header02::after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("../../img/svg/logo02.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
/*
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
*/
}
.mv02 {
  position: relative;
}

/* スクロールしたらロゴのカラー変更 */
.headerColorScroll02 {
  position: relative;
/*
  transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
*/
}
.headerColorScroll02::after{
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url("../../img/svg/logo03.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
/*
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
*/
}
/* スクロールしたらメニューバーの色が変化 */
.headerColorScroll03 {
/*
  transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
*/
}
.headerColorScroll03{
	background: #132814;
}
/* パンくずリスト */
.Breadcrumb {
  padding: 1em;
}
.Breadcrumb-ListGroup {
  display: flex;
}
.Breadcrumb-ListGroup-Item-Link{
	font-size: .8rem;
}
.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}
.Breadcrumb-ListGroup > * + * {
  margin-left: 0.5em;
}
.Breadcrumb-ListGroup > * + *::before {
  content: "/";
  margin-left: 0.75em;
  margin-right: 0.75em;
	font-size: .8rem;
}
@media all and (max-width: 960px) {
.recruit .ttlArea{
	font-size: 1.6rem;
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 2;
}
/* スクロールしたらロゴのカラー変更 */
.headerColorScroll02 {
  position: relative;
/*
  transition: all 0.1s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
*/
}
.headerColorScroll02::after{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../../img/svg/logo03.svg") no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
/*
	transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
*/
}
.Breadcrumb-ListGroup-Item-Link {
    font-size: .8rem;
}
}