@charset "utf-8";
/*----------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 ,figure{
  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;
}

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;
}

a:visited, a:hover, a:active {
  color: inherit;
}

ul a{
	color: #333;
}

* {
  box-sizing: border-box;
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
  font-weight: 500;
  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: '游ゴシック Medium', '游ゴシック体', 'Yu Gothic', YuGothic,"Noto Sans JP", 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.wrapper{
	height: 100%;
}

/*------------------------------------------------------------
PCメニュー
------------------------------------------------------------*/
header{
	width: 100%;
	display: flex;
	justify-content: space-between;
	height: 100px;
	position: absolute;
	background: #fff;
}
.logoArea{
	margin: 20px 0 0 3vw;
    position: fixed;
	width: 100%;
	max-width: 160px;
	z-index: 11;
}

.gmenu ul {
	display: flex;
	justify-content: space-between;
	z-index: 10;
	width: 600px;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate( -2em,-50%);
}

.gmenu ul li a {
  font-size: 1.6rem;
  color: #222;
  transition:  all ease .5s;
  -webkit-transition:  all ease .5s;
  -moz-transition:  all ease .5s;
	margin-right:1em;
}
.gmenu ul li a:hover{
  opacity: .5;
  transition:  all ease .5s;
  -webkit-transition:  all ease .5s;
  -moz-transition:  all ease .5s;
}
/*----------------------------------------------------------------------
共通
----------------------------------------------------------------------*/
footer{
	color: #333;
	padding: 30px 2%;
}

footer .footerArea{
	display: flex;
	justify-content: space-between;
}
footer .footerArea .cnt{
	width: 50%;
	position: relative;
}

footer .C_name{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

footer .footerArea .cnt .menu-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-top: 30px;
}

footer .copy{
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: 700;
	
}
/*----------------------------------------------------------------------
①820px以上
----------------------------------------------------------------------*/
@media all and (min-width: 821px) {
  .pc {
    display: block ;
  }
  .sp {
    display: none ;
  }
.sph{
		display: none;
	}
.pcMenu {
    display: block;
  }
  .spMenu {
    display: block;
  }
.menu {
    height: 30px;
    position: fixed;
    right: 19px;
    top: 35px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
  }
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	background: #333;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 0;	
	}
  .menu__line--center {
    top: 13px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
  /*gnav*/
  .gnav {
    background:url("../img/img-foot.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
	 justify-content: center;
  }
  .gnav__menu {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
  }

	.menu_ttl{
	font-size: 8rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
	}
	.menu__jp{
	margin-left: 40px;
	}
}

/*----------------------------------------------------------------------
②768pxpx〜1024px以内
----------------------------------------------------------------------*/

@media all and (min-width:821px) and ( max-width:1024px)  {
.pcMenu {
    display: none;
  }
.menu_ttl{
	font-size: 8rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
	}
	.menu__jp{
	margin-left: 40px;
	}
}

@media all and (max-width: 1024px) {
	.pc{
		display: none;
	}
}



/*----------------------------------------------------------------------
③820px以下
----------------------------------------------------------------------*/
@media all and (max-width: 820px) {
header{
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 0;
	z-index: 9999;
}
  body {
    min-width: inherit;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block!important;
  }
.sph{
		display: none!important;
	}

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
	
.menu {
    height: 30px;
    position: fixed;
    right: 18px;
    top: 35px;
    width: 60px;
    z-index: 99;
    cursor: pointer;
  }
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	background: #333;
	width: 100px;
	height: 100px;
	right: 0;
	top: 0;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 0;	
	}
  .menu__line--center {
    top: 13px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
	

  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
  }

  /*gnav*/
  .gnav {
    background:url("../img/img-foot.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
  }
.gnav__menu {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
  }
.menu_ttl{
	font-size: 8rem;
    font-family: 'brandon-grotesque', sans-serif;
    margin: 0;
	font-style: italic;
    letter-spacing: 0.01em;
	position: relative;
	font-weight: 100;
	}
	.menu__jp{
	margin-left: 40px;
	}
.logoArea {
	display: inline-block;
	margin: 20px 0 0 3vw;
    position: relative;
	width: 100%;
	max-width: 260px;
	z-index: 11;
}

footer{
	color: #333;
	padding: 30px 2%;
}

footer a{
	color: #333 !important;
}
	
footer .footerArea{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
footer .footerArea .cnt{
	width: 100%;
	position: relative;
}

footer .C_name{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

footer .footerArea .cnt .menu-list{
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-top: 30px;
}

footer .copy{
	text-align: left;
	position: relative;
	font-weight: 700;
	margin-top: 10px;
}	
}

/*----------------------------------------------------------------------
④768px以下
----------------------------------------------------------------------*/
@media all and (max-width: 768px) {
.menu {
        height: 30px;
        position: fixed;
        right: 14px;
        top: 23px;
        width: 46px;
        z-index: 99;
        cursor: pointer;
  }
.spBg{
	position: relative;
	}
.spBg::after{
	content: "";
	display: block;
	position: fixed;
	background: #333;
	width: 75px;
	height: 75px;
	right: 0;
	top: 0;
	}
  .menu__line {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
.menu__line--top{
	 top: 0;	
	}
  .menu__line--center {
    top: 13px;
  }
  .menu__line--bottom {
    bottom: 0;
  }
  .menu__line--top.active {
    top: 16px;
    transform: rotate(45deg);
    background: #fff;
  }
  .menu__line--center.active {
    transform: scaleX(0);
  }
  .menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
    background: #fff;
  }
	.passive{
		display: none;
	}
	

  /*スマホ時のメニューバー*/
  .pcMenu {
    display: none!important;
  }
  .spMenu {
    display: block !important;
  }

  /*gnav*/
  .gnav {
    background:url("../img/img-foot.jpg") no-repeat;
	background-position: center;
	background-size: cover;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
    overflow-y: scroll;
	top: 0;
  }
	.gnav::before {
		content: "";
		background: rgba(0,0,0,0.5);
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
  .gnav__wrap {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
  }
.gnav__menu {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    padding: 10px;
	transform: translate(0,-50%);
  }
  .gnav__menu__item {
    padding: 0 15px;
  }
  .gnav__menu__item a {
    color: #fff;
    text-decoration: none;
    transition: .5s;
    display: block;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.13em;
    position: relative;
  }
.logoArea {
	display: inline-block;
	margin: 20px 0 0 3vw;
    position: relative;
	width: 100%;
	max-width: 260px;
	z-index: 11;
}
.menu_ttl {
        font-size: 4rem;
        font-family: 'brandon-grotesque', sans-serif;
        margin: 0;
        font-style: italic;
        letter-spacing: 0.01em;
        position: relative;
        font-weight: 100;
    }
}

@media all and (max-width: 590px) {
.sph{
		display: block!important;
	}
	.menu__jp{
	margin-left: 10px;
		margin-top: 15px;
		font-size: 1.8rem;
	}
.logoArea {
	display: inline-block;
	margin: 10px 0 0 2vw;
    position: relative;
	width: 100%;
	max-width: 140px;
	z-index: 11;
}
footer .C_name{
	width: 100%;
	max-width: 200px;
	margin-bottom: 20px;
}
}