@charset "UTF-8";

/* about
---------------------------------------------------------------------------*/
body {
	background-color: #FFFFFF;
}

#main {
	padding: 0 0 0;
}

#main-inner {
	max-width: 100%;
}


/* .sec-lead
---------------------------------------------------------------------------*/
.sec-lead,
.sec-message {
	box-sizing: border-box;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto 120px;
	padding: 0 60px;
}

.sec-lead > figure {
	margin-bottom: 115px;
}

.sec-lead > figure img,
.sec-message > figure img {
	width: 100%;
	height: auto;
}

.sec-lead .inner,
.sec-message .inner {
	display: -webkit-box;
	display: flex;
	width: 986px;
	margin: 0 auto;
}

.sec-lead .inner h2 {
	margin: 20px 0 50px -2px;
}

.sec-lead .inner .txt,
.sec-message .inner .txt {
	width: 100%;
}

.sec-lead .inner p,
.sec-message .inner p {
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2.3;
}

.sec-lead .inner figure,
.sec-message .inner figure {
	width: 377px;
}

.sec-lead .inner figure img:first-of-type {
	display: block;
	margin-bottom: 35px;
}


/* .sec-message
---------------------------------------------------------------------------*/
.sec-message {
	margin-bottom: 240px;
}

.sec-message > figure {
	margin-bottom: 140px;
}

.sec-message .logo {
	margin-top: 55px;
}

.sec-message .logo img {
	width: 202px;
	height: auto;
}


/* .slider-about
---------------------------------------------------------------------------*/
.slider-about .inner img {
	width: 100%;
	height: auto;
}
#top-slideshow {
    position: relative;
    width: 100%;
    height: calc(100vh + 1px);
    overflow: hidden;
    max-height: 2160px;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  text-align:center;
}
.overlay h1 {
 margin:0 0 0 0;
 font-size:21px;
 letter-spacing:0.2em;
 font-weight:700;
 color:white
}
.overlay h1 img {
display: inline-block;
 margin-bottom:20px;
}

.scroll {
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    -webkit-animation: scroll_down 2s ease-in-out infinite !important;
    -moz-animation: scroll_down 2s ease-in-out infinite !important;
    animation: scroll_down 2s ease-in-out infinite !important;
}
.scroll img {
    width: 40px;
}

.btn_cart {
  position: fixed;
  right: 23px;
  top: 23px;
  z-index: 999999;
}

@media screen and (max-width: 767px) {
  .btn_cart {
    right: 15px;
    top: 15px;
  }
}

.btn_cart img {
  width: 54px;
}