@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  font-weight: bold;
  text-align: left;
}

@keyframes sparkle {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.4;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sparkleReverse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0.4;
  }
  20% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: Noto Sans JP;
}

a {
  transition: opacity 0.5s ease;
}
a:active, a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.img--wide {
  width: 100%;
  height: auto;
}

.hr {
  height: 1px;
  margin-bottom: 4rem;
  border: none;
  background-color: #3c3c3c;
  opacity: 0.2;
}

.textAlign--center {
  text-align: center;
}
.textAlign--left {
  text-align: left;
}
.textAlign--right {
  text-align: right;
}

.fv--smallCaps {
  font-variant: small-caps;
  font-family: Roboto;
}

.smallText {
  font-size: 0.875rem;
}

.is-fadein {
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
}
.is-fadein--init {
  transition: opacity 1s, visibility 1s, transform 1s;
}
.is-fadein--slow.is-fadein--init {
  transition: opacity 2s, visibility 2s, transform 2s;
}
.is-fadein--active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}

body:not(.is-login) .is-loginItem {
  display: none;
}

body.is-login .is-logoutItem {
  display: none;
}

.faqUnit__title__button {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #333333;
  pointer-events: none;
}
.faqUnit__title__button::before, .faqUnit__title__button::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.8rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  margin-left: -0.4rem;
  background-color: #ffffff;
  content: "";
  transition: all 0.5s ease;
}
.faqUnit__title__button::after {
  transform: rotate(0deg);
}
.faqUnit.is-closed .faqUnit__title__button::after {
  transform: rotate(90deg);
}

.breadcrumbs {
  margin-top: 120px;
  margin-bottom: -30px;
}
.breadcrumbs nav {
  display: block;
  margin-top: 120px;
  padding: 0px 20px 45px;
  overflow-x: auto;
  color: #333333;
  font-weight: 400;
  font-size: 11px;
}
.breadcrumbs nav ol {
  display: block;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.breadcrumbs nav ol li {
  display: inline-block;
  padding-right: 0.5em;
  white-space: nowrap;
}
.breadcrumbs nav ol li a {
  display: inline-block;
}
.breadcrumbs nav ol li::after {
  display: inline-block;
  padding-left: 0.5em;
  content: "/";
}
.breadcrumbs nav ol li:last-child {
  padding-right: 1rem;
}
.breadcrumbs nav ol li:last-child::after {
  display: none;
}

.howtouseStep {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 5rem;
  list-style: none;
}
.howtouseStep:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  transform: translateX(-50%);
  background-color: #ffffff;
  content: "";
}
.howtouseStep__unit {
  position: relative;
  min-width: 14rem;
  max-width: 14rem;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid #ffffff;
}
.howtouseStep__unit:nth-child(-n+2) {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.howtouseStep__unit:nth-child(2n)::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  transform: translate(-4.9rem, 4rem);
  background-color: #002c55;
  content: "";
}
.howtouseStep__unit:last-child::after {
  display: none;
}
.howtouseStep__unit__no {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-family: Roboto;
}
.howtouseStep__unit__img {
  margin-bottom: 1.5rem;
  font-variant: bottom;
}
.howtouseStep__unit__img img {
  width: 100%;
}
.howtouseStep__unit__title {
  margin-bottom: 1.5rem;
  font-style: normal;
  font-variant: small-caps;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: normal;
  font-family: Noto Sans JP;
  text-align: center;
}
.howtouseStep__unit__text {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8;
  font-family: Noto Sans JP;
  text-align: center;
}

.container-item-list {
  margin-top: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff;
}
.container-item-list h1,
.container-item-list h2,
.container-item-list h3 {
  margin-bottom: 20px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.container-item-list .ranking-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.container-item-list .ranking-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.container-item-list .ranking-item-image {
  position: relative;
}
.container-item-list .ranking-item-image img {
  width: 100%;
  height: 298px;
  object-fit: cover;
}
.container-item-list .ranking-item-image .size-tag {
  position: absolute;
  bottom: 6px;
  left: 6px;
  padding: 3px 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.8);
  color: #6a4509;
  font-weight: 400;
  font-size: 10px;
}
.container-item-list .item-name {
  margin: 10px 0 5px;
  font-size: 14px;
}
.container-item-list .item-price {
  margin-top: auto;
  color: #151309;
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter";
}
.container-item-list .item-price span {
  color: #151309;
  font-weight: 400;
  font-size: 10px;
}

.articleSection {
  color: #333333;
}
.articleSection p {
  margin-bottom: 1.5em;
}
.articleSection p a.link-home-page {
  color: #cb9e3d;
}
.articleSection ol {
  margin-bottom: 3em;
  overflow: auto;
  list-style-type: decimal;
}
.articleSection ol li {
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
.articleSection ol li a.link-home-page {
  color: #9d9178;
}
.articleSection ol ol.revert-layer {
  margin-left: 1.5em;
  list-style-type: lower-alpha;
}
.articleSection ol > *:last-child {
  margin-bottom: 0;
}
.articleSection h2 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.125;
  line-height: 1.5;
}
.articleSection h2::before {
  display: inline;
  margin-right: 0.5em;
  content: "■";
}
.articleSection dl {
  margin-bottom: 1.5em;
}
.articleSection dl dt {
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 1.125;
  line-height: 1.5;
}
.articleSection dl dt::before {
  display: inline;
  margin-right: 0.5em;
  content: "■";
}
.articleSection dl p {
  margin-top: 1em;
}
.articleSection__title {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: Noto Sans JP;
  text-align: center;
}
.articleSection__separate {
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: none;
  background-color: #dedede;
}
.articleSection__separate--wide {
  margin-top: 3em;
  margin-bottom: 3em;
}

.relative {
  position: relative;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loading {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FFFFFF;
}

.header {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.header__inner {
  display: flex;
  position: relative;
  justify-content: center;
}
.header__logo a img {
  width: 158px;
  height: 32px;
}
.header__pageMenu {
  overflow-x: auto;
}
.header__pageMenu__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 1px;
  padding-left: 1.2rem;
}
.header__pageMenu__list li {
  font-weight: 500;
  white-space: nowrap;
}
.header__pageMenu__list li a {
  display: block;
  padding: 1.3rem 1rem 1rem;
  border-bottom: 0.3rem solid #ffffff;
  color: #b1b1b1;
}
.header__pageMenu__list li.is-active a {
  border-bottom-color: #345baa;
  color: #3c3c3c;
}
.header__pageMenu__list li:last-child {
  margin-right: 1.2rem;
}
.header__navButton {
  z-index: 2;
  position: absolute;
}
.header__navButton a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(https://c-cdn.assets.air-closet.com/f_auto,q_auto/v1760099343/images/static/dress/static/common/header__naviButton.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header__right {
  display: flex;
  z-index: 2;
  position: absolute;
  flex-direction: row;
  gap: 15px;
}
.header__right__cartButton {
  width: 28px;
  height: 28px;
}
.header__right__searchButton {
  width: 28px;
  height: 28px;
  transition: opacity 0.5s ease;
}
.header__right__searchButton:active, .header__right__searchButton:hover {
  opacity: 0.6;
}
.header__cartButton {
  z-index: 2;
  position: absolute;
}

.header--top {
  z-index: 100;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}
.header--top__inner {
  display: flex;
  position: relative;
  justify-content: center;
}
.header--top__logo a img {
  width: 158px;
  height: 32px;
}
.header--top__pageMenu {
  overflow-x: auto;
}
.header--top__pageMenu__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-right: 1px;
  padding-left: 1.2rem;
}
.header--top__pageMenu__list li {
  font-weight: 500;
  white-space: nowrap;
}
.header--top__pageMenu__list li a {
  display: block;
  padding: 1.3rem 1rem 1rem;
  border-bottom: 0.3rem solid #ffffff;
  color: #b1b1b1;
}
.header--top__pageMenu__list li.is-active a {
  border-bottom-color: #345baa;
  color: #3c3c3c;
}
.header--top__pageMenu__list li:last-child {
  margin-right: 1.2rem;
}
.header--top__navButton {
  z-index: 2;
  position: absolute;
}
.header--top__navButton a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(https://c-cdn.assets.air-closet.com/f_auto,q_auto/v1760099343/images/static/dress/static/common/header__naviButton.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.header--top__cartButton {
  z-index: 2;
  position: absolute;
}

.footer {
  position: relative;
  background-color: #9D9178;
  color: #FFFFFF;
}
.footer__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 0;
}
.footer__logo {
  width: 158px;
  margin: 0 auto 6rem;
}
.footer__logo img {
  width: 100%;
}
.footer__nav {
  border-top: 1px solid #FFFFFF;
  list-style: none;
}
.footer__nav li {
  border-bottom: 1px solid #FFFFFF;
}
.footer__nav li a {
  display: block;
}
.footer__copyright {
  text-align: center;
}

.globalNav {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.globalNav__returnButton {
  padding-right: 20px;
  padding-left: 20px;
}
.globalNav__returnButton a {
  display: block;
  width: 100%;
  padding: 17px;
  border-radius: 4px;
  background-color: #333333;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.56px;
  text-align: center;
}
.globalNav__inner {
  box-sizing: border-box;
  width: 280px;
  height: 100vh;
  margin-left: -280px;
  padding: 20px 0px;
  overflow-y: auto;
  background-color: #FFFFFF;
  scrollbar-color: #e0e0e0 transparent;
  scrollbar-width: thin;
}
.globalNav__list > li {
  border-bottom: 1px solid #E2E2DD;
}
.globalNav__list > li a, .globalNav__list > li > button {
  display: block;
  padding: 15px 20px;
  color: #333333;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  cursor: pointer;
}
.globalNav__list > li > a.submenu-title {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 19px 20px;
}
.globalNav__list > li > a.submenu-title > .icon-arrow-up {
  display: none;
}
.globalNav__list > li > a.submenu-title.is-open > .icon-arrow-down {
  display: none;
}
.globalNav__list > li > a.submenu-title.is-open > .icon-arrow-up {
  display: block;
}
.globalNav__list > li > a.submenu-title > img {
  width: 25px;
  height: 24px;
}
.globalNav__list > li > .submenu {
  max-height: 0px;
  overflow: hidden;
  background-color: #F5F5F4;
  transition: max-height 0.7s ease-in;
}
.globalNav__list > li > .submenu.is-open {
  max-height: 2000px;
}
.globalNav__list > li > .submenu > li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18.5px 20px 18.5px 40px;
  border-top: 1px solid #E2E2DD;
}
.globalNav__list__toggle__title {
  display: block;
  position: relative;
  color: #3C3C3C;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
}
.globalNav__list__toggle__title__button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-180deg);
  background-image: url(https://c-cdn.assets.air-closet.com/f_auto,q_auto/v1760099343/images/static/dress/static/common/globalNavi__toggle.png);
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  transition: all 0.5s ease;
}
.globalNav__list__toggle__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.globalNav__list__toggle__subtitle {
  color: #3C3C3C;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.globalNav__list__toggle.is-closed .globalNav__list__toggle__title__button {
  transform: rotate(0);
}

