@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;
  background-image: url(../img/contents_bg@2x.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  padding: 0 0 180px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 835px) {
  .wrapper {
    width: 100%;
    padding: 0 0 21vw;
  }
}

#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;
}

/*
---------------------------------------
header
---------------------------------------
*/
.l-header {
  padding: 45px 0 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}
@media (max-width: 835px) {
  .l-header {
    padding: 4.5vw 0 0;
  }
}

h1 {
  transform: translateX(-43px);
}
@media (max-width: 835px) {
  h1 {
    transform: translateX(-3vw);
    width: 85vw;
  }
}

.st-header__pageLink__item {
  line-height: 2;
}
.st-header__pageLink__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 835px) {
  .st-header__pageLink__item:not(:last-child) {
    margin-bottom: 3vw;
  }
}

.st-header__pageLink__txt {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 835px) {
  .st-header__pageLink__txt {
    font-size: 18px;
  }
}

/* sp-btn */
.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}

#sp-btn {
  position: absolute;
  z-index: 10;
  top: 84px;
  right: 27px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 75px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background 0.4s;
}
@media (max-width: 835px) {
  #sp-btn {
    width: 65px;
    height: 60px;
    top: 6vw;
    right: -1vw;
  }
}
#sp-btn span {
  width: 66px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 835px) {
  #sp-btn span {
    width: 29px;
    height: 2px;
    transition: all 0.4s;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 835px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 5px;
  }
}
#sp-btn.active {
  background: transparent;
}
#sp-btn.active #sp-btn-a:after {
  content: "CLOSE";
  letter-spacing: 0;
}
@media (max-width: 835px) {
  #sp-btn.active #sp-btn-a:after {
    font-feature-settings: "palt";
    transform: translateX(-0.3em);
  }
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#sp-btn #sp-btn-a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 43px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 835px) {
  #sp-btn #sp-btn-a {
    width: 29px;
    height: 17px;
    margin-bottom: 14px;
  }
}
#sp-btn #sp-btn-a:after {
  content: "MENU";
  font-size: 19px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease-out;
}
@media (max-width: 835px) {
  #sp-btn #sp-btn-a:after {
    font-size: 10px;
    bottom: -15px;
    letter-spacing: 0.01em;
  }
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

#sp-btn.active span:nth-of-type(1) {
  -webkit-transform: translate(0, 18px) rotate(-45deg);
  transform: translate(0, 18px) rotate(-45deg);
}
@media (max-width: 835px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 7px) rotate(-45deg);
    transform: translate(0, 7px) rotate(-45deg);
  }
}

#sp-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
  -webkit-transform: translate(0, -18px) rotate(45deg);
  transform: translate(0, -18px) rotate(45deg);
}
@media (max-width: 835px) {
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -7px) rotate(45deg);
    transform: translate(0, -7px) rotate(45deg);
  }
}
#sp-btn.active span:nth-of-type(3):before {
  opacity: 1;
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-width: 836px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
  background: #333;
  padding: 200px 0 100px;
}
@media (max-width: 835px) {
  #g-nav {
    padding: 31.3vw 4vw 15vw;
  }
}

