/* --------------------------------------------- */
/* reset */
/* --------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #222222 !important;
  /* font-size: 100%; */
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  /* font-size: 100%; */
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

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

a:focus {
  outline: none;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NTSRF-Regular.woff2") format("woff2"), url("../font/NTSRF-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NTSRF-SemiBold.woff2") format("woff2"), url("../font/NTSRF-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Aboreto";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Aboreto-Regular.woff2") format("woff2"), url("../font/Aboreto-Regular.woff") format("woff");
}
/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --yellow: #ffff00;
  --gray: #666666;
  --border: #cccccc;
  --text01: #222222;
  --text02: #ffffff;
  --link01: #ffffff;
  --btn01: #999999;
  --footer: #E8E8E8;
  --back01: #f9f9f9;
  --back02: #eeeeee;
  --shadow: #999999;
  --yahoo: #FF0033;
  --width01: 1200px;
  --font01: "Aboreto", serif;
}

/* --------------------------------------------- */
/* reset overwrite */
/* --------------------------------------------- */
.ec-maintenanceAlert {
  display: none;
}

.ec-maintenanceAlert + * {
  margin-top: 0 !important;
}

.ec-itemNav__nav li {
  margin: 0 10px;
}

.ec-itemNav__nav li a {
  font-family: var(--font01);
  font-weight: 400 !important;
}

.footer-container {
  padding-bottom: 0 !important;
}

.ec-drawerRole .ec-headerLinkArea {
  background: var(--footer);
}

.ec-productRole__title {
  margin-bottom: 16px;
}

.ec-heading-bold {
  margin: 40px 0 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 768px) {
  .ec-layoutRole .ec-layoutRole__contents {
    margin-top: 50px;
  }
}

.ec-off1Grid__cell h5 {
  margin-top: 30px;
}
.ec-off1Grid__cell p {
  margin-top: 10px;
  line-height: 1.5625rem;
}

.elRowImages {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.elRowImages li {
  width: 50px;
}

/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
.mt10 {
  margin-top: 0.625rem;
}

.mt20 {
  margin-top: 1.25rem;
}

.mt30 {
  margin-top: 1.875rem;
}

.mt40 {
  margin-top: 2.5rem;
}

.mt50 {
  margin-top: 3.125rem;
}

.mt60 {
  margin-top: 3.75rem;
}

.mt70 {
  margin-top: 4.375rem;
}

.mt80 {
  margin-top: 5rem;
}

.mt90 {
  margin-top: 5.625rem;
}

.mt100 {
  margin-top: 6.25rem;
}

.mt200 {
  margin-top: 12.5rem;
}

body {
  top: 0;
  color: var(--text01) !important;
  font-family: "Noto Serif JP", serif;
  font-size: 0.9375rem;
  line-height: 2;
  word-break: break-all;
}

/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
header {
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  header {
    flex-flow: row wrap;
  }
}
header .ec-headerRole {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  header .ec-headerRole {
    order: 1;
    width: 30%;
  }
}
header .ec-headerRole .logo a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  header .ec-headerRole .logo a {
    flex-flow: row wrap;
  }
}
header .ec-headerRole .logo a img {
  max-width: 160px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  header .ec-headerRole .logo a img {
    max-width: 200px;
  }
}
header .ec-headerRole .logo a span {
  display: block;
  margin: 10px 0 0 0;
  font-family: var(--font01);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  header .ec-headerRole .logo a span {
    margin: 0 0 0 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  header .ec-headerNaviRole {
    order: 2;
    display: flex;
    justify-content: flex-end;
    max-width: inherit;
    width: 70%;
  }
}
header .ec-headerNaviRole .ec-headerNaviRole__left {
  width: 0;
}
header .ec-headerNaviRole .ec-headerNaviRole__right {
  width: 100%;
}
header .ec-headerNaviRole .ec-headerSearch {
  display: none;
}
header .ec-categoryNaviRole {
  order: 3;
  width: 100%;
}

.ec-categoryNaviRole {
  max-width: inherit;
}

/* --------------------------------------------- */
/* footer */
/* --------------------------------------------- */
.footer-container {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .footer-container {
    padding-bottom: 0;
  }
}
.footer-container .footer-sns {
  display: flex;
  flex-flow: row;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-sns {
    padding: 1.25rem;
    background: var(--footer);
  }
}
.footer-container .footer-sns ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 1px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-sns ul {
    flex-flow: row nowrap;
    gap: 3.125rem;
    max-width: var(--width01);
    width: unset;
  }
}
.footer-container .footer-sns ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 1px);
  background: var(--footer);
  text-align: center;
}
.footer-container .footer-sns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.625rem 0;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-sns ul li a {
    padding: 0;
  }
}
.footer-container .footer-sns ul li img {
  max-width: 24px;
  max-height: 24px;
}
.footer-container .footer-inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background: var(--footer);
  margin-top: 1px;
  padding: 3.125rem 1.25rem;
}
.footer-container .footer-inner .footer-logo {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-inner .footer-logo {
    justify-content: center;
    width: 30%;
    margin: 0;
  }
}
.footer-container .footer-inner .footer-logo .logo {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.footer-container .footer-inner .footer-logo .logo img {
  max-width: 180px;
  width: 100%;
}
.footer-container .footer-inner .footer-logo .logo span {
  display: block;
  margin-top: 10px;
  font-family: var(--font01);
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-inner .footer-logo .logo span {
    font-size: 1.125rem;
  }
}
.footer-container .footer-inner .footer-navi {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-inner .footer-navi {
    width: 50%;
  }
}
.footer-container .footer-inner .footer-navi ul {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
  width: 100%;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-inner .footer-navi ul {
    width: 40%;
    margin: 0;
  }
}
.footer-container .footer-inner .footer-navi ul li a {
  color: var(--text01);
}
.footer-container .footer-inner .footer-navi ul.en li {
  font-size: 0.6875rem;
}
.footer-container .footer-inner .footer-navi ul.en li a span {
  margin-right: 0.625rem;
  font-family: var(--font01);
  font-size: 1.0625rem;
}
.footer-container .footer-copy {
  width: 100%;
  background: var(--footer);
}
.footer-container .footer-copy p {
  padding: 0 1.25rem 3.125rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer-container .footer-copy p {
    max-width: var(--width01);
    margin: 0 auto;
    padding: 0 0 0.625rem;
    text-align: right;
  }
}

/* --------------------------------------------- */
/* top */
/* --------------------------------------------- */
.main_visual {
  max-height: 80vh;
  overflow: hidden;
}

.top-title {
  width: 100%;
  padding: 0 1.25rem 3.125rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .top-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    order: 2;
    width: 100%;
  }
}
.top-title h2 {
  display: block;
  margin-top: 3.125rem;
  font-size: 0.8125rem;
}
.top-title h2 span {
  display: block;
  margin-bottom: 1.25rem;
  font-family: var(--font01);
  font-size: 1.5625rem;
}
.top-title h2 span::after {
  content: "";
  display: block;
  width: 50px;
  margin: auto;
  border-top: 1px solid var(--border);
  position: relative;
  bottom: -0.625rem;
}
.top-title p {
  margin-top: 3.125rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .top-title p {
    text-align: center;
  }
}

.top-pickup ul {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.top-pickup ul li {
  width: calc(50% - 10px);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-pickup ul li {
    width: calc(33.3333333333% - 14px);
  }
}
.top-pickup ul li a {
  display: block;
}
.top-pickup ul li figure {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.top-cat ul {
  display: flex;
  flex-flow: row wrap;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .top-cat ul {
    gap: 20px;
  }
}
.top-cat ul li {
  border-top: 1px solid var(--border);
}
@media screen and (min-width: 768px) {
  .top-cat ul li {
    border: none;
  }
}
.top-cat ul li:last-child {
  border-bottom: 1px solid var(--border);
}
@media screen and (min-width: 768px) {
  .top-cat ul li:last-child {
    border: none;
  }
}
.top-cat ul li a {
  display: block;
  padding: 0.3125rem 0;
}
@media screen and (min-width: 768px) {
  .top-cat ul li a {
    padding: 0;
  }
}
.top-cat ul li figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .top-cat ul li figure {
    flex-flow: column;
    gap: 10px;
  }
}
.top-cat ul li figure img {
  width: 15%;
}
@media screen and (min-width: 768px) {
  .top-cat ul li figure img {
    width: 100%;
  }
}
.top-cat ul li figure figcaption {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .top-cat ul li figure figcaption {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-cat ul li {
    width: calc(20% - 16px);
    text-align: center;
  }
}/*# sourceMappingURL=luxurystage.css.map */