@charset "UTF-8";
/* Noto Sans JP */
@font-face {
  font-display: swap;
  font-weight: 400;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
}
/* Noto Serif JP */
@font-face {
  font-display: swap;
  font-weight: 400;
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Medium.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 600;
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-SemiBold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-family: "Noto Serif JP";
  src: url("../font/NotoSerifJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "opt";
  src: url("../font/optima.ttf");
}
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

img {
  display: block;
  width: 100%;
  line-height: 1;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #333333;
  letter-spacing: 0.04em;
}

:root {
  --white: #ffffff;
  --main-txt: #333333;
  --sub-txt: #898989;
  --border: #dddddd;
  --background: #f5f5f5;
  --red: #B94047;
  --line: #06c755;
  --facebook: #1877f2;
  --instagram: #e1306c;
  --youtube: #ff0000;
  --X: #000;
  --amazon: #ff9900;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
}

.color-red {
  color: #B94047;
}

.font-opt {
  font-family: "opt";
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.font-semibold {
  font-weight: 600;
}

.text-15 {
  font-size: 15px !important;
}

.text-24 {
  font-size: 24px !important;
}

.text-40 {
  font-size: 40px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.letter-8 {
  letter-spacing: 0.04em !important;
}
@media screen and (min-width: 768px) {
  .letter-8 {
    letter-spacing: 0.08em !important;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    background: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    /* Note: currently only Safari supports backdrop-filter */
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .header {
    margin-left: 1.5625%;
  }
}
@media screen and (min-width: 1500px) {
  .header {
    margin-left: 11.8229166667%;
  }
}
@media screen and (min-width: 992px) {
  .header {
    margin-left: 6.6145833333%;
  }
}
.header__nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50px;
  z-index: 90;
  transition: visibility 0.5s ease, opacity 0.5s ease;
  width: 100vi;
  flex-direction: column;
  background-color: #ffffff;
  gap: 50px;
  display: flex;
  justify-content: center;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .header__nav {
    height: 100vh;
    top: 0;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    width: 347px;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .header__nav ul {
    padding: 0;
  }
}
.header__nav ul li {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .header__nav ul li {
    border: none;
    padding: 0 0 0 9%;
  }
}
.header__nav ul li:first-of-type {
  border-top: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .header__nav ul li:first-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .header__nav ul li a {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav ul li a {
    padding: 0.75em 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: "Noto Sans JP Regular";
    font-size: 16px;
    letter-spacing: 0.2em;
    gap: 8.6956521739%;
    color: #2252AC;
  }
}
.header__nav ul li a span {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .header__nav ul li a span {
    display: block;
    margin: 10px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header__nav ul li a:before {
    content: "";
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #2252AC;
    border-radius: 50%;
    transition: transform 0.3s;
  }
}
@media screen and (min-width: 768px) {
  .header__nav ul li.is-active a::before {
    transform: scale(2);
  }
}
.header__logo {
  display: block;
  max-width: 16.2106666667%;
  margin-left: 3.68%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    display: none;
  }
}
.header__nav-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 102;
}
@media screen and (min-width: 768px) {
  .header__nav-btn {
    display: none;
  }
}
.header__nav-btn .header__nav-btn-line {
  display: block;
  background-color: #000000;
  width: 20px;
  height: 2px;
  margin: auto;
  position: relative;
}
.header__nav-btn .header__nav-btn-line::after, .header__nav-btn .header__nav-btn-line::before {
  content: "";
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #000000;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.header__nav-btn .header__nav-btn-line > span {
  font-size: 0;
}
.header__nav-btn[aria-expanded=false] .header__nav-btn-line::before {
  transform: translate(0, 6px);
}
.header__nav-btn[aria-expanded=false] .header__nav-btn-line::after {
  transform: translate(0, -6px);
}
.header__nav-btn[aria-expanded=true] .header__nav-btn-line {
  background-color: #ffffff;
}
.header__nav-btn[aria-expanded=true] .header__nav-btn-line::before {
  transform: translate(0, 0) rotate(45deg);
}
.header__nav-btn[aria-expanded=true] .header__nav-btn-line::after {
  transform: translate(0, 0) rotate(-45deg);
}
.header__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__title {
    display: block;
    max-width: 269.71px;
  }
}

[aria-expanded=true] + .header__nav {
  visibility: visible;
  opacity: 1;
  display: flex;
}

body.is-drawerActive {
  position: relative;
  overflow: hidden;
}
body.is-drawerActive:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: #898989;
  z-index: 30;
  content: "";
}
body.is-drawerActive .header {
  background: #ffffff;
}

.reservation {
  position: relative;
  overflow: visible;
  padding: 40px 0 47px;
}
.reservation:before {
  position: absolute;
  width: 100%;
  height: calc(100% - 10px);
  left: 0;
  top: 10px;
  background-color: #f5f5f5;
  content: "";
}
.reservation__balloon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  display: block;
  padding: 0.1em 1.5em;
  border-radius: 24px;
  background-color: #ffffff;
  border: 2px solid #CCA64F;
  font-weight: Bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 21px;
  text-align: center;
  white-space: nowrap;
  color: #CCA64F;
}
.reservation__balloon::after {
  content: "";
  display: block;
  z-index: 1;
  background: linear-gradient(45deg, #ffffff 52%, transparent 52%);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
  border-left: 2px solid #CCA64F;
  border-bottom: 2px solid #CCA64F;
}
.reservation__btn {
  max-width: 85%;
  margin: 0 auto;
  padding: 17px 30px;
  position: relative;
  cursor: pointer;
  background: #B94047;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  transition: border-radius 0.3s ease;
  transition: transform 0.4s ease;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .reservation__btn {
    font-size: 14px;
  }
}
.reservation__btn:hover {
  transform: scale(1.1);
}
.reservation__btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: calc((100% - 10px) / 2);
  width: 10px;
  height: 10px;
  background: url(../images/common/arrow.svg) 100%/contain no-repeat;
  transition: all 0.3s;
}
.reservation__btn span {
  display: block;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 8px;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
.reservation__btn.active::after {
  transform: rotate(180deg);
}
.reservation__table {
  display: none;
  padding: 30px 25px;
  border-radius: 0 0 10px 10px;
  background: #f5f5f5;
}
.reservation__select {
  position: relative;
  margin-bottom: 2rem;
}
.reservation__select select {
  width: 100%;
  height: 40px;
  padding: 0 0.5em;
  font-size: 1.125rem;
  border: #555 solid 1px;
  position: relative;
  background: #ffffff;
}
.reservation__select select option {
  line-height: 2em;
  display: block;
}
.reservation__select select option .opt_tab {
  padding-left: 0.5em;
  background: #efefef;
}
.reservation__select::after {
  content: "";
  display: block;
  height: 38px;
  width: 40px;
  top: 1px;
  right: 1px;
  position: absolute;
  background: url(../images/common/arrow.svg) center 40%/35% no-repeat;
  background-color: #B94047;
  pointer-events: none;
}
.reservation__shop-link {
  font-size: 0.75rem;
  letter-spacing: 0.25;
  line-height: 2;
  color: #777;
  text-align: center;
  margin-top: 10px;
}
.reservation__shop-link a {
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}
.reservation_notice {
  font-size: 12px;
  letter-spacing: 0.25;
  line-height: 2;
  color: #777;
}
.reservation__caution {
  position: relative;
  max-width: 85%;
  margin: 1rem auto 0;
  font-size: clamp(0.625rem, 2.6666666667vi, 0.75rem);
  color: #898989;
  line-height: 1.9;
}
.reservation.reservation-pc {
  background: none;
}
.reservation.reservation-pc:before {
  display: none;
}
.reservation.reservation-pc .reservation__balloon {
  margin-top: -10px;
}
.reservation.reservation-pc .reservation__table {
  background: none;
}
.reservation.reservation-pc .reservation__btn {
  background: #CCA64F;
}

.shdl_cal {
  position: relative;
}
.shdl_cal .item {
  display: none;
}
.shdl_cal h3 {
  text-align: center;
  color: #B94047;
  font-weight: 700;
  padding: 1em 0;
  font-size: 1.125rem;
}

.cal-detail {
  margin-bottom: 30px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.cal-detail h4 {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  background: #efeded;
  padding: 1em;
}
.cal-detail li {
  border-bottom: 1px solid #ccc;
}
.cal-detail li .time-t {
  margin-right: 10px;
}
.cal-detail li .circle {
  color: rgb(255, 100, 105);
  margin-right: 10px;
}
.cal-detail li a {
  display: block;
  padding: 1em;
  line-height: 1.5;
  background: #ffffff;
}
.cal-detail li a:focus {
  background: #f7f4f4;
}
@media (hover: hover) and (pointer: fine) {
  .cal-detail li a:hover {
    background: #f7f4f4;
  }
}

.slider_item {
  position: relative;
}
.slider_item a {
  position: relative;
  display: block;
}
.slider_item a img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider .swiper-pagination {
  bottom: 23% !important;
}
@media screen and (min-width: 768px) {
  .slider .swiper-pagination {
    bottom: 22% !important;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 5px !important;
  border-radius: 50%;
  border: 1px solid #777 !important;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #777 !important;
}
.slider .swiper-button-prev,
.slider .swiper-button-next {
  position: absolute;
  top: 35%;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-size: 0;
  opacity: 1 !important;
  margin-top: 0;
}
.slider .swiper-button-prev::after,
.slider .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/arrow-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.4s;
}
.slider .swiper-button-prev:hover,
.slider .swiper-button-next:hover {
  opacity: 1 !important;
}
.slider .swiper-button-prev:hover::after,
.slider .swiper-button-next:hover::after {
  transform: scale(1.1) !important;
}
.slider .swiper-button-prev {
  left: 4.5%;
}
.slider .swiper-button-prev::after {
  transform: rotate(180deg);
}
.slider .swiper-button-prev:hover::after {
  transform: rotate(180deg) scale(1.1) !important;
}
.slider .swiper-button-next {
  right: 4.5%;
}
.slider_detail {
  margin: 20px 0 0;
}
.slider_detail--title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
.slider_detail--text {
  margin: 10px 0 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider_detail--text {
    font-size: 11px;
  }
}

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

.lity {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1 !important;
}
.lity-close {
  position: absolute;
  color: #666666;
  text-shadow: none;
  top: 10px;
  right: 10px;
  font-size: clamp(1.4375rem, 6vi, 1.625rem);
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.lity-close:hover {
  position: absolute;
  color: #666666;
  text-shadow: none;
  top: 10px;
  right: 10px;
  font-size: clamp(1.4375rem, 6vi, 1.625rem);
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.lity-content {
  padding: 20px;
}
.lity-content:after {
  box-shadow: none !important;
}
.lity .lity-close {
  width: 24px;
  height: 24px;
  top: 30px;
  right: 30px;
  background: #E4E4E4;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .lity .lity-close {
    width: 30px;
    height: 30px;
  }
}

.fadeup {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup_trigger {
  opacity: 0;
}

.l-main {
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .l-main {
    max-width: 409px;
    margin-left: 39.3229166667%;
    box-sizing: content-box;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0 0px 6px; */
  }
}

body {
  background: url(../images/bg-pc.png) 100%/cover no-repeat;
  background-attachment: fixed;
}

.mv {
  position: relative;
}
.mv__logo {
  position: absolute;
  width: 84.5501222494%;
  top: 71.1015736767%;
  left: 7.8239608802%;
  z-index: 10;
}
.mv__logo > span {
  display: block;
  padding-top: 52.7515109453%;
  background: url(../images/common/logo-tokyo.svg) 100%/contain no-repeat;
  font-size: 0;
}
.mv__slider {
  display: flex;
  width: 100%;
  height: 100%;
  margin: 0;
  flex-wrap: wrap;
}
.mv__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.mv__slider img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mv__slider .slick-dots {
  bottom: 22px !important;
}
.mv__slider .slick-dots > li {
  width: 8px !important;
  height: 8px !important;
  margin: 0 11px;
}
.mv__slider .slick-dots > li > button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50%;
  border: 1px solid #777 !important;
  background-color: #ffffff !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mv__slider .slick-dots > li > button::before {
  display: none;
}
.mv__slider .slick-dots > li.slick-active > button {
  background-color: #777 !important;
}

.lead {
  padding: 60px 0;
  background: #ffffff;
}
.lead .lead__inner {
  max-width: 85%;
  margin: 0 auto;
}
.lead__title {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  color: #B94047;
}
@media screen and (min-width: 768px) {
  .lead__title {
    font-size: 18px;
  }
}
.lead__text {
  margin: 25px 0 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  letter-spacing: 0.02em;
  line-height: 2.25;
}
@media screen and (min-width: 768px) {
  .lead__text {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
.lead__caution {
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #898989;
}
@media screen and (min-width: 768px) {
  .lead__caution {
    font-size: 12px;
    letter-spacing: 0.08em;
  }
}
.lead__slider {
  display: flex;
  margin: 36px 0 0;
}
.lead__slider-item {
  margin: 0 5px;
}

.info {
  padding: 60px 15px;
  background: linear-gradient(#D9E8FF 0%, #f4f8fc 100%);
}
.info-inner {
  padding: 35px 15px 60px;
  background: #ffffff;
}
.info-title {
  width: 286.41px;
  margin: 0 auto;
}
.info-title > span {
  display: block;
  padding-top: 51.3826332879%;
  background: url(../images/info-title.svg) 100%/contain no-repeat;
  font-size: 0;
}
.info-img {
  width: 80%;
  margin: 20px auto 0;
}
.info-date {
  margin: 16px 0 0;
  font-size: 16px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .info-date {
    font-size: 18px;
  }
}
.info-date__num {
  font-size: 32px;
}
.info-date__tilde {
  font-size: 24px;
}
.info-session {
  margin: 15px 0 0;
}
.info-session-text {
  max-width: 90%;
  margin: 20px auto 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 12px;
  line-height: 2.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info-session-text {
    font-size: 14px;
  }
}
.info-access {
  margin: 40px 0 0;
}
.info-access-img {
  margin: 15px 0 0;
}
.info-access-place {
  margin: 20px 0 0;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.info-access-place > span {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  font-weight: 400;
}
.info-access-text {
  margin: 18px 0 0;
  font-size: 10px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .info-access-text {
    font-size: 11px;
  }
}
.info-access-text + .info-access-text {
  margin-top: 12px;
}
.info-access-text a {
  color: #CCA64F;
  text-decoration: underline;
}
.info-access-text.color-gray {
  color: #898989;
}
.info-lastyear {
  margin-top: 60px;
}
.info-lastyear-title {
  color: #2252AC;
  font-size: 18px;
  text-align: center;
}
.info-lastyear-video {
  max-width: 80%;
  margin: 20px auto 0;
}
.info-lastyear-video__inner {
  position: relative;
  width: 100%;
  padding-top: 178.0538302277%;
}
.info-lastyear-video__inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefits {
  padding: 60px 13px;
  background: #FDE6B5;
}
@media screen and (min-width: 768px) {
  .benefits {
    padding: 80px 13px;
  }
}
.benefits-inner {
  position: relative;
  padding: 84px 17px 40px;
  background-image: url(../images/benefits-bg_pc.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.benefits_title {
  width: 221.5px;
  margin: 0 auto;
}
.benefits_title > span {
  display: block;
  padding-top: 58.4650112867%;
  background: url(../images/benefits-title_pc.svg) 100%/contain no-repeat;
  font-size: 0;
}
.benefits_item {
  margin-top: 40px;
}
.benefits_item:nth-of-type(3) {
  margin-top: 10px;
}
.benefits_item:nth-of-type(4) {
  margin-top: 24px;
}
.benefits_item:nth-of-type(5) {
  margin-top: 20px;
}
.benefits_item .benefits_box {
  position: relative;
  padding: 10% 5%;
  border: 1px solid #c8a863;
}
.benefits_item .benefits_box .benefits_number {
  position: absolute;
  width: 47.5px;
  height: 76.5px;
  top: -6px;
  left: -4px;
}
.benefits_item .benefits_box figure + .benefits_contents {
  margin-top: 12px;
}
.benefits_item .benefits_box .benefits_contents .benefits_shoulder {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.04em;
}
.benefits_item .benefits_box .benefits_contents .benefits_item_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.benefits_item .benefits_box .benefits_contents .benefits_item_title .size-sm {
  font-size: 15px;
}
.benefits_item .benefits_box .benefits_contents .benefits_item_title .size-mid {
  font-size: 18px;
}
.benefits_item .benefits_box .benefits_contents .benefits_item_img {
  margin: 20px auto 0;
}
.benefits_item .benefits_box .benefits_contents .benefits_item_text {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .benefits_item .benefits_box .benefits_contents .benefits_item_text {
    font-size: 14px;
  }
}
.benefits_item .benefits_caution {
  margin: 20px 0 0;
  color: #898989;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .benefits_item .benefits_caution {
    font-size: 12px;
  }
}
.benefits_item.benefits_item01 .benefits_item_img {
  max-width: 52%;
  margin: 0 auto;
}
.benefits_item.benefits_item03 .benefits_item_img {
  max-width: 43%;
  margin: 0 auto;
}

.pc {
  padding: 60px 15px 0;
  background: #D9E8FF;
}
.pc-shoulder {
  color: #2252AC;
  text-align: center;
}
.pc-shoulder > span:before, .pc-shoulder > span:after {
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url(../images/pc-shoulder_deco.png);
  background-size: contain;
  content: "";
}
.pc-shoulder > span:before {
  transform: scale(-1, 1);
}
.pc-contents {
  position: relative;
  margin: 30px 0 0;
  padding: 60px 15px 60px;
  background: #ffffff;
}
.pc-title {
  position: absolute;
  width: 100%;
  top: -20px;
  left: 0;
}
.pc-title > span {
  display: block;
  padding-top: 619.897730331%;
  background-image: url(../images/pc-title.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}
.pc-outline {
  display: flex;
  max-width: 350px;
  margin: 20px auto 0;
  justify-content: space-between;
  border: solid 1px #CCA64F;
  flex: 1;
}
.pc-outline dt {
  padding: 18px 22px 18px 4px;
  font-size: 16px;
  color: #ffffff;
  background-image: url(../images/pc-outline_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1.7;
  font-weight: 600;
}
.pc-outline dt > span {
  display: block;
  margin-top: 10px;
  font-size: 7px;
  font-weight: 400;
}
.pc-outline dd {
  display: flex;
  padding: 0 8px;
  align-items: center;
  font-size: 12px;
  line-height: 1.8;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .pc-outline dd {
    font-size: 13px;
  }
}
.pc-caution {
  margin: 20px 0 0;
  color: #898989;
  font-size: 10px;
  line-height: 2;
}

.collection {
  padding: 80px 0;
  overflow: hidden;
}
.collection_title {
  max-width: 180px;
  width: 45%;
  margin: 0 auto;
}
.collection_lead {
  max-width: 85%;
  margin: 10px auto 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 32px;
  text-align: center;
}
.collection__slider {
  margin: 40px auto 0;
  padding-top: 20px;
  max-width: 100%;
  width: 100%;
}
.collection__slider .swiper-wrapper {
  overflow: visible;
}
.collection__slider .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.collection__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.collection__slider .slider_item {
  padding: 0;
}
.collection__slider .swiper-pagination {
  top: -10px;
  bottom: auto !important;
}
.collection__slider .slider_img > a {
  position: relative;
}
.collection__slider .slider_img > a:after {
  position: absolute;
  width: 35px;
  height: 35px;
  bottom: 10px;
  right: 8px;
  background: url(../images/roupe.svg) 100%/100% no-repeat;
  background-size: contain;
  content: "";
}

.limited {
  padding: 80px 0 120px;
  background-image: url(../images/limited/limited-bg.jpg);
  background-size: cover;
}
.limited-title {
  width: 56.8773333333%;
  margin: 0 auto;
}
.limited-title > span {
  display: block;
  padding-top: 11.986028412%;
  background: url(../images/limited/limited-title.svg) 100%/contain no-repeat;
  font-size: 0;
}
.limited-lead {
  margin: 20px 0 0;
  font-size: 10px;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .limited-lead {
    font-size: 13px;
  }
}
.limited-item {
  margin: 40px 0 0;
}
.limited-item-detail {
  max-width: 65%;
  padding: 0 30px;
}
.limited-item-text {
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 2.2;
}
@media screen and (min-width: 768px) {
  .limited-item-text {
    font-size: 12px;
  }
}
.limited-item-img01 {
  position: relative;
  z-index: 2;
}
.limited-item-img02 {
  position: relative;
  z-index: 1;
}
.limited-item.limited-item01 .limited-item-img01 {
  width: 64%;
}
.limited-item.limited-item01 .limited-item-img02 {
  width: 64%;
  margin-top: -50px;
  margin-left: auto;
}
.limited-item.limited-item01 .limited-item-detail {
  margin-top: -14%;
}
.limited-item.limited-item01 .limited-item__num {
  width: 59.43px;
}
.limited-item.limited-item02 .limited-item-img01 {
  width: 64.1333333333%;
  margin-left: auto;
}
.limited-item.limited-item02 .limited-item-img02 {
  width: 40%;
  margin-top: -40%;
}
.limited-item.limited-item02 .limited-item-detail {
  margin-top: -14%;
  margin-left: auto;
}
.limited-item.limited-item02 .limited-item__num {
  width: 66.57px;
}
.limited-item.limited-item03 .limited-item-img01 {
  width: 64%;
}
.limited-item.limited-item03 .limited-item-img02 {
  width: 64%;
  margin-top: -40px;
  margin-left: auto;
}
.limited-item.limited-item03 .limited-item-detail {
  margin-top: -14%;
}
.limited-item.limited-item03 .limited-item__num {
  width: 65.66px;
}

.quality {
  padding: 80px 0 70px;
  background: #F5F5F5;
}
.quality-inner {
  padding: 0 30px;
}
.quality .quality-title {
  max-width: 61.884057971%;
  margin: 0 auto;
}
.quality .quality-title span {
  display: block;
  padding-top: 44.9648711944%;
  background-image: url(../images/quality-title.png);
  background-size: contain;
  font-size: 0;
}
.quality .quality-list {
  display: flex;
  margin: 40px 0 0;
  flex-direction: column;
  gap: 40px;
}
.quality .quality-list .quality-item .quality-item-header {
  display: flex;
  align-items: center;
  gap: 20px;
}
.quality .quality-list .quality-item .quality-item-header .num {
  font-size: 40px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.quality .quality-list .quality-item .quality-item-header .text {
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
}
.quality .quality-list .quality-item .quality-item-text {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 2.6;
}
@media screen and (min-width: 768px) {
  .quality .quality-list .quality-item .quality-item-text {
    font-size: 13px;
  }
}
.quality .quality-image,
.quality .quality-caution {
  width: 76%;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .quality .quality-image,
.quality .quality-caution {
    width: 82%;
  }
}
.quality .quality-caution {
  margin: 20px auto 0;
  color: #898989;
  font-size: 10px;
  line-height: 2;
}
.quality .quality-btn {
  margin: 20px 0 0;
}
.quality .quality-btn a {
  position: relative;
  display: flex;
  margin: 0 auto;
  padding: 14px 0;
  max-width: 264px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  background: #CCA64F;
  color: #ffffff;
  transition: 0.2s;
  letter-spacing: 0.08em;
}
.quality .quality-btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}

.members {
  padding: 80px 0;
}
.members .members-title {
  text-align: center;
  font-weight: bold;
}
.members .members-title__sub {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .members .members-title__sub {
    font-size: 14px;
  }
}
.members .members-title__main {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .members .members-title__main {
    margin-top: 10px;
    font-size: 20px;
  }
}
.members .members_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}
.members .members_card_img {
  width: 219px;
}
@media screen and (min-width: 768px) {
  .members .members_card_img {
    margin: 10px 0 0;
  }
}
.members .members_card_list {
  width: 260px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .members .members_card_list {
    width: 280px;
  }
}
.members .members_card_item {
  border: 1px solid #333333;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 7px;
  padding-left: 11px;
  position: relative;
}
.members .members_card_item:not(:last-child) {
  margin-bottom: 6px;
}
.members .members_card_item::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 4px;
  width: 1px;
  height: 32px;
  border-left: 1px solid #333333;
}
.members .members_card_icon {
  width: 28px;
}
.members .members_card_icon + p {
  text-align: center;
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 3px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .members .members_card_icon + p {
    font-size: 14px;
  }
}
.members .members_cta {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .members .members_cta {
    margin: 30px 0 0;
  }
}
.members .members_cta_sub {
  font-size: 12px;
  color: #B9407D;
}
@media screen and (min-width: 768px) {
  .members .members_cta_sub {
    font-size: 14px;
  }
}
.members .members_cta_link {
  position: relative;
  display: flex;
  margin: 10px auto;
  padding: 14px 0;
  max-width: 260px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  background: #BA407D;
  color: #fff;
  transition: 0.2s;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .members .members_cta_link {
    max-width: 350px;
    padding: 16px 0;
    font-size: 14px;
  }
}
.members .members_cta_link::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  border-radius: 1px;
}
.members .members_cta_note {
  font-size: 10px;
  color: #898989;
}

.cta {
  padding: 40px 0;
  background: #F5F5F5;
}
.cta-title {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .cta-title {
    font-size: 16px;
    line-height: 34px;
  }
}
.cta-title span {
  display: block;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  .cta-title span {
    font-size: 14px;
    line-height: 15px;
  }
}
.cta-btn {
  position: relative;
  display: block;
  max-width: 256.58px;
  width: 100%;
  margin: 20px auto 0;
  padding: 20px 10px;
  background: #BA407D;
  text-align: center;
  transition: transform 0.4s ease;
}
.cta-btn:hover {
  transform: scale(1.1);
}
.cta-btn > span {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .cta-btn > span {
    font-size: 14px;
  }
}
.cta-btn > span:after {
  position: absolute;
  width: 5px;
  height: 9px;
  top: calc((100% - 9px) / 2);
  margin-left: 20px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%229%22%20viewBox%3D%220%200%205%209%22%3E%20%3Cpath%20id%3D%22arrow%22%20d%3D%22M-6679.071-4305.655a.5.5%2C0%2C0%2C1-.353-.146.5.5%2C0%2C0%2C1%2C0-.707l3.647-3.665-3.646-3.628a.5.5%2C0%2C0%2C1%2C0-.707.5.5%2C0%2C0%2C1%2C.707%2C0l4%2C3.98a.5.5%2C0%2C0%2C1%2C.147.354.5.5%2C0%2C0%2C1-.146.354l-4%2C4.02A.5.5%2C0%2C0%2C1-6679.071-4305.655Z%22%20transform%3D%22translate(6679.571%204314.655)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  content: "";
}

footer {
  position: relative;
  background: #333333;
  text-align: center;
  line-height: 1.65em;
  color: #ffffff;
}
footer .footer_inner {
  padding: 80px 10%;
}
@media screen and (min-width: 768px) {
  footer .footer_inner {
    padding: 18% 5%;
  }
}
footer .footer-logo {
  display: block;
  max-width: 124px;
  margin: 0 auto;
}
footer .f_nav {
  max-width: 286px;
  margin: 74px auto 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  footer .f_nav {
    margin: 80px auto 0;
  }
}
footer .f_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .f_nav ul li {
  line-height: 1;
}
footer .f_nav ul li:first-of-type {
  width: 100%;
  margin-bottom: 20px;
}
footer .f_nav ul li a {
  font-size: 12px;
}
footer .follow-text {
  margin: 40px 0 0;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ffffff;
}
footer .footer-sns {
  margin: 40px 0 0;
}
footer .footer-sns > p {
  font-size: 9px;
}
footer .footer-sns .icon_box {
  display: flex;
  margin: 20px 0 0;
  justify-content: center;
  gap: 10px;
}
footer .footer-sns .icon_box a {
  width: 40px;
}
footer .footer-sns .icon_box a img {
  max-width: 100%;
}
footer .copyright {
  border-top: 1px solid #ffffff;
  padding: 1em 0;
  color: #ffffff;
  font-size: 9px;
  margin: 0;
}
footer .totop {
  position: absolute;
  top: 0;
  right: 10%;
  max-width: 52px;
  max-height: 52px;
}
@media screen and (min-width: 768px) {
  footer .totop {
    top: auto;
    bottom: 20%;
    right: 5%;
    margin: auto 0 0 auto;
  }
}
footer .totop img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */