@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 {
  font-family: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  background-color: #f5e9d3;
  width: 100%;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #343434;
}
@media screen and (min-width: 769px) {
  html,
body,
#wrapper {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body,
#wrapper {
    font-size: 12px;
  }
}

/* 無限スライドループ */
.loop {
  display: flex;
  overflow: hidden;
  width: 100%;
  background-size: auto 34px;
  height: 34px;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .loop {
    position: fixed;
  }
}
.loop ul {
  display: flex;
  background-color: #b08009;
  box-sizing: border-box;
}
.loop ul li {
  padding: 7px 0;
}
.loop ul li img {
  width: 170px;
  max-width: none;
}

.looptop {
  top: 0;
  left: 0;
}

.loopbottom {
  bottom: 0;
  left: 0;
}

.loop ul:first-child {
  -webkit-animation: loop 600s -300s linear infinite;
          animation: loop 600s -300s linear infinite;
}

.loop ul:last-child {
  -webkit-animation: loop2 600s -300s linear infinite;
          animation: loop2 600s -300s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* 無限スライドループ */
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;
  }
}

.flexslider {
  background: none !important;
  border: none !important;
}

.sliderArea {
  width: 70%;
  margin: 30px auto 0;
  padding: 0 25px;
}

.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: #e4c476;
  width: 40px;
  height: 40px;
}

.slick-prev:before a,
.slick-next:before a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}

.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-next:before {
  background: url(../images/ne.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}

.slick-prev:before {
  background: url(../images/pr.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  color: transparent !important;
}

.slick-next:before {
  color: transparent !important;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}

.gara {
  font-family: adobe-garamond-pro, serif;
  font-weight: 700;
  font-style: normal;
}

div.block {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  div.block {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  div.block {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side {
    width: 400px;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    box-sizing: border-box;
  }
}
div.block div.side .title_box {
  background: repeat url("../images/back2.jpg");
  background-size: 300px;
  width: 100%;
  position: relative;
}
div.block div.side .title_box ul.right {
  width: 250px;
  position: absolute;
  left: 50%;
  top: 39%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
div.block div.side .title_box ul.right li {
  display: flex;
  justify-content: center;
  width: 260px;
  height: 45px;
  line-height: 45px;
  background-color: #f5e9d3;
  border: #889f82 2px solid;
  margin-bottom: 13px;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.12em;
}
div.block div.side .title_box ul.right li:hover {
  transform: translate(-5px, -10px);
  width: 265px;
  height: 45px;
  line-height: 45px;
}
div.block div.side .title_box ul.right li:hover a {
  text-decoration: none;
  width: 100%;
  justify-content: center;
}
div.block div.side .title_box ul.right li a {
  text-decoration: none;
  color: #343434;
  box-sizing: border-box;
  display: flex;
}
div.block div.side .title_box ul.right li .icon {
  width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
}
div.block div.side .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: repeat url("../images/back3.jpg");
  background-size: 300px;
  border-right: 2px solid #f5e9d3;
}
div.block div.side .left ul {
  width: 50%;
}
div.block div.side .left ul li {
  width: 100%;
}
div.block .center {
  max-width: 500px;
  display: block;
}
div.block .center .top {
  position: relative;
  width: 500px;
  height: 750px;
}
@media screen and (max-width: 768px) {
  div.block .center .top {
    width: 100%;
    height: 620px;
  }
}
div.block .center .top .mainimg {
  width: 93%;
  transform: translateX(-50%);
  top: 7.7%;
  left: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  div.block .center .top .mainimg {
    top: 2.7%;
  }
}
div.block .center .top .title {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 47%;
  margin: 0 auto;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  div.block .center .top .title {
    top: 11%;
  }
}
div.block .center .top .flexslider {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  width: 67%;
}
@media screen and (max-width: 768px) {
  div.block .center .top .flexslider {
    width: 65%;
    top: 40%;
  }
}
div.block .center .top p {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  color: #8d7c58;
  font-size: 26px;
  text-align: center;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  div.block .center .top p {
    top: 31%;
    font-size: 20px;
  }
}
div.block .center .top p span {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  div.block .center .top p span {
    font-size: 14px;
  }
}
div.block .center .lead {
  width: 100%;
  width: 84%;
  margin: 220px auto 70px;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  div.block .center .lead {
    margin: 140px auto 70px;
  }
}
div.block .center .prof {
  background: repeat url("../images/back1.jpg");
  background-size: 300px;
  padding: 100px 0;
  width: 100%;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  div.block .center .prof {
    padding: 70px 0;
  }
}
div.block .center .prof p {
  width: 84%;
  margin: 0 auto;
}
div.block .center .lineup {
  padding: 100px 0;
  width: 100%;
  line-height: 1.9em;
  background-color: #e4c476;
}
@media screen and (max-width: 768px) {
  div.block .center .lineup {
    padding: 70px 0;
  }
}
div.block .center .lineup p {
  width: 84%;
  margin: 0 auto;
}
div.block .center .item {
  padding: 100px 0;
  width: 100%;
  line-height: 1.9em;
}
@media screen and (max-width: 768px) {
  div.block .center .item {
    padding: 70px 0;
  }
}
div.block .center .item ul {
  width: 85%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
div.block .center .item ul li {
  width: 48%;
  font-size: 12px;
  margin-bottom: 30px;
}
div.block .center .item ul li a {
  line-height: 1.6em;
  text-decoration: none;
  color: #343434;
  text-align: center;
  width: 100%;
  justify-content: center;
}
div.block .center .item ul li a p.item_name {
  margin: 15px auto 0;
  letter-spacing: 0.1em;
}
div.block .center .item ul li a p.buy {
  background-color: #343434;
  width: 90px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  color: #e4c476;
  margin: 5px auto 0;
}
div.block .center .footer {
  padding: 100px 0;
  width: 100%;
  line-height: 1.9em;
  background: repeat url("../images/back4.jpg");
  background-size: 300px;
}
@media screen and (max-width: 768px) {
  div.block .center .footer {
    padding: 70px 0;
  }
}
div.block .center .footer .ftbtn {
  background-color: #343434;
  width: 360px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  div.block .center .footer .ftbtn {
    width: 70%;
    height: 35px;
    line-height: 35px;
  }
}
div.block .center .footer .ftbtn a {
  text-decoration: none;
  color: #f5e9d3;
  font-size: 18px;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 768px) {
  div.block .center .footer .ftbtn a {
    font-size: 14px;
  }
}
div.block .center .footer .ftlogo {
  width: 90px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.block .center .footer .ftlogo {
    width: 17%;
  }
}

h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}
h1 .icon {
  width: 25px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  h1 .icon {
    width: 20px;
  }
}

h5 {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
h5 .border {
  width: 75%;
  height: 1px;
  background-color: #343434;
  margin: 30px auto 70px;
}
h5 span {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
h5 .btn {
  width: 200px;
  height: 30px;
  line-height: 30px;
  background-color: #343434;
  margin: 20px auto 25px;
}
h5 .btn a {
  text-decoration: none;
  text-align: center;
  color: #f5e9d3;
  display: block;
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 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 */