@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
---------------------------------------
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-size: cover;
  background-repeat: repeat-y;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 835px) {
  .wrapper {
    width: 100%;
    padding: 0;
  }
}

#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: "Noto Sans JP", 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 55px;
  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 7%;
    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: 0;
  text-align: center;
  position: relative;
}
@media (max-width: 835px) {
  .l-header:before {
    height: 1.5vw;
  }
}
.l-header .inner {
  padding: 0;
  line-height: 0;
}

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

/*
---------------------------------------
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-color: #e60113;
  position: relative;
  padding-bottom: 100px;
}
.top-wrapper {
  background: url(../img/bg-01.webp) no-repeat left top / cover;
}
@media (max-width: 835px) {
  .main {
    padding-bottom: 13vw;
  }
  .top-wrapper {
    background: url(../img/bg-01.webp) no-repeat left top / contain;
  }
}
.main .inner:last-of-type {
  padding-top: 100px;
}
@media (max-width: 835px) {
  .main .inner:last-of-type {
    padding-top: 13vw;
  }
}

.main .inner:last-of-type h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}

@media (max-width: 835px) {
  .main .inner:last-of-type h2 {
    margin-bottom: 5vw;
    font-size: 8vw;
  }
}

.main .inner:last-of-type iframe {
  width: 100%;
  height: initial !important;
  aspect-ratio: 640 / 530;
  margin-bottom: 50px;
}

@media (max-width: 835px) {
  .main .inner:last-of-type iframe {
    margin-bottom: 5vw;
  }
}

.middle {
  background: url(../img/bg-02.webp) center top / 100%;
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 835px) {
  .middle {
    padding-bottom: 13vw;
  }
}

.shop__top {
  margin-bottom: 80px;
}
@media (max-width: 835px) {
  .shop__top {
    margin-bottom: 8vw;
  }
}

.shop__top__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.shop__top__btn {
  box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 835px) {
  .shop__top__btn {
    box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.3);
  }
}

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

.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 {
  background: url(../img/contents_bg.jpg) repeat-y center top/100%;
  padding-block: 100px;
}
@media (max-width: 835px) {
  .contents {
    padding-top: 11.5vw;
    padding-bottom: 28vw;
  }
}
.contents .bnr__item:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 835px) {
  .contents .bnr__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

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

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

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

.nav {
  padding-bottom: 100px;
}
@media (max-width: 835px) {
  .nav {
    padding-bottom: 13vw;
  }
}
.nav .inner {
  padding: 40px 55px 0 !important;
}
@media (max-width: 835px) {
  .nav .inner {
    padding: 0 7% !important;
  }
}

.nav a {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 835px) {
  margin-top: 1.8vw;
}
.nav a:first-of-type {
  margin-top: 0;
}

.nav__list {
  display: flex;
  flex-wrap: wrap;
}
.nav__item {
  width: 50%;
}
.nav__item.item-01 {
  width: 100%;
}

.nav__img {
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 835px) {
  .nav__img {
    box-shadow: 1vw 1vw 1vw rgba(0, 0, 0, 0.3);
  }
}
.nav__img img {
  position: relative;
  z-index: 1;
  width: 100%;
}

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

.info {
  padding: 0 55px;
}
@media (max-width: 835px) {
  .info {
    padding: 0 0 3vw;
  }
}

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

.pickup {
  margin-bottom: 100px;
}
@media (max-width: 835px) {
  .pickup {
    margin-bottom: 13vw;
  }
}

.secShop {
  padding: 0 0 56px;
}
@media (max-width: 835px) {
  .secShop {
    padding: 0 0 6.5vw;
  }
}

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

.secShop h2 {
  font-size: 46px;
  font-weight: 700;
  color: #e60113;
}
@media (max-width: 835px) {
  .secShop h2 {
    font-size: 8vw;
  }
}

.secShop .inner + img {
  margin-top: 60px;
}

.secShop .inner + img + .inner {
  margin-top: 30px;
}
@media (max-width: 835px) {
  .secShop .inner + img,
  .secShop .inner + img + .inner {
    margin-top: 7.5vw;
  }
}
.secShop dl {
  margin-top: 20px;
}
@media (max-width: 835px) {
  .secShop dl {
    margin-top: 4vw;
  }
}
.secShop dt,
.secShop dd {
  line-height: 2;
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 835px) {
  .secShop dt,
  .secShop dd {
    padding-left: 8vw;
  }
}
.secShop dt {
  font-size: 32px;
  position: relative;
  color: #e60113;
  font-weight: 700;
}
@media (max-width: 835px) {
  .secShop dt {
    font-size: 6vw;
  }
}
.secShop dt:before {
  content: "";
  width: 23px;
  height: 30px;
  display: block;
  background-image: url(../img/list.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 835px) {
  .secShop dt:before {
    width: 4vw;
    height: 5vw;
  }
}
.secShop dd {
  font-size: 30px;
}
@media (max-width: 835px) {
  .secShop dd {
    font-size: 5.7vw;
  }
}
.secShop a {
  display: inline-block;
  margin-top: 50px;
}
@media (max-width: 835px) {
  .secShop a {
    margin-top: 5vw;
  }
}

.secShop__table {
  border-collapse: separate;
  border-spacing: 4px;
}
@media (max-width: 835px) {
  .secShop__table {
    border-spacing: 0.6vw;
  }
}
.secShop__table thead {
  background: #595959;
  color: #fff;
  font-size: 27px;
  letter-spacing: 0.4em;
}
@media (max-width: 835px) {
  .secShop__table thead {
    font-size: 3.5vw;
  }
}
.secShop__table thead th {
  text-align: center;
  padding: 5px 0;
}
@media (max-width: 835px) {
  .secShop__table thead th {
    padding: 0.5vw 0;
  }
}
.secShop__table tbody th,
.secShop__table tbody td {
  color: #4d4d4d;
  font-size: 27px;
  line-height: 1.22;
  vertical-align: middle;
}
@media (max-width: 835px) {
  .secShop__table tbody th,
  .secShop__table tbody td {
    font-size: 3.5vw;
  }
}
.secShop__table tbody th {
  text-align: center;
  background: #bfbfbf;
  padding-block: 22px;
}
@media (max-width: 835px) {
  .secShop__table tbody th {
    padding-block: 2.2vw;
  }
}
.secShop__table tbody td {
  background: #fff;
  border: 1px solid #bfbfbf;
  text-align: left;
  width: 70%;
  padding: 5px 15px;
}
@media (max-width: 835px) {
  .secShop__table tbody td {
    padding: 0.5vw 1.5vw;
    font-feature-settings: "palt";
  }
}
.secShop__table tbody .tableNum {
  display: flex;
  width: 100%;
  align-items: center;
}
.secShop__table tbody .total:after {
  content: "：";
}
.secShop__table tbody .detailWrap {
  flex: 1;
  padding-left: 10px;
}
@media (max-width: 835px) {
  .secShop__table tbody .detailWrap {
    padding-left: 1vw;
  }
}
.secShop__table tbody .detail {
  display: block;
}

.secShop__data {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 835px) {
  .secShop__data {
    margin-bottom: 4vw;
  }
}

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

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

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

.shop__map {
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 835px) {
  .shop__map {
    margin-bottom: 5vw;
  }
}
.shop__map:before,
.shop__map:after {
  content: "";
  background: linear-gradient(to right, rgb(140, 140, 140) 17%, rgb(255, 255, 255) 39%, rgb(140, 140, 140) 71%);
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  opacity: 0.6;
}
@media (max-width: 835px) {
  .shop__map:before,
  .shop__map:after {
    height: 0.7vw;
  }
}
.shop__map iframe {
  width: 100%;
  height: 480px;
  line-height: 0;
}
@media (max-width: 835px) {
  .shop__map iframe {
    height: 60vw;
  }
}

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

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

.shop__bottom {
  margin-bottom: 80px;
}
@media (max-width: 835px) {
  .shop__bottom {
    margin-bottom: 8vw;
  }
}

.shop__bottom__list {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 0 7px;
}

.shop__bottom__btn img {
  border-radius: 130px;
  box-shadow: 21px 12px 15px rgba(112, 112, 112, 0.5);
}
@media (max-width: 835px) {
  .shop__bottom__btn img {
    box-shadow: 10px 6px 7px rgba(112, 112, 112, 0.5);
  }
}

.totop__btn {
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 1;
}
@media (max-width: 835px) {
  .totop__btn {
    width: 15vw;
    height: 15vw;
    bottom: 17vw;
    right: 1vw;
  }
}

/*
---------------------------------------
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 {
  width: 50%;
}
.footer__list__item img {
  width: 100%;
}

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

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

.privacy {
  padding: 0 0 100px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 1%,
    rgba(255, 255, 255, 0.6) 32%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.6) 64%,
    rgba(255, 255, 255, 0) 100%
  );
}
@media (max-width: 835px) {
  .privacy {
    padding: 0;
  }
}

.privacy__txt {
  text-align: left;
  font-size: 16px;
  line-height: calc(43 / 24);
  color: #808080;
  padding-top: 48px;
  border-top: 1px solid #666;
}
@media (max-width: 835px) {
  .privacy__txt {
    font-size: 3vw;
    padding-top: 6.5vw;
  }
}
.privacy__txt a {
  text-decoration: underline;
  display: inline;
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
img {
  max-width: 100%;
  height: auto;
}
