.eachTextAnime span {
  opacity: 0;
}

.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

.child-nav {
  display: none;
}

/*! destyle.css v2.0.2 | 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;
}

:focus {
  outline: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --gatter:5.8%;
  --base-txt:13px;
  --standard:1196px;
  --xs:390px;
  --sm:784px;
  --md:990px;
  --lg:1568px;
}
@media screen and (min-width: 960px) {
  :root {
    --gatter: 2.5vw;
    --base-txt:14px;
  }
}

.layout-inner {
  margin: 0 auto;
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .layout-inner {
    max-width: var(--standard);
  }
}
@media screen and (min-width: 1276px) {
  .layout-inner {
    padding: 0;
  }
}

.layout-innerS {
  margin: 0 auto;
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .layout-innerS {
    max-width: var(--sm);
  }
}
@media screen and (min-width: 1276px) {
  .layout-innerS {
    padding: 0;
  }
}

.layout-innerM {
  margin: 0 auto;
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .layout-innerM {
    max-width: var(--md);
    padding: 0 var(--gatter);
  }
}
@media screen and (min-width: 1276px) {
  .layout-innerM {
    padding: 0;
  }
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.tb-block {
  display: inline;
}

.sp-block {
  display: block;
}

.sp-hide {
  display: none;
}

@media screen and (min-width: 600px) {
  .sp-block {
    display: inline !important;
  }
  .pc-block {
    display: inline !important;
  }
  .tb-block {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .tb-block {
    display: inline !important;
  }
  .pc-block {
    display: block !important;
  }
  .pc-hide {
    display: none !important;
  }
}
body {
  color: #494740;
  word-break: break-all;
  -webkit-appearance: none;
  font-size: var(--base-txt);
  font-family: "Þâ¥´¥·¥Ã¥¯ÂÎ", YuGothic, "Þâ¥´¥·¥Ã¥¯ Medium", "Yu Gothic Medium", "Þâ¥´¥·¥Ã¥¯", "Yu Gothic", "¥á¥¤¥ê¥ª", sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#wrapper {
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #wrapper {
    overflow: visible;
  }
}

p {
  margin-bottom: 2em;
  line-height: 2;
  letter-spacing: 0.15em;
  word-break: normal;
}

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

.brtb {
  display: none;
}
@media screen and (min-width: 600px) {
  .brtb {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .brtb {
    display: none;
  }
}

.brpc {
  display: none;
}
@media screen and (min-width: 960px) {
  .brpc {
    display: inline;
  }
}

.sm {
  font-size: 85%;
}

.xsm {
  font-size: 65%;
}

.marker {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

a {
  color: #918c80;
  text-decoration: none;
  transition: 0.4s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  color: #918c80;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
  cursor: pointer;
}

p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}

.linkBtn {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 30px;
  background: #918c80;
  border-radius: 4px;
  font-size: 1.5rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
}
.linkBtn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.4s;
  content: "";
  right: 3px;
  width: 24px;
  height: 24px;
  background: url(images/arrow-right-wht.svg) no-repeat center center;
  background-size: 24px;
}
.linkBtn:hover {
  background: #918c80;
}
.linkBtn:hover::after {
  right: 0;
}

th {
  white-space: nowrap;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥á¥¤¥ó¥Ø¥Ã¥À¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.header {
  position: relative;
  display: block;
  width: 100%;
  background: #E0DEDB;
  overflow: hidden;
}
.header.top {
  display: none;
}
.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 54%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/bg-l.svg) no-repeat left top;
  background-size: contain;
  content: "";
  z-index: 0;
}
.header::after {
  display: none;
}
@media screen and (min-width: 960px) {
  .header {
    overflow: visible;
  }
  .header.top {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
  }
  .header::before {
    width: 305px;
  }
  .header::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 252px;
    height: 100%;
    background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/bg-r.svg) no-repeat right top;
    background-size: contain;
    content: "";
    z-index: 0;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: calc(var(--gatter) - 13.75px);
}
@media screen and (min-width: 960px) {
  .header-inner {
    padding-right: var(--gatter);
  }
}

.header-logo {
  display: block;
  margin: clamp(20px, 1.25rem + (1vw - 3.2px) * 1.1364, 30px) 0 clamp(20px, 1.25rem + (1vw - 3.2px) * 1.1364, 30px) var(--gatter);
  z-index: 2;
}
.header-logo img {
  display: block;
  width: clamp(46px, 2.875rem + (1vw - 3.2px) * 3.8636, 80px);
  transition: 0.6s;
}
.header-logo:hover img {
  transform: scale(1.1);
}

.header-menu_pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .header-menu_pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    z-index: 1000;
  }
  .top .header-menu_pc {
    height: 105px;
  }
  .header-menu_pc .parent-pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    position: relative;
  }
  .header-menu_pc .parent-pc li {
    position: relative;
    display: flex;
    align-self: stretch;
    align-items: center;
  }
  .header-menu_pc a, .header-menu_pc .pc-toggle {
    display: flex;
    align-self: stretch;
    align-items: center;
    padding: 0 20px;
    color: #494740;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-weight: 700;
  }
  .header-menu_pc a:hover, .header-menu_pc .pc-toggle:hover {
    cursor: pointer;
  }
  .header-menu_pc a::after, .header-menu_pc .pc-toggle::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #918c80;
    content: "";
    transform: scale(0, 0);
    transition: 0.3s;
  }
  .header-menu_pc a:hover::after, .header-menu_pc .pc-toggle:hover::after {
    transform: scale(1, 1);
  }
  .header-menu_pc .pc-toggle::before {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/arrow-d.svg) no-repeat;
    background-size: 10px;
    content: "";
  }
}

.child-pc {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateX(-25%);
  padding: 10px 15px;
  background: #e0dedb;
  z-index: 1000;
}
.child-pc a {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 30px 10px 0;
  white-space: nowrap;
}
.child-pc a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/arrow-r.svg) no-repeat;
  background-size: 10px;
  content: "";
}
.child-pc a::after {
  display: none;
}

.header-menu_sp {
  display: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header-menu_sp::-webkit-scrollbar {
  display: none;
}

.nonscroll {
  overflow-y: hidden;
  width: 100%;
  position: fixed;
}

.header-menu_sp.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100svh;
  background: #E0DEDB;
}

.circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #E0DEDB;
  transform: scale(0);
  right: -50px;
  top: calc(50% - 50px);
  transition: all 0.6s;
}

.circle-bg.circleactive {
  transform: scale(50);
}

.header-menu_sp .sp-menu {
  opacity: 0;
  position: relative;
  display: block;
  padding: 28.667vw 0;
}

.header-menu_sp .ig-area {
  opacity: 0;
}

.header-menu_sp .parent-sp {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: clamp(20px, 1.25rem + (1vw - 4px) * 3.5714, 40px);
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}

.header-menu_sp.panelactive .sp-menu {
  opacity: 1;
}
.header-menu_sp.panelactive .sp-menu a {
  position: relative;
  display: block;
  padding-right: 20px;
  text-decoration: none;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.4545, 18px);
  color: #494740;
}
.header-menu_sp.panelactive .sp-menu a::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/arrow-r.svg) no-repeat;
  background-size: 7px;
  content: "";
}

.sp-toggle {
  position: relative;
  display: block;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.4545, 18px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
.sp-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/header/arrow-d.svg) no-repeat;
  background-size: 7px;
  content: "";
  transition: 0.4s;
}
.sp-toggle.active::after {
  transform: rotate(180deg);
}

.child-sp {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  gap: clamp(20px, 1.25rem + (1vw - 4px) * 3.5714, 40px);
  margin-left: 1em;
  margin-top: clamp(20px, 1.25rem + (1vw - 4px) * 3.5714, 40px);
}

.header-menu_sp.panelactive .ig-area {
  opacity: 0;
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.header-menu_sp.panelactive ul li {
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.openbtn {
  position: relative;
  display: block;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 960px) {
  .openbtn {
    display: none;
  }
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #494740;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¶¦ÄÌ
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.ig-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #c8c6c0;
}
.ig-area::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 66.667vw;
  max-width: 507px;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/bg-ig-l.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 1;
}
.ig-area::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40vw;
  max-width: 284px;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/bg-ig-r.svg) no-repeat right bottom;
  background-size: 100%;
  content: "";
  z-index: 1;
}
.ig-area .inside {
  margin: 32vw auto;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .ig-area .inside {
    margin: 150px auto;
  }
}
.header-menu_sp .ig-area .inside {
  margin: 70px auto;
}
.ig-area .index {
  display: block;
  margin-bottom: clamp(20px, 1.25rem + (1vw - 3.2px) * 8.9286, 45px);
  text-align: center;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  color: #fff;
  font-size: clamp(30px, 1.875rem + (1vw - 3.2px) * 0.6818, 36px);
}
.ig-area p {
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(15px, 0.9375rem + (1vw - 3.2px) * 0.3409, 18px);
}
.ig-area a {
  position: relative;
  display: block;
  padding-top: calc(clamp(42px, 2.625rem + (1vw - 3.2px) * 2.0455, 60px) + 10px);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.ig-area a::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: clamp(42px, 2.625rem + (1vw - 3.2px) * 2.0455, 60px);
  height: clamp(42px, 2.625rem + (1vw - 3.2px) * 2.0455, 60px);
  transform: translateX(-50%);
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/top/icon-ig.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.ig-area a:hover {
  opacity: 0.8;
}

.girdlux-link_btn {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.girdlux-link_btn a {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #918c80;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.girdlux-link_btn a:hover {
  color: #494740;
  border: 1px solid #494740;
}
.girdlux-link_btn a::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 1px;
  background: #918c80;
  content: "";
}
.girdlux-link_btn a::after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 40px;
  height: 1px;
  background: #494740;
  content: "";
  transition: 0.5s;
  transform: scale(0, 0);
  transform-origin: left;
}
.girdlux-link_btn a:hover::after {
  transform: scale(1, 1);
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥Ú¡¼¥¸¥Ø¥Ã¥À¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.page-ttl {
  margin: clamp(60px, 3.75rem + (1vw - 3.2px) * 6.8182, 120px) auto;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(22px, 1.375rem + (1vw - 3.2px) * 0.9091, 30px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.page-index {
  display: block;
  margin-bottom: clamp(35px, 2.1875rem + (1vw - 3.75px) * 1.2121, 45px);
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c6c0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.6818, 24px);
  font-weight: 700;
}
p + .page-index {
  margin-top: clamp(50px, 3.125rem + (1vw - 3.75px) * 3.6364, 80px);
}

.page-indexM {
  display: block;
  margin-bottom: clamp(15px, 0.9375rem + (1vw - 3.75px) * 2.5641, 30px);
  font-size: clamp(15px, 0.9375rem + (1vw - 3.75px) * 0.3636, 18px);
  line-height: 1.4;
  font-weight: bold;
}
p + .page-indexM {
  margin-top: clamp(50px, 3.125rem + (1vw - 3.75px) * 3.6364, 80px);
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
	¡¡¡¡¡¡¾¦ÉÊ°ìÍ÷¡Ê¥È¥Ã¥×¥Ú¡¼¥¸¶¦ÄÌ¡Ë
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.cat-product_wrap {
  position: relative;
  margin-bottom: clamp(80px, 5rem + (1vw - 3.2px) * 7.3864, 145px);
}
.cat-product_wrap.top {
  margin-bottom: 0;
}
.cat-product_wrap.top2col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cat-product_wrap .unit3 {
  margin-bottom: 0;
}
.cat-product_wrap .unit3:not(:last-child) {
  margin-bottom: 60px;
}
.cat-product_wrap .unit3 .img {
  position: relative;
  margin-bottom:clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);
}
.cat-product_wrap .unit3 .img::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/top/tri-l.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.cat-product_wrap .unit3 .img::after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 16%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/top/tri-r.svg) right bottom no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.cat-product_wrap .unit3 img {
  display: block;
  width: 80vw;
  max-width: 372px;
  /*margin: 0 auto clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);*/
  margin: 0 auto;
}
.cat-product_wrap .unit3 .ttl {
  display: block;
  margin-bottom: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-size: 16px;
}
.cat-product_wrap .unit3 .price {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cat-product_wrap .unit3 .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}
.cat-product_wrap .unit4 {
  width: calc((100% - var(--gatter)) / 2);
  margin-bottom: 0;
}
.cat-product_wrap .unit4:not(:nth-child(2n)) {
  margin-right: var(--gatter);
}
.cat-product_wrap .unit4:not(:last-child) {
  margin-bottom: 40px;
}
.cat-product_wrap .unit4 .img {
  position: relative;
  width: 100%;
  margin-bottom:clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);
}
.cat-product_wrap .unit4 .img::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 19%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/top/tri-l.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.cat-product_wrap .unit4 .img::after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 19%;
  height: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/top/tri-r.svg) right bottom no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.cat-product_wrap .unit4 img {
  display: block;
  width: 100%;
  max-width: 372px;
  /*margin: 0 auto clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);*/
  margin: 0 auto;
}
.cat-product_wrap .unit4 .ttl {
  display: block;
  margin-bottom: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-size: clamp(13px, 0.8125rem + (1vw - 3.75px) * 0.6061, 18px);
}
.cat-product_wrap .unit4 .price {
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.2424, 14px);
  line-height: 1.5;
  letter-spacing: 0;
}
.cat-product_wrap .unit4 .txt {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .cat-product_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .cat-product_wrap .unit3 {
    width: calc((100% - var(--gatter) - var(--gatter)) / 3);
  }
  .cat-product_wrap .unit3:not(:nth-child(3n)) {
    margin-right: var(--gatter);
  }
  .cat-product_wrap .unit3 img {
    width: 100%;
  }
  .cat-product_wrap .unit3 .ttl {
    font-size: 18px;
  }
  .cat-product_wrap .unit4 {
    width: calc((100% - var(--gatter) - var(--gatter) - var(--gatter)) / 4);
  }
  .cat-product_wrap .unit4:not(:nth-child(4n)) {
    margin-right: var(--gatter);
  }
  .cat-product_wrap .unit4 img {
    width: 100%;
  }
  .cat-product_wrap .unit4 .ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 1276px) {
  .cat-product_wrap .unit3 {
    min-width: 348px;
  }
}

.product_btn {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.product_btn a {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #918c80;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}
.product_btn a:hover {
  color: #494740;
  border: 1px solid #494740;
}
.product_btn a::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 30px;
  height: 1px;
  background: #918c80;
  content: "";
}
.product_btn a::after {
  position: absolute;
  top: 50%;
  right: -25px;
  width: 40px;
  height: 1px;
  background: #494740;
  content: "";
  transition: 0.5s;
  transform: scale(0, 0);
  transform-origin: left;
}
.product_btn a:hover::after {
  transform: scale(1, 1);
}

.product-link_btn-s {
  display: block;
  margin-bottom: 0;
  text-align: center;
}
.product-link_btn-s a {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #918c80;
  background: #fff;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  font-size: 13px;
}
.product-link_btn-s a:hover {
  color: #494740;
  border: 1px solid #494740;
}
.product-link_btn-s a::before {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 20px;
  height: 1px;
  background: #918c80;
  content: "";
}
.product-link_btn-s a::after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 30px;
  height: 1px;
  background: #494740;
  content: "";
  transition: 0.5s;
  transform: scale(0, 0);
  transform-origin: left;
}
.product-link_btn-s a:hover::after {
  transform: scale(1, 1);
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡ÃåÍÑÊýË¡¡¦¤ª¼êÆþ¤ìÊýË¡
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.fadeup2 {
  animation-name: fadeup;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.inst-row {
  counter-reset: number 0;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 6.8376, 100px);
}
.inst-row .unit {
  margin-bottom: clamp(50px, 3.125rem + (1vw - 3.75px) * 6.8376, 90px);
}
.inst-row .unit:last-child {
  margin-bottom: 0;
}
.inst-row .img {
  position: relative;
  margin-bottom: clamp(25px, 1.5625rem + (1vw - 3.75px) * 3.4188, 45px);
  opacity: 0;
}
.inst-row .img img {
  display: block;
  width: clamp(240px, 15rem + (1vw - 3.75px) * 22.5641, 372px);
  margin-left: auto;
}
.inst-row .img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  counter-increment: number 1;
  content: "0" counter(number) ".";
  color: #E0DEDB;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: clamp(56px, 3.5rem + (1vw - 3.75px) * 5.812, 90px);
  line-height: 1;
}
.inst-row p {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 600px) {
  .inst-row {
    display: flex;
    flex-wrap: wrap;
  }
  .inst-row .unit {
    width: calc(50% - var(--gatter) / 2);
    margin-right: var(--gatter);
  }
  .inst-row .unit:nth-child(2n) {
    margin-right: 0;
  }
  .inst-row .unit:nth-last-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .inst-row .unit {
    width: calc((100% - var(--gatter) - var(--gatter)) / 3);
  }
  .inst-row .unit:nth-child(2n) {
    margin-right: var(--gatter);
  }
  .inst-row .unit:nth-child(3n) {
    margin-right: 0;
  }
}

.inst-2col .unit {
  margin-bottom: clamp(50px, 3.125rem + (1vw - 3.75px) * 6.8376, 90px);
}
.inst-2col .unit:last-child {
  margin-bottom: 0;
}
.inst-2col p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.inst-2col .unit + .unit {
  margin-top: clamp(50px, 3.125rem + (1vw - 3.75px) * 3.6364, 80px);
}
@media screen and (min-width: 600px) {
  .inst-2col {
    display: flex;
    flex-wrap: wrap;
  }
  .inst-2col .unit {
    width: calc(50% - var(--gatter) / 2);
    margin-right: var(--gatter);
  }
  .inst-2col .unit:nth-child(2n) {
    margin-right: 0;
  }
  .inst-2col .unit + .unit {
    margin-top: 0;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡Çã¤¤Êª¥¬¥¤¥É
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.guide-row {
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px);
}
.guide-row p:last-child {
  margin-bottom: 0;
}
.guide-row .unit {
  width: 100%;
  margin: 0 0 clamp(50px, 3.125rem + (1vw - 3.75px) * 3.6364, 80px);
}
.guide-row .unit p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .guide-row {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gatter);
  }
  .guide-row .unit {
    width: calc(50% - var(--gatter) / 2);
    margin-bottom: 0;
  }
  .guide-row .unit:nth-child(2n) {
    margin-right: 0;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡ÆÃ¾¦Ë¡¡¦¥×¥é¥¤¥Ð¥·¡¼¥Ý¥ê¥·¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.terms-table {
  width: 100%;
}
.terms-table th, .terms-table td {
  display: list-item;
  list-style: none;
  line-height: 1.8;
}
.terms-table th {
  margin-bottom: 5px;
  font-weight: bold;
}
.terms-table td {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8c6c0;
}
@media screen and (min-width: 600px) {
  .terms-table tr {
    border-bottom: 1px solid #c8c6c0;
  }
  .terms-table th, .terms-table td {
    display: table-cell;
    padding: 15px 0;
    border-bottom: 0;
    vertical-align: top;
  }
  .terms-table th {
    width: 25%;
  }
  .terms-table td {
    width: 65%;
    padding-left: 15px;
  }
}

.privacy-lead {
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.75px) * 4.8485, 100px);
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¥á¥¤¥ó¥Õ¥Ã¥¿¡¼
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
#cat-scroll {
  position: fixed;
  bottom: 20px;
  right: 3%;
  width: clamp(92px, 5.75rem + (1vw - 3.75px) * 5.8182, 140px);
  height: clamp(80px, 5rem + (1vw - 3.75px) * 4.9697, 121px);
  z-index: 100;
  transition: 0.4s;
}
#cat-scroll .inside {
  position: relative;
}
#cat-scroll .del {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
  height: clamp(16px, 1rem + (1vw - 3.75px) * 0.9697, 24px);
  transform: translate(0, -50%);
  z-index: 200;
}