.contentsWrap {
  background-color: #FFFFFF;
}
.contentsWrap__inner {
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
}

.how-to-rent-container {
  margin-top: 6rem;
  padding: 0 2rem;
  padding-bottom: 8rem;
}
.how-to-rent-container h2.title {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.how-to-rent-container h3.subtitle {
  margin-bottom: 4rem;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.64px;
}
.how-to-rent-container .steps-box {
  position: relative;
  margin-bottom: 2rem;
  text-align: center;
}
.how-to-rent-container .step {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 3rem;
}
.how-to-rent-container .step:last-child {
  margin-top: 2rem;
  padding-bottom: 0;
}
.how-to-rent-container .step-circle-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.how-to-rent-container .step-circle {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9rem;
  height: 9rem;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Inter";
}
.how-to-rent-container .step-circle p {
  font-size: 3.4rem;
  line-height: 3.6rem;
}
.how-to-rent-container .step-line {
  z-index: 0;
  position: absolute;
  top: 7rem;
  width: 1px;
  height: 100%;
  background-color: #333333;
}
.how-to-rent-container .step:last-child .step-line {
  display: none;
}
.how-to-rent-container .step-text {
  flex: 1;
  margin: auto 0 auto 1.5rem;
  color: #333333;
  text-align: left;
}
.how-to-rent-container .step-text h3 {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
}
.how-to-rent-container .step-text p {
  font-weight: 400;
  font-size: 1.4rem;
}
.how-to-rent-container .button-container {
  margin: 6rem 0 0;
  padding: 0 4rem;
}
.how-to-rent-container .button-container a {
  display: block;
  width: 100%;
  height: 5.3rem;
  padding: 1.5rem 2rem;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
}

.qa-container {
  display: flex;
  flex-direction: column;
  padding: 8rem 2rem;
  gap: 1rem;
  color: #333333;
  font-family: "Noto Sans JP";
}
.qa-container .title {
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
}
.qa-container .subtitle {
  padding-bottom: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
}
.qa-container .collapsed .qa-content {
  max-height: 0;
  overflow: hidden;
}
.qa-container .collapsed hr {
  display: none;
}
.qa-container .collapsed .toggle-btn {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10C20 11.9778 19.4135 13.9112 18.3147 15.5557C17.2159 17.2002 15.6541 18.4819 13.8268 19.2388C11.9996 19.9957 9.98891 20.1937 8.0491 19.8079C6.10929 19.422 4.32746 18.4696 2.92894 17.0711C1.53041 15.6725 0.578004 13.8907 0.192152 11.9509C-0.193701 10.0111 0.00433284 8.00043 0.761209 6.17317C1.51809 4.3459 2.79981 2.78412 4.4443 1.6853C6.08879 0.58649 8.02219 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10Z" fill="%23333333"/><path d="M4.9406 8.57594L15.0597 8.5763C15.4373 8.5763 15.7996 8.72634 16.0667 8.99341C16.1989 9.12565 16.3038 9.28264 16.3754 9.45542C16.4469 9.62821 16.4838 9.81339 16.4838 10.0004C16.4838 10.1874 16.4469 10.3726 16.3754 10.5454C16.3038 10.7182 16.1989 10.8752 16.0667 11.0074C15.9344 11.1397 15.7774 11.2445 15.6046 11.3161C15.4319 11.3877 15.2467 11.4245 15.0597 11.4245L4.94095 11.4245C4.56321 11.4246 4.20092 11.2746 3.93378 11.0075C3.66664 10.7404 3.51653 10.3782 3.51649 10.0004C3.51644 9.62266 3.66645 9.26037 3.93353 8.99323C4.2006 8.72609 4.56285 8.57599 4.9406 8.57594Z" fill="white"/><path d="M11.4248 4.9406L11.4244 15.0597C11.4244 15.4373 11.2744 15.7996 11.0073 16.0667C10.8751 16.1989 10.7181 16.3038 10.5453 16.3754C10.3725 16.4469 10.1873 16.4838 10.0003 16.4838C9.81331 16.4838 9.62812 16.4469 9.45534 16.3754C9.28256 16.3038 9.12556 16.1989 8.99332 16.0667C8.86108 15.9344 8.75618 15.7774 8.68461 15.6046C8.61305 15.4319 8.57621 15.2467 8.57621 15.0597L8.57621 4.94095C8.57616 4.56321 8.72618 4.20091 8.99325 3.93378C9.26032 3.66664 9.62258 3.51653 10.0003 3.51649C10.3781 3.51644 10.7404 3.66645 11.0075 3.93353C11.2746 4.2006 11.4247 4.56285 11.4248 4.9406Z" fill="white"/></svg>') !important;
}
.qa-container .qa-item {
  padding: 1.5rem;
  border-radius: 4px;
  background-color: #F5F5F4;
}
.qa-container .qa-item hr {
  height: 1px;
  margin: 1.5rem 0;
  border: none;
  background-color: #E3E2DD;
}
.qa-container .qa-item .qa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.4rem;
  cursor: pointer;
}
.qa-container .qa-item .qa-header .toggle-btn {
  width: 2rem;
  height: 2rem;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 10C20 11.9778 19.4135 13.9112 18.3147 15.5557C17.2159 17.2002 15.6541 18.4819 13.8268 19.2388C11.9996 19.9957 9.98891 20.1937 8.0491 19.8079C6.10929 19.422 4.32746 18.4696 2.92894 17.0711C1.53041 15.6725 0.578004 13.8907 0.192152 11.9509C-0.193701 10.0111 0.00433284 8.00043 0.761209 6.17317C1.51809 4.3459 2.79981 2.78412 4.4443 1.6853C6.08879 0.58649 8.02219 0 10 0C12.6522 0 15.1957 1.05357 17.0711 2.92893C18.9464 4.8043 20 7.34784 20 10Z" fill="%23333333"/><path d="M4.9406 8.57594L15.0597 8.5763C15.4373 8.5763 15.7996 8.72634 16.0667 8.99341C16.1989 9.12565 16.3038 9.28264 16.3754 9.45542C16.4469 9.62821 16.4838 9.81339 16.4838 10.0004C16.4838 10.1874 16.4469 10.3726 16.3754 10.5454C16.3038 10.7182 16.1989 10.8752 16.0667 11.0074C15.9344 11.1397 15.7774 11.2445 15.6046 11.3161C15.4319 11.3877 15.2467 11.4245 15.0597 11.4245L4.94095 11.4245C4.56321 11.4246 4.20092 11.2746 3.93378 11.0075C3.66664 10.7404 3.51653 10.3782 3.51649 10.0004C3.51644 9.62266 3.66645 9.26037 3.93353 8.99323C4.2006 8.72609 4.56285 8.57599 4.9406 8.57594Z" fill="white"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.qa-container .qa-item .qa-content {
  font-weight: 400;
  font-size: 1.4rem;
  transition: max-height 0.3s ease-in-out;
}

.next-day-delivery-header-banner-container {
  height: 3.6rem;
  background-color: #9D9178;
}
.next-day-delivery-header-banner-container .next-day-delivery-header-banner-content {
  padding-top: 0.7rem;
  text-align: center;
}
.next-day-delivery-header-banner-container .next-day-delivery-header-banner-content span {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP";
}

