@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;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 11px;
    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;
  }
}

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

.img-wrap {
  position: relative;
}

.img-wrap img {
  width: 100%;
  position: absolute;
}

.img-wrap02 {
  position: relative;
}

.img-wrap02 img {
  width: 100%;
  position: absolute;
}

.img-wrap03 {
  position: relative;
}

.img-wrap03 img {
  width: 100%;
  position: absolute;
}

div.block01 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.block01 {
    width: 100%;
  }
}
div.block01::before {
  content: "";
  display: block;
  padding-top: 54%;
}
@media screen and (max-width: 768px) {
  div.block01::before {
    padding-top: 130%;
  }
}
div.block01 div.img01 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.block01 div.img01 {
    top: calc(255 / 700 * 100%);
    left: calc(0 / 1280 * 100%);
    width: calc(780 / 1280 * 100%);
  }
}
@media screen and (max-width: 768px) {
  div.block01 div.img01 {
    width: 100%;
    bottom: 0;
  }
}
div.block01 div.img02 {
  width: calc(469 / 1280 * 100%);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  div.block01 div.img02 {
    width: 85%;
    position: absolute;
    z-index: -1;
    top: 0%;
    right: 0%;
  }
}
div.block01 div.img03 {
  width: calc(390 / 1280 * 100%);
  position: absolute;
  top: 3%;
  left: calc(350 / 1280 * 100%);
}
@media screen and (max-width: 768px) {
  div.block01 div.img03 {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 0%;
  }
}
div.block01 div.img04 {
  width: calc(390 / 1280 * 100%);
  position: absolute;
  bottom: 2%;
  left: calc(50 / 1280 * 100%);
}
@media screen and (max-width: 768px) {
  div.block01 div.img04 {
    width: 90%;
    position: absolute;
    bottom: -40%;
  }
}

.lead {
  width: 750px;
  padding: 70px 0 70px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lead {
    width: 100%;
    margin: 230px auto 0;
  }
}
.lead h1 {
  margin: 0 auto;
  line-height: 1.3em;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .lead h1 {
    width: 90%;
    line-height: 1.4em;
    font-size: 12px;
    text-align: center;
  }
}
.lead h1 span {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lead h1 span {
    font-size: 14px;
  }
}
.lead h1 span.kasen {
  border-bottom: solid;
  border-width: 2px;
  /*5ピクセルの太さにする*/
}

.img-wrap {
  width: calc(500 / 1100 * 100%);
  position: relative;
}

.img-wrap img {
  width: 100%;
  position: absolute;
}

.img-wrap02 {
  width: calc(500 / 1100 * 100%);
  position: relative;
}

.img-wrap02 img {
  width: 100%;
  position: absolute;
}

.img-wrap03 {
  width: calc(500 / 1100 * 100%);
  position: relative;
}

.img-wrap03 img {
  width: 100%;
  position: absolute;
}

.prof {
  background-image: url("../images/prof_back02.png");
  padding: 70px 0;
  width: 100%;
  margin: 0 auto;
}
.prof .logo {
  width: 8%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .prof .logo {
    width: 30%;
  }
}
.prof .flex {
  display: flex;
  width: 750px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .prof .flex {
    width: 100%;
    flex-direction: column;
  }
}
.prof .flex .left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .prof .flex .left {
    width: 60%;
    margin: 0 auto 50px;
  }
}
.prof .flex .left img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prof .flex .right {
  width: 70%;
  color: #fff;
  padding: 0 30px 30px 30px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .prof .flex .right {
    margin: 0 auto 0px;
    line-height: 18px;
  }
}
.prof h3 {
  color: #000000;
  width: 800px;
  margin: 0 auto;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .prof h3 {
    font-size: 12px;
    width: 90%;
    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%;
}
@media screen and (min-width: 769px) {
  .main {
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 6200px;
    background-image: url("../images/item_back.jpg");
  }
}
@media screen and (max-width: 768px) {
  .main {
    background-repeat: repeat;
    background-position: center center;
    background-image: url("../images/item_back.jpg");
    background-size: cover;
  }
}

.item {
  padding: 100px 0 70px;
}
.item ul {
  display: flex;
  flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .item ul {
    width: 97%;
  }
}
.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 50px;
    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 */