@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 3px;
  width: 100%;
  font-feature-settings: "palt" 1;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  line-height: 1.3em;
  color: #807e66;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
    width: 100%;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .mainimg {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .header img {
    width: 1000px;
    margin: 0 auto;
  }
}

.futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.futura a {
  text-decoration: none;
  color: #807e66;
}
.futura a img {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .futura a img {
    width: 30%;
  }
}

.lead {
  width: 750px;
  padding: 70px 0 70px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lead {
    width: 100%;
    margin: 0px auto 0;
  }
}
.lead h1 {
  margin: 0 auto 50px;
  line-height: 1.5em;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.4em;
    font-size: 12px;
    text-align: center;
  }
}
.lead .leadvideo {
  margin: 150px auto 50px;
  width: 640px;
}
@media screen and (max-width: 768px) {
  .lead .leadvideo {
    width: 90%;
    margin: 100px auto 50px;
  }
}
.lead .leadimg {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .lead .leadimg {
    width: 25%;
  }
}
.lead .leadimg01 {
  position: absolute;
  top: 16%;
  right: -8%;
}
@media screen and (max-width: 768px) {
  .lead .leadimg01 {
    top: 35%;
    right: 3%;
  }
}
.lead .leadimg02 {
  width: 20%;
  position: absolute;
  bottom: 5%;
  left: 3%;
}

.green {
  width: 100%;
  background-color: #e1e0d6;
  padding: 20px 0;
}
.green .photo {
  display: flex;
  margin: 30px auto;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .green .photo {
    width: 100%;
  }
}
.green .photo .photoimg {
  width: calc(3 / 100%);
  padding: 0 2%;
}

.prof {
  padding: 10px 0 70px;
  width: 100%;
  margin: 100px auto;
  background-color: #eee6e1;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .prof {
    margin: 50px auto;
  }
}
.prof .logo {
  width: 160px;
  margin: 50px auto 50px;
}
@media screen and (max-width: 768px) {
  .prof .logo {
    width: 40%;
  }
}
.prof p {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .prof p {
    text-align: left;
    width: 90%;
  }
}
.prof p span {
  margin: 0 auto;
  text-align: center;
}
.sliderArea {
  margin: 70px auto;
  padding: 0 25px;
}
@media screen and (min-width: 769px) {
  .sliderArea {
    max-width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .sliderArea {
    width: 80%;
  }
}
.sliderArea p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sliderArea p {
    font-size: 22px;
  }
}
.sliderArea h2 {
  text-align: center;
  font-size: 12px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .sliderArea h2 {
    width: 90%;
    font-size: 10px;
    text-align: center;
    margin: 10px auto;
  }
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-prev:before,
.slick-next:before {
  color: black !important;
}

.main {
  width: 100%;
  background-color: #e1e0d6;
}
.item {
  padding: 100px 0 70px;
}
.item ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item ul {
    width: 97%;
  }
}
.item ul .hana01 {
  width: 100px;
  position: absolute;
  top: -5%;
  left: 0%;
}
@media screen and (max-width: 768px) {
  .item ul .hana01 {
    width: 20%;
    position: absolute;
    top: -4%;
    left: 0%;
  }
}
.item ul .hana02 {
  width: 100px;
  position: absolute;
  top: 24%;
  left: 18%;
}
@media screen and (max-width: 768px) {
  .item ul .hana02 {
    width: 20%;
    position: absolute;
    top: 13%;
    left: 80%;
  }
}
.item ul .hana03 {
  width: 100px;
  position: absolute;
  top: 25%;
  left: 43%;
}
@media screen and (max-width: 768px) {
  .item ul .hana03 {
    width: 20%;
    position: absolute;
    top: 29.5%;
    left: 2%;
  }
}
.item ul .hana04 {
  width: 90px;
  position: absolute;
  top: 57%;
  left: -5%;
}
@media screen and (max-width: 768px) {
  .item ul .hana04 {
    width: 16%;
    position: absolute;
    top: 46.5%;
    left: 2%;
  }
}
.item ul .hana05 {
  width: 100px;
  position: absolute;
  top: 58%;
  right: 23%;
}
@media screen and (max-width: 768px) {
  .item ul .hana05 {
    width: 18%;
    position: absolute;
    top: 46.5%;
    right: 2%;
  }
}
.item ul .hana06 {
  width: 90px;
  position: absolute;
  bottom: 5%;
  left: 19%;
}
@media screen and (max-width: 768px) {
  .item ul .hana06 {
    width: 18%;
    position: absolute;
    top: 63%;
    left: 2%;
  }
}
.item ul .hana07 {
  width: 90px;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
@media screen and (max-width: 768px) {
  .item ul .hana07 {
    width: 18%;
    position: absolute;
    top: 80%;
    right: 2%;
  }
}
.item ul .hana08 {
  width: 90px;
  position: absolute;
  top: 73%;
  left: -9%;
}
@media screen and (max-width: 768px) {
  .item ul .hana08 {
    width: 16%;
    position: absolute;
    top: 60.5%;
    left: 50%;
  }
}
.item ul li {
  width: calc(100% / 4 - 50px);
  margin: 0 48px 100px 0;
}
@media screen and (max-width: 768px) {
  .item ul li {
    margin: 0 auto 60px;
    width: calc(100% / 2 - 10px);
  }
}
.item ul li a {
  text-decoration: none;
  color: #000000;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .item ul li a {
    font-size: 10px;
  }
}
.item ul li a p {
  background-color: #fff;
  padding: 10px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .item ul li a p {
    font-size: 11px;
    padding: 7px;
  }
}
.item ul li a .buy {
  border: 2px solid #000000;
  width: 50px;
  height: 25px;
  text-align: center;
  align-items: center;
  line-height: 25px;
  margin: 5px auto;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .item ul li a .buy {
    width: 37px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 700;
  }
}

.brown {
  padding: 70px 0;
  background-color: #e5ddc4;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .brown {
    font-size: 12px;
    line-height: 2em;
  }
}
.brown p {
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .brown p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.5em;
  }
}
.brown p span {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .brown p span {
    padding: 70px 0;
    width: 100%;
    font-size: 20px;
    line-height: 1.3em;
  }
}

.footer {
  width: 100%;
  height: auto;
  padding: 120px 0 50px;
}
.footer p.tenbai {
  width: 900px;
  margin: 0 auto 200px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .footer p.tenbai {
    font-size: 11px;
    width: 90%;
  }
}
.footer h6 {
  text-align: center;
}
.footer a {
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer a {
    font-size: 14px;
    text-align: center;
  }
}
.footer .copy {
  width: 22%;
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .footer .copy {
    width: 60%;
  }
}

/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */