@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  left : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

div.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

div.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

div.globalMenuSp ul li {
  list-style-type: none;
  padding: 1em 0;
  width: 100%;
  transition: .4s all;
}
div.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
div.globalMenuSp ul li:hover{
  background :#ddd;
}

div.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
div.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

/*ハンバーガーメニューここまで*/


footer{
	background-color:#232323;
	color:#FFF;
	padding:15px 0;
	text-align:center;
	width:100%;
	font-size:12px;
}


header{
	width:100%;
	padding:10px 0;
	box-sizing:border-box;
	top:0;
	background-color:#FFF;
	font-family:メイリオ;
	font-size:14px;
}

header div.Logo{
	text-align:center;
}

header div.Logo img{
	width:25%;
}

header nav{
	display:none;
}


/* ----- 背景用の動画ファイル ----- */
#bg-video{
 position:absolute;
 left: 0;
 top: 80px;
 min-width: 100%;
 width: 100%;
 z-index: -100;
 background: url('publicdomainq-0041268fujugp.jpg') no-repeat;
 background-size: cover;
 background-color:#000;
}	

.wrap{
	height:250px;
}

#Calendar{
	width:90%;
	height:300px;
	margin:0 auto;
}

section{
	position:relative;
	display:block;
	text-align:center;
	padding:20px 0;
	font-family:メイリオ;
}
section div{
	font-family:Helvetica;
	font-size:24px;
	font-weight:bold;
	padding:15px 0;
}

section div b{
	display:block;
	font-size:12px;
}

article{
	width:90%;
	text-align:left;
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin:0 auto;
	padding:10px 0;
}

p.Brand_Logo{
	margin:15px 0;
	font-size:14px;
	line-height:3.0em;
}

p.Brand_Logo img{
	width:35%;
}

ul#Brand_Item{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:20px 0;
}

ul#Brand_Item li{
	width:30%;
	margin:15px 1%;
	background-color:#F3F3F3;
	box-sizing:border-box;
}

ul#Brand_Item li img{
	width:100%;
}

div.Black_Btn{
	background-color:#121212;
	color:#FFF;
	border-radius:20px;
	padding:10px 0;
	width:70%;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	font-weight:normal;
	letter-spacing:0.1em;
}

hr{
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin:25px 0;
}

ul#Category{
	display:none;
}

ul#SP-Category{
	display:flex;
	justify-content:space-around;
	align-items: center;
	padding:20px 0;
	width:100%;
}

ul#SP-Category li.Category_Name{
	display:block;
	flex-shrink: 0;
	flex-basis:200px;
	background-color:#333;
	color:#FFF;
	font-size:12px;
	padding:10px 15px;
	text-align:center;
}


div#Shop-navi{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	align-items: center;
	padding:20px 0;
}
div#Shop-navi div{
	border:solid 1px #000;
	padding:15px 0;
	width:100%;
	box-sizing:border-box;
}

div#Shop-navi div img{
	width:100%;
}

#Fitting{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
	padding:20px 0;
	width:100%;
}

#Fitting div{
	padding:0 5%;
	width:90%;
}
#Fitting div img{
	width:100%;
}

#Fitting div b{
	font-size:16px;
}

#Fitting div p{
	font-size:12px;
	font-weight:normal;
}

#Fitting div div.Mail-back{
	font-size:14px;
	color:#FFF;
	background-color:#000;
	padding:15px 0;
	width:90%;
	margin:20px auto;
	text-align:center;
}

#Fitting div p.Call-back{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	line-height:1.0em;
}

#Fitting div p.Call-back span{
	font-size:14px;
	font-weight:normal;
}

#Company table{
	width:95%;
	font-size:12px;
	font-weight:bold;
	margin:25px auto;
}

#Company table tr{
	border-bottom:1px solid #666;
	display:flex;
	margin:15px 0;
}

#Company table tr td{
	padding:10px;
	text-align:left;
	box-sizing:border-box;
}

#Company table tr td.Info_Title{
	width:25%;
}
#Company table tr td.Info_Detail{
	width:75%;
}