.footer-to-top {
  margin-top: clamp(100px, 6.25rem + (1vw - 3.75px) * 4.8485, 140px);
  text-align: center;
}
.footer-to-top a {
  position: relative;
  display: inline-block;
  padding: 20px 0 30px;
  font-size: 14px;
  text-align: center;
}
.footer-to-top a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 12px;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/footer/arrow.svg) no-repeat;
  background-size: 18px;
  content: "";
}
@media screen and (min-width: 960px) {
  .footer-to-top a {
    font-size: 16px;
  }
}

#footer {
  padding: 35px 0;
  background: #918c80;
}
#footer.top {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 50px 0;
  }
}

.footer-menu {
  display: block;
  width: 100%;
  background: url(https://file003.shop-pro.jp/PA01500/774/theme202307/images/footer/logo.svg) no-repeat right bottom;
  background-size: 63px;
}
.footer-menu li {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1;
}
.footer-menu a {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .footer-menu {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 35px;
    background: none;
  }
  .footer-menu li {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1276px) {
  .footer-menu li {
    font-size: 14px;
  }
}

.copy {
  display: block;
  margin-bottom: 0;
  line-height: 1;
  text-align: right;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .copy {
    text-align: center;
  }
}

/*¡¡¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á
¡¡¡¡¡¡¡¡¡¡¡¡¥¹¥È¥Ã¥­¥ó¥°¡¡girdlux
¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á¡á */
.girdlux-index_hex {
  display: block;
  margin-bottom: clamp(40px, 2.5rem + (1vw - 3.2px) * 2.8409, 65px);
  opacity: 0;
}
.girdlux-index_hex.lower-sec {
  margin-bottom: clamp(30px, 1.875rem + (1vw - 3.2px) * -2.2727, 10px);
}
.girdlux-index_hex.sec04 {
  margin-left: clamp(39px, 2.4375rem + (1vw - 3.2px) * 1.9318, 56px);
  text-align: center;
}
.girdlux-index_hex.sec05 {
  margin-left: var(--gatter);
}
.girdlux-index_hex.sec05 .inside {
  padding-bottom: 35px;
}
.girdlux-index_hex .inside {
  position: relative;
  display: inline-block;
  padding-top: clamp(21px, 1.3125rem + (1vw - 3.2px) * 1.4773, 34px);
  padding-right: clamp(39px, 2.4375rem + (1vw - 3.2px) * 1.9318, 56px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.4;
  font-size: clamp(28px, 1.75rem + (1vw - 3.2px) * 0.9091, 36px);
  letter-spacing: 0.1em;
}
.girdlux-index_hex .inside::before {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(87px, 5.4375rem + (1vw - 3.2px) * 3.75, 120px);
  height: clamp(87px, 5.4375rem + (1vw - 3.2px) * 3.75, 120px);
  background: url(images/top/index-bg.svg) no-repeat;
  background-size: clamp(87px, 5.4375rem + (1vw - 3.2px) * 3.75, 120px);
  content: "";
  z-index: -1;
}
.girdlux-index_hex.lower-sec .inside {
  font-size: 28px;
}
@media screen and (min-width: 960px) {
  .girdlux-index_hex.sec04 {
    margin-left: 0;
    text-align: left;
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
.fadeup {
  animation-name: fadeup;
  animation-duration: 0.5s;
  animation-delay: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
.slidein {
  animation-name: slidein;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.girdlux-hero_wrap {
  position: relative;
}

.girdlux-hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 130vw;
  max-height: 756px;
  background: #918c80;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .girdlux-hero_bg {
    height: 70vw;
  }
}
.girdlux-hero_bg .inside {
  position: relative;
  width: 100%;
  height: 100%;
}
.girdlux-hero_bg .inside::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51%;
  max-width: 296px;
  height: 100%;
  background: url(images/top/hero-bg-r.svg) no-repeat right bottom;
  background-size: 100%;
  content: "";
}
@media screen and (min-width: 960px) {
  .girdlux-hero_bg .inside::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 591px;
    height: 100%;
    background: url(images/top/hero-bg-l.svg) no-repeat left top;
    background-size: 100%;
    content: "";
  }
}

.girdlux-hero_inside {
  display: block;
}
@media screen and (min-width: 960px) {
  .girdlux-hero_inside {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: var(--standard);
    margin: 0 auto;
    padding: 0 var(--gatter);
  }
}

.girdlux-hero_right {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.girdlux-hero_right .lead {
  margin-top: clamp(30px, 1.875rem + (1vw - 3.2px) * 5.1136, 75px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  writing-mode: vertical-rl;
  font-size: clamp(30px, 1.875rem + (1vw - 3.2px) * 1.8182, 46px);
  color: #fff;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
.girdlux-hero_right .slideContainer {
  width: 67.733vw;
  max-width: 407px;
}
.girdlux-hero_right .slideContainer img {
  width: 67.733vw;
}
@media screen and (min-width: 960px) {
  .girdlux-hero_right {
    flex-direction: row-reverse;
    margin: 0;
  }
}

.girdlux-hero_left {
  margin-bottom: 65px;
  padding: 0 var(--gatter);
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .girdlux-hero_left {
    margin-top: 7.68vw;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .girdlux-hero_left {
    margin-top: 6vw;
  }
}
@media screen and (min-width: 1276px) {
  .girdlux-hero_left {
    margin-top: 125px;
  }
}

@keyframes top-hero {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
.girdlux-logo {
  margin: 0 auto clamp(45px, 2.8125rem + (1vw - 3.2px) * -1.1364, 35px);
  font-size: clamp(16px, 1rem + (1vw - 3.2px) * 0.4545, 20px);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  animation-name: top-hero;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 1s;
}
.girdlux-logo .inside {
  position: relative;
  display: inline-block;
  padding-top: 54px;
  text-align: left;
}
.girdlux-logo .inside::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 36px;
  background: url(images/header/logo.svg) no-repeat;
  background-size: 63px;
  content: "";
}
.girdlux-logo .upper {
  display: block;
  margin-bottom: 5px;
}
.girdlux-logo .ttl {
  display: block;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: clamp(55px, 3.4375rem + (1vw - 3.2px) * 1.7045, 70px);
  letter-spacing: 0;
}
.girdlux-logo .lower {
  display: block;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .girdlux-logo {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    color: #fff;
  }
  .girdlux-logo .inside::before {
    background: url(images/header/logo-wht.svg) no-repeat;
  }
}

.girdlux-hero_list_wrap {
  display: block;
  text-align: center;
}

.girdlux-hero_list {
  animation-name: top-hero;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  display: inline-block;
}
.girdlux-hero_list li {
  position: relative;
  padding-left: 32px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  line-height: 1.5;
  font-size: clamp(18px, 1.125rem + (1vw - 3.2px) * 0.6818, 24px);
  text-align: left;
}
.girdlux-hero_list li:not(:last-child) {
  margin-bottom: clamp(20px, 1.25rem + (1vw - 3.2px) * 0.7955, 27px);
}
.girdlux-hero_list li::before {
  position: absolute;
  top: 1vw;
  left: 0;
  width: 25px;
  height: 23px;
  background: url(images/top/list-dia.svg) no-repeat;
  background-size: 25px;
  content: "";
}
@media screen and (min-width: 960px) {
  .girdlux-hero_list {
    color: #fff;
  }
}
@media screen and (min-width: 1276px) {
  .girdlux-hero_list li::before {
    top: 9px;
  }
}

.girdlux-lead_area {
  padding: 0 var(--gatter);
}
.girdlux-lead_area .lead {
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.girdlux-lead_area .lead strong {
  font-weight: 500 !important;
}
@media screen and (min-width: 960px) {
  .girdlux-lead_area {
    max-width: var(--standard);
    margin: 0 auto;
  }
  .girdlux-lead_area .lead {
    max-width: 578px;
    font-size: 16px;
    line-height: 2.2;
  }
}

.girdlux-contents_row {
  padding-top: clamp(80px, 5rem + (1vw - 3.2px) * 6.25, 135px);
}
@media screen and (min-width: 1276px) {
  .girdlux-contents_row {
    background: url(images/top/body-bg-l.svg) no-repeat left top, url(images/top/body-bg-r.svg) no-repeat right bottom;
    background-attachment: fixed;
    background-size: 22vw, 30vw;
  }
}

.girdlux-sec01 {
  margin-bottom: clamp(80px, 5rem + (1vw - 3.2px) * 4.5455, 120px);
}
.girdlux-sec01 .left {
  margin-bottom: 10px;
  padding: 0 var(--gatter);
}
.girdlux-sec01 .left img {
  display: block;
  width: 47.2vw;
  max-width: 372px;
  margin: 0 auto;
}
.girdlux-sec01 .girdlux-index_hex {
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .girdlux-sec01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--standard);
    margin: 0 auto 120px;
  }
  .girdlux-sec01 .left {
    width: 31.1%;
  }
  .girdlux-sec01 .left img {
    max-width: 100%;
  }
  .girdlux-sec01 .right {
    width: calc(68.9% - var(--gatter));
    max-width: 578px;
    margin-right: auto;
  }
}

.girdlux-sec02 {
  margin-bottom: clamp(80px, 5rem + (1vw - 3.2px) * 4.5455, 120px);
}
.girdlux-sec02 .right {
  margin-bottom: 10px;
  padding: 0 var(--gatter);
}
.girdlux-sec02 .right img {
  display: block;
  width: 47.2vw;
  max-width: 372px;
  margin: 0 auto;
}
.girdlux-sec02 .girdlux-index_hex {
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  .girdlux-sec02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    max-width: var(--standard);
    margin: 0 auto;
  }
  .girdlux-sec02 .right {
    width: 31.1%;
  }
  .girdlux-sec02 .right img {
    max-width: 100%;
  }
  .girdlux-sec02 .left {
    width: calc(68.9% - var(--gatter));
    max-width: 578px;
    margin-left: auto;
  }
}

.girdlux-sec03 {
  position: relative;
  margin-bottom: clamp(80px, 5rem + (1vw - 3.2px) * 13.6364, 200px);
  padding: 0 var(--gatter);
}
.girdlux-sec03 .left {
  margin-bottom: 80px;
}
.girdlux-sec03 .left img {
  display: block;
  max-width: 473px;
  margin: 0 auto 25px;
}
.girdlux-sec03 img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.girdlux-sec03 p {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 960px) {
  .girdlux-sec03 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--standard);
    margin-left: auto;
    margin-right: auto;
  }
  .girdlux-sec03 .left, .girdlux-sec03 .right {
    width: calc(50% - var(--gatter) - var(--gatter));
  }
  .girdlux-sec03 .right {
    margin-top: 265px;
  }
}

.girdlux-sec04 {
  position: relative;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.2px) * 2.2727, 80px);
  padding: 0 var(--gatter) clamp(80px, 5rem + (1vw - 3.2px) * 4.5455, 120px);
}
.girdlux-sec04::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8c6c0;
  content: "";
}
.girdlux-sec04::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8c6c0;
  content: "";
}
.girdlux-sec04 .yt-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.girdlux-sec04 .yt-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .girdlux-sec04 .inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--standard);
    margin: 0 auto;
  }
  .girdlux-sec04 .guirdlux-index_hex, .girdlux-sec04 .right {
    width: calc(50% - var(--gatter) - var(--gatter));
  }
  .girdlux-sec04 .right {
    margin-top: 50px;
  }
}

