@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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%;
}

body, table, input, textarea, select, option {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
	opacity: 0.7;
}

a:active {
	color: #040404;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

body p {
	line-height: 2;
}

#container {
	text-align: left;
	overflow: hidden;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.5rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
	margin: 0 auto;
	z-index: 99;
}

#gHeader .comBox {
	padding: 30px 0;
	width: 1100px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

#gHeader h1 {
	width: 132px;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 1;
}

#gHeader h1 a:hover {
	opacity: 1;
}
#gHeader .inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
	max-width: 1200px;
  height: 80px;
  margin: 0 auto;
}
#gHeader h1 {
	position: absolute;
	top: 32px;
    left: 48px;
	z-index: 1;
}

#gHeader.fix {
  background: rgba(255,255,255,0.5);
}
#gHeader.fix .inner {
  height: 80px;
}
#gHeader.fix h1 {
	top: 20px;
    -webkit-transition: top 0.30s;
       -moz-transition: top 0.30s;
        -ms-transition: top 0.30s;
         -o-transition: top 0.30s;
            transition: top 0.30s;
}
#gHeader.fix .zdo_drawer_menu .zdo_drawer_button {
	top: 15px;
    -webkit-transition: top 0.30s;
       -moz-transition: top 0.30s;
        -ms-transition: top 0.30s;
         -o-transition: top 0.30s;
            transition: top 0.30s;
}


.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 28px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 1001;
  text-align: center;
  outline: none;
}
.active {
	position: fixed !important;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 37px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(45deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-45deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 3px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: auto;
  background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
	margin: 1vw;
	height: calc(100% - 2vw);
	background: #000;
	color: #fff;
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 72px 32px 56px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 15px;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #000;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #000;
}

.zdo_drawer_bar2 {
	width: 80%;
}

.fixedWrap {
	z-index: 10000;
}
.zdo_drawer_menu .zdo_drawer_nav li {
	margin-bottom: 0;
}
.zdo_drawer_menu .zdo_drawer_nav li:last-child {
	margin-bottom: 0;
}
.cart_btn{
    position: absolute;
    right: 100px;
    top:13px;
        z-index: 0;
}
.cart_btn input{
        padding-top: 10px;
    width: 45px;
}

@media screen and (max-width: 767px) {
	.zdo_drawer_menu .zdo_drawer_button {
		width: 35px;
		top: 5vw;
		right: 19px;
	}
	.zdo_drawer_nav_wrapper {
		width: 70%;
	}
	
	.zdo_drawer_menu .zdo_drawer_bar {
		height: 5px;
		margin: 11px 0;
	}
	
	.zdo_drawer_nav_wrapper img {
		width: 20vw;
	}
	
	.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
		margin-top: -6px;
	}
	.cart_btn{
    position: absolute;
    right: 80px;
    top:10px;
}
.cart_btn input{
    width: 50px;
}
}


.fixedWrap {
	position: fixed;
	width: 1200px;
	margin: 0 auto;
}
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1,
.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	background-color: #fff;
}
.zdo_drawer_nav {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}
.zdo_drawer_nav li {
	margin-bottom: 0;
}
.zdo_drawer_nav li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #f3f3f3;
	background-image: url("../../img/common/menu.jpg");
	background-size: cover;
	background-position: 0 -5px;
}
.menuBottom, .menuBottom ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.menuBottom {
	width: 70%;
	margin: 0 auto;
}
.menuBottom img.logo {
	width: 85%;
}
.menuBottom ul {
	width: 45%;
    margin: 0 auto;
}
.menuBottom ul img {
	width: 100%;
}
.menuBottom ul li:first-child {
	margin-right: 10px; 
}

.copy_menu {
	font-family: Futura, 'Century Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
	text-align: center;
	color: #999999;
	margin-top: 2em;
}

@media screen and (max-width: 749px) {
	.zdo_drawer_nav li a {
		padding: 4vw 0 4vw .8vw;
	}
	.menuBottom ul {
		width: 90%;
	}
	.menuBottom img {
		width: 80%;
	}
}

@media all and (max-width: 767px) {
	#gHeader {
	}
	
	#gHeader h1 {
		width: 118px;
		top: 25px;
		left: 17px;
	}
  #gHeader.fix .inner {
    height: 17vw;
  }
  #gHeader.fix h1 {
    top: 5vw;
  }
  #gHeader.fix .zdo_drawer_menu .zdo_drawer_button {
    top: 1.5vw;
  }
	
	#gHeader .comBox {
		padding: 25px 18px 0 16px;
		width: 100%;
	}
	
	#gHeader .menu {
		width: 36px;
	}
	
	.fixedWrap {
		width: 100%;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 70px 0;
	position: relative;
}

#gFooter .fLogo a:hover {
	opacity: 1;
}

#gFooter .pageTop {
	width: 17px;
	position: absolute;
	right: 51px;
	top: -82px;
	z-index: 99;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter .fUl {
	margin-bottom: 20px;
	text-align: center;
}

#gFooter .fUl li {
	margin: 0 12px 0 16px;
	display: inline-block;
}

#gFooter .fUl li img {
	height: 31px;
}

#gFooter .fNavi {
	margin-bottom: 32px;
	text-align: center;
}

#gFooter .fNavi li {
	margin: 0 7px;
	letter-spacing: 2px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

#gFooter .fNavi li a {
	color: #4D4D4D;
	font-size: 1.2rem;
}

#gFooter .copyright {
	text-align: center;
	font-size: 1rem;
	color: #999999;
	letter-spacing: 2px;
}

@media all and (max-width: 767px) {
	#gFooter {
		padding: 74px 18px 40px;
	}

	#gFooter .pageTop {
		width: 16px;
		right: 20px;
		top: -77px;
	}

	#gFooter .fUl {
		margin-bottom: 21px;
	}

	#gFooter .fUl li {
		margin: 0 11px;
	}

	#gFooter .fNavi {
		margin-bottom: 44px;
		text-align: left;
	}

	#gFooter .fNavi li {
		margin: 0;
		letter-spacing: 2px;
		display: block;
		border-bottom: 1px solid #E6E6E6;
	}

	#gFooter .fNavi li a {
		padding: 21px 10px 20px 3px;
		display: block;
		background: url("../../img/common/f_icon03.png") no-repeat right center;
		background-size: 5px auto;
	}

}