/*
---------------------------------------
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;
}

.main {
  background: url(../img/main_bg@2x.jpg) no-repeat center top/cover;
  padding-top: 237px;
  position: relative;
}
@media (max-width: 835px) {
  .main {
    padding-top: 28vw;
  }
}
.main:before {
  content: "";
  background: url(../img/line@2x.png) no-repeat center center/cover;
  width: 100%;
  height: 11px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 835px) {
  .main:before {
    height: 5px;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 112px;
}
@media (max-width: 835px) {
  .slick-dotted.slick-slider {
    margin-bottom: 15vw;
  }
}

.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;
}

.contents .bnr__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 835px) {
  .contents .bnr__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  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: -26px;
}
@media (max-width: 835px) {
  .prev-arrow {
    left: -2vw;
  }
}

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

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

.slick-dots li {
  width: 22px;
  height: 22px;
  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: 22px;
  height: 22px;
}
@media (max-width: 835px) {
  .slick-dots li button {
    width: 2.2vw;
    height: 2.2vw;
  }
}

.slick-dots li button:before {
  opacity: 1;
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  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: #fff;
}

.sns {
  padding-bottom: 115px;
}
@media (max-width: 835px) {
  .sns {
    padding-bottom: 20vw;
  }
}

.sns__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 14px;
}
@media (max-width: 835px) {
  .sns__list {
    gap: 0 2vw;
  }
}

.sns__item {
  position: relative;
}
.sns__item:before {
  content: "";
  background: url(../img/sns_bg@2x.png) no-repeat center center/cover;
  width: 200px;
  height: 213px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
@media (max-width: 835px) {
  .sns__item:before {
    width: 24.5vw;
    height: 26vw;
  }
}
.sns__item img {
  position: relative;
  z-index: 1;
}

.goldLine {
  position: relative;
}
.goldLine:before, .goldLine:after {
  content: "";
  background: url(../img/line@2x.png) no-repeat center center/cover;
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 835px) {
  .goldLine:before, .goldLine:after {
    height: 4px;
  }
}
.goldLine:before {
  top: 0;
}
.goldLine:after {
  bottom: 0;
}

.new_table__item {
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.new_table__item img {
  width: 100%;
}

.news {
  padding: 75px 0 55px;
}
@media (max-width: 835px) {
  .news {
    padding: 6vw 0;
  }
}

.news__ttl {
  margin-bottom: 45px;
}
@media (max-width: 835px) {
  .news__ttl {
    margin-bottom: 4.5vw;
  }
}

.secShop {
  padding: 20px 0 73px;
}
@media (max-width: 835px) {
  .secShop {
    padding: 2vw 0 7vw;
  }
}

.secShop__imgWrap {
  position: relative;
  margin-bottom: 101px;
}
@media (max-width: 835px) {
  .secShop__imgWrap {
    margin-bottom: 13vw;
  }
}

.secShop__img {
  width: 72%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.secShop__img:before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.25) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 0;
}
@media (max-width: 835px) {
  .secShop__img:before {
    left: 1.5vw;
    top: 1.5vw;
  }
}
.secShop__img img {
  position: relative;
  z-index: 1;
}

.secShop__imgBg {
  position: absolute;
  left: -45px;
  top: 90px;
}
@media (max-width: 835px) {
  .secShop__imgBg {
    left: -5vw;
    top: 10.5vw;
    width: 83vw;
  }
}

.secShop__info {
  margin-bottom: 30px;
}
@media (max-width: 835px) {
  .secShop__info {
    margin-bottom: 5vw;
  }
}

.secShop__btnList {
  padding-bottom: 50px;
}
@media (max-width: 835px) {
  .secShop__btnList {
    padding-bottom: 5vw;
  }
}

.secShop__btn {
  margin-bottom: 5px;
}
@media (max-width: 835px) {
  .secShop__btn {
    margin-bottom: 1vw;
  }
}

.secShop__youtube {
  margin-bottom: 87px;
}
@media (max-width: 835px) {
  .secShop__youtube {
    margin-bottom: 9vw;
  }
}

.secShop__sns {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 13px;
  justify-content: center;
}
@media (max-width: 835px) {
  .secShop__sns {
    gap: 0 2vw;
  }
}

.shop__info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 835px) {
  .shop__info {
    margin-bottom: 4vw;
  }
}

@media (max-width: 835px) {
  .shop__img {
    width: 49%;
  }
}

.shop__table {
  margin-bottom: 30px;
}
@media (max-width: 835px) {
  .shop__table {
    margin-bottom: 4vw;
  }
}

.shop__map {
  margin-bottom: 35px;
}
@media (max-width: 835px) {
  .shop__map {
    margin-bottom: 5vw;
  }
}
.shop__map iframe {
  width: 100%;
  height: 490px;
}
@media (max-width: 835px) {
  .shop__map iframe {
    height: 60vw;
  }
}

.shop__rout {
  margin-bottom: 60px;
}
@media (max-width: 835px) {
  .shop__rout {
    margin-bottom: 6vw;
  }
}

.shop__bnr__item:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 835px) {
  .shop__bnr__item:not(:last-child) {
    margin-bottom: 2vw;
  }
}

@media (max-width: 835px) {
  .totop__btn {
    width: 33vw;
    margin: 0 auto;
  }
}

/*
---------------------------------------
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%;
}

.totop {
  position: fixed;
  right: 30px;
  bottom: 200px;
}
@media (max-width: 835px) {
  .totop {
    right: 5%;
    bottom: 23vw;
    width: 12vw;
  }
}

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