.girdlux-sec05 {
  position: relative;
  margin-bottom: clamp(60px, 3.75rem + (1vw - 3.2px) * 2.2727, 80px);
  padding: 0 0 clamp(80px, 5rem + (1vw - 3.2px) * 4.5455, 120px);
}
.girdlux-sec05::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8c6c0;
  content: "";
}
.girdlux-sec05::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c8c6c0;
  content: "";
}
@media screen and (min-width: 960px) {
  .girdlux-sec05 .inside {
    max-width: var(--standard);
    margin: 0 auto;
  }
  .girdlux-sec05 .girdlux-sec05_track .unit {
    max-width: 372px;
  }
}

.girdlux-sec01_track,
.girdlux-sec02_track,
.girdlux-sec05_track {
  max-width: calc(1136px + var(--gatter));
  margin-left: var(--gatter);
  opacity: 0;
}
.girdlux-sec01_track .units,
.girdlux-sec02_track .units,
.girdlux-sec05_track .units {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.girdlux-sec01_track .unit,
.girdlux-sec02_track .unit,
.girdlux-sec05_track .unit {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  width: 65vw;
  max-width: 289px;
  margin-bottom: 40px;
  padding-right: 20px;
  scroll-snap-align: start;
  transition: all 0.2s;
}
.girdlux-sec01_track .index,
.girdlux-sec02_track .index,
.girdlux-sec05_track .index {
  margin-bottom: 25px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(22px, 1.375rem + (1vw - 3.2px) * 0.4545, 26px);
  text-align: center;
  line-height: 1.4;
}
.girdlux-sec01_track .index::before,
.girdlux-sec02_track .index::before,
.girdlux-sec05_track .index::before {
  display: block;
  color: #e0dedb;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-size: clamp(40px, 2.5rem + (1vw - 3.2px) * 0.9091, 48px);
  line-height: 1;
}
.girdlux-sec01_track .index.one::before,
.girdlux-sec02_track .index.one::before,
.girdlux-sec05_track .index.one::before {
  content: "01.";
}
.girdlux-sec01_track .index.two::before,
.girdlux-sec02_track .index.two::before,
.girdlux-sec05_track .index.two::before {
  content: "02.";
}
.girdlux-sec01_track .index.three::before,
.girdlux-sec02_track .index.three::before,
.girdlux-sec05_track .index.three::before {
  content: "03.";
}
.girdlux-sec01_track .index.four::before,
.girdlux-sec02_track .index.four::before,
.girdlux-sec05_track .index.four::before {
  content: "04.";
}
.girdlux-sec01_track img,
.girdlux-sec02_track img,
.girdlux-sec05_track img {
  display: block;
  margin-bottom: 25px;
}
.girdlux-sec01_track p,
.girdlux-sec02_track p,
.girdlux-sec05_track p {
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0;
}
.girdlux-sec01_track .txt,
.girdlux-sec02_track .txt,
.girdlux-sec05_track .txt {
  margin-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .girdlux-sec01_track,
  .girdlux-sec02_track,
  .girdlux-sec05_track {
    max-width: 100%;
  }
  .girdlux-sec01_track .units,
  .girdlux-sec02_track .units,
  .girdlux-sec05_track .units {
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: hidden;
  }
  .girdlux-sec01_track .unit,
  .girdlux-sec02_track .unit,
  .girdlux-sec05_track .unit {
    display: block;
    flex: none;
    width: calc((100% - var(--gatter)) / 2);
    margin-right: 0 !important;
    padding-right: 0;
  }
  .girdlux-sec01_track .index,
  .girdlux-sec02_track .index,
  .girdlux-sec05_track .index {
    text-align: left;
  }
}
.girdlux-sec01_track .units::-webkit-scrollbar,
.girdlux-sec02_track .units::-webkit-scrollbar,
.girdlux-sec05_track .units::-webkit-scrollbar {
  height: 6px;
}
.girdlux-sec01_track .units::-webkit-scrollbar-thumb,
.girdlux-sec01_track .units::-webkit-scrollbar-track,
.girdlux-sec02_track .units::-webkit-scrollbar-thumb,
.girdlux-sec02_track .units::-webkit-scrollbar-track,
.girdlux-sec05_track .units::-webkit-scrollbar-thumb,
.girdlux-sec05_track .units::-webkit-scrollbar-track {
  border-radius: 0;
}
.girdlux-sec01_track .units::-webkit-scrollbar-thumb,
.girdlux-sec02_track .units::-webkit-scrollbar-thumb,
.girdlux-sec05_track .units::-webkit-scrollbar-thumb {
  background: #c8c6c0;
}
.girdlux-sec01_track .units::-webkit-scrollbar-track,
.girdlux-sec02_track .units::-webkit-scrollbar-track,
.girdlux-sec05_track .units::-webkit-scrollbar-track {
  background: #e0dedb;
}

@media screen and (min-width: 960px) {
  .girdlux-sec02_track .units {
    display: block;
  }
  .girdlux-sec02_track .unit {
    width: 100%;
    max-width: 100%;
    margin-bottom: clamp(45px, 2.8125rem + (1vw - 3.2px) * 4.5455, 75px);
  }
  .girdlux-sec02_track .unit:last-child {
    margin-bottom: 145px;
  }
}

.girdlux-sec05_track img {
  width: 82%;
  max-width: 250px;
  margin: 0 auto 25px;
}
@media screen and (min-width: 960px) {
  .girdlux-sec05_track .unit {
    width: 31.1%;
    max-width: 372px;
    margin-bottom: clamp(45px, 2.8125rem + (1vw - 3.2px) * 4.5455, 75px);
  }
}

#girdlux-cart_area {
  padding: 0 var(--gatter);
}
@media screen and (min-width: 960px) {
  #girdlux-cart_area {
    margin: 0 auto;
  }
}