@media screen and (min-width:1024px) {
    /*　画面サイズが1024pxからはここを読み込む　*/

.hamburger{
	display:none;
}

.globalMenuSp{
	display:none;
}

/* ----- 背景用の動画ファイル ----- */
#bg-video{
 position:absolute;
 right: 0;
 bottom: 0;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: 100vh;
 z-index: -100;
 background: url('publicdomainq-0041268fujugp.jpg') no-repeat;
 background-size: cover;
 background-color:#000;
}
/* ----- 背景の上に表示させたいコンテンツ ----- */
.header-title{
 position: relative; /*必ず必要*/
 z-index: 2; /*必ず必要*/
 display: flex;
 width: 50%;
 justify-content: center;
 align-items: center;
 text-align:center;
 margin: auto;
}


/* ----- グラデーションオーバーレイ ----- 
.wrap{
 height: 100vh;
 background: linear-gradient(-45deg, rgba(4, 114, 124, 0.4),rgba(17, 66, 99, 0.6));
}*/

.wrap{
	height:110vh;
}


header{
	display:flex;
	justify-content:space-between;
	align-items: center;
	position:absolute;
	width:100%;
	padding:10px 25px;
	box-sizing:border-box;
	top:0;
	color:#000;
	background-color:#FFF;
	font-family:メイリオ;
	font-size:14px;
	z-index:10;
}

header div.Logo{
	width:200px;
}

header div.Logo img{
	width:133px;
}

header div.Logo span{
	font-size:11px;
	font-weight:normal;
	text-align:left;
	padding-bottom:5px;
}

header nav{
	display:flex;
}

header nav div{
	padding:0 15px;
}

#Calendar{
	width:800px;
	height:290px;
	margin:0 auto;
}

section{
	position:relative;
	display:block;
	text-align:center;
	padding:30px 0;
	font-family:メイリオ;
}
section div{
	font-family:Helvetica;
	font-size:56px;
	font-weight:bold;
	padding:20px 0;
}

section div b{
	display:block;
	font-size:16px;
}

article{
	width:500px;
	text-align:left;
	font-size:16px;
	letter-spacing:0.1em;
	line-height:1.5em;
	margin:0 auto;
	padding:25px 0;
}

p.Brand_Logo{
	margin:30px 0;
	font-size:14px;
	line-height:3.0em;
}

p.Brand_Logo img{
	width:200px;
}

ul#Brand_Item{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:20px 0;
}

ul#Brand_Item li{
	width:300px;
	height:300px;
	margin:50px;
	background-color:#F3F3F3;
	box-sizing:border-box;
}

ul#Brand_Item li img{
	width:300px;
}

div.Black_Btn{
	background-color:#121212;
	color:#FFF;
	border-radius:20px;
	padding:10px 0;
	width:320px;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	font-weight:normal;
	letter-spacing:0.1em;
}

ul#Category{
	display:flex;
	justify-content:space-between;
	align-items: center;
	padding:20px 0;
}

ul#Category li.Category_Name{
	width:200px;
	height:50px;
	margin:0 50px;
	background-color:#333;
	color:#FFF;
	font-size:12px;
	box-sizing:border-box;
	padding:17px 0;
	text-align:center;
}

ul#SP-Category{
	display:none;
}

div#Shop-navi{
	display:flex;
	justify-content:space-between;
	align-items: center;
	flex-direction:row;
	padding:20px 0;
}
div#Shop-navi div{
	border:solid 1px #000;
	padding:15px 0;
	width:50%;
	box-sizing:border-box;
}

div#Shop-navi div img{
	width:495px;
}

#Fitting{
	display:flex;
	justify-content:center;
	align-items: center;
	flex-direction:row;
	padding:20px 0;
	width:1000px;
}

#Fitting div{
	padding:0 30px;
	width:50%;
}

#Fitting div b{
	font-size:18px;
}

#Fitting div p{
	font-size:12px;
	font-weight:normal;
}

#Fitting div div.Mail-back{
	font-size:14px;
	color:#FFF;
	background-color:#000;
	padding:15px 0;
	width:400px;
	margin:20px auto;
	text-align:center;
}

#Fitting div p.Call-back{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	line-height:1.0em;
}

#Fitting div p.Call-back span{
	font-size:14px;
	font-weight:normal;
}

#Company table{
	width:800px;
	font-size:18px;
	font-weight:bold;
	margin:25px auto;
}

#Company table tr{
	border-bottom:1px solid #666;
	display:flex;
	margin:25px 0;
}

#Company table tr td{
	padding:10px 20px;
	text-align:left;
	box-sizing:border-box;
}

#Company table tr td.Info_Title{
	width:200px;
}
#Company table tr td.Info_Detail{
	width:600px;
}



}

