* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	height: 100%;
}

body {
	height: 100%;
	font-family: "sofia-pro","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	word-wrap: break-word;
	background: #fff;
}

a{
	text-decoration :none;
	color:#fff;
}
.maplink {
	text-decoration: underline;
	color:#06F;
}
.shop_info-flex {
	display: flex !important;
	width: 360px;
	flex-wrap: wrap;
	justify-content: space-between;
}


#main-visual{
	height: 100%;
	background: url(../img/main_2511_1898-1046.jpg) center 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


.move{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    /*visibility: hidden;*/
}


.svg_logo{
	width: 226px;
	height: 167px;
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display:none;
	z-index: 10;
}



/* ローダー */

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #ddd;
  background: -moz-linear-gradient(left, #ddd 10%, rgba(200, 200, 200, 0) 42%);
  background: -webkit-linear-gradient(left, #ddd 10%, rgba(200, 200, 200, 0) 42%);
  background: -o-linear-gradient(left, #ddd 10%, rgba(200, 200, 200, 0) 42%);
  background: -ms-linear-gradient(left, #ddd 10%, rgba(200, 200, 200, 0) 42%);
  background: linear-gradient(to right, #ddd 10%, rgba(200, 200, 200, 0) 42%);
  position: relative;
  -webkit-animation: load3 0.6s infinite linear;
  animation: load3 0.6s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 45%;
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #ddd;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}


.loader:after {
  background: #000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ローダー */



.st1{
  fill:#fff;
  stroke:#fff;
  stroke-dasharray: 2000;
  stroke-dashoffset: 0;
  stroke-width: 1;
  -webkit-animation: hello 4s ease-in 0s;
  animation: hello 4s ease-in 0s;
}


#tel{
	float: right;
	position: absolute;
	margin-top: 60px;
	right: 30px;
	font-weight: bold;
	font-size:12px;
	color:#fff;
	text-align: center;
}


#tel a{
	font-size:18px;
}


.img-box img{
	display: block;
	transition-duration: 0.6s;
}

.img-box img:hover{
	transform: scale(1.1);
	transition-duration: 0.6s;
}


#company{
	background: url(../img/company_2511_1898-1073.jpg) no-repeat;
	background-size: contain;
	width:100%;
	display: block;
	background-color: #eee;
	background-attachment: fixed;
}


.info-box {
	width: auto;
	background: rgba(255,255,255,.8);
	margin: 0 auto 0;
	max-width: 1110px;
}


#comp_anc {padding: 25px 0;}
#company_info {
	margin: 0 5% 0;
	/* width: 60%; */
	color: #000;
	line-height: 200%;
	font-size: 0.8em;
	padding-bottom: 70px;
	display: block;
	position: relative;
	overflow: hidden;
}


.company_flex{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
}
.company_flex h3 {
	width: 100%;
	flex-direction: column;
}
.company_flex_items {
	width: calc(100% / 2 - 15px);
}

#company_info h3{
	font-size: 2.5em;
	line-height: 280%;
}

#company_info dl{
	overflow: hidden;
}

#company_info dt{
	font-size: 1.5em;
	float:left;
	width: 80px;
	display: block;
	clear:both;
	font-weight: bold;
}

/*#company_info dd{
	float:left;
	display: block;
}*/

#googlemap{
	float: right;
	width: 550px;
	min-height:350px;
	height: 200px;
	margin: 0 auto;
}
#contact{
background-color:#eee;
text-align: center;
line-height: 280%;
margin:90px 0 0;
padding: 0 0 50px;
}

#contacttel{
color:#000;
font-size: 18px;
}
#instagram{
	text-align: center;
	margin:50px auto;
	max-width: 1100px;
	width: 100%;
}
#instagram h3{
	line-height: 500%;
	font-size: 2.0em;
}
.clear{
  overflow: hidden;
}
.contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contents div img{
	/* float:left; */
	width:100%;
}

.article{
	/* float:left; */
	margin: 12% 5% 5% 5%;
	width:35%;
}
.article p {
	font-size: 17px;
	line-height: 230%;
}
.article h3 {font-size: 2.0em;line-height: 280%;}
.article p {display:flex; flex-wrap: wrap; justify-content: space-between;margin-bottom: 30px;align-items: end;}
.article p img {
	max-width: 14%;
	display: block;
	margin: 0 1% 10px;
}

.etc {
	width: auto;
	text-align: left;
	margin-left: 5px;
	margin-right: auto;
}
#brand .article{
	margin: 10% 5% 0;
}


#footer {
	background-color: #16160e;
	padding:30px;
}
#footer-nav {max-width: 1100px; margin: 0 auto;}
#footer-nav ul{
	list-style: none;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	width:120px;
}

#copyright{
	text-align: center;
	font-size:12pt;
	color:#fff;
	background-color: #16160e;
	padding:50px;
}