.girdlux-cart_index {
  position: relative;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}
.girdlux-cart_index .inside {
  display: inline-block;
  padding-bottom: 10px;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  color: #918c80;
  font-size: clamp(40px, 2.5rem + (1vw - 3.2px) * 2.2727, 60px);
  letter-spacing: 0;
}
@media screen and (min-width: 600px) {
  .girdlux-cart_index .inside {
    padding: 0 15px;
    background: #fff;
  }
  .girdlux-cart_index::after {
    bottom: 50%;
    z-index: -1;
  }
}
@media screen and (min-width: 960px) {
  .girdlux-cart_index {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}

.girdlux-product_wrap {
  margin-bottom: clamp(80px, 5rem + (1vw - 3.2px) * 7.3864, 145px);
}
.girdlux-product_wrap .unit {
  margin-bottom: 0;
}
.girdlux-product_wrap .unit:not(:last-child) {
  margin-bottom: 60px;
}
.girdlux-product_wrap .img {
  position: relative;
  margin-bottom:clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);
}
.girdlux-product_wrap .img::before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 16%;
  height: 100%;
  background: url(images/top/tri-l.svg) no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.girdlux-product_wrap .img::after {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 16%;
  height: 100%;
  background: url(images/top/tri-r.svg) right bottom no-repeat;
  background-size: 100%;
  content: "";
  z-index: 2;
}
.girdlux-product_wrap img {
  display: block;
  width: 80vw;
  max-width: 372px;
  /*margin: 0 auto clamp(25px, 1.5625rem + (1vw - 3.2px) * 1.1364, 35px);*/
  margin: 0 auto;
}
.girdlux-product_wrap .ttl {
  display: block;
  margin-bottom: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  letter-spacing: 1.6px;
  font-size: 16px;
}
@media screen and (min-width: 960px) {
  .girdlux-product_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .girdlux-product_wrap .unit {
    width: calc((100% - var(--gatter) - var(--gatter)) / 3);
    margin-bottom: 40px !important;
  }
  .girdlux-product_wrap .unit:not(:nth-child(3n)) {
    margin-right: var(--gatter);
  }
  .girdlux-product_wrap img {
    width: 100%;
  }
}

