﻿@charset "utf-8";

/* -js-display:flex; flex for IE8,9*/
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
  	visibility: hidden;
  }
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc {display: none;}
.sp-Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.cinzel {
	font-family: 'Cinzel', serif;
}

/*-----------------------
---------- 共通 ----------
-----------------------*/
body {
	font-size: 14px;
	letter-spacing: 0.02em;
	line-height: 2em;
	height: 100%;
	text-align: justify;
}

img {
	width: 100%;
	height: auto;
}

a {
}

a:hover {
	/*opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";*/
	/*background:none!important;*/
}

ul {
	/*letter-spacing: -1em;*/
}

li {
	/*letter-spacing: 0.02em;*/
}


/*-----------------------
--------- header --------
-----------------------*/
header {
    background-color: #001F45;
    position: fixed;
    width: 100%;
    display: block;
    z-index: 5;
}
.header-logo {
	/*width: 30%;
    max-width: 170px;
    margin: 0 auto;
    padding: 5px 0;*/
    
    width: 25%;
    max-width: 170px;
    margin: 0 auto;
    padding: 10px 0;
}
#header-inner {
    position: relative;
}
/*#g-navi-wrapper {
	position: relative;
    padding: 20px 0;
}*/
#g-navi-wrapper {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
}
.drawer-nav {
	box-sizing: border-box;
	/*padding: 10% 5%;*/
    padding: 20% 5% 10% 5%;
}
#g-navi > li {
	line-height: 1em;
	margin-bottom: 10%;
	letter-spacing: -1em;
    width: 50%;
}
#g-navi li:last-child {
	margin-bottom: 0;
}
#g-navi li a {
	letter-spacing: 0.02em;
    display: block;
    padding: 10px 0;
    width: 90%;
    text-align: left;
    line-height: 150%;
}

/*-----------------------
--------- footer --------
-----------------------*/
footer {
    background-image: url(../img/footer-back.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #fff;
}
footer a {
	color: #fff;
}
footer #footer {
    width: 90%;
    padding: 50px 0 50px 0;
    margin: 0 auto;
}
footer #footer .footer-logo {
    width: 45%;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
footer #footer ul {
    margin: 0 0 80px 0;
}
footer #footer ul li {
    width: 50%;
    margin: 0 0 5px 0;
    font-size: 80%;
    letter-spacing: 0em;
}
a.instagram {
    font-size: 13px;
}
footer #footer ul a.instagram:before {
    font-family: FontAwesome;
    content: "\f16d";
    font-size: 17px;
    margin: 0 7px 0 0;
    position: relative;
    top: 3px;
}
footer #footer p.copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
}
.brand-info {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 100px 0;
}
.brand-info img {
    display: block;
    width: 50%;
    margin: 0 auto 25px auto;
}

.veiwmore {
    margin: 20px auto;
    text-align: center;
}
.veiwmore a {
    font-size: 120%;
    font-weight: bold;
    border-bottom: solid 2px #001F45;
    padding: 0 0 2px 0;
}
/*-----------------------
-------- pagetop --------
-----------------------*/
#page-top {
	text-align: center;
}
#page-top a {
	display: inline-block;
	width: 50%;
	margin: 54px auto 34px;
	position: relative;
	text-align: center;
}
#page-top a::after {
	content: '';
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 0;
	right: 0;
	left: 0;
	margin: -20px auto 0;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
 }




/*-----------------------
---------- PC --------
-----------------------*/
@media screen and (min-width: 960px) {
header {
	padding: 0;
	text-align: center;
}
.sp {display: none;}
.pc {display: block;}
.Flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  align-items: stretch;
}
.header-logo {
    padding: 15px 0;
}
#g-navi-wrapper {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
}
.drawer-nav {
	box-sizing: border-box;
	padding: 0;
}
#g-navi > li {
	display: inline-block;
	line-height: 1em;
	margin:0 5% 0 0;
	letter-spacing: -1em;
}
#g-navi li:last-child {
	margin: 0;
}
#g-navi li a {
	letter-spacing: 0.02em;
}

.brand-info {
    text-align: center;
}
.brand-info img {
    max-width: 300px;
}
.brand-info p {
    line-height: 290%;
}
footer #footer .footer-logo {
    max-width: 300px;
}
footer #footer ul {
    justify-content: center;
}
footer #footer ul li {
    width: auto;
    margin: 0 20px;
}
footer #footer ul a.instagram:before {
    top: 1px;
}
footer #footer ul li:last-child {
    position: relative;
    top: -1px;
}
}


/*0823追記*/

footer #footer ul li:nth-child(odd) {
    width: 45%;
}
footer #footer ul li:nth-child(even) {
    width: 55%;
}

/*-----------------------
---------- PC --------
-----------------------*/
@media screen and (min-width: 960px) {
footer #footer ul li:nth-child(odd) {
    width: auto;
}
footer #footer ul li:nth-child(even) {
    width: auto;
}
}



/*-----------------------
--------- タブレット --------
-----------------------*/
@media (max-width: 1200px) and (min-width: 960px) {
}