/*GotoTop*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 0;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #555;
  color: #ccc;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
	line-height: 35px
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/* Navigation */
.insta-link{
	background: url('../img/instagram_ico.png') center no-repeat;
	line-height: 40px;
	height:40px;
  display: block;
	text-align: center;
}
#mobile-head{
	width: 980px;
}
.inner {
	position: relative;
	/* width: 980px; */
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
#head  {
	width: 1100px;
}
/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 80px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;

	display: none;
}
#top-head a,
#top-head {
	color: #fff;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	display: block;
	width:160px;
	height:40px;
	background: url('../img/logo.png');
/*	font-size: 36px;*/
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	text-align:center;
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 20px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #CC0000;
	bottom: -3px;
}

/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
	background: url('../img/logo1.png');
}
#top-head.fixed .insta-link{
	background: url('../img/instagram_ico1.png') center no-repeat;
}

#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
bottom: 10px;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}
#top-head.fixed #global-nav ul li:hover:after {
	/*background: #0062B8;*/
	background: #CC0000;
	bottom: -3px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#contact h3 {padding-top: 50px; font-size: 2.0em;}

.instaHead a {
	color: #000000;
}


section{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0 0;
	box-sizing: content-box;
}

section h2{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

section h3{
	text-align: center;
	margin: 0 0 20px;
}


section p{
    width: 90%;
    margin: 0 auto 20px;
}



/* ****************************************************************************************************** */
/* ********************************************アニメーション**************************************************** */
/* ****************************************************************************************************** */
.sa {
	opacity: 0;
	transition: all 1s ease;
  }

  .sa.show {
	opacity: 1;
	transform: none;
  }

  .sa--lr {
	transform: translate(-100px, 0);
  }

  .sa--rl {
	transform: translate(100px, 0);
  }

  .sa--up {
	transform: translate(0, 100px);
  }

  .sa--down {
	transform: translate(0, -100px);
  }

  .sa--scaleUp {
	transform: scale(.5);
  }

  .sa--scaleDown {
	transform: scale(1.5);
  }

  .sa--rotateL {
	transform: rotate(180deg);
  }

  .sa--rotateR {
	transform: rotate(-180deg);
  }

/* ****************************************************************************************************** */
/* ********************************************PCのみ**************************************************** */
/* ****************************************************************************************************** */
@media screen and (min-width: 1100px) {
	.contents {max-height: 1000px;}

	#concept .img-box{
		width: 38%;
		float: left;
	}

	#concept .img-box img{
		width: 100%;
	}

	.contents .img-box{
		width: 38%;
	}

	.contents[id="concept"] {
		display: block;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	#concept .article {
		width: 35%;
		margin-right: 20%;
		float: right;
	}

	.contents[id="brand"] {
		display: block;
		flex-wrap: nowrap;
		justify-content: flex-start;
	}


	#brand .article {
		width: 35%;
		margin: 50px 5% 0;
		float: left;
	}

	#brand .img-box{
		width: 38%;
		float: right;
	}

	.concept-h4{
		line-height: 1000%;
	}

	.info-box{
		margin: 5% auto 0;
	}

	section{
		width: 1000px;
		margin: 0 auto;
		padding: 50px 0 0;
		box-sizing: content-box;
	}

	section h2{
		font-size: 2rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 1099px) {
	.article {
		padding: 0 30px;
		width: 100%;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}
@media screen and (min-width: 415px) and (max-width: 1099px) {
	#global-nav ul li {
	float: left !important;
	position: static;
	width: 49%;
}
}
/* ****************************************************************************************************** */
/* **********************************************SP****************************************************** */
/* ****************************************************************************************************** */
@media screen and (max-width: 1099px) {
	#head  {
		width: 100%;
	}
	.contents[id="brand"] {
		flex-flow: wrap-reverse ;
	}
	.contents div img{
		width:100%;
	}
	.article{
		width:92%;
	}
	.article p img {
	max-width: 26%;
	margin: 0 2% 10px;
	}
	#brand , #contact h3 {margin-top: 30px;}
	#company_info{
		margin:0 auto;
	}
	#company_info h3{
		text-align: center;
	}
	.shop_info-flex {
		width: 100%;
	}

	#main-visual {
		position: relative;
		margin-top: 56px;
		background-attachment: inherit;
	}
	#main-visual .inner {
		display: none;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 10px;
		top: 10px;
		color: #333;
		font-size: 26px;
		background: url('../img/logo1.png');
	}
	#top-head.fixed .insta-link,
	#top-head .insta-link{
		background: url('../img/instagram_ico.png') center no-repeat;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #16160e;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	.concept-h4{
		line-height: 200%;
		margin-bottom: 2em;
	}

	#company{
		background-attachment: inherit;
	}

	#company_info{
		width: 95%;
		padding: 0 2.5% 50px;
	}

	.company_flex{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		gap: 30px;
	}
	.company_flex h3 {
		width: 100%;
		flex-direction: column;
	}
	.company_flex_items {
		width: 100%;
	}


	#googlemap{
		float: none;
		width: 90%;
		height:350px;
	}

	#instagram{
		text-align: center;
		margin:50px auto;
		width: 100%;
	}

	#copyright{
		padding:50px 0;
	}

}
