.main_h {
  position: fixed;
  top: 0px;
  max-height: 75px;
  z-index: 999;
  width: 100%;
  padding-top: 12px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 10px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.logo {
  width: 50px;
  font-size: 25px;
  color: #8f8f8f;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 90%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
	padding: 0;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #333333;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 5px;
  top: 15px;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}



.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}


.row_narrow {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

.content {
  padding: 80px 2% 80px;
}


.content_top {
  padding: 80px 2% 0;
}


.content_under {
  padding: 0 2% 80px;
}

.green {
	background-color: #DCECCD;
}

.line {
    border-bottom: 1px solid #000000; 
}

.row::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}


@media only screen and (max-width: 766px) {
.row, .row_narrow {
  width: 90%;
  margin: 0 5%;
  position: relative;
  padding: 0;
}

.content {
  padding: 40px 0;
}

.content_top {
  padding: 40px 0 0 0;
}


.content_under {
  padding: 0 0 40px 0;
}

}



* {
  box-sizing: border-box;
}

body {
  color: #000000;
  background: white;
font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
/*  font-weight: 300; */
  -webkit-font-smoothing: antialiased;
  margin:0;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
}


.stores-button a {

  background-color: #FFFFFF;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #312525;
  border-radius: 30px 30px 30px 30px;
  padding: 20px 20px 20px 20px;	
  color: #312525;
	
	position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 80%;

    transition: 0.3s ease-in-out;
    font-weight: 800;
	  font-size: 1.3em;
}
.stores-button a:hover {
    background: #313131;
    color: #FFF;
	text-decoration: none;
}
.stores-button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.stores-button a:hover:after {
    border-color: #FFF;
}



 h1{
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
	margin: 20px 0 50px 0;
		letter-spacing: 0.2em;
}

h2 {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 10px;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
}

.big {
  font-size: 22px;
}

.letterspace {
	letter-spacing: 0.95px;
}

.small {
  font-size: 15px;
}

.left {
  width: 30%;
  margin: 0 10% 0 0 ;
  float: left;
}

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


.right {
  width: 60%;
  margin: 0;
  float: right;
}

.left50 {
  width: 45%;
  margin: 0 5% 0 0;
  float: left;
}

.right50 {
  width: 45%;
  margin: 0 0 0 5%;
  float: right;
}



@media only screen and (max-width: 766px) {
.
h1 {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

h1.sec01 img {
	width: 90%;
	display: block;
	height: auto;
	margin: 0 auto;
}
	

h1.sec02 img, h1.sec03 img {
	width: 70%;
	display: block;
	height: auto;
	margin: 0 auto;
}

	
	
h2 {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 10px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
letter-spacing : 2px;
}

.big {
  font-size: 20px;
}


.small {
  font-size: 13px;
}

.left {
  width: 80%;
  margin: 0 10%;
}

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

.right, .left50, .right50 {
  width: 100%;
  margin: 0;
}




}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bx-wrapper img {
    margin: 0 auto;
	height: auto;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: -45px !important;
	background: none  !important;
    left: 0;
    width: 100%;
}

.bx-wrapper .bx-caption span {
   color: #000 !important;
    display: block;
    font-size: 12px !important;
    padding: 20px;
   text-align: center;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -80px!important;
}

.bx-viewport{
	overflow: visible !important;
}



@media only screen and (max-width: 766px) {

.bx-wrapper .bx-caption {
    bottom: -60px !important;
}

.bx-wrapper .bx-caption span {
    font-size: 11px !important;
}


.bx-wrapper {
   margin-bottom: 100px !important;
}

}




	.pc { display: block; }
	.sp { display: none; }

@media only screen and (max-width: 766px) {

	.pc { display: none; }
	.sp { display: block; }

}



.hero {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
 top: 0;
}

.img_hd img, .img_shashin img {
	width: 100%;
	height: auto;
  margin: 0 auto;
}

.img_title img {
	width: 60%;
	height: auto;
  margin: 0 auto 20px auto;
	display: block;
}

	
@media only screen and (max-width: 766px) {
.hero img {
	width: 100%;
	height: auto;
}
}


/*
.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #e8f380;
  border-bottom: 2px solid #e8f380;
  padding-bottom: 12px;
  line-height: 3;
}
*/

.mouse {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 1px solid #999999;
  position: absolute;
/*  bottom: -30px; */
  position: absolute;
  left: 50%;
  margin-left: -15px;
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 2px;
  border-radius: 4px;
  background: #999999;
  border: 3px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

 @media only screen and (max-width: 766px) {
 /* .mouse span, .mouse {
    display: none;
  }*/
} 

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.text_line {
text-decoration:underline;
}

.yellow {
background: linear-gradient(transparent 0, #e3e3e3 0);
  }
  
.gray {
    width: 100%;
    background-color: #77736d;
}

.gray p {
	color: #FFFFFF;
}
