@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  overflow: auto;
  width: 100%;
  /*min-width: 640px;*/
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  cursor: pointer;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

p,
dt,
dd,
li {
  font-size: 1.6rem;
  line-height: 0;
}

li {
  font-size: 1.6rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

p,
dd,
li,
address {
  font-style: normal;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

.wrapper {
  width: 836px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 835px) {
  .wrapper {
    width: 100%;
  }
}

#container {
  position: relative;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.inline-pc {
  display: inline-block !important;
}

.inline-sp {
  display: none !important;
}

.inner {
  max-width: 980px;
  padding: 0 45px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.trans {
  transition: all 0.2s;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}
input[type=text].req,
input[type=search].req,
input[type=tel].req,
input[type=number].req,
input[type=url].req,
input[type=email].req,
input[type=password].req,
input[type=date].req,
textarea.req,
select.req {
  background: #fdf8f7 !important;
}
@media (max-width: 767px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 11px 10px !important;
    border-width: 2px;
  }
}

textarea {
  resize: vertical;
  width: 100% !important;
  height: 260px !important;
  box-shadow: none;
}
@media (max-width: 835px) {
  textarea {
    height: 124px !important;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
}
@media (max-width: 835px) {
  input::-webkit-input-placeholder {
    font-size: 3.5vw;
  }
}

input:-moz-placeholder {
  color: #aaa;
}
@media (max-width: 835px) {
  input:-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {
  /*
  ----------------------------------------
  -750
  ----------------------------------------
  */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .inline-pc {
    display: none !important;
  }
  .inline-sp {
    display: inline-block !important;
  }
  .center {
    text-align: left;
  }
  .ta-c {
    text-align: center;
  }
  .wrapper {
    min-width: 100%;
  }
  .bg-fixed {
    position: fixed;
    width: 100%;
  }
  .inner {
    padding: 0 5%;
    max-width: 100%;
    margin: 0;
  }
  p,
  dt,
  dd,
  li {
    font-size: 1.4rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /* layout */
  html {
    margin-top: 0 !important;
  }
  /* flex */
  .flex {
    display: block;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*
---------------------------------------
l-contents
---------------------------------------
*/
a {
  display: block;
}
a img {
  transition: all 0.2s;
}
@media (min-width: 836px) {
  a:hover img {
    opacity: 0.9;
  }
}

.l-contents {
  text-align: center;
  padding: 0;
}

.contents {
  padding: 55px 40px 200px;
  background: url(../img/contens_bg.jpg) repeat-y center top/100%;
}
@media (max-width: 835px) {
  .contents {
    padding: 7vw 4vw 20vw;
  }
}

.shop {
  background: linear-gradient(45deg, rgb(176, 117, 21) 0%, rgb(245, 215, 127) 13%, rgb(255, 255, 215) 25%, rgb(245, 215, 127) 36%, rgb(176, 117, 21) 48%, rgb(245, 215, 127) 61%, rgb(255, 255, 215) 73%, rgb(245, 215, 127) 83%, rgb(176, 117, 21) 100%);
  padding: 6px;
  position: relative;
}
@media (max-width: 835px) {
  .shop {
    padding: 1vw;
  }
}
.shop:not(:last-child) {
  margin-bottom: 75px;
}
@media (max-width: 835px) {
  .shop:not(:last-child) {
    margin-bottom: 8vw;
  }
}
.shop:before, .shop:after {
  content: "";
  background: url(../img/gold@2x.png) no-repeat center center/cover;
  width: 414.5px;
  height: 89.5px;
  display: block;
  position: absolute;
  mix-blend-mode: screen;
}
@media (max-width: 835px) {
  .shop:before, .shop:after {
    width: 45.5vw;
    height: 9.5vw;
  }
}
.shop:before {
  top: -43px;
  right: 12px;
}
@media (max-width: 835px) {
  .shop:before {
    top: -4.2vw;
    right: 1.3vw;
  }
}
.shop:after {
  bottom: -43px;
  left: 12px;
}
@media (max-width: 835px) {
  .shop:after {
    bottom: -4.2vw;
    left: 1.3vw;
  }
}

#shop-01 .shop__in {
  background-position: center top -75px;
}
@media (max-width: 835px) {
  #shop-01 .shop__in {
    background-position: center top -7.5vw;
  }
}
#shop-01 .shop__in:before {
  background-color: rgba(151, 0, 11, 0.74);
}

#shop-02 .shop__in {
  background-position: center top -75px;
}
#shop-02 .shop__in:before {
  background-color: rgba(0, 0, 190, 0.74);
}

#shop-03 .shop__in {
  background-position: center top -75px;
}
#shop-03 .shop__in:before {
  background-color: rgba(0, 61, 54, 0.74);
}

.shop__in {
  padding: 16px;
  background-image: url(../img/contens_bg.jpg);
  background-repeat: repeat-y;
  background-size: 836px;
  position: relative;
}
@media (max-width: 835px) {
  .shop__in {
    padding: 2vw;
    background-size: 100vw;
  }
}
.shop__in:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: hard-light;
}

.shop__in__in {
  background: url(../img/shop_bg@2x.png) repeat-y center top/100%;
  position: relative;
}

.shop__img {
  padding: 18px 18px 0;
}
@media (max-width: 835px) {
  .shop__img {
    padding: 2.5vw 2.5vw 0;
  }
}

.shop__link {
  padding: 0 18px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 9px;
}
@media (max-width: 835px) {
  .shop__link {
    padding: 0 2.5vw 7vw;
    gap: 0 1.5vw;
  }
}

.bnr {
  padding-bottom: 80px;
}
@media (max-width: 835px) {
  .bnr {
    padding-bottom: 10vw;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.bnr__item {
  text-align: center;
}
.bnr__item a {
  display: block;
}
.bnr__item img {
  width: 100%;
}
.bnr__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 835px) {
  .slide-arrow {
    width: 5.2vw;
    height: 5.2vw;
  }
}

.prev-arrow {
  background: url(../img/slide_nav_left@2x.png) no-repeat center center/cover;
  left: 23px;
}
@media (max-width: 835px) {
  .prev-arrow {
    left: 2vw;
  }
}

.next-arrow {
  background: url(../img/slide_nav_right@2x.png) no-repeat center center/cover;
  right: 23px;
}
@media (max-width: 835px) {
  .next-arrow {
    right: 2vw;
  }
}

.slick-dots {
  bottom: -55px;
}
@media (max-width: 835px) {
  .slick-dots {
    bottom: -6vw;
  }
}

.slick-dots li {
  width: 20px;
  height: 20px;
  margin: 0 11px;
}
@media (max-width: 835px) {
  .slick-dots li {
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 1.5vw;
  }
}

.slick-dots li button {
  width: 20px;
  height: 20px;
}
@media (max-width: 835px) {
  .slick-dots li button {
    width: 2.2vw;
    height: 2.2vw;
  }
}

.slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #585757;
  transition: background 0.2s ease-out;
}
@media (max-width: 835px) {
  .slick-dots li button:before {
    width: 2.2vw;
    height: 2.2vw;
    border-width: 1px;
  }
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #585757;
}

.slick-dots > li:first-child:last-child {
  display: none;
}

/*
---------------------------------------
footer
---------------------------------------
*/
.l-footer {
  position: fixed;
  width: 100%;
  max-width: 836px;
  margin: 0 auto;
  bottom: 0;
  z-index: 1;
}

.footer__list {
  display: flex;
}

.footer__list__item {
  flex: 1;
}
.footer__list__item img {
  width: 100%;
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Project ------------ */