.girdlux-coupon_wrap {
  position: relative;
  max-width: 580px;
  margin: 0 auto clamp(80px, 5rem + (1vw - 3.2px) * 7.3864, 145px);
  padding: 45px 15px;
  background: #f8f7f6;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}
.girdlux-coupon_wrap::before {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 19.2vw;
  max-width: 96px;
  height: 19.2vw;
  max-height: 96px;
  background: url(images/ribbon-l.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.girdlux-coupon_wrap::after {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 19.2vw;
  max-width: 96px;
  height: 19.2vw;
  max-height: 96px;
  background: url(images/ribbon-r.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.girdlux-coupon_wrap .index {
  display: block;
  margin-bottom: 30px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-size: clamp(22px, 1.375rem + (1vw - 3.2px) * 0.4545, 26px);
  line-height: 1.4;
}
.girdlux-coupon_wrap p {
  margin-bottom: 35px;
}
.girdlux-coupon_wrap .girdlux-link_btn {
  margin-bottom: 0;
}

#top-scroll {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: clamp(76px, 4.75rem + (1vw - 3.2px) * 6.3636, 118px);
  height: clamp(66px, 4.125rem + (1vw - 3.2px) * 5.4545, 102px);
  z-index: 100;
  opacity: 0.8;
  transition: 0.4s;
}
#top-scroll:hover {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */