@charset "UTF-8";
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", "Avenir Light";
  font-size: 15px;
  color: #060606;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.logo {
  width: 80px;
  transition: all 0.3s ease-in-out 0s;
}
.logo:hover {
  opacity: 0.4;
}
.sticky-header {
  position: fixed;
  z-index: 9999;
  transition: 0.25s;
  top: 12px;
  left: 30px;
}

.glovalnav{
  position: fixed;
  top: 155px;
  left: -5px;
  width: 100%;
}

li{
  list-style-type: none;
  width: 200px;
}
ul ul{
  display:none;
  padding: 0;
}
li a{
    font-family: "Montserrat Thin Medium", "Montserrat Thin Regular", "Montserrat Thin SemiBold", "Futura Bold", "Futura Book", "Noto Sans JP Medium";
    color: #ABABAB;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 22px;
}
ul ul li a{
    font-size: 12px;
    color: #000000;
    font-family: "Montserrat Thin Medium", "Montserrat Thin Regular", "Montserrat Thin SemiBold", "Futura Bold", "Futura Book", "Noto Sans JP Medium";
    font-weight: normal;
    line-height: 18px;
    padding-left: 10px;
    letter-spacing: 1px;
}
li a:hover {
  color: #000000;
}
ul ul li a:hover{
  color: #9C9C9C;
}

.insta{
  position: fixed;
  z-index: 9999;
  transition: 0.25s;
  top: 105px;
  left: 35px;
}
.instalogo{
  width: 20px;
  transition: all 0.3s ease-in-out 0s;
}	
.instalogo:hover {
  opacity: 0.4;
}

figure{
    text-align: center;
   	margin:0 auto 0;
}
figure img{	
	margin:0 auto 0;
	width: auto;
	height: 350px;
}

main{
	margin:0 auto 0;
}
.minibag_p{
	display: flex;
}	
.minibag_p li{
	list-style-type:none;
    text-align: center;
	margin-right: -50px;
	margin-left: 0px;
}
.minibag_p img{
    width: 70px;
	height: auto;
}	
.minibag_p li a:hover{
	transition:opacity .3s;
	opacity:.5;
}
.minibag_p li:last-child{
	margin-right:45px;
}

h2{
	font-family: "ヒラギノ角ゴシック W3", Osaka;
    font-weight: lighter;
    font-size: 10px;
	text-align: center;
    letter-spacing: 3px;
    margin-top: 30px;
	margin-bottom: -10px;
}
h1{
    font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", "Avenir Light";
    font-weight: lighter;
    font-size: 30px;
    text-align: center;
    letter-spacing: 3px;
}
.title2{
  font-family: "ヒラギノ角ゴシック W3";
  font-size: 11px;
  font-weight: lighter;
  margin-top: -10px;
}	

h3{
　font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", ;
  font-weight: lighter;
  letter-spacing: 2px; 
  font-size:15px;
  text-align: center;
}
.cap p{
  font-family: "ヒラギノ角ゴシック W3";
  font-weight: lighter;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 18px;
  margin-top: -25px;
}
.page{
   text-align: center;
}
.page img{
   height: 30px;
   margin-left: 25px;
   margin-right:25px;
   margin-top: 20px;
   margin-bottom: 0px;
}
.logo2{
  width: 100%;
  text-align: center
}
.logo2 img{
  width: 50px;
  margin-top: 50px;
}

/*フッター*/
.footer {
  padding: 5px 0;
  float: left;
  width: 100%;
  text-align: center;
}
.footer p {
    font-family: "ヒラギノ角ゴシック W3";
    font-weight: normal;
    font-size: 11px;
    color: #000000;
    letter-spacing: 1px;
}

/*ページ先頭に戻るボタン*/
.pagetop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: flex;
}
.pagetop img {
  width: 60px;
  height: 100px;
  display: block;
  right: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
}


/*メディアクエリ 768px*//*メディアクエリ 768px*//*メディアクエリ 768px*/

@media(max-width:768px) {

.sticky-header {
  position: fixed;
  z-index: 9996;
  transition: 0.25s;
  top: 4px;
  left: 22px;
}
.logo {
  width: 55px;
}

/*ボタンのCSS 【クリック前】*/	
.nav_toggle {
  position: fixed;
  display: block;
  margin: 0 0 0 auto;
  top:25px;
  right: 25px;
  width: 25px;
  height: 20px;
  z-index: 9999;
}	
.nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: absolute;
    transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

/*ボタンのCSS 【クリック後　.showが追加されている】*/
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}	
	

.glovalnav{
  position: fixed;
  z-index : 997;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}	
li{
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
ul li:last-child {
  padding-bottom: 0;
}		
ul ul{
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
li a{
   display: block;
   font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", "Avenir Light";
   color: #FFFFFF;
   text-decoration: none;
   font-size: 21px;
   letter-spacing:5px;
   line-height: 60px;
   font-weight: normal;
   padding-right: 40px;
}
ul ul li a{
    display: block;
    font-size: 12px;
    color: #FFFFFF;
    font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", "Avenir Light";
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 30px;
    padding-right: 45px;
}	
li a:hover{
   color: #8A8A8A;
}
ul ul li a:hover{
   color: #FFFFFF;
}
	
		
/*メニューリストのCSS【クリック前】*/
.glovalnav {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}	
	
/*メニューリストのCSS【クリック後　.showが追加されている】*/
.glovalnav.show {
  opacity: 1;
  visibility: visible;
}

.insta{
  position: fixed;
  z-index: 9999;
  transition: 0.25s;
  top: 70px;
  left: 24px;
}
.instalogo{
  width: 22px;
}	
	
figure{
    text-align: center;
   	margin:30px auto 0;
}
figure img{	
	width: auto;
	height: 280px;
	margin:0 auto 0;
}		
main{
	margin:0 auto 0;
}
.minibag_p{
	display: flex;
}	
.minibag_p li {
    margin-left: 0px;
	margin-right: -30px
}
.minibag_p img{
    max-width:70%;
	height:auto;
}	
.minibag_p li a:hover{
	transition:opacity .3s;
	opacity:.5;
}
.minibag_p li:last-child{
	margin-right:0px;
}
	
h2{
    font-size: 7px;
    letter-spacing: 3px;
    margin-top: 10px;
}
h1{
    font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", "Avenir Light";
    font-weight: lighter;
    font-size: 27px;
    letter-spacing: 3px;
}

h3{
　font-family: "Helvetica Neue Thin", "Helvetica Neue Light", "Helvetica Light", ;
  font-weight: lighter;
  letter-spacing: 2px; 
  font-size:15px;
}
.cap p{
  font-size: 8px;
  letter-spacing: 2px;
  line-height: 18px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -20px;
}
.page img{
   height: 30px;
   margin-left: 25px;
   margin-right:25px;
   margin-top: 20px;
   margin-bottom: 10px;
}
		
.logo2 img{
  max-width: 30px;
  margin-top: 30px;
  margin-bottom: 0px;
}	
.footer {
  padding: 0px 0px;
  float: left;
  width: 100%;
  text-align: center;
}
}
