@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

input,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #333;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0em;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fbf6f2;
}
body.is-nav-open {
  overflow: hidden;
}

img {
  width: 100%;
  max-width: unset;
}

.visuallyhidden, .alternative-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  border: 0;
          clip-path: inset(0px 0px 99.9% 99.9%);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: 2px;
}

.c-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 1px 1px 0 0 #43382e;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  padding: 12px 20px;
  border: 2px solid #43382e;
  border-radius: 50px;
  background-color: #fff;
          box-shadow: 1px 1px 0 0 #43382e;
  color: #43382e;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.c-btn--active {
  -webkit-box-shadow: 1px 1px 0 0 #fff;
  background-color: #43382e;
          box-shadow: 1px 1px 0 0 #fff;
  color: #fff;
}
.c-btn--lg {
  padding: 12px 40px;
}

.c-modal {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: none;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.c-modal__container {
  z-index: 1;
  position: relative;
  width: 90%;
  max-width: 108rem;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 2.4rem;
  background-color: #fff;
}
.c-modal__content {
  padding: 4rem;
  text-align: center;
}
.c-modal__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.c-modal__desc {
  margin-top: 2.4rem;
  color: #43382e;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.c-modal__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
  gap: 2.4rem;
}
.c-modal__card {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  border-radius: 1.6rem;
  text-align: center;
}
.c-modal__card--green {
  background-image: radial-gradient(circle, #ebf4d1 30px, transparent 30px), radial-gradient(circle, #ebf4d1 30px, transparent 30px);
  background-position: 0 0, 66px 68px;
  background-size: 140px 136px;
  background-color: #fbffee;
}
.c-modal__card--pink {
  background-image: radial-gradient(circle, #fee4e4 30px, transparent 30px), radial-gradient(circle, #fee4e4 30px, transparent 30px);
  background-position: 0 0, 66px 68px;
  background-size: 140px 136px;
  background-color: #fff8f8;
}
.c-modal__card--pink .c-modal__card-visual {
  padding-top: 5.3rem;
}
.c-modal__card--pink .c-modal__card-visual img {
  max-width: 8.8rem;
}
.c-modal__card-visual {
  padding: 2.4rem 0 0;
}
.c-modal__card-visual img {
  width: auto;
  max-width: 11.2rem;
  height: auto;
}
.c-modal__card-info {
  margin: 0 1.6rem 1.6rem;
  padding: 2rem 1.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
  text-align: center;
}
.c-modal__card-catch {
  color: #43382e;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.c-modal__card-name {
  margin-top: 0.8rem;
  color: #43382e;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.c-modal__card-profile {
  -ms-grid-columns: auto 1fr;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
          column-gap: 1.2rem;
  row-gap: 0.8rem;
  margin-top: 0.8rem;
  color: #43382e;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: left;
}
.c-modal__card-row {
  display: contents;
}
.c-modal__card-row dt {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}
.c-modal__card-row dt img {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0.5rem;
}
.c-modal__card-row dd {
  font-weight: 400;
}

#modal-coupon-used .c-modal__container {
  width: auto;
  overflow: visible;
  border-radius: 0;
  background-color: transparent;
}
#modal-coupon-used .c-modal__content {
  padding: 0;
}

.c-modal-coupon {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.c-modal-coupon__image {
  display: block;
  width: 100%;
  height: auto;
}
.c-modal-coupon__back {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.c-modal-coupon__back:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}

.c-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          justify-content: center;
  width: 100%;
  padding: 0 8px;
  gap: 4px;
}
.c-tab::after {
  z-index: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #43382e;
  content: "";
}
.c-tab__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 1px 1px 0 0 #43382e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          align-items: center;
          justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 2px solid #43382e;
  border-radius: 16px 16px 0 0;
  background-color: #fff;
          box-shadow: 1px 1px 0 0 #43382e;
  color: #43382e;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.c-tab__item.is-current {
  -webkit-box-shadow: 1px 1px 0 0 #fff;
  background-color: #43382e;
          box-shadow: 1px 1px 0 0 #fff;
  color: #fff;
}

.l-main {
  min-width: 0;
  overflow: hidden;
  background-color: #fbf6f2;
}

.l-footer {
  padding: 1.2rem 0;
  background-color: #43382e;
  color: #fff;
}
.l-footer__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-footer__copyright {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.l-header__logo {
  display: block;
  text-decoration: none;
}
.l-header__hamburger-line {
  -webkit-transition: 0.3s ease-in;
  display: block;
  border-radius: 1px;
  background-color: #fff;
  transition: 0.3s ease-in;
}
.is-nav-open .l-header__hamburger-line:nth-child(1) {
  -webkit-transform: translateY(0.7rem) rotate(45deg);
          transform: translateY(0.7rem) rotate(45deg);
}
.is-nav-open .l-header__hamburger-line:nth-child(2) {
  opacity: 0;
}
.is-nav-open .l-header__hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-0.7rem) rotate(-45deg);
          transform: translateY(-0.7rem) rotate(-45deg);
}
.l-header__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 24px;
  list-style: none;
}
.l-header__item--icon a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 12px;
  color: #43382e;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.l-header__item--icon a img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.l-header__item--text a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #43382e;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-decoration: none;
}
.l-header__sns {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 16px;
}
.l-header__sns a {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.l-header__sns a img {
  width: 32px;
  height: 32px;
}

.l-header-overlay {
  display: none;
}

.l-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  overflow: hidden;
}
.l-sidebar--right {
  padding: 4rem;
}
.l-sidebar__scroll {
  position: sticky;
  top: min(4rem, calc(100vh - var(--sidebar-h, 1035px) - 4rem));
}
.l-sidebar__scroll-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2.4rem;
}
.l-sidebar__banner {
  -ms-flex-negative: 0;
  display: block;
      flex-shrink: 0;
  max-width: 28rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1.6rem;
}
.l-sidebar__banner img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.page-en .kv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 4rem 0;
  gap: 1rem;
}
.page-en .kv__title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  color: #43382e;
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Dela Gothic One", cursive;
  text-align: center;
}
.page-en .kv__image {
  width: 100%;
  max-width: 49rem;
  height: auto;
}
.page-en .about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 2.4rem;
}
.page-en .about__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 3.2rem 2.4rem;
  overflow: hidden;
  gap: 2.4rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-en .about__title {
  color: #43382e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .about__features {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0.8rem;
}
.page-en .about__feature {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0.4rem;
}
.page-en .about__feature img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.page-en .about__feature span {
  color: #43382e;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.page-en .about__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  gap: 1.6rem;
}
.page-en .about__text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .about__mascot {
  position: relative;
}
.page-en .about__mascot img {
  width: 22.6rem;
  height: auto;
}
.page-en .about__mascot-text {
  -webkit-transform: translateX(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
          justify-content: center;
  gap: 20rem;
          transform: translateX(-50%);
  color: #43382e;
  font-weight: 400;
  font-size: 1.2rem;
}
.page-en .about__reasons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  gap: 2.4rem;
}
.page-en .about__reason-head {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  gap: 0.8rem;
}
.page-en .about__reason-head img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.page-en .about__reason-head span {
  color: #43382e;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .about__reason-text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .brand {
  margin-top: 6.4rem;
}
.page-en .brand__head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  margin-bottom: 3.2rem;
  padding: 0 1.4rem;
}
.page-en .brand__catch {
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .brand__mascot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.8rem;
  height: auto;
}
.page-en .brand__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 1.6rem 1.6rem 2.4rem;
  gap: 1.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
}
.page-en .brand__visual {
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page-en .brand__visual img {
  display: block;
  width: 100%;
  height: auto;
}
.page-en .brand__title {
  color: #43382e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .brand__text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .brand__note {
  color: #43382e;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .products {
  margin-top: 3.5rem;
}
.page-en .products .c-tab {
  -ms-grid-columns: (1fr)[4];
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
          justify-content: stretch;
}
.page-en .products .c-tab__item {
  min-width: 0;
  white-space: normal;
}
.page-en .products__title {
  margin-bottom: 2.4rem;
  color: #43382e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .products__body {
  padding: 2.4rem;
}
.page-en .products__panel {
  display: none;
}
.page-en .products__panel.is-current {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  gap: 1.6rem;
}
.page-en .products__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  height: 15rem;
  background-color: #c4c4c4;
}
.page-en .products__image img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-en .products__text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .recommend {
  position: relative;
  padding: 10rem 0 8.5rem;
}
.page-en .recommend__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: flex-end;
          justify-content: center;
  margin-bottom: 3.2rem;
}
.page-en .recommend__title {
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .recommend__deco-right {
  position: absolute;
  top: -1.6rem;
  right: 1.3rem;
  width: 9.9rem;
  height: auto;
}
.page-en .recommend__deco-left {
  position: absolute;
  bottom: 0;
  left: 1.3rem;
  width: 7.2rem;
  height: auto;
}
.page-en .recommend .swiper {
  padding: 0 2.4rem;
  overflow: visible;
}
.page-en .recommend__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 15rem !important;
  gap: 0.8rem;
}
.page-en .recommend__image {
  -ms-flex-negative: 0;
  position: relative;
      flex-shrink: 0;
  width: 15rem;
  height: 15rem;
  background-color: #c4c4c4;
}
.page-en .recommend__image > img:first-child {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-en .recommend__crown {
  position: absolute;
  top: 0.9rem;
  left: 0.8rem;
  width: 4rem;
  height: auto;
}
.page-en .recommend__name {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .recommend__tag {
  -ms-flex-item-align: end;
  display: inline-block;
      align-self: flex-end;
  padding: 0.8rem;
  border: 0.1rem solid #83705d;
  border-radius: 0.4rem;
  color: #83705d;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.page-en .campaign {
  position: relative;
  padding: 4rem 0 5.6rem;
  text-align: center;
}
.page-en .campaign__title {
  margin-bottom: 3.2rem;
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .campaign__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.page-en .campaign__deco-left {
  -webkit-transform: rotate(-15deg);
  position: absolute;
  bottom: 0;
  left: -1.5rem;
  width: 7.7rem;
  height: auto;
          transform: rotate(-15deg);
}
.page-en .campaign__deco-right {
  -webkit-transform: rotate(15deg);
  position: absolute;
  right: -1rem;
  bottom: 0;
  width: 10.2rem;
  height: auto;
          transform: rotate(15deg);
}
.page-en .coupon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 6.4rem 0;
  gap: 3.2rem;
}
.page-en .coupon__title {
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .coupon__lead {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .coupon__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 2rem;
  list-style: none;
}
.page-en .coupon__item > img {
  display: block;
  width: 100%;
  height: auto;
}
.page-en .coupon__item--toggle {
  position: relative;
  height: 0;
  overflow: visible;
}
.page-en .coupon__item--toggle-15 {
  padding-bottom: 64.3610785463%;
}
.page-en .coupon__item--toggle-rate {
  padding-bottom: 64.3610785463%;
}
.page-en .coupon__wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.page-en .coupon__image {
  display: block;
  width: auto;
  max-width: none;
  height: 100%;
}
.page-en .coupon__toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.page-en .coupon__toggle:focus-visible {
  outline: 2px solid #005fcc;
  outline-offset: -2px;
}
.page-en .coupon-notes {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-shadow: 0 0.56rem 1.12rem rgba(35, 39, 47, 0.15), 0 0.28rem 0.56rem rgba(35, 39, 47, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: stretch;
          justify-content: space-between;
  padding: 0.2rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
          box-shadow: 0 0.56rem 1.12rem rgba(35, 39, 47, 0.15), 0 0.28rem 0.56rem rgba(35, 39, 47, 0.05);
}
.page-en .coupon-notes__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 26rem;
  padding: 1.6rem;
  gap: 0.6rem;
  color: #43382e;
}
.page-en .coupon-notes__title {
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .coupon-notes__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0.2rem;
  list-style: none;
  text-transform: capitalize;
}
.page-en .coupon-notes__list li {
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
  width: 100%;
  gap: 0.4rem;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .coupon-notes__list li::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "●";
  font-size: 1.4rem;
  line-height: 1.4;
  white-space: nowrap;
}
.page-en .coupon-notes__sub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: center;
  width: 22.8rem;
  padding: 0.8rem 0 0.3rem;
  gap: 0.4rem;
  border-top: 1px solid #ffa800;
}
.page-en .coupon-notes__sub p {
  margin: 0;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .coupon-notes__side {
  -ms-flex-negative: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
      flex-shrink: 0;
          flex-direction: column;
          align-items: center;
          justify-content: center;
  padding: 4rem 0.9rem;
  gap: 1rem;
  border-radius: 0 0.6rem 0.6rem 0;
  background-color: #fffaf5;
}
.page-en .coupon-notes__side-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding-bottom: 8.8rem;
  gap: 4.8rem;
}
.page-en .coupon-notes__icon {
  width: 4.2rem;
  height: 4.2rem;
}
.page-en .coupon-notes__savings {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-start;
          justify-content: center;
  width: 12.8rem;
  gap: 1.2rem;
}
.page-en .coupon-notes__side-title {
  width: 100%;
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.015rem;
}
.page-en .coupon-notes__discount {
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
  width: 100%;
  margin: 0;
  color: #eb3123;
  font-weight: normal;
  line-height: 1;
  font-family: "Anton", "Noto Sans", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.page-en .coupon-notes__discount-num {
  font-size: 7.2rem;
  line-height: 6.48rem;
}
.page-en .coupon-notes__discount-unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  font-size: 2.8rem;
  line-height: 2.8rem;
}
.page-en .coupon-notes__side-text {
  width: 12.1rem;
  margin: 0 auto;
  color: #000;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: left;
}
.page-en .coupon-notes__mascots {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  left: 0;
          align-items: flex-end;
          justify-content: space-between;
  padding: 0 0.3rem;
  pointer-events: none;
}
.page-en .coupon-notes__mascot {
  display: block;
}
.page-en .coupon-notes__mascot--left {
  width: 7.2rem;
  height: auto;
}
.page-en .coupon-notes__mascot--right {
  width: 6.2rem;
  height: auto;
}
.page-en .store {
  padding: 6.8rem 0 0;
}
.page-en .store__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  margin-bottom: 3.2rem;
  gap: 2.4rem;
}
.page-en .store__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .store__mascot {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  height: auto;
}
.page-en .store__lead {
  margin-bottom: 3rem;
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .store__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 2.4rem;
  gap: 1.6rem;
  border-radius: 1.6rem;
  background-color: #ebe7dd;
}
.page-en .store__card-title {
  color: #43382e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .store__card-text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 7rem 0;
  overflow: hidden;
  gap: 3.2rem;
}
.page-en .area__title {
  width: 100%;
  color: #43382e;
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: left;
}
.page-en .area__tab .c-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  min-width: 0;
  padding: 0.8rem 1.6rem;
}
.page-en .area__panel {
  display: none;
  width: 100%;
}
.page-en .area__panel.is-current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
}
.page-en .area__sub-tabs {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-start;
  width: 100%;
  padding-bottom: 0.1rem;
  gap: 0.8rem;
}
.page-en .area__sub-tabs .c-btn {
  padding: 0.8rem 1.4rem;
}
.page-en .area__sub-panel {
  display: none;
  width: 100%;
}
.page-en .area__sub-panel.is-current {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  gap: 0.4rem;
}
.page-en .area__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  width: 100%;
  margin-top: 3.2rem;
  gap: 1.6rem;
}
.page-en .area__name {
  color: #43382e;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .area__photo {
  width: 100%;
}
.page-en .area__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-en .area__text {
  color: #43382e;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .area__stores {
  position: relative;
  width: 100%;
}
.page-en .area__swiper {
  padding: 1.2rem 0 2.6rem;
  overflow: visible;
}
.page-en .area__slide {
  -webkit-transition: bottom 0.3s ease, -webkit-transform 0.3s ease;
  bottom: 0;
  width: 33rem !important;
  transition: bottom 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, bottom 0.3s ease;
  transition: transform 0.3s ease, bottom 0.3s ease, -webkit-transform 0.3s ease;
}
.page-en .area__slide.swiper-slide-prev {
  -webkit-transform: rotate(-5deg);
  -webkit-transform-origin: bottom center;
  bottom: -1.5rem;
          transform: rotate(-5deg);
          transform-origin: bottom center;
}
.page-en .area__slide.swiper-slide-next {
  -webkit-transform: rotate(5deg);
  -webkit-transform-origin: bottom center;
  bottom: -1.5rem;
          transform: rotate(5deg);
          transform-origin: bottom center;
}
.page-en .area__store-card {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          flex-direction: column;
          align-items: center;
  width: 33rem;
  padding: 2rem;
  overflow: hidden;
  gap: 0.3rem;
  border: 1.5rem solid #fff;
  background-color: var(--card-bg, #44a2f9);
          box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.25);
}
.page-en .area__store-card::before {
  z-index: 0;
  position: absolute;
  inset: 0;
  background: url("../images/area/deco/sparkle.svg") no-repeat center/100% 100%;
  content: "";
  mix-blend-mode: plus-lighter;
  pointer-events: none;
}
.page-en .area__store-card::after {
  z-index: 0;
  position: absolute;
  inset: 0;
  background: conic-gradient(from 90deg, rgba(255, 255, 255, 0.72) 4.6875%, #000 24.5%, rgba(255, 255, 255, 0.72) 42.18%, #000 62.5%, rgba(255, 255, 255, 0.72) 80.2%, #000 100%);
  content: "";
  mix-blend-mode: var(--card-shimmer-blend, soft-light);
  opacity: var(--card-shimmer-opacity, 0.3);
  pointer-events: none;
}
.page-en .area__store-card__main {
  -webkit-box-sizing: border-box;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
  width: 26.6rem;
  border: 0.3rem solid rgba(255, 255, 255, 0.85);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
.page-en .area__store-card__photo {
  aspect-ratio: 260/244;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #d9d9d9;
}
.page-en .area__store-card__photo img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.page-en .area__store-card__pill {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
          align-items: center;
          justify-content: center;
  padding: 0.3rem 1.6rem;
  border-radius: 9999px;
  background-color: var(--pill-bg, #0075ff);
          box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.6rem rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Inter", "Noto Sans", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.page-en .area__store-card__name {
  width: 100%;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .area__store-card__name p {
  margin: 0;
}
.page-en .area__store-card__info {
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
          flex-direction: column;
          align-items: center;
  width: 26.6rem;
  padding: 1rem 0.6rem;
  gap: 1.2rem;
  border: 0.4rem solid #d4a017;
  background-color: #f7f8f3;
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.25);
}
.page-en .area__store-card__services {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-end;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 1.2rem;
  list-style: none;
}
.page-en .area__store-card__service {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #e8d4a0 0%, #d6bb7c 50%, #a38944 100%);
          box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
}
.page-en .area__store-card__service img {
  -o-object-fit: contain;
  display: block;
  width: 1.65rem;
  height: 1.65rem;
     object-fit: contain;
}
.page-en .area__store-card__service--ufo img, .page-en .area__store-card__service--exchange img {
  width: 1.8rem;
  height: 1.8rem;
}
.page-en .area__store-card__service--gacha img {
  width: 1.75rem;
  height: 1.75rem;
}
.page-en .area__store-card__meta-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding-left: 0.7rem;
  gap: 2rem;
}
.page-en .area__store-card__meta {
  color: #000;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .area__store-card__meta p {
  margin: 0;
  white-space: nowrap;
}
.page-en .area__store-card__map {
  -ms-flex-negative: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0.1rem 0.1rem 0 0 #43382e;
  -webkit-transition: opacity 0.3s ease-in;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 5.4rem;
  padding: 0.8rem 0;
  border: 0.2rem solid #43382e;
  border-radius: 5rem;
  background-color: #fff;
          box-shadow: 0.1rem 0.1rem 0 0 #43382e;
  color: #43382e;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: opacity 0.3s ease-in;
}
.page-en .area__store-card__map:hover, .page-en .area__store-card__map:focus-visible {
  opacity: 0.7;
}
.page-en .area__nav {
  -webkit-transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  top: 46%;
  padding: 0;
          transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}
.page-en .area__nav img {
  width: 4rem;
  height: 4rem;
}
.page-en .area__nav--prev {
  left: 3.3rem;
}
.page-en .area__nav--next {
  right: 3.3rem;
}
.page-en .area__footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 3.2rem;
  padding: 0 2.4rem;
  gap: 0.8rem;
}
.page-en .area__note {
  color: #43382e;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}
.page-en .area__features {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          justify-content: flex-start;
  margin: 0;
  padding: 0 1.6rem;
  gap: 0.8rem 1.6rem;
  list-style: none;
}
.page-en .area__feature-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
  padding: 0.4rem;
  gap: 0.4rem;
}
.page-en .area__feature-item span:last-child {
  color: #43382e;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.page-en .area__feature-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -ms-flex-negative: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-shrink: 0;
          align-items: center;
          justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #e8d4a0 0%, #d6bb7c 50%, #a38944 100%);
}
.page-en .area__feature-icon img {
  -o-object-fit: contain;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
     object-fit: contain;
}
.page-en .search {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 4rem 0;
  gap: 3.2rem;
}
.page-en .search__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
}
.page-en .search__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .search__mascot {
  width: 13rem;
  height: auto;
}
.page-en .search__map {
  width: 100%;
}
.page-en .search__map img {
  width: 100%;
  height: auto;
}
.page-en .search__regions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
}
.page-en .search__region-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  width: 100%;
  padding: 1.6rem;
  border-bottom: 0.2rem solid #43382e;
  background-color: #fff;
  cursor: pointer;
}
.page-en .search__region-name {
  color: #43382e;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .search__region-arrow {
  -webkit-transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  width: 2.4rem;
  height: 2.4rem;
          transform: rotate(180deg);
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.page-en .search__region.is-open .search__region-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-en .search__prefectures {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  padding: 1.6rem 0 3.2rem;
  gap: 0.8rem;
}
.page-en .network {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 0 0 4rem;
  gap: 3.2rem;
}
.page-en .network__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .network__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  gap: 1.6rem;
}
.page-en .network__map {
  width: 100%;
}
.page-en .network__map img {
  width: 100%;
  height: auto;
}
.page-en .network__text {
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .instagram {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 6.4rem 0;
  gap: 3.2rem;
}
.page-en .instagram__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .instagram__grid {
  width: 100%;
}
.page-en .instagram__grid img {
  width: 100%;
  height: auto;
}
.page-en .taxfree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 6.4rem 0;
  gap: 3.2rem;
}
.page-en .taxfree__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  width: 100%;
  gap: 2.4rem;
}
.page-en .taxfree__text {
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.8rem;
}
.page-en .taxfree__heading {
  color: #43382e;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0.8rem;
}
.page-en .taxfree__card {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  padding: 2.4rem;
  gap: 1rem;
  border-radius: 1.6rem;
  background-color: #ebe7dd;
}
.page-en .taxfree__card-title {
  color: #43382e;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__list {
  padding-left: 2.4rem;
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__list li {
  list-style: disc;
}
.page-en .taxfree__ordered {
  padding-left: 2.4rem;
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__ordered li {
  list-style: decimal;
}
.page-en .taxfree__note {
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .taxfree__conditions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 0;
}
.page-en .return-policy {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: center;
  padding: 6.4rem 0;
  gap: 3.2rem;
}
.page-en .return-policy__title {
  color: #43382e;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .return-policy__list {
  width: 100%;
  padding-left: 2.4rem;
  color: #43382e;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
.page-en .return-policy__list li {
  list-style: disc;
}
@media screen and (max-width: 1059px) {
  .pc-on {
    display: none;
  }
  html {
    font-size: 2.1739130435vw;
    scroll-padding-top: 7.3rem;
  }
  .c-btn {
    padding: 1.2rem 2rem;
    font-size: 1.6rem;
  }
  .c-btn--lg {
    padding: 1.2rem 4rem;
  }
  .c-tab {
    padding: 0 0.8rem;
    gap: 0.4rem;
  }
  .c-tab::after {
    bottom: -0.1rem;
    height: 0.4rem;
  }
  .c-tab__item {
    min-height: 4.4rem;
    padding: 0.8rem 1.6rem;
    border-radius: 1.6rem 1.6rem 0 0;
    font-size: 1.6rem;
  }
  .l-header__bar {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
            align-items: center;
            justify-content: space-between;
    width: 100%;
    height: 7.3rem;
    padding-left: 1.6rem;
    background-color: transparent;
  }
  .l-header__logo img {
    width: 20rem;
    height: auto;
  }
  .l-header__hamburger {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: background-color 0.3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1001;
    position: fixed;
    top: 0;
    right: 0;
            flex-direction: column;
            align-items: center;
            justify-content: center;
    width: 7.2rem;
    height: 7.3rem;
    padding: 0;
    gap: 0.5rem;
    border: none;
    background-color: #fff;
    background-color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
  }
  .l-header__hamburger-line {
    width: 2.4rem;
    height: 0.2rem;
  }
  .l-header__nav {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    z-index: 999;
    position: fixed;
    top: 7.3rem;
    right: 0;
    width: 27.3rem;
    height: calc(100vh - 7.3rem);
    padding: 4rem 2rem 4rem 4rem;
    overflow-y: auto;
            transform: translateX(100%);
    background-color: #fff;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .is-nav-open .l-header__nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__list {
    gap: 2.4rem;
  }
  .l-header__item--icon a {
    gap: 1.2rem;
    font-size: 2rem;
  }
  .l-header__item--icon a img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-header__item--text a {
    font-size: 1.4rem;
  }
  .l-header__sns {
    -webkit-transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    z-index: 999;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 27.3rem;
    padding: 0 4rem 4rem;
    gap: 1.6rem;
            transform: translateX(100%);
    background-color: #fff;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }
  .is-nav-open .l-header__sns {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__sns a {
    width: 3.2rem;
    height: 3.2rem;
  }
  .l-header__sns a img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .is-nav-open .l-header-overlay {
    display: block;
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-sidebar {
    display: none;
  }
  .page-en {
    padding-top: 7.3rem;
  }
}
@media screen and (min-width: 1060px) {
  .sp-on {
    display: none;
  }
  .sp-tab-on {
    display: none;
  }
  a {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }
  a:hover {
    opacity: 0.7;
  }
  .c-btn {
    -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in, box-shadow 0.3s ease-in;
    transition: background-color 0.3s ease-in, color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
  }
  .c-btn:hover {
    -webkit-box-shadow: 1px 1px 0 0 #fff;
    background-color: #43382e;
            box-shadow: 1px 1px 0 0 #fff;
    color: #fff;
    opacity: 1;
  }
  #modal-coupon-used .c-modal__container {
    max-width: 48rem;
  }
  .c-modal-coupon {
    max-width: 46rem;
  }
  .l-content {
    -ms-grid-columns: 1fr 460px 1fr;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 460px 1fr;
    grid-template-columns: 1fr 460px 1fr;
    max-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
  }
  .l-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    top: 0;
            flex-direction: column;
            justify-content: space-between;
    height: 842px;
    max-height: 100vh;
    padding: 40px;
  }
  .l-header__logo img {
    width: 200px;
    height: auto;
  }
  .l-header__hamburger {
    display: none;
  }
  .page-en {
    background: url("../images/common/bg.jpg") repeat-y center top/100% auto;
    background-attachment: fixed;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__container {
    width: 95%;
    max-height: 85vh;
  }
  .c-modal__content {
    padding: 2.4rem 1.6rem;
  }
  .c-modal__title {
    font-size: 2.4rem;
  }
  .c-modal__desc {
    font-size: 1.2rem;
  }
  .c-modal__desc br {
    display: none;
  }
  .c-modal__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-inner {
    padding: 0 2.4rem;
  }
}

/*# sourceMappingURL=style.css.map*/