.next-day-delivery-image-banner-container {
  margin: 4rem 2rem 0;
}
.next-day-delivery-image-banner-container a {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
.next-day-delivery-image-banner-container a:hover {
  opacity: 1;
}

.next-day-delivery-content-container {
  padding: 4.4rem 0 0;
}
.next-day-delivery-content-container.component-container {
  padding: 6.7rem 2rem 0;
}
.next-day-delivery-content-container h2 {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 3rem;
  line-height: 150%;
  font-family: "Inter";
}
.next-day-delivery-content-container h3 {
  margin-bottom: 4rem;
  color: #333333;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
}
.next-day-delivery-content-container .next-day-delivery-content {
  font-family: "Noto Sans JP";
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description {
  padding: 0 2rem;
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description.component-container {
  padding: 0;
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__introduction {
  margin-top: 2rem;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__body {
  margin-bottom: 2rem;
  color: #333333;
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__body .area-support-time {
  margin-top: 2rem;
}
.next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__annotate {
  color: #9D9178;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
}
.next-day-delivery-content-container .button-container {
  margin: 6rem 0 8rem;
  padding: 0 4rem;
}
.next-day-delivery-content-container .button-container a {
  display: block;
  width: 100%;
  height: 5.3rem;
  padding: 1.5rem 2rem;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 125%;
  text-align: center;
  cursor: pointer;
}

.review-container {
  padding: 80px 0 0;
  color: #333333;
  font-family: "Noto Sans JP";
}
.review-container .review-wrapper {
  max-width: 100%;
  padding: 60px 20px;
  overflow: hidden;
  background: #F5F5F5;
}
.review-container .review-header {
  margin-bottom: 30px;
}
.review-container .review-header .title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: "Inter";
}
.review-container .review-header .subtitle {
  color: #333333;
  font-weight: 700;
  font-size: 16px;
}
.review-container .review-content-wrapper {
  position: relative;
}
.review-container .review-slider {
  padding-bottom: 40px;
}
.review-container .review-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.review-container .review-slider .slick-slide {
  height: auto;
  margin: 0 4px;
}
.review-container .review-slider .slick-slide > div {
  height: 100%;
}
.review-container .review-slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 15px;
  list-style: none;
}
.review-container .review-slider .slick-dots li {
  width: 8px;
  height: 8px;
  background-image: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 4C0.5 1.79086 2.29086 0 4.5 0C6.70914 0 8.5 1.79086 8.5 4C8.5 6.20914 6.70914 8 4.5 8C2.29086 8 0.5 6.20914 0.5 4Z" fill="%23E2E2DD"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.review-container .review-slider .slick-dots li button {
  display: none;
}
.review-container .review-slider .slick-dots li.slick-active {
  background-image: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 4C0.5 1.79086 2.29086 0 4.5 0C6.70914 0 8.5 1.79086 8.5 4C8.5 6.20914 6.70914 8 4.5 8C2.29086 8 0.5 6.20914 0.5 4Z" fill="%239D9178"/></svg>');
}
.review-container .review-slider .review-item {
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.review-container .review-slider .review-item .review-rating-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.review-container .review-slider .review-item .review-rating-date .rating {
  display: flex;
  gap: 2px;
}
.review-container .review-slider .review-item .review-rating-date .star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8421 10.1682L15.8573 7.1088C15.9164 7.06399 15.9605 7.00029 15.9831 6.92699C16.0057 6.8537 16.0056 6.77464 15.983 6.70137C15.9603 6.6281 15.9161 6.56445 15.857 6.51971C15.7979 6.47497 15.7268 6.45149 15.6542 6.45269H10.691C10.6184 6.45307 10.5475 6.42909 10.4885 6.38418C10.4294 6.33926 10.3852 6.2757 10.3621 6.20254L8.82847 1.25202C8.80544 1.17863 8.76126 1.1148 8.70218 1.06957C8.6431 1.02434 8.57213 1 8.49931 1C8.42649 1 8.35551 1.02434 8.29643 1.06957C8.23736 1.1148 8.19317 1.17863 8.17014 1.25202L6.63743 6.20254C6.61436 6.2757 6.57014 6.33926 6.51108 6.38418C6.45202 6.42909 6.38113 6.45307 6.3085 6.45269H1.3458C1.2732 6.45149 1.20215 6.47497 1.143 6.51971C1.08386 6.56445 1.03972 6.6281 1.01704 6.70137C0.994359 6.77464 0.994319 6.8537 1.01693 6.92699C1.03953 7.00029 1.08361 7.06399 1.14271 7.1088L5.15792 10.1682C5.2169 10.2126 5.26093 10.276 5.28358 10.3489C5.30622 10.4219 5.30628 10.5006 5.28376 10.5736L3.74966 15.5241C3.72804 15.5976 3.72876 15.6764 3.75173 15.7495C3.77469 15.8225 3.81874 15.8859 3.8776 15.9308C3.93645 15.9757 4.00714 15.9998 4.0796 15.9995C4.15206 15.9993 4.22261 15.9748 4.28123 15.9296L8.29644 12.8702C8.3557 12.8252 8.42671 12.8011 8.49954 12.8011C8.57237 12.8011 8.64338 12.8252 8.70263 12.8702L12.7178 15.9296C12.7765 15.975 12.8471 15.9997 12.9196 16C12.9922 16.0003 13.063 15.9763 13.122 15.9314C13.1809 15.8864 13.225 15.8229 13.248 15.7498C13.271 15.6766 13.2716 15.5977 13.2499 15.5241L11.7167 10.5736C11.6943 10.5006 11.6944 10.4219 11.717 10.349C11.7396 10.276 11.7836 10.2127 11.8425 10.1682" stroke="%23CB9E3D" stroke-width="0.5" stroke-miterlimit="10" stroke-linejoin="round"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.review-container .review-slider .review-item .review-rating-date .star.checked {
  background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8421 10.1682L15.8573 7.1088C15.9164 7.06399 15.9605 7.00029 15.9831 6.92699C16.0057 6.8537 16.0056 6.77464 15.983 6.70137C15.9603 6.6281 15.9161 6.56445 15.857 6.51971C15.7979 6.47497 15.7268 6.45149 15.6542 6.45269H10.691C10.6184 6.45307 10.5475 6.42909 10.4885 6.38418C10.4294 6.33926 10.3852 6.2757 10.3621 6.20254L8.82847 1.25202C8.80544 1.17863 8.76126 1.1148 8.70218 1.06957C8.6431 1.02434 8.57213 1 8.49931 1C8.42649 1 8.35551 1.02434 8.29643 1.06957C8.23736 1.1148 8.19317 1.17863 8.17014 1.25202L6.63743 6.20254C6.61435 6.2757 6.57014 6.33926 6.51108 6.38418C6.45202 6.42909 6.38113 6.45307 6.30849 6.45269H1.3458C1.2732 6.45149 1.20215 6.47497 1.143 6.51971C1.08386 6.56445 1.03972 6.6281 1.01704 6.70137C0.994359 6.77464 0.994319 6.8537 1.01693 6.92699C1.03953 7.00029 1.08361 7.06399 1.14271 7.1088L5.15792 10.1682C5.2169 10.2126 5.26093 10.276 5.28358 10.3489C5.30622 10.4219 5.30628 10.5006 5.28376 10.5736L3.74966 15.5241C3.72803 15.5976 3.72876 15.6764 3.75173 15.7494C3.77469 15.8225 3.81874 15.8859 3.8776 15.9308C3.93645 15.9757 4.00714 15.9998 4.0796 15.9995C4.15206 15.9993 4.22261 15.9748 4.28123 15.9296L8.29644 12.8702C8.35569 12.8252 8.4267 12.8011 8.49954 12.8011C8.57237 12.8011 8.64338 12.8252 8.70263 12.8702L12.7178 15.9296C12.7765 15.975 12.8471 15.9997 12.9196 16C12.9922 16.0003 13.063 15.9763 13.122 15.9314C13.1809 15.8864 13.225 15.8229 13.248 15.7498C13.271 15.6766 13.2716 15.5977 13.2499 15.5241L11.7167 10.5736C11.6943 10.5006 11.6944 10.4219 11.717 10.349C11.7396 10.276 11.7836 10.2127 11.8425 10.1682" fill="%23CB9E3D"/><path d="M11.8421 10.1682L15.8573 7.1088C15.9164 7.06399 15.9605 7.00029 15.9831 6.92699C16.0057 6.8537 16.0056 6.77464 15.983 6.70137C15.9603 6.6281 15.9161 6.56445 15.857 6.51971C15.7979 6.47497 15.7268 6.45149 15.6542 6.45269H10.691C10.6184 6.45307 10.5475 6.42909 10.4885 6.38418C10.4294 6.33926 10.3852 6.2757 10.3621 6.20254L8.82847 1.25202C8.80544 1.17863 8.76126 1.1148 8.70218 1.06957C8.6431 1.02434 8.57213 1 8.49931 1C8.42649 1 8.35551 1.02434 8.29643 1.06957C8.23736 1.1148 8.19317 1.17863 8.17014 1.25202L6.63743 6.20254C6.61435 6.2757 6.57014 6.33926 6.51108 6.38418C6.45202 6.42909 6.38113 6.45307 6.30849 6.45269H1.3458C1.2732 6.45149 1.20215 6.47497 1.143 6.51971C1.08386 6.56445 1.03972 6.6281 1.01704 6.70137C0.994359 6.77464 0.994319 6.8537 1.01693 6.92699C1.03953 7.00029 1.08361 7.06399 1.14271 7.1088L5.15792 10.1682C5.2169 10.2126 5.26093 10.276 5.28358 10.3489C5.30622 10.4219 5.30628 10.5006 5.28376 10.5736L3.74966 15.5241C3.72803 15.5976 3.72876 15.6764 3.75173 15.7494C3.77469 15.8225 3.81874 15.8859 3.8776 15.9308C3.93645 15.9757 4.00714 15.9998 4.0796 15.9995C4.15206 15.9993 4.22261 15.9748 4.28123 15.9296L8.29644 12.8702C8.35569 12.8252 8.4267 12.8011 8.49954 12.8011C8.57237 12.8011 8.64338 12.8252 8.70263 12.8702L12.7178 15.9296C12.7765 15.975 12.8471 15.9997 12.9196 16C12.9922 16.0003 13.063 15.9763 13.122 15.9314C13.1809 15.8864 13.225 15.8229 13.248 15.7498C13.271 15.6766 13.2716 15.5977 13.2499 15.5241L11.7167 10.5736C11.6943 10.5006 11.6944 10.4219 11.717 10.349C11.7396 10.276 11.7836 10.2127 11.8425 10.1682" stroke="%23CB9E3D" stroke-width="0.5" stroke-miterlimit="10" stroke-linejoin="round"/></svg>');
}
.review-container .review-slider .review-item .review-rating-date .date {
  margin: 0;
  color: #838383;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.review-container .review-slider .review-item .review-body {
  display: flex;
  margin-bottom: 15px;
  gap: 15px;
}
.review-container .review-slider .review-item .review-body .review-image {
  flex-shrink: 0;
  width: 100px;
  height: 128px;
  overflow: hidden;
  border-radius: 4px;
  background: #F5F5F5;
}
.review-container .review-slider .review-item .review-body .review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review-container .review-slider .review-item .review-body .review-text {
  flex: 1;
}
.review-container .review-slider .review-item .review-body .review-text .user-info {
  margin: 0;
  color: #838383;
  font-size: 14px;
  line-height: 1.5;
}
.review-container .review-slider .review-item .review-comment p {
  margin: 0;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.merit-container {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  gap: 30px;
  color: #333333;
  font-family: "Noto Sans JP";
}
.merit-container .merit-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  gap: 10px;
}
.merit-container .merit-header .title {
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
}
.merit-container .merit-header .subtitle {
  font-weight: 600;
  font-size: 16px;
}
.merit-container .merit-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.merit-container .merit-item .text h3 {
  font-weight: 700;
  font-size: 14px;
}
.merit-container .merit-item .text p {
  font-weight: 400;
  font-size: 14px;
}

.feature-container {
  padding: 2rem 2rem 4rem 2rem;
  background-color: #F5F5F4;
}
.feature-container h2.title {
  margin-top: 4rem;
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.feature-container h3.subtitle {
  margin-bottom: 4rem;
  color: #333333;
  font-weight: 600;
  font-size: 1.56rem;
  letter-spacing: 0.064rem;
}
.feature-container .feature-item {
  display: flex;
  align-items: center;
}
.feature-container .feature-text {
  flex: 1;
  padding: 1rem 0;
  border-bottom: 1px solid #E3E2DD;
  color: #333333;
}
.feature-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  margin-right: 1.5rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.feature-container .icon img {
  max-width: 5.4rem;
  max-height: 5.4rem;
}
.feature-container .feature-text {
  color: #333333;
  font-size: 1.4rem;
}
.feature-container .feature-text h2, .feature-container .feature-text h3 {
  font-weight: 700;
}
.feature-container .feature-text p {
  font-weight: 400;
}
.feature-container .annotate {
  margin-top: 1rem;
  color: #838383;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  letter-spacing: 0.044rem;
}

.page-guide .guide-container {
  margin-top: 40px;
  margin-bottom: 32px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-guide .guide-container .intro-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
}
.page-guide .guide-container h1 {
  margin-top: 8px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28.96px;
}
.page-guide .guide-container .main-image {
  width: 100%;
  margin-bottom: 20px;
}
.page-guide .guide-container .text-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.page-guide .guide-how-to-rental {
  padding: 40px 20px;
  color: #333333;
}
.page-guide .guide-how-to-rental hr {
  margin-bottom: 60px;
  border: 0.5px solid #E3E2DD;
}
.page-guide .guide-how-to-rental h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  font-family: "Inter";
  letter-spacing: 1.2px;
  text-align: center;
}
.page-guide .guide-how-to-rental p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23.17px;
}
.page-guide .guide-how-to-rental .subtitle {
  margin-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.page-guide .guide-how-to-rental .step {
  position: relative;
  margin-top: 70px;
  padding-top: 30px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.page-guide .guide-how-to-rental .step .step-number {
  position: absolute;
  top: -38px;
  left: 42%;
  color: #9D9178;
  font-weight: 600;
  font-size: 48px;
  font-family: "Inter";
}
.page-guide .guide-how-to-rental .step .step-content {
  padding-bottom: 20px;
}
.page-guide .guide-how-to-rental .step .step-content .step-title {
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.page-guide .guide-how-to-rental .step .step-content .box-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-guide .guide-how-to-rental .step .step-content .box-image .choose-favorite-dress {
  padding-right: 20px;
  padding-left: 20px;
}
.page-guide .guide-how-to-rental .step .step-content .box-image .delivered-to-your-home, .page-guide .guide-how-to-rental .step .step-content .box-image .dresses-in-the-box, .page-guide .guide-how-to-rental .step .step-content .box-image .return-store {
  padding: 0 20px;
}
.page-guide .guide-how-to-rental .step .step-content .description {
  padding: 20px 20px;
}
.page-guide .guide-how-to-rental .step .step-content .description p {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.page-guide .guide-how-to-rental .step .step-content .step-note {
  display: block;
  margin-top: 5px;
  color: #9D9178;
  font-size: 12px;
}
.page-guide .guide-how-to-rental .step .step-content .note {
  margin-top: -10px;
  padding: 0 20px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17.38px;
}
.page-guide .guide-faq {
  margin-top: 60px;
  padding: 0px 20px;
  color: #333333;
}
.page-guide .guide-faq h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  font-family: "Inter";
  letter-spacing: 1.2px;
  text-align: center;
}
.page-guide .guide-faq p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23.17px;
}
.page-guide .guide-faq .subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.page-guide .guide-faq .faq-section {
  padding: 20px 0px 0px 0px;
  border-radius: 8px;
}
.page-guide .guide-faq .faq-section h2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page-guide .guide-faq .faq-section h2::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #333333;
  content: "";
}
.page-guide .guide-faq .faq-section .faq-item {
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.page-guide .guide-faq .faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.page-guide .guide-faq .faq-section .faq-question .faqUnit__title {
  max-width: 252px;
}
.page-guide .guide-faq .faq-section .faqUnit__content {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.page-guide .guide-faq .faq-section .faqUnit__content hr {
  margin-bottom: 15px;
  border: 1px solid #E3E2DD;
}

.page-feature .feature-container {
  margin-top: 40px;
  margin-bottom: 32px;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-feature .feature-container h1 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28.96px;
}
.page-feature .feature-container .feature-main-image {
  position: relative;
}
.page-feature .feature-container .feature-main-image .main-image {
  width: 100%;
  margin-bottom: 60px;
}
.page-feature .feature-container .feature-main-image .logo-banner {
  position: absolute;
  top: 27%;
  left: 27px;
  width: 213px;
  height: 36px;
  background-color: #ffffff;
}
.page-feature .feature-container .feature-main-image .logo-banner img {
  width: 100%;
  height: 36px;
}
.page-feature .feature-container .logo-image {
  width: 335px;
  height: 57px;
  margin-bottom: 20px;
}
.page-feature .feature-container .text-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}
.page-feature .feature-how-to-rental {
  padding: 40px 20px;
  color: #333333;
}
.page-feature .feature-how-to-rental hr {
  margin-bottom: 60px;
  border: 0.5px solid #E3E2DD;
}
.page-feature .feature-how-to-rental h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  font-family: "Inter";
  letter-spacing: 1.2px;
  text-align: center;
}
.page-feature .feature-how-to-rental p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23.17px;
}
.page-feature .feature-how-to-rental .subtitle {
  margin-bottom: 40px;
  text-align: center;
}
.page-feature .feature-how-to-rental .step {
  position: relative;
  margin-top: 60px;
  padding-top: 40px;
  border-radius: 4px;
  background-color: #F5F5F4;
}
.page-feature .feature-how-to-rental .step .step-number {
  position: absolute;
  top: -36px;
  left: 42%;
  color: #9D9178;
  font-weight: 600;
  font-size: 48px;
  font-family: "Inter";
}
.page-feature .feature-how-to-rental .step .step-content {
  padding-bottom: 20px;
}
.page-feature .feature-how-to-rental .step .step-content .title {
  font-weight: 700;
  text-align: center;
}
.page-feature .feature-how-to-rental .step .step-content .step-head-title {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.page-feature .feature-how-to-rental .step .step-content .step-title {
  padding: 10px 20px 20px 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.8px;
}
.page-feature .feature-how-to-rental .step .step-content .step-note {
  display: block;
  margin-top: 5px;
  color: #9D9178;
  font-size: 12px;
}
.page-feature .feature-how-to-rental .step .step-content .box-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.page-feature .feature-how-to-rental .step .step-content .box-image .choose-favorite-dress {
  padding-right: 20px;
  padding-left: 20px;
}
.page-feature .feature-how-to-rental .step .step-content .box-image .achievement, .page-feature .feature-how-to-rental .step .step-content .box-image .brand, .page-feature .feature-how-to-rental .step .step-content .box-image .clean, .page-feature .feature-how-to-rental .step .step-content .box-image .quality {
  padding: 0 20px;
}
.page-feature .feature-how-to-rental .step .step-content .description {
  padding: 20px 20px;
}
.page-feature .feature-how-to-rental .step .step-content .description p {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.page-feature .feature-how-to-rental .step .step-content .note {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 17.38px;
}
.page-feature .guide-faq {
  margin-top: 40px;
  padding: 0px 20px;
  color: #333333;
}
.page-feature .guide-faq h1 {
  font-weight: 500;
  font-size: 30px;
  line-height: 45px;
  font-family: "Inter";
  letter-spacing: 1.2px;
  text-align: center;
}
.page-feature .guide-faq p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23.17px;
}
.page-feature .guide-faq .subtitle {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.page-feature .guide-faq .faq-section {
  padding: 20px 0;
  border-radius: 8px;
}
.page-feature .guide-faq .faq-section h2 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.page-feature .guide-faq .faq-section h2::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #333333;
  content: "";
}
.page-feature .guide-faq .faq-section .faq-item {
  margin-bottom: 15px;
  border-radius: 4px;
  background-color: #F5F5F5;
}
.page-feature .guide-faq .faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.page-feature .guide-faq .faq-section .faq-question .faqUnit__title {
  max-width: 252px;
}
.page-feature .guide-faq .faq-section .faqUnit__content {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.page-feature .guide-faq .faq-section .faqUnit__content hr {
  margin-bottom: 15px;
  border: 1px solid #E3E2DD;
}
.page-feature .how-to-use-container {
  margin-top: 60px;
  padding: 20px;
}
.page-feature .how-to-use-container h1 {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
  text-align: center;
}
.page-feature .how-to-use-container p.subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.page-feature .how-to-use-container .subtitle {
  margin-bottom: 40px;
  color: #333333;
  text-align: center;
}
.page-feature .how-to-use-container .steps-box {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.page-feature .how-to-use-container .step {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 35px;
}
.page-feature .how-to-use-container .step:last-child {
  padding-bottom: 0;
}
.page-feature .how-to-use-container .step-circle-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.page-feature .how-to-use-container .step-circle {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.page-feature .how-to-use-container .step-circle p {
  font-size: 34px;
  line-height: 36px;
}
.page-feature .how-to-use-container .step-line {
  z-index: 0;
  position: absolute;
  top: 70px;
  width: 1px;
  height: 340%;
  background-color: #333333;
}
.page-feature .how-to-use-container .step:last-child .step-line {
  display: none;
}
.page-feature .how-to-use-container .step-text {
  flex: 1;
  margin-left: 20px;
  color: #333333;
  text-align: left;
}
.page-feature .how-to-use-container .step-text h2 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.page-feature .how-to-use-container .step-text p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}
.page-feature .how-to-use-container .step-note {
  display: block;
  margin-top: 8px;
  color: #9D9178;
  font-size: 12px;
}
.page-feature .how-to-use-container .button-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.page-feature .how-to-use-container a {
  display: block;
  width: 100%;
  height: 53px;
  padding: 10px 20px;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.page-ceremony-collection .first-view-container {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-ceremony-collection .first-view-container .first-view-main-image {
  width: 100%;
}
.page-ceremony-collection .first-view-container .first-view-describe {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.page-ceremony-collection .first-view-container .first-view-describe__range {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.128rem;
}
.page-ceremony-collection .first-view-container .first-view-describe__text {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.16rem;
  white-space: pre-line;
}
.page-ceremony-collection .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-ceremony-collection .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-ceremony-collection .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}
.page-ceremony-collection .ceremony-collection-container {
  text-align: center;
}
.page-ceremony-collection .ceremony-collection-container .ceremony-collection-image {
  position: relative;
  margin-top: 4rem;
  text-align: left;
}
.page-ceremony-collection .ceremony-collection-container .ceremony-collection-image__first {
  width: 33.5rem;
  height: 42rem;
  margin: 0 2rem;
}
.page-ceremony-collection .ceremony-collection-container .ceremony-collection-image__second {
  z-index: 2;
  position: relative;
  width: 17rem;
  height: 24.2rem;
  margin: 6rem 0 0 2rem;
}
.page-ceremony-collection .ceremony-collection-container .ceremony-collection-image__third {
  z-index: 1;
  position: relative;
  width: 25.8rem;
  height: 32.2rem;
  margin-left: 9.7rem;
  transform: translateY(-6rem);
}
.page-ceremony-collection .container-item-list {
  margin-top: 2rem;
}
.page-ceremony-collection .how-to-use-container {
  margin-top: 60px;
  padding: 20px;
}
.page-ceremony-collection .how-to-use-container h2.title {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-ceremony-collection .how-to-use-container h3.subtitle {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.page-ceremony-collection .how-to-use-container .steps-box {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.page-ceremony-collection .how-to-use-container .step {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 35px;
}
.page-ceremony-collection .how-to-use-container .step:last-child {
  padding-bottom: 0;
}
.page-ceremony-collection .how-to-use-container .step-circle-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.page-ceremony-collection .how-to-use-container .step-circle {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.page-ceremony-collection .how-to-use-container .step-circle p {
  font-size: 34px;
  line-height: 36px;
}
.page-ceremony-collection .how-to-use-container .step-line {
  z-index: 0;
  position: absolute;
  top: 70px;
  width: 1px;
  height: 330%;
  background-color: #333333;
}
.page-ceremony-collection .how-to-use-container .step:last-child .step-line {
  display: none;
}
.page-ceremony-collection .how-to-use-container .step-text {
  flex: 1;
  margin-left: 20px;
  color: #333333;
  text-align: left;
}
.page-ceremony-collection .how-to-use-container .step-text h2 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.page-ceremony-collection .how-to-use-container .step-text p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}
.page-ceremony-collection .how-to-use-container .button-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.page-ceremony-collection .how-to-use-container a {
  display: block;
  width: 100%;
  height: 53px;
  padding: 10px 20px;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.page-ceremony-collection .support-container {
  padding: 20px 20px 40px 20px;
  background-color: #F5F5F4;
}
.page-ceremony-collection .support-container h2.title {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-ceremony-collection .support-container h3.subtitle {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.page-ceremony-collection .support-container .support-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page-ceremony-collection .support-container .support-text {
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E2DD;
  color: #333333;
}
.page-ceremony-collection .support-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page-ceremony-collection .support-container .icon img {
  max-width: 54px;
  max-height: 54px;
}
.page-ceremony-collection .support-container .support-text {
  color: #333333;
  font-size: 14px;
}
.page-ceremony-collection .support-container .support-text h2, .page-ceremony-collection .support-container .support-text h3 {
  font-weight: 700;
}
.page-ceremony-collection .support-container .support-text p {
  font-weight: 400;
}

.page-yukata .first-view-container {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-yukata .first-view-container .first-view-main-image {
  width: 100%;
}
.page-yukata .first-view-container .first-view-describe {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.page-yukata .first-view-container .first-view-describe__range {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.128rem;
}
.page-yukata .first-view-container .first-view-describe__text {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.16rem;
  white-space: pre-line;
}
.page-yukata .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-yukata .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-yukata .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}
.page-yukata .yukata-collection-container {
  background-color: #f2f8fe;
  text-align: center;
}
.page-yukata .yukata-collection-container .logo-image {
  width: 12.13rem;
  height: 1.2rem;
  margin: 6rem auto 2rem;
}
.page-yukata .yukata-collection-container .yukata-collection-title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.128rem;
}
.page-yukata .yukata-collection-container .yukata-collection-image {
  position: relative;
  margin-top: 4rem;
  text-align: left;
}
.page-yukata .yukata-collection-container .yukata-collection-image__first {
  width: 33.5rem;
  height: 42rem;
  margin: 0 2rem;
}
.page-yukata .yukata-collection-container .yukata-collection-image__second {
  z-index: 2;
  position: relative;
  width: 17rem;
  height: 24.2rem;
  margin: 6rem 0 0 2rem;
}
.page-yukata .yukata-collection-container .yukata-collection-image__third {
  z-index: 1;
  position: relative;
  width: 25.8rem;
  height: 32.2rem;
  margin-left: 9.7rem;
  transform: translateY(-6rem);
}
.page-yukata .button-container {
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: center;
}
.page-yukata .button-container a {
  display: inline-block;
  width: 100%;
  max-width: 295px;
  height: 54px;
  padding: 10px 20px;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.page-yukata .container-item-list {
  margin-top: 60px;
}
.page-yukata .container-item-list h3.item-name {
  font-weight: bold;
}
.page-yukata #products .ranking-item:nth-child(n+11) {
  display: none;
}
.page-yukata #products.show-all .ranking-item {
  display: block;
}

.page-gilet-jacket .first-view-container {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-gilet-jacket .first-view-container .first-view-main-image {
  width: 100%;
}
.page-gilet-jacket .first-view-container .first-view-describe {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.page-gilet-jacket .first-view-container .first-view-describe__range {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.128rem;
}
.page-gilet-jacket .first-view-container .first-view-describe__text {
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.16rem;
  white-space: pre-line;
}
.page-gilet-jacket .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-gilet-jacket .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-gilet-jacket .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}
.page-gilet-jacket .ceremony-collection-container {
  padding: 6rem 0;
  background-color: #E4ECEE;
  text-align: center;
}
.page-gilet-jacket .ceremony-collection-container .logo-image {
  width: 12.13rem;
  height: 1.2rem;
  margin: 6rem auto 2rem;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-title {
  color: #333333;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.128rem;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-sub-title {
  margin-top: 1rem;
  color: #333333;
  font-size: 1.6rem;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-image {
  position: relative;
  margin-top: 4rem;
  padding: 0 20px;
  text-align: left;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-image__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-image__wrapper > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-image__first {
  aspect-ratio: 335/504;
  width: 100%;
}
.page-gilet-jacket .ceremony-collection-container .ceremony-collection-image__second {
  aspect-ratio: 335/504;
  width: 100%;
  margin-top: 6rem;
}
.page-gilet-jacket .how-to-use-container {
  margin-top: 60px;
  padding: 20px;
}
.page-gilet-jacket .how-to-use-container h2.title {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-gilet-jacket .how-to-use-container h3.subtitle {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.page-gilet-jacket .how-to-use-container .steps-box {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.page-gilet-jacket .how-to-use-container .step {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 35px;
}
.page-gilet-jacket .how-to-use-container .step:last-child {
  padding-bottom: 0;
}
.page-gilet-jacket .how-to-use-container .step-circle-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.page-gilet-jacket .how-to-use-container .step-circle {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.page-gilet-jacket .how-to-use-container .step-circle p {
  font-size: 34px;
  line-height: 36px;
}
.page-gilet-jacket .how-to-use-container .step-line {
  z-index: 0;
  position: absolute;
  top: 70px;
  width: 1px;
  height: 330%;
  background-color: #333333;
}
.page-gilet-jacket .how-to-use-container .step:last-child .step-line {
  display: none;
}
.page-gilet-jacket .how-to-use-container .step-text {
  flex: 1;
  margin-left: 20px;
  color: #333333;
  text-align: left;
}
.page-gilet-jacket .how-to-use-container .step-text h2 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.page-gilet-jacket .how-to-use-container .step-text p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}
.page-gilet-jacket .how-to-use-container .button-container {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 20px;
}
.page-gilet-jacket .how-to-use-container a {
  display: block;
  width: 100%;
  height: 53px;
  padding: 10px 20px;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.page-gilet-jacket .support-container {
  padding: 20px 20px 40px 20px;
  background-color: #F5F5F4;
}
.page-gilet-jacket .support-container h2.title {
  margin-top: 40px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-gilet-jacket .support-container h3.subtitle {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.64px;
}
.page-gilet-jacket .support-container .support-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page-gilet-jacket .support-container .support-text {
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E2DD;
  color: #333333;
}
.page-gilet-jacket .support-container .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page-gilet-jacket .support-container .icon img {
  max-width: 30px;
  max-height: 30px;
}
.page-gilet-jacket .support-container .support-text {
  color: #333333;
  font-size: 14px;
}
.page-gilet-jacket .support-container .support-text h2, .page-gilet-jacket .support-container .support-text h3 {
  font-weight: 700;
}
.page-gilet-jacket .support-container .support-text p {
  font-weight: 400;
}

.page-spot-rental .contentsWrap__inner {
  overflow-x: hidden;
}
.page-spot-rental .contentsWrap__inner .first-view-container {
  position: relative;
  width: 100%;
  padding-bottom: 3rem;
  overflow: hidden;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider {
  width: 100%;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-list {
  overflow: hidden;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots {
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  transform: translateX(-50%);
  list-style: none;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(134, 105, 81, 0.3);
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots li button:before {
  display: none;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots li button:hover {
  background: rgba(134, 105, 81, 0.5);
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slider .slick-dots li.slick-active button {
  width: 0.5rem;
  height: 0.5rem;
  background: rgb(134, 105, 81);
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slide {
  display: block !important;
  position: relative;
  width: 100% !important;
  height: 37.5rem;
  cursor: pointer;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-slide .first-view-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-title {
  position: absolute;
  top: 21.6rem;
  left: 21.7rem;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 150%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.096rem;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-describe {
  position: absolute;
  top: 30.1rem;
  left: 21.7rem;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
  letter-spacing: 0.08rem;
}
.page-spot-rental .contentsWrap__inner .first-view-container .first-view-describe__text {
  display: block;
  white-space: pre-line;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container {
  padding-top: 3rem;
  background-color: #ffffff;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding: 0 2rem;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header h2 {
  margin: 0;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Noto Sans JP";
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header .see-more {
  color: #CB9E3D;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 150%;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header .see-more:hover {
  opacity: 0.7;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 1.5rem;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0 2rem;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll::-webkit-scrollbar {
  display: none;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item {
  flex: 0 0 auto;
  width: 8rem;
  padding-top: 0.5rem;
  text-align: center;
  cursor: pointer;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item .carousel-image {
  width: 8rem;
  height: 8rem;
  margin-bottom: 0.5rem;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item .carousel-label {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  margin: 0;
  color: #333333;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP";
  text-align: center;
  white-space: normal;
}
.page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item:hover .carousel-image {
  transform: scale(1.05);
  opacity: 0.8;
}
.page-spot-rental .contentsWrap__inner .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-spot-rental .contentsWrap__inner .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-spot-rental .contentsWrap__inner .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}

.page-black-formal .topSection .specialDayMessage {
  margin-top: 8rem;
  color: #333333;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 4.4rem;
  font-family: "YuMincho", "serif";
}
.page-black-formal .topSection .airClosetDressInfo {
  margin-top: 4rem;
  margin-bottom: 8rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-family: "YuMincho", "serif";
}
.page-black-formal .topSection .topSection__inner {
  margin-top: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.page-black-formal .topSection .topSection__inner > *:last-child {
  margin-bottom: 0;
}
.page-black-formal .topSection .topSection__headline {
  position: relative;
}
.page-black-formal .topSection .topSection__headline .topText {
  position: absolute;
  top: 30.5rem;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0);
  color: #FFFFFF;
  text-align: center;
}
.page-black-formal .topSection .topSection__headline .topText p:first-of-type {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3;
  font-family: "Noto Sans JP";
  letter-spacing: 0.24rem;
}
.page-black-formal .topSection .topSection__headline .topText p:first-of-type span {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.24rem;
  vertical-align: super;
}
.page-black-formal .topSection .topSection__headline .topText p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Times New Roman", "serif";
  letter-spacing: 0.08em;
}
.page-black-formal .topSection .topSection__headline .topText p span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Yu Mincho Pr6N", "serif";
  letter-spacing: 0.04em;
}
.page-black-formal .topSection .products-container {
  padding: 8rem 2rem 0;
}
.page-black-formal .topSection .products-container h2 {
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
  letter-spacing: 0.12rem;
}
.page-black-formal .topSection .products-container .description {
  margin-bottom: 2rem;
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  font-family: "Noto Sans JP";
  letter-spacing: 0.12rem;
}
.page-black-formal .topSection .products-container .container-item-list {
  margin-top: 40px;
  padding: 0px;
}
.page-black-formal .topSection .merit-container {
  display: flex;
  flex-direction: column;
  padding: 4rem 2rem;
  gap: 3rem;
  color: #333333;
  font-family: "Noto Sans JP";
}
.page-black-formal .topSection .merit-container .merit-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 1rem;
  gap: 1rem;
}
.page-black-formal .topSection .merit-container .merit-header .title {
  font-weight: 500;
  font-size: 3rem;
  font-family: "Inter";
}
.page-black-formal .topSection .merit-container .merit-header .subtitle {
  font-weight: 600;
  font-size: 1.6rem;
}
.page-black-formal .topSection .merit-container .merit-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-black-formal .topSection .merit-container .merit-item .text h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.page-black-formal .topSection .merit-container .merit-item .text p {
  font-weight: 400;
  font-size: 1.4rem;
}
.page-black-formal .hide {
  display: none;
}

.page-ceremony .first-view-container {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-ceremony .first-view-container .first-view-main-image {
  width: 100%;
}
.page-ceremony .first-view-container .first-view-title {
  position: absolute;
  top: 21.4rem;
  left: 50%;
  margin: 2rem 0;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 4.8rem;
  line-height: 150%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.096rem;
}
.page-ceremony .first-view-container .first-view-describe {
  position: absolute;
  top: 62%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.page-ceremony .first-view-container .first-view-describe__range {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.128rem;
}
.page-ceremony .first-view-container .first-view-describe__text {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.16rem;
  white-space: pre-line;
}
.page-ceremony .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-ceremony .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-ceremony .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}
.page-ceremony .ceremony-container {
  text-align: center;
}
.page-ceremony .ceremony-container .ceremony-image {
  position: relative;
  margin-top: 4rem;
  text-align: left;
}
.page-ceremony .ceremony-container .ceremony-image__first {
  width: 33.5rem;
  height: 42rem;
  margin: 0 2rem;
}
.page-ceremony .ceremony-container .ceremony-image__second {
  z-index: 2;
  position: relative;
  width: 17rem;
  height: 24.2rem;
  margin: 6rem 0 0 2rem;
}
.page-ceremony .ceremony-container .ceremony-image__third {
  z-index: 1;
  position: relative;
  width: 25.8rem;
  height: 32.2rem;
  margin-left: 9.7rem;
  transform: translateY(-6rem);
}
.page-ceremony .container-item-list {
  margin-top: 2rem;
}

.page-kimono .first-view-container {
  position: relative;
  background-color: #ffffff;
  color: #333333;
  text-align: center;
}
.page-kimono .first-view-container .first-view-main-image {
  width: 100%;
}
.page-kimono .first-view-container .first-view-describe {
  position: absolute;
  top: 24.9rem;
  left: 18.8rem;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.page-kimono .first-view-container .first-view-describe__range {
  display: block;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.128rem;
  text-shadow: 0 0 8px #000000;
}
.page-kimono .first-view-container .first-view-describe__text {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.6rem;
  letter-spacing: 0.096rem;
  text-shadow: 0 0 4px #000000;
  white-space: pre-line;
}
.page-kimono .describe-container {
  margin-top: 6rem;
  text-align: center;
}
.page-kimono .describe-container h2 {
  color: #333333;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.page-kimono .describe-container .describe-text {
  margin: 4rem 0 6rem;
  color: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.52rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: pre-line;
}
.page-kimono .kimono-container .kimono-image {
  position: relative;
  margin-top: 4rem;
  text-align: left;
}
.page-kimono .kimono-container .kimono-image__first {
  width: 33.5rem;
  height: 42rem;
  margin: 0 2rem;
}
.page-kimono .kimono-container .kimono-image__second {
  z-index: 1;
  position: relative;
  width: 17rem;
  height: 24.2rem;
  margin: 6rem 0 0 2rem;
}
.page-kimono .kimono-container .kimono-image__third {
  z-index: 2;
  position: relative;
  width: 25.8rem;
  height: 32.2rem;
  margin-left: 9.7rem;
  transform: translateY(-6rem);
}
.page-kimono .container-item-list {
  margin-top: 60px;
}
.page-kimono .container-item-list h3.item-name {
  font-weight: bold;
}
.page-kimono #products .ranking-item:nth-child(n+11) {
  display: none;
}
.page-kimono #products.show-all .ranking-item {
  display: block;
}

.page-dress .topSection .button-container {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0 20px;
}
.page-dress .topSection .button-container a {
  display: block;
  width: 100%;
  height: 53px;
  padding: 10px 20px;
  border: solid 1px #333333;
  border-radius: 4px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.page-dress .topSection .specialDayMessage {
  margin-top: 80px;
  color: #333333;
  font-weight: 600;
  font-size: 22px;
  line-height: 44px;
  font-family: "YuMincho", "serif";
}
.page-dress .topSection .airClosetDressInfo {
  margin-top: 40px;
  margin-bottom: 80px;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  font-family: "YuMincho", "serif";
  letter-spacing: 0.44px;
}
.page-dress .topSection .topSection__inner {
  margin-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}
.page-dress .topSection .topSection__inner > *:last-child {
  margin-bottom: 0;
}
.page-dress .topSection .topSection__headline__en {
  position: relative;
}
.page-dress .topSection .topSection__headline__en .topText {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.page-dress .topSection .topSection__headline__en .topText p:first-of-type {
  font-weight: 400;
  font-size: 39px;
  line-height: 50.7px;
  font-family: "Times New Roman", "serif";
  letter-spacing: 2px;
}
.page-dress .topSection .topSection__headline__en .topText p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Times New Roman", "serif";
  letter-spacing: 0.08em;
}
.page-dress .topSection .topSection__headline__en .topText p span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Yu Mincho Pr6N", "serif";
  letter-spacing: 0.04em;
}
.page-dress .topSection .collection-container {
  position: relative;
  min-height: 37.5rem;
  margin: 80px auto 0;
}
.page-dress .topSection .collection-container .collection-content {
  height: 100%;
  padding: 17rem 0 2rem 2rem;
  background: center/cover no-repeat url(https://c-cdn.assets.air-closet.com/f_auto,q_auto/v1760099343/images/static/dress/static/pages/top/yukata_collection_banner.png);
  color: #FFFFFF;
}
.page-dress .topSection .collection-container .collection-content__title {
  margin-bottom: 0.5rem;
  font: 1.6rem "Inter";
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0.064rem;
}
.page-dress .topSection .collection-container .collection-content__subtitle {
  font: 3.2rem "Noto Sans JP";
  font-weight: 700;
  line-height: 4.8rem;
  letter-spacing: 0.128rem;
}
.page-dress .topSection .collection-container .collection-content__button {
  width: 12.4rem;
  height: 4rem;
  margin-top: 2rem;
}
.page-dress .topSection .collection-container .collection-content__button a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 180px;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 4rem;
  letter-spacing: 0.064rem;
  text-align: center;
  cursor: pointer;
}
.page-dress .topSection .how-to-use-container {
  padding: 80px 20px 40px;
}
.page-dress .topSection .how-to-use-container h2:first-of-type {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-dress .topSection .how-to-use-container p.subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.64px;
}
.page-dress .topSection .how-to-use-container .subtitle {
  margin-bottom: 40px;
  color: #333333;
}
.page-dress .topSection .how-to-use-container .steps-box {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.page-dress .topSection .how-to-use-container .step {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-bottom: 35px;
}
.page-dress .topSection .how-to-use-container .step:last-child {
  padding-bottom: 0;
}
.page-dress .topSection .how-to-use-container .step-circle-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
}
.page-dress .topSection .how-to-use-container .step-circle {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border: 1px solid #333333;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
  font-family: "Inter";
}
.page-dress .topSection .how-to-use-container .step-circle p {
  font-size: 34px;
  line-height: 36px;
}
.page-dress .topSection .how-to-use-container .step-line {
  z-index: 0;
  position: absolute;
  top: 70px;
  width: 1px;
  height: 345%;
  background-color: #333333;
}
.page-dress .topSection .how-to-use-container .step:last-child .step-line {
  display: none;
}
.page-dress .topSection .how-to-use-container .step-text {
  flex: 1;
  margin-left: 20px;
  color: #333333;
  text-align: left;
}
.page-dress .topSection .how-to-use-container .step-text h2, .page-dress .topSection .how-to-use-container h3 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 16px;
}
.page-dress .topSection .how-to-use-container .step-text p {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 14px;
}
.page-dress .topSection .how-to-use-container .step-note {
  display: block;
  margin-top: 8px;
  color: #9D9178;
  font-size: 12px;
}
.page-dress .topSection .ranking-container,
.page-dress .topSection .scene-container {
  padding: 80px 20px 0;
}
.page-dress .topSection .ranking-container h2,
.page-dress .topSection .scene-container h2 {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
  letter-spacing: 1.2px;
}
.page-dress .topSection .ranking-container .description,
.page-dress .topSection .scene-container .description {
  margin-bottom: 20px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Sans JP";
  letter-spacing: 1.2px;
}
.page-dress .topSection .ranking-container .category-list,
.page-dress .topSection .scene-container .category-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-dress .topSection .ranking-container .category-list .category-header,
.page-dress .topSection .scene-container .category-list .category-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  gap: 20px;
}
.page-dress .topSection .ranking-container .category-list .category-header h3,
.page-dress .topSection .scene-container .category-list .category-header h3 {
  flex: 1;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Sans JP";
}
.page-dress .topSection .ranking-container .category-list .category-header a,
.page-dress .topSection .scene-container .category-list .category-header a {
  color: #C89E3D;
  font-weight: 700;
  font-size: 14px;
  font-family: "Noto Sans JP";
  text-decoration: underline;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider::-webkit-scrollbar,
.page-dress .topSection .scene-container .category-list .ranking-item-slider::-webkit-scrollbar {
  display: none;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider,
.page-dress .topSection .scene-container .category-list .ranking-item-slider {
  display: flex;
  overflow-x: auto;
  gap: 10px;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider a,
.page-dress .topSection .scene-container .category-list .ranking-item-slider a {
  flex: 0 0 30%;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item .ranking-item-image,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item .ranking-item-image {
  position: relative;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item .ranking-item-image .size-tag,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item .ranking-item-image .size-tag {
  position: absolute;
  bottom: 6px;
  left: 6px;
  padding: 3px 4px;
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.8);
  color: #6A4509;
  font-weight: 400;
  font-size: 10px;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item .item-name,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item .item-name {
  margin: 10px 0 5px;
  font-size: 14px;
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item .item-price,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item .item-price {
  margin-top: auto;
  color: #151309;
  font-weight: 700;
  font-size: 16px;
  font-family: "Inter";
}
.page-dress .topSection .ranking-container .category-list .ranking-item-slider .ranking-item .item-price span,
.page-dress .topSection .scene-container .category-list .ranking-item-slider .ranking-item .item-price span {
  color: #151309;
  font-weight: 400;
  font-size: 10px;
}
.page-dress .topSection .ranking-container .category-list .slick-track,
.page-dress .topSection .scene-container .category-list .slick-track {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.page-dress .topSection .ranking-container .category-list .slick-slide > div,
.page-dress .topSection .scene-container .category-list .slick-slide > div {
  height: 100%;
}
.page-dress .topSection .ranking-container .category-list .slick-slide > div a,
.page-dress .topSection .scene-container .category-list .slick-slide > div a {
  height: 100%;
}
.page-dress .topSection .merit-container {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  gap: 30px;
  color: #333333;
  font-family: "Noto Sans JP";
}
.page-dress .topSection .merit-container .merit-header {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  gap: 10px;
}
.page-dress .topSection .merit-container .merit-header .title {
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
}
.page-dress .topSection .merit-container .merit-header .subtitle {
  font-weight: 600;
  font-size: 16px;
}
.page-dress .topSection .merit-container .merit-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-dress .topSection .merit-container .merit-item .text h3 {
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .merit-container .merit-item .text p {
  font-weight: 400;
  font-size: 14px;
}
.page-dress .topSection .search-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  gap: 20px;
  background-color: white;
  color: #333333;
  font-family: "Noto Sans JP";
}
.page-dress .topSection .search-container .title {
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 30px;
  font-family: "Inter";
}
.page-dress .topSection .search-container .subtitle {
  padding: 0 20px;
  font-weight: 700;
  font-size: 16px;
}
.page-dress .topSection .search-container .collapsed .accordion-content {
  max-height: 0;
  overflow: hidden;
}
.page-dress .topSection .search-container .collapsed .toggle-btn {
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-6.16331e-08 1.70492L1.41 0.294922L6 4.87492L10.59 0.294922L12 1.70492L6 7.70492L-6.16331e-08 1.70492Z" fill="%23CB9E3D"/></svg>') !important;
}
.page-dress .topSection .search-container .search-category {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page-dress .topSection .search-container .search-category h3 {
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
}
.page-dress .topSection .search-container .search-category .accordion {
  background-color: #FFFFFF;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .chevron-right {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.70504 0L0.295044 1.41L4.87504 6L0.295044 10.59L1.70504 12L7.70504 6L1.70504 0Z" fill="%23CB9E3D"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .brand-item,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .age-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .color-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .size-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .price-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .scene-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .season-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .item-type-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .sleeve-length-grid,
.page-dress .topSection .search-container .search-category .accordion .accordion-item .length-grid {
  border-bottom: solid 1px #DEDEDE;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-header:hover {
  color: #9D9178;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 20px;
  border-bottom: 1px solid #DEDEDE;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-header .toggle-btn {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-6.16331e-08 6.29508L1.41 7.70508L6 3.12508L10.59 7.70508L12 6.29508L6 0.295078L-6.16331e-08 6.29508Z" fill="%23CB9E3D"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content {
  z-index: 5;
  position: relative;
  overflow: hidden;
  background-color: #F5F5F4;
  transition: max-height 0.3s ease-in-out;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content a:hover {
  color: #9D9178;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .age-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .age-grid .age-item {
  padding: 19px 20px;
  background-color: #F5F5F4;
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .age-grid .age-item .age-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .color-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .color-grid .color-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  padding: 10px 0;
  background-color: #F5F5F4;
  font-weight: 400;
  font-size: 11px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .color-grid .color-item .color-name {
  text-align: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .color-grid .color-item .color-circle {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  border-radius: 50%;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .size-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .size-grid .size-grid-item {
  padding: 19px 20px;
  background-color: #F5F5F4;
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .size-grid .size-grid-item .size-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .price-grid .price-grid-item {
  padding: 19px 20px;
  background-color: #F5F5F4;
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .price-grid .price-grid-item .price-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid .season-item {
  padding: 10px 20px;
  background-color: #F5F5F4;
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid .season-item .season-icon {
  display: flex;
  height: 40px;
  gap: 10px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid .season-item .season-icon img {
  height: 100%;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid .season-item .season-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .season-grid .season-item .season-link .season-name {
  align-self: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item {
  background-color: #F5F5F4;
  text-align: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item .scene-link {
  display: block;
  padding: 15px 10px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item .scene-link .scene-image {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item .scene-link .scene-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item .scene-link .scene-name {
  align-content: center;
  height: 34px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .scene-grid .scene-item .scene-link:hover .scene-image img {
  transform: scale(1.05);
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type {
  background-color: #F5F5F4;
  text-align: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type .item-type-link {
  display: block;
  padding: 15px 10px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type .item-type-link .item-type-image {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type .item-type-link .item-type-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type .item-type-link .item-type-name {
  align-content: center;
  height: 34px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .item-type-grid .item-type .item-type-link:hover .item-type-image img {
  transform: scale(1.05);
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item {
  background-color: #F5F5F4;
  text-align: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item .length-link {
  display: block;
  padding: 15px 10px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item .length-link .length-image {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item .length-link .length-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item .length-link .length-name {
  align-content: center;
  height: 34px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .length-grid .length-item .length-link:hover .length-image img {
  transform: scale(1.05);
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background-color: #E2E2DD;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item {
  background-color: #F5F5F4;
  text-align: center;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item .sleeve-length-link {
  display: block;
  padding: 15px 10px;
  color: #333333;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item .sleeve-length-link .sleeve-length-image {
  aspect-ratio: 1/1;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item .sleeve-length-link .sleeve-length-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item .sleeve-length-link .sleeve-length-name {
  align-content: center;
  height: 34px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .sleeve-length-grid .sleeve-length-item .sleeve-length-link:hover .sleeve-length-image img {
  transform: scale(1.05);
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .brand-list {
  color: #333333;
  font-family: "Noto Sans JP";
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .brand-list .brand-item {
  padding: 10px 20px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .brand-list .brand-item .brand-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .brand-list .brand-item .brand-link .brand-name {
  font-weight: 700;
  font-size: 14px;
}
.page-dress .topSection .search-container .search-category .accordion .accordion-item .accordion-content .brand-list .brand-item .brand-link .brand-jp {
  color: #838383;
  font-weight: 400;
  font-size: 11px;
}
.page-dress .topSection .transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #DEDEDE;
  opacity: 0.5;
}
.page-dress .topSection .search-modal {
  display: none;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
}
.page-dress .topSection .search-modal .modal-content {
  box-sizing: border-box;
  position: relative;
  justify-self: end;
  width: 500px;
  height: 100vh;
  margin-right: -500px;
  padding-top: 50px;
  overflow-y: auto;
  background-color: white;
}
.page-dress .topSection .search-modal .modal-content ::-webkit-scrollbar {
  display: none;
}
.page-dress .topSection .search-modal .modal-content .close-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.7047 1.70954C17.0965 1.32037 17.0987 0.687208 16.7095 0.295338C16.3204 -0.0965317 15.6872 -0.0987173 15.2953 0.290457L8.5 7.03904L1.70466 0.290457C1.31279 -0.0987173 0.679631 -0.0965317 0.290457 0.295338C-0.0987173 0.687208 -0.0965317 1.32037 0.295338 1.70954L7.08088 8.4484L0.295338 15.1873C-0.0965317 15.5764 -0.0987173 16.2096 0.290457 16.6015C0.679631 16.9933 1.31279 16.9955 1.70466 16.6063L8.5 9.85776L15.2953 16.6063C15.6872 16.9955 16.3204 16.9933 16.7095 16.6015C17.0987 16.2096 17.0965 15.5764 16.7047 15.1873L9.91912 8.4484L16.7047 1.70954Z" fill="%23333333"/></svg>');
  background-repeat: no-repeat;
  cursor: pointer;
}
.page-dress .topSection .search-modal .modal-content .search-container {
  height: auto;
}
.page-dress .topSection .search-modal .modal-content .search-footer {
  display: flex;
  justify-content: center;
  justify-self: center;
  width: 100%;
  padding: 40px 0;
}
.page-dress .topSection .search-modal .modal-content .search-footer button {
  width: 100%;
  max-width: 300px;
  padding: 15px;
  border: solid 1px #333333;
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Noto Sans JP";
  text-align: center;
}
.page-dress .topSection .search-wrapper {
  padding-top: 40px;
}
.page-dress .hide {
  display: none;
}

.page-categories .contentsWrap {
  background-color: #F5F5F4;
}
.page-categories .contentsWrap .contentsWrap__inner {
  background-color: transparent;
}
.page-categories .categories-page {
  min-height: auto;
  padding-bottom: 4rem;
}
.page-categories .categories-page .categories-header {
  padding: 3rem 0;
  text-align: center;
}
.page-categories .categories-page .categories-header .categories-title {
  color: #333333;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-family: "Noto San JP", sans-serif;
}
.page-categories .categories-page .categories-tabs .tabs-container {
  display: flex;
  justify-content: space-around;
  padding: 0;
  gap: 0;
}
.page-categories .categories-page .categories-tabs .tabs-container .tab-button {
  position: relative;
  flex: 1;
  padding: 1.2rem 0;
  border: none;
  background: transparent;
  color: #666666;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
  transition: color 0.2s ease;
}
.page-categories .categories-page .categories-tabs .tabs-container .tab-button:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: transparent;
  content: "";
  transition: background-color 0.2s ease;
}
.page-categories .categories-page .categories-tabs .tabs-container .tab-button.active {
  color: #333333;
  font-weight: 600;
}
.page-categories .categories-page .categories-tabs .tabs-container .tab-button.active:after {
  background-color: #9D9178;
}
.page-categories .categories-page .categories-content {
  margin-bottom: 6rem;
}
.page-categories .categories-page .categories-content .tab-content {
  display: none;
}
.page-categories .categories-page .categories-content .tab-content.active {
  display: block;
}
.page-categories .categories-page .categories-content .tab-content .tab-message {
  padding: 4rem 2rem;
  text-align: center;
}
.page-categories .categories-page .categories-content .tab-content .tab-message p {
  margin: 0;
  color: #999;
  font-size: 1.4rem;
}
.page-categories .categories-page .categories-content .categories-list .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  border-bottom: 1px solid #DEDEDE;
  background-color: #ffffff;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.page-categories .categories-page .categories-content .categories-list .category-item:hover {
  background-color: #F8F8F8;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-item-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-item-left .category-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-item-left .category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-item-left .category-name {
  color: #333;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 150%;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  color: #C4A962;
}
.page-categories .categories-page .categories-content .categories-list .category-item .category-arrow svg {
  width: 2.4rem;
  height: 2.4rem;
}

.page-delivery .delivery-title-container {
  margin-top: 4.4rem;
  padding: 0 2rem;
  color: #333333;
}
.page-delivery .delivery-title-container .subtitle {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
.page-delivery .delivery-title-container .title {
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
.page-delivery .delivery-title-container .description {
  color: #333333;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}

@media screen and (min-width: 520px){
  html {
    font-size: 13.884px;
  }
  .articleSection__inner {
    padding: 85px 20px 220px;
    font-size: 16px;
  }
  .articleSection__title {
    margin-bottom: 75px;
    font-size: 40px;
  }
  .header__logo {
    min-height: 60px;
    line-height: 46px;
  }
  .header__navButton {
    top: 18px;
    left: 20px;
    width: 28px;
    height: 28px;
  }
  .header__right {
    top: 18px;
    right: 20px;
  }
  .header__cartButton {
    top: 18px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .header--top__logo {
    min-height: 60px;
    line-height: 46px;
  }
  .header--top__logo a {
    width: 202.16px;
    height: 20px;
  }
  .header--top__navButton {
    top: 18px;
    left: 20px;
    width: 28px;
    height: 28px;
  }
  .header--top__cartButton {
    top: 18px;
    right: 20px;
    width: 28px;
    height: 28px;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 51.8px;
  }
  .footer__nav {
    margin-bottom: 58px;
  }
  .footer__nav li a {
    padding: 17px 0;
    font-size: 15px;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .globalNav__list__toggle__title {
    padding: 16px 0;
    font-size: 17px;
  }
  .globalNav__list__toggle__title__button {
    width: 34px;
    height: 34px;
    margin-top: -17px;
  }
  .globalNav__list__toggle__content {
    padding-bottom: 6.5px;
  }
  .globalNav__list__toggle__content ul li {
    margin-bottom: 6.5px;
    padding-left: 19.5px;
    font-size: 15px;
  }
  .globalNav__list__toggle__subtitle {
    margin-bottom: 6px;
    font-size: 13px;
  }
  .how-to-rent-container {
    margin-top: 60px;
    padding: 0 20px;
    padding-bottom: 80px;
  }
  .how-to-rent-container h2.title {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .how-to-rent-container h3.subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 24px;
  }
  .how-to-rent-container .steps-box {
    margin-bottom: 20px;
  }
  .how-to-rent-container .step {
    padding-bottom: 30px;
  }
  .how-to-rent-container .step:last-child {
    margin-top: 20px;
  }
  .how-to-rent-container .step-circle p {
    font-size: 34px;
    line-height: 36px;
  }
  .how-to-rent-container .step-circle {
    width: 90px;
    height: 90px;
    font-size: 16px;
  }
  .how-to-rent-container .step-line {
    top: 70px;
  }
  .how-to-rent-container .step-text {
    margin: auto 0 auto 15px;
  }
  .how-to-rent-container .step-text h3 {
    margin: 0 0 10px;
    font-size: 16px;
  }
  .how-to-rent-container .step-text p {
    font-size: 14px;
  }
  .how-to-rent-container .button-container {
    margin: 60px 0 0;
    padding: 0 40px;
  }
  .how-to-rent-container .button-container a {
    height: 53px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .qa-container {
    padding: 80px 20px;
    gap: 10px;
  }
  .qa-container .title {
    font-size: 30px;
  }
  .qa-container .subtitle {
    padding-bottom: 10px;
    font-size: 16px;
  }
  .qa-container .qa-item {
    padding: 15px;
  }
  .qa-container .qa-item hr {
    margin: 15px 0;
  }
  .qa-container .qa-item .qa-header {
    font-size: 14px;
  }
  .qa-container .qa-item .qa-header .toggle-btn {
    width: 20px;
    height: 20px;
  }
  .qa-container .qa-item .qa-content {
    font-size: 14px;
  }
  .next-day-delivery-content-container h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .next-day-delivery-content-container h3 {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description {
    padding: 0 20px;
  }
  .next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__introduction {
    margin-top: 20px;
    font-size: 18px;
  }
  .next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__body {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .next-day-delivery-content-container .next-day-delivery-content .next-day-delivery-description__annotate {
    font-size: 14px;
  }
  .feature-container {
    padding: 20px 20px 60px 20px;
  }
  .feature-container h2.title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 30px;
  }
  .feature-container h3.subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
  .feature-container .feature-text {
    padding: 15px 0;
  }
  .feature-container .icon {
    width: 54px;
    height: 54px;
    margin-right: 15px;
  }
  .feature-container .icon img {
    max-width: 54px;
    max-height: 54px;
  }
  .feature-container .feature-text {
    font-size: 14px;
  }
  .feature-container .annotate {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.44px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container {
    padding-top: 30px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header {
    margin-bottom: 15px;
    padding: 0 20px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header h2 {
    font-size: 20px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-header .see-more {
    font-size: 18px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll {
    padding: 0 20px;
    gap: 20px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item {
    width: 80px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item .carousel-image {
    width: 80px;
    height: 80px;
  }
  .page-spot-rental .contentsWrap__inner .carousel-selection-container .carousel-selection-scroll .carousel-item .carousel-label {
    min-height: 40px;
    font-size: 14px;
  }
  .page-black-formal .topSection .products-container h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .page-black-formal .topSection .products-container .description {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .page-black-formal .topSection .merit-container {
    padding: 80px 20px 0;
    gap: 30px;
  }
  .page-black-formal .topSection .merit-container .merit-header {
    gap: 10px;
  }
  .page-black-formal .topSection .merit-container .merit-header .title {
    font-size: 30px;
  }
  .page-black-formal .topSection .merit-container .merit-header .subtitle {
    font-size: 16px;
  }
  .page-black-formal .topSection .merit-container .merit-item {
    gap: 10px;
  }
  .page-black-formal .topSection .merit-container .merit-item .text h3 {
    font-size: 14px;
  }
  .page-black-formal .topSection .merit-container .merit-item .text p {
    font-size: 14px;
  }
  .page-delivery .delivery-title-container {
    margin-top: 44px;
    padding: 0 20px;
  }
  .page-delivery .delivery-title-container .subtitle {
    margin-bottom: 17px;
    font-size: 16px;
  }
  .page-delivery .delivery-title-container .title {
    margin-bottom: 17px;
    font-size: 22px;
  }
  .page-delivery .delivery-title-container .description {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px){
  .page-dress .topSection .ranking-container .category-list .ranking-item-slider a,
  .page-dress .topSection .scene-container .category-list .ranking-item-slider a {
    flex: 0 0 44%;
  }
}

@media screen and (max-width: 519px){
  html {
    font-size: 2.67vw;
  }
  .container-item-list .ranking-item-image img {
    width: 100%;
    height: 215px;
    object-fit: cover;
  }
  .articleSection__inner {
    padding: 5rem 2rem 20rem;
  }
  .articleSection__title {
    margin-bottom: 3.6rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .header__logo {
    min-height: 60px;
    line-height: 46px;
  }
  .header__navButton {
    top: 18px;
    left: 12px;
    width: 24px;
    height: 26px;
  }
  .header__right {
    top: 18px;
    right: 12px;
    gap: 5px;
  }
  .header__right img {
    width: 24px;
    height: 24px;
  }
  .header__cartButton {
    top: 18px;
    right: 12px;
    width: 24px;
    height: 26px;
  }
  .header--top__logo {
    min-height: 60px;
    line-height: 46px;
  }
  .header--top__logo a {
    display: block;
    width: 202.16px;
    height: 20px;
  }
  .header--top__navButton {
    top: 14px;
    left: 12px;
    width: 2.6rem;
    height: 2.6rem;
  }
  .header--top__cartButton {
    top: 14px;
    right: 12px;
    width: 2.6rem;
    height: 2.6rem;
  }
  .footer {
    padding-top: 50px;
    padding-bottom: 51.8px;
  }
  .footer__nav {
    margin-bottom: 5.4rem;
  }
  .footer__nav li a {
    padding: 1.6rem 0;
  }
  .globalNav__list__toggle__title {
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
  .globalNav__list__toggle__title__button {
    width: 3.2rem;
    height: 3.2rem;
    margin-top: -1.6rem;
  }
  .globalNav__list__toggle__content {
    padding-bottom: 0.6rem;
  }
  .globalNav__list__toggle__content ul li {
    margin-bottom: 0.6rem;
    padding-left: 1.8rem;
  }
  .globalNav__list__toggle__subtitle {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
  }
  .page-guide .guide-how-to-rental .step .step-content .step-title {
    padding: 10px 5px 20px 5px;
  }
  .page-feature .feature-how-to-rental .step .step-content .step-title {
    padding: 10px 5px 20px 5px;
  }
  .page-dress .topSection .search-modal .modal-content {
    width: 100%;
    height: 100%;
    margin-right: -100%;
  }
}

@media screen and (max-width: 325px){
  .page-dress .topSection .topSection__headline__en .topText p:first-of-type {
    font-size: 34px;
  }
}

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