@charset "UTF-8";
/* ==========================================================================
 Foundation
============================================================================*/
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
     ========================================================================== */
/**
   * Reset form fields to make them styleable
   * 1. Reset radio and checkbox to preserve their look in iOS.
   */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

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

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

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

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

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

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

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

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

/**
   * 1. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  letter-spacing: .06em;
  line-height: 2.02;
  color: #191919;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity .4s;
}

body.show {
  opacity: 1;
}

a {
  color: #191919;
}

img {
  width: 100%;
  height: auto;
}

@keyframes shake {
  0% {
    left: -5px;
  }
  25% {
    left: 5px;
  }
  50% {
    left: -5px;
  }
  75% {
    left: 5px;
  }
  100% {
    left: -5px;
  }
}

@keyframes slideArrow {
  0% {
    left: -8px;
  }
  100% {
    left: 8px;
  }
}

@keyframes floatH {
  0% {
    transform: translateX(6px);
  }
  100% {
    transform: translateX(-6px);
  }
}

@keyframes floatV {
  0% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-6px);
  }
}

/* ==========================================================================
 layout
============================================================================*/
/* _footer.scss */
.l-footer {
  background-color: #EEF1F1;
  padding-top: 120px;
  margin-top: 200px;
}

#top .l-footer {
  padding-top: 103px;
  margin-top: 166px;
}

.l-footer__top {
  max-width: 540px;
  padding: 0 20px;
  margin: auto;
}

.l-footer__nav__item, .l-footer__nav__item--all, .l-footer__nav__item--next, .l-footer__nav__item--prev {
  font-size: 1.386rem;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
}

.l-footer__nav__item::after, .l-footer__nav__item--all::after, .l-footer__nav__item--next::after, .l-footer__nav__item--prev::after {
  content: "";
  display: block;
  position: absolute;
}

.l-footer__nav__item--all {
  order: 2;
}

.l-footer__nav__item--all::after {
  width: calc(100% + .2em);
  height: 3px;
  background-color: #191919;
  left: -.2em;
  bottom: -4px;
  transition: width .3s, left .3s;
}

.l-footer__nav__item--all:hover::after {
  left: -0.6em;
  width: calc(100% + 1em);
}

.l-footer__nav__item--next::after, .l-footer__nav__item--prev::after {
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 5px solid #191919;
  border-right: 5px solid #191919;
  transition: left .3s, right .3s;
}

.l-footer__nav__item--next {
  order: 3;
  padding-right: 30px;
}

.l-footer__nav__item--next::after {
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}

.l-footer__nav__item--next:hover::after {
  right: -10px;
}

.l-footer__nav__item--prev {
  order: 1;
  padding-left: 30px;
}

.l-footer__nav__item--prev::after {
  transform: translateY(-50%) rotate(-135deg);
  left: 0;
}

.l-footer__nav__item--prev:hover::after {
  left: -10px;
}

.l-footer__catLogo {
  max-width: 237px;
  margin: 170px auto 0;
  position: relative;
}

#top .l-footer__catLogo {
  margin-top: 0;
}

.l-footer__catLogo:hover, .l-footer__catLogo:focus {
  animation: shake .4s linear 0s 1;
}

.l-footer__bottom {
  position: relative;
  background-color: #FF5046;
  margin-top: 180px;
  padding-bottom: 12px;
}

#top .l-footer__bottom {
  margin-top: 157px;
}

.l-footer__hParcoLogo {
  max-width: 180px;
  display: block;
  margin: auto;
  transform: translateY(-50%);
}

.l-footer__copyright {
  margin-top: 2em;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  display: block;
  font-weight: 400;
}

/* _header.scss */
.l-header__top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(62, 58, 57, 0.85);
  font-size: 3.063rem;
  z-index: 999;
  padding: 0 30px 0 50px;
  line-height: 1;
  transition: transform .6s;
  backdrop-filter: blur(5px);
}

.l-header__top.hidden {
  transform: translateY(-100%);
}

.l-header__top:hover {
  transform: translateY(0) !important;
}

.l-header__top a {
  color: #ffffff;
}

.l-header__title__duration {
  font-size: 1.982rem;
  letter-spacing: 0.14em;
  padding-right: .5em;
}

.l-header__title__main {
  letter-spacing: 0.1em;
}

.l-header__title__sub {
  font-size: 2.342rem;
  padding-left: 0.5em;
}

.l-header__insta {
  font-size: 3.4rem;
}

.l-main, .l-main--shop {
  padding-top: 0;
}

.l-main--shop {
  padding-top: 260px;
}

/* ==========================================================================
 object
============================================================================*/
.c-blBox {
  border-left-width: 2px;
  border-left-style: solid;
  padding-left: 12px;
}

.c-button__link a, .c-button__link--insta a {
  display: inline-block;
  min-width: 169px;
  border-radius: 4.95px;
  border: 1px solid #FF5046;
  color: #FF5046;
  font-size: 1.386rem;
  letter-spacing: 0.2em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: background-color .3s, color .3s;
  line-height: 1;
  padding: 12px 14px 10px;
  font-weight: 700;
}

.c-button__link a::before, .c-button__link--insta a::before {
  content: "▶︎";
  font-size: 1rem;
  padding-right: .2em;
}

.c-button__link a:hover, .c-button__link--insta a:hover, .c-button__link a:focus, .c-button__link--insta a:focus {
  background-color: #FF5046;
  color: #ffffff;
}

.c-button__link--insta a {
  border: 1px solid #191919;
  color: #191919;
  padding: 7px 16px 7px;
  font-weight: 500;
}

.c-button__link--insta a i {
  font-size: 2.8rem;
  padding-right: .2em;
}

.c-button__link--insta a::before {
  display: none;
}

.c-button__link--insta a:hover, .c-button__link--insta a:focus {
  background-color: #191919;
}

.c-2columns {
  flex-wrap: wrap;
}

.c-2columns > * {
  width: 50%;
}

.c-3columns {
  flex-wrap: wrap;
}

.c-ham {
  color: #FF5046;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  z-index: 999;
}

.c-ham:focus {
  filter: drop-shadow(0px 0px 2px rgba(255, 0, 0, 0.5));
}

.c-ham[aria-expanded="true"] {
  color: #191919;
}

.c-ham__btn {
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #FF5046;
  position: relative;
  margin-bottom: 5px;
  transition: background-color .5s;
}

.c-ham[aria-expanded="true"] .c-ham__btn {
  background-color: #191919;
}

.c-ham__lines {
  width: 15px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color .3s;
}

.c-ham__lines::before, .c-ham__lines::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
  right: 0;
  z-index: 2;
  transition: .4s;
}

.c-ham__lines::before {
  top: -6.3px;
}

.c-ham[aria-expanded="false"]:hover .c-ham__lines::before, .c-ham[aria-expanded="false"]:focus .c-ham__lines::before {
  animation: ham-top-hover .8s ease-in-out;
}

.c-ham__lines::after {
  bottom: -6.3px;
  width: 60%;
}

.c-ham[aria-expanded="false"]:hover .c-ham__lines::after, .c-ham[aria-expanded="false"]:focus .c-ham__lines::after {
  animation: ham-bottom-hover .8s ease-in-out;
  width: 100%;
}

.c-ham[aria-expanded="true"] .c-ham__lines {
  background-color: transparent;
  width: 22px;
}

.c-ham[aria-expanded="true"] .c-ham__lines::before {
  top: 0;
  transform: rotate(45deg);
  width: 100% !important;
}

.c-ham[aria-expanded="true"] .c-ham__lines::after {
  bottom: 0;
  transform: rotate(-45deg);
  width: 100% !important;
}

.c-hideText {
  position: relative;
}

.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.c-inner {
  max-width: 1180px;
  box-sizing: content-box;
  margin: auto;
  padding: 0 65px;
}

.c-movie {
  max-width: 375px;
  margin: auto;
  margin-top: 167px;
  background-color: #ECECEC;
}

.c-movie video {
  width: 100%;
  height: auto;
}

.c-pageTop {
  position: absolute;
  top: -20px;
  right: 5%;
}

.c-pageTop a {
  display: block;
  background-color: #B7C6C6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  position: relative;
}

.c-pageTop a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -25%) rotate(45deg);
  transition: transform .3s;
}

.c-pageTop a:hover::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-parallaxBg {
  position: relative;
  overflow: hidden;
}

.c-parallaxBg > * {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 140%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

[data-scroll-in=clear] {
  filter: blur(5px);
  transition: filter .5s;
}

[data-scroll-in=clear].scroll-in {
  filter: blur(0);
}

.c-shop__shop {
  display: flex!important;
  align-items: center;
}

.c-shop__shop__floor {
  background-color: #FF5046;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: .2em .3em .3em .45em;
  margin-right: 0.8em;
  font-size: 1.4rem;
}

.c-shop__shop__name {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.c-shopModel {
  max-width: 1180px;
  margin: 170px auto 0;
}

.c-shopModel__main {
  margin-top: 49px;
}

.c-shopModel__main > div {
  width: 50%;
  padding: 20px 0;
}

.c-shopModel__modelInfo {
  border-right: 1px solid #C6C7C7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c-shopModel__modelInfo__title {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #868686;
}

.c-shopModel__modelInfo__name {
  color: #FF5046;
  font-size: 2.2rem;
  letter-spacing: 0.15em;
  margin-top: 1.3em;
}

.c-shopModel__modelInfo .c-button__link--insta {
  margin-top: 2em;
}

.c-shopModel__otherInfo {
  flex-direction: column;
}

.c-shopModel__otherInfo__inner {
  max-width: 400px;
  padding: 0 15px;
  margin: auto;
}

.c-shopModel__otherInfo__points__ttl {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.7;
  margin-top: -.85em;
}

.c-shopModel__otherInfo__points__ttl::before {
  content: "■";
}

.c-shopModel__otherInfo__points__desc {
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 30px;
}

.c-shopModel .c-shop__shop {
  margin-top: 40px;
}

.c-shopModel__links__item {
  margin-top: 32px;
}

.c-shopSlider__pc__wrapper {
  margin: 165px -65px 0;
  padding: 0 65px;
  position: relative;
}

.c-shopSlider__pc__item {
  flex-direction: row-reverse;
}

.c-shopSlider__pc__item > div {
  width: 46.76017%;
}

.c-shopSlider__pc__item__right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-shopSlider__pc__item__right__inner {
  width: 100%;
  max-width: 375px;
}

.c-shopSlider__pc__item__right .c-button__link, .c-shopSlider__pc__item__right .c-button__link--insta {
  margin-top: 97px;
  text-align: center;
}

.c-shopSlider__sp__item__right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.c-shopSlider__sp__item__right__inner {
  width: 100%;
  max-width: 375px;
}

.c-shopSlider__sp__item__right .c-button__link, .c-shopSlider__sp__item__right .c-button__link--insta {
  margin-top: 97px;
  text-align: center;
}

.c-shopSlider__item__list {
  margin-top: 97px;
  width: 64%;
  margin: 97px auto 0;
  font-size: 1.4rem;
}

.c-shopSlider__item__list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.c-shopSlider__item__list__item + .c-shopSlider__item__list__item {
  margin-top: 2.3em;
}

.c-shopSlider__item__list__item__term {
  font-weight: 400;
  min-width: 166px;
  line-height: 1.86;
}

.c-shopSlider__item__list__item__term > span {
  display: block;
}

.c-shopSlider__item__list__item__term__cat {
  font-weight: 400;
}

.c-shopSlider__item__list__item__term__name {
  letter-spacing: 0.025em;
  font-weight: 300;
}

.c-shopSlider__item__list__item__def {
  letter-spacing: 0.025em;
  font-weight: 300;
}

.swiper-button-next, .swiper-button-prev {
  height: 100%;
  top: 0;
  margin-top: 0;
  width: 5%;
  transition: padding .3s, background-color .5s;
  background-image: none;
  display: flex;
  align-items: center;
}

.swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
  outline: none;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  transform: rotate(45deg);
}

.swiper-button-prev {
  left: 0;
  justify-content: flex-start;
  padding-left: 10px;
}

.swiper-button-prev:hover {
  padding-left: 0;
}

.swiper-button-prev::after {
  border-left: 5px solid #FF5046;
  border-bottom: 5px solid #FF5046;
}

.swiper-button-next {
  right: 0;
  justify-content: flex-end;
  padding-right: 10px;
}

.swiper-button-next:hover {
  padding-right: 0;
}

.swiper-button-next::after {
  border-right: 5px solid #FF5046;
  border-top: 5px solid #FF5046;
}

.c-sp-shop-main__container + .c-sp-shop-main__container {
  margin-top: 30px;
}

.c-textDot {
  display: inline-block;
  position: relative;
}

.c-textDot::before {
  content: "・";
  position: absolute;
  left: 0;
  top: -.8em;
}

.c-title__shop {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}

.c-title__shop__inner {
  position: relative;
}

.c-title__shop__floor {
  line-height: 1;
  display: block;
  font-weight: 500;
  background-color: #FF5046;
  padding-right: .2em;
  font-size: 1.82rem;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
}

.unit .c-title__shop__floor {
  right: -1.7em;
}

.grac .c-title__shop__floor {
  right: 4em;
}

.fred .c-title__shop__floor {
  left: -1.2em;
}

.tomo .c-title__shop__floor {
  right: 2.6em;
}

.frea-m .c-title__shop__floor {
  right: -2.6em;
}

.nano-m .c-title__shop__floor {
  left: -1.5em;
}

.rose .c-title__shop__floor {
  left: 4.9em;
}

.gall .c-title__shop__floor {
  right: 3.3em;
}

.adam .c-title__shop__floor {
  left: -0.6em;
}

.frea-f .c-title__shop__floor {
  right: -1.2em;
}

.urba .c-title__shop__floor {
  right: 2.7em;
}

.levi .c-title__shop__floor {
  left: 2.1em;
}

.nano-f .c-title__shop__floor {
  left: -1.5em;
}

.xgir .c-title__shop__floor {
  right: -2.3em;
  transform: translateY(-69%);
}

.c-title__shop__name {
  line-height: .75;
  display: block;
  font-weight: 500;
  color: #ffffff;
  background-color: #FF5046;
  font-size: 2.94rem;
  padding-top: 0.68em;
  letter-spacing: .16em;
}

.unit .c-title__shop__name {
  padding-left: .4em;
  padding-right: .7em;
}

.grac .c-title__shop__name {
  padding-left: 0.34em;
  line-height: 1.3;
  padding-top: 0.2em;
}

.fred .c-title__shop__name {
  padding-left: 0.4em;
  padding-right: 2.8em;
}

.tomo .c-title__shop__name {
  padding-left: 1.8em;
  padding-right: 1.4em;
}

.frea-m .c-title__shop__name {
  padding-left: 0.4em;
  padding-right: 0.5em;
}

.nano-m .c-title__shop__name {
  padding-left: 1em;
  padding-right: 0.2em;
}

.rose .c-title__shop__name {
  padding-left: 0.5em;
  padding-right: 2.3em;
}

.gall .c-title__shop__name {
  padding-left: .3em;
  padding-right: 1.8em;
}

.adam .c-title__shop__name {
  padding-left: 1.4em;
  padding-right: 0.2em;
}

.frea-f .c-title__shop__name {
  padding-left: .4em;
  padding-right: 0.8em;
}

.urba .c-title__shop__name {
  padding-left: 2.7em;
  padding-right: 0.5em;
}

.levi .c-title__shop__name {
  padding-left: 0.4em;
  padding-right: 4.4em;
}

.nano-f .c-title__shop__name {
  padding-left: 1.4em;
  padding-right: 1.1em;
}

.xgir .c-title__shop__name {
  padding-left: 1.6em;
  padding-right: 3.6em;
  line-height: 1.3;
  padding-top: 0.2em;
}

.c-title__shop__sub {
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  text-align: center;
}

.c-partialBg {
  position: relative;
  z-index: 100;
}

.p-kv {
  padding-top: 115px;
  position: relative;
}

.p-kv__ttl {
  width: 51%;
  margin: auto;
  padding-right: 1%;
  pointer-events: none;
  position: relative;
  top: -2vw;
  z-index: 2;
}

.p-kv__slider {
  width: 100%;
  padding-bottom: 45.72674%;
  position: absolute;
  top: 150px;
  left: 0;
}

.p-kv .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-kv .swiper-slide {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-kv__slide01 {
  background-image: url(../img/top/img-top-kv-01.jpg);
}

.p-kv__slide02 {
  background-image: url(../img/top/img-top-kv-02.jpg);
}

.p-kv__slide03 {
  background-image: url(../img/top/img-top-kv-03.jpg);
}

.p-kv__slide04 {
  background-image: url(../img/top/img-top-kv-04.jpg);
}

.p-kv__slide05 {
  background-image: url(../img/top/img-top-kv-05.jpg);
}

.p-kv__slide06 {
  background-image: url(../img/top/img-top-kv-06.jpg);
}

.p-looks {
  margin-top: 164px;
}

.p-looks__ttl {
  width: 82px;
  height: 0;
  margin: auto;
  background-color: #FF5046;
  position: relative;
  transition: height 1.2s;
}

.p-looks__ttl__wrapper {
  height: 424px;
}

.p-looks__ttl.scroll-in {
  height: 424px;
}

.p-looks__ttl__txt {
  display: block;
  width: 128px;
  position: absolute;
  top: 175px;
  left: -23px;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 1s ease-out .5s, transform 1s ease-out .5s;
}

.scroll-in .p-looks__ttl__txt {
  opacity: 1;
  transform: translateY(0);
}

.p-looks__ttl__txt img {
  display: block;
}

.p-looks__list {
  width: 83%;
  margin: -132px auto 0;
  height: 83vw;
  position: relative;
}

.p-looks__list__item {
  position: absolute;
  width: 21%;
  height: 0;
  padding-bottom: 21%;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity .2s;
}

.p-looks__list__item:nth-of-type(1) {
  transition-delay: 0.6s;
}

.p-looks__list__item:nth-of-type(1) .p-looks__list__item__bg::before {
  transition-delay: 0.6s;
}

.p-looks__list__item:nth-of-type(1) .p-looks__list__item__bg::after {
  transition-delay: 0.3s;
}

.p-looks__list__item:nth-of-type(1) .c-title__shop {
  transition-delay: 0.8s;
}

.p-looks__list__item:nth-of-type(2) {
  transition-delay: 0.7s;
}

.p-looks__list__item:nth-of-type(2) .p-looks__list__item__bg::before {
  transition-delay: 0.8s;
}

.p-looks__list__item:nth-of-type(2) .p-looks__list__item__bg::after {
  transition-delay: 0.5s;
}

.p-looks__list__item:nth-of-type(2) .c-title__shop {
  transition-delay: 1s;
}

.p-looks__list__item:nth-of-type(3) {
  transition-delay: 0.8s;
}

.p-looks__list__item:nth-of-type(3) .p-looks__list__item__bg::before {
  transition-delay: 1s;
}

.p-looks__list__item:nth-of-type(3) .p-looks__list__item__bg::after {
  transition-delay: 0.7s;
}

.p-looks__list__item:nth-of-type(3) .c-title__shop {
  transition-delay: 1.2s;
}

.p-looks__list__item:nth-of-type(4) {
  transition-delay: 0.9s;
}

.p-looks__list__item:nth-of-type(4) .p-looks__list__item__bg::before {
  transition-delay: 1.2s;
}

.p-looks__list__item:nth-of-type(4) .p-looks__list__item__bg::after {
  transition-delay: 0.9s;
}

.p-looks__list__item:nth-of-type(4) .c-title__shop {
  transition-delay: 1.4s;
}

.p-looks__list__item:nth-of-type(5) {
  transition-delay: 1s;
}

.p-looks__list__item:nth-of-type(5) .p-looks__list__item__bg::before {
  transition-delay: 1.4s;
}

.p-looks__list__item:nth-of-type(5) .p-looks__list__item__bg::after {
  transition-delay: 1.1s;
}

.p-looks__list__item:nth-of-type(5) .c-title__shop {
  transition-delay: 1.6s;
}

.p-looks__list__item:nth-of-type(6) {
  transition-delay: 1.1s;
}

.p-looks__list__item:nth-of-type(6) .p-looks__list__item__bg::before {
  transition-delay: 1.6s;
}

.p-looks__list__item:nth-of-type(6) .p-looks__list__item__bg::after {
  transition-delay: 1.3s;
}

.p-looks__list__item:nth-of-type(6) .c-title__shop {
  transition-delay: 1.8s;
}

.p-looks__list__item:nth-of-type(7) {
  transition-delay: 1.2s;
}

.p-looks__list__item:nth-of-type(7) .p-looks__list__item__bg::before {
  transition-delay: 1.8s;
}

.p-looks__list__item:nth-of-type(7) .p-looks__list__item__bg::after {
  transition-delay: 1.5s;
}

.p-looks__list__item:nth-of-type(7) .c-title__shop {
  transition-delay: 2s;
}

.p-looks__list__item:nth-of-type(8) {
  transition-delay: 1.3s;
}

.p-looks__list__item:nth-of-type(8) .p-looks__list__item__bg::before {
  transition-delay: 2s;
}

.p-looks__list__item:nth-of-type(8) .p-looks__list__item__bg::after {
  transition-delay: 1.7s;
}

.p-looks__list__item:nth-of-type(8) .c-title__shop {
  transition-delay: 2.2s;
}

.p-looks__list__item:nth-of-type(9) {
  transition-delay: 1.4s;
}

.p-looks__list__item:nth-of-type(9) .p-looks__list__item__bg::before {
  transition-delay: 2.2s;
}

.p-looks__list__item:nth-of-type(9) .p-looks__list__item__bg::after {
  transition-delay: 1.9s;
}

.p-looks__list__item:nth-of-type(9) .c-title__shop {
  transition-delay: 2.4s;
}

.p-looks__list__item:nth-of-type(10) {
  transition-delay: 1.5s;
}

.p-looks__list__item:nth-of-type(10) .p-looks__list__item__bg::before {
  transition-delay: 2.4s;
}

.p-looks__list__item:nth-of-type(10) .p-looks__list__item__bg::after {
  transition-delay: 2.1s;
}

.p-looks__list__item:nth-of-type(10) .c-title__shop {
  transition-delay: 2.6s;
}

.p-looks__list__item:nth-of-type(11) {
  transition-delay: 1.6s;
}

.p-looks__list__item:nth-of-type(11) .p-looks__list__item__bg::before {
  transition-delay: 2.6s;
}

.p-looks__list__item:nth-of-type(11) .p-looks__list__item__bg::after {
  transition-delay: 2.3s;
}

.p-looks__list__item:nth-of-type(11) .c-title__shop {
  transition-delay: 2.8s;
}

.p-looks__list__item:nth-of-type(12) {
  transition-delay: 1.7s;
}

.p-looks__list__item:nth-of-type(12) .p-looks__list__item__bg::before {
  transition-delay: 2.8s;
}

.p-looks__list__item:nth-of-type(12) .p-looks__list__item__bg::after {
  transition-delay: 2.5s;
}

.p-looks__list__item:nth-of-type(12) .c-title__shop {
  transition-delay: 3s;
}

.p-looks__list__item:nth-of-type(13) {
  transition-delay: 1.8s;
}

.p-looks__list__item:nth-of-type(13) .p-looks__list__item__bg::before {
  transition-delay: 3s;
}

.p-looks__list__item:nth-of-type(13) .p-looks__list__item__bg::after {
  transition-delay: 2.7s;
}

.p-looks__list__item:nth-of-type(13) .c-title__shop {
  transition-delay: 3.2s;
}

.p-looks__list__item:nth-of-type(14) {
  transition-delay: 1.9s;
}

.p-looks__list__item:nth-of-type(14) .p-looks__list__item__bg::before {
  transition-delay: 3.2s;
}

.p-looks__list__item:nth-of-type(14) .p-looks__list__item__bg::after {
  transition-delay: 2.9s;
}

.p-looks__list__item:nth-of-type(14) .c-title__shop {
  transition-delay: 3.4s;
}

.p-looks__list__item .c-title__shop {
  position: absolute;
  z-index: 3;
  opacity: 0;
  filter: blur(15px);
  transition: opacity .3s, filter .6s;
}

.p-looks__list__item .c-title__shop__inner {
  width: 100%;
}

.p-looks__list__item .c-title__shop__floor {
  font-size: 0.8vw;
}

.p-looks__list__item .c-title__shop__name {
  font-size: 1.1vw;
}

.p-looks__list__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-looks__list__item__bg::before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  position: absolute;
  top: -1%;
  left: -1%;
  background-color: #ffffff;
  z-index: 2;
  transition: left 1s cubic-bezier(0, 0.24, 0, 1);
}

.p-looks__list__item__bg::after {
  content: "";
  display: block;
  width: 52%;
  height: 102%;
  position: absolute;
  top: -1%;
  left: -101%;
  background-color: #FF5046;
  z-index: 4;
  transition: left 1.5s ease-in-out;
  transform: skewX(-5deg);
  opacity: .8;
  mix-blend-mode: overlay;
}

.p-looks__list__item__bg__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: background-size 1s ease-in-out, opacity .5s;
}

a:hover .p-looks__list__item__bg__inner {
  transition: background-size 20s cubic-bezier(0.21, 0.21, 0, 0.7), opacity 0.5s;
  background-size: 130%;
  opacity: .9;
}

.p-looks__list__item.unit {
  top: 3%;
  left: 15.5%;
  transform: translateX(6px);
  animation: floatH 15s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.unit .c-title__shop {
  top: 44%;
  left: -15%;
}

.p-looks__list__item.unit .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-unit.jpg);
}

.p-looks__list__item.grac {
  top: 6.5%;
  left: 38.1%;
  transform: translateX(6px);
  animation: floatH 10s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.grac .c-title__shop {
  top: 53.5%;
  left: 0;
  width: 125.5%;
}

.p-looks__list__item.grac .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-grac.jpg);
}

.p-looks__list__item.fred {
  top: 0%;
  left: 67.3%;
  transform: translateY(6px);
  animation: floatV 9s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.fred .c-title__shop {
  top: 56.6%;
  left: -8.7%;
}

.p-looks__list__item.fred .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-fred.jpg);
}

.p-looks__list__item.tomo {
  top: 26.3%;
  left: 4.7%;
  transform: translateX(6px);
  animation: floatH 12s ease-in-out 1s infinite alternate;
}

.p-looks__list__item.tomo .c-title__shop {
  top: 57.1%;
  right: -20%;
}

.p-looks__list__item.tomo .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-tomo.jpg);
}

.p-looks__list__item.frea-m {
  top: 30.6%;
  left: 31.6%;
}

.p-looks__list__item.frea-m .c-title__shop {
  top: 61.3%;
  left: -25.9%;
}

.p-looks__list__item.frea-m .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-frea-m.jpg);
}

.p-looks__list__item.nano-m {
  top: 23.6%;
  left: 54.9%;
  transform: translateX(6px);
  animation: floatH 15s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.nano-m .c-title__shop {
  top: 51.7%;
  right: -6.9%;
}

.p-looks__list__item.nano-m .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-nano-m.jpg);
}

.p-looks__list__item.rose {
  top: 29.7%;
  left: 78.9%;
  transform: translateX(6px);
  animation: floatH 18s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.rose .c-title__shop {
  top: 56%;
  right: -8.5%;
}

.p-looks__list__item.rose .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-rose.jpg);
}

.p-looks__list__item.gall {
  top: 49.3%;
  left: 14.1%;
}

.p-looks__list__item.gall .c-title__shop {
  top: 61%;
  left: -7.4%;
}

.p-looks__list__item.gall .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-gall.jpg);
}

.p-looks__list__item.adam {
  top: 53.4%;
  left: 40.3%;
  z-index: 5;
  transform: translateX(6px);
  animation: floatH 6s ease-in-out 3s infinite alternate;
}

.p-looks__list__item.adam .c-title__shop {
  top: 57%;
  left: -12%;
}

.p-looks__list__item.adam .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-adam.jpg);
}

.p-looks__list__item.frea-f {
  top: 49.3%;
  left: 59.8%;
  z-index: 3;
  transform: translateY(6px);
  animation: floatV 12s ease-in-out 3s infinite alternate;
}

.p-looks__list__item.frea-f .c-title__shop {
  top: 60%;
  right: -18.9%;
}

.p-looks__list__item.frea-f .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-frea-f.jpg);
}

.p-looks__list__item.urba {
  top: 69.2%;
  left: 3.2%;
  transform: translateY(6px);
  animation: floatV 6s ease-in-out 2s infinite alternate;
}

.p-looks__list__item.urba .c-title__shop {
  top: 67%;
  left: -13%;
}

.p-looks__list__item.urba .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-urba.jpg);
}

.p-looks__list__item.levi {
  top: 77.2%;
  left: 29.1%;
  transform: translateX(6px);
  animation: floatH 9s ease-in-out 2s infinite alternate;
}

.p-looks__list__item.levi .c-title__shop {
  top: 50%;
  left: -15%;
}

.p-looks__list__item.levi .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-levi.jpg);
}

.p-looks__list__item.nano-f {
  top: 79%;
  left: 51.9%;
}

.p-looks__list__item.nano-f .c-title__shop {
  top: 57%;
  right: -16%;
}

.p-looks__list__item.nano-f .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-nano-f.jpg);
}

.p-looks__list__item.xgir {
  top: 68.5%;
  left: 77.3%;
  transform: translateY(6px);
  animation: floatV 18s ease-in-out 0s infinite alternate;
}

.p-looks__list__item.xgir .c-title__shop {
  top: 68%;
  left: -17%;
}

.p-looks__list__item.xgir .p-looks__list__item__bg__inner {
  background-image: url(../img/top/thumb-top-xgir.jpg);
}

.p-msg {
  margin-top: 190px;
}

.p-msg__ttl {
  width: 82px;
  height: 0;
  margin: auto;
  background-color: #FF5046;
  position: relative;
  transition: height 1.2s;
}

.p-msg__ttl__wrapper {
  height: 424px;
}

.p-msg__ttl.scroll-in {
  height: 424px;
}

.p-msg__ttl > span {
  display: block;
  width: 26px;
  position: absolute;
}

.p-msg__ttl > span > span {
  display: block;
  opacity: 0;
  transition: opacity .5s ease-out, transform .5s ease-out;
}

.p-msg__ttl > span > span > span {
  display: block;
}

.p-msg__ttl > span > span img {
  display: block;
}

.p-msg__ttl__fashion {
  top: 36px;
  right: -13px;
}

.p-msg__ttl__fashion > span {
  transform: translateX(-50%);
}

.scroll-in .p-msg__ttl__fashion > span {
  opacity: 1;
  transform: translateX(0);
}

.p-msg__ttl__fashion > span:not(:first-of-type) {
  margin-top: 11.5px;
}

.p-msg__ttl__fashion > span:nth-of-type(1) {
  transition-delay: 0.15s, 0.15s;
}

.p-msg__ttl__fashion > span:nth-of-type(2) {
  transition-delay: 0.2s, 0.2s;
}

.p-msg__ttl__fashion > span:nth-of-type(3) {
  transition-delay: 0.25s, 0.25s;
}

.p-msg__ttl__fashion > span:nth-of-type(4) {
  transition-delay: 0.3s, 0.3s;
}

.p-msg__ttl__fashion > span:nth-of-type(5) {
  transition-delay: 0.35s, 0.35s;
}

.p-msg__ttl__fashion > span:nth-of-type(6) {
  transition-delay: 0.4s, 0.4s;
}

.p-msg__ttl__fashion > span:nth-of-type(7) {
  transition-delay: 0.45s, 0.45s;
}

.p-msg__ttl__and {
  top: 171px;
  left: 27px;
}

.p-msg__ttl__and .p-msg__ttl__and__to {
  transition-duration: 2s;
}

.scroll-in .p-msg__ttl__and .p-msg__ttl__and__to {
  opacity: 1;
}

.p-msg__ttl__myhope {
  top: 138px;
  left: -18px;
}

.p-msg__ttl__myhope > span:not(:first-of-type) {
  margin-top: 10.5px;
}

.p-msg__ttl__myhope > span:not(:first-of-type).p-msg__ttl__myhope__h {
  margin-top: 24.5px;
}

.p-msg__ttl__myhope > span:not(:first-of-type).p-msg__ttl__myhope__maru {
  margin-top: 0;
}

.p-msg__ttl__myhope > span {
  transform: translateX(50%);
}

.scroll-in .p-msg__ttl__myhope > span {
  opacity: 1;
  transform: translateX(0);
}

.p-msg__ttl__myhope > span:nth-of-type(1) {
  transition-delay: 0.55s;
}

.p-msg__ttl__myhope > span:nth-of-type(2) {
  transition-delay: 0.6s;
}

.p-msg__ttl__myhope > span:nth-of-type(3) {
  transition-delay: 0.65s;
}

.p-msg__ttl__myhope > span:nth-of-type(4) {
  transition-delay: 0.7s;
}

.p-msg__ttl__myhope > span:nth-of-type(5) {
  transition-delay: 0.75s;
}

.p-msg__ttl__myhope > span:nth-of-type(6) {
  transition-delay: 0.8s;
}

.p-msg__ttl__myhope > span:nth-of-type(7) {
  transition-delay: 0.85s;
}

.p-msg__ttl__myhope__mp {
  position: relative;
}

.p-msg__ttl__myhope__p {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  left: 27.7px;
  transform: translateX(-100%);
  opacity: 0;
  transition: opacity 1.5s, transform 1s ease;
  transition-delay: 1.3s;
}

.scroll-in .p-msg__ttl__myhope__p {
  opacity: 1;
  transform: translateX(0);
}

.p-msg__ttl__myhope__m.out {
  position: relative;
}

.p-msg__ttl__myhope__m.out::before, .p-msg__ttl__myhope__m.out::after {
  content: "";
  display: block;
  width: 2.5px;
  height: 0;
  background-color: #EA5039;
  position: absolute;
  top: -6px;
  transition: height .5s;
}

.scroll-in .p-msg__ttl__myhope__m.out::before, .scroll-in .p-msg__ttl__myhope__m.out::after {
  height: 38px;
}

.p-msg__ttl__myhope__m.out::before {
  left: 6.5px;
  transition-delay: 1s;
}

.p-msg__ttl__myhope__m.out::after {
  right: 10.5px;
  transition-delay: 1.2s;
}

.p-msg__ttl__myhope__maru {
  margin-top: 0;
  position: relative;
  left: 15px;
}

.p-msg__detail {
  margin: 62px auto 0;
  width: 50%;
  height: 79vw;
  line-height: 2.3;
  min-width: 700px;
  color: #FF5046;
  position: relative;
}

.p-msg__detail p + p {
  margin-top: 2.3em;
}

.p-msg__detail__logo {
  margin: 0;
  position: absolute;
  right: -2.1%;
  bottom: -6%;
  width: 18%;
  line-height: 1;
}

.p-msg__detail__bg {
  width: 86.4%;
  height: 83.7%;
  position: absolute;
  bottom: 5%;
  left: 6.8%;
  z-index: -1;
  background-image: url(../img/top/bg-top-msg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* flex */
.u-flex, .u-flex--pc {
  display: flex;
}

.u-fdc {
  flex-direction: column;
}

.u-aic {
  align-items: center;
}

.u-aife {
  align-items: flex-end;
}

.u-aifs {
  align-items: flex-start;
}

.u-jcsb {
  justify-content: space-between;
}

.u-jcc {
  justify-content: center;
}

.u-fwrap {
  flex-wrap: wrap;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.sp-only-inline {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-flex {
  display: none;
}

.pc-only-flex {
  display: flex;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase-none {
  text-transform: none;
}

.u-tac {
  text-align: center;
}

.ff-marc {
  font-family: 'Marcellus', serif;
}

.ff-arse {
  font-family: 'Arsenal', sans-serif;
  font-style: italic;
}

.ff-noto {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 767px) {
  #top .l-footer {
    margin-top: 90px;
    padding-top: 98px;
  }
  .l-footer {
    padding-top: 75px;
    margin-top: 100px;
  }
  .l-footer__top {
    padding: 0 35px;
  }
  #top .l-footer__catLogo {
    width: 64%;
  }
  .l-footer__catLogo {
    margin: 127px auto 0;
    width: 57.97101%;
  }
  #top .l-footer__bottom {
    margin-top: 113px;
  }
  .l-footer__bottom {
    margin-top: 113px;
    padding-bottom: 8px;
  }
  .l-footer__hParcoLogo {
    width: 40%;
  }
  .l-footer__copyright {
    font-size: 1rem;
    margin-top: 0;
  }
  .l-header__top {
    background-color: rgba(62, 58, 57, 0.85);
    padding: 5px 15px 0 14px;
    height: 55px;
  }
  .l-header__title {
    display: flex;
    flex-wrap: wrap;
  }
  .l-header__title__duration {
    font-size: 1.1rem;
    align-self: flex-end;
  }
  .l-header__title__main {
    font-size: 1.7rem;
  }
  .l-header__title__sub {
    font-size: 1.3rem;
    margin-top: 5px;
    padding-left: 0;
  }
  .l-header__bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 3.063rem;
    z-index: 999;
    padding: 12px 15px 20px 14px;
    line-height: 1;
    transition: transform .6s;
    backdrop-filter: blur(5px);
  }
  .l-header__bottom__item + .l-header__bottom__item {
    padding-top: 15px;
  }
  .l-header__bottom .c-shop__shop__floor {
    font-weight: 500;
  }
  .l-header__bottom.hidden {
    transform: translateY(100%);
  }
  .l-header__bottom:hover {
    transform: translateY(0) !important;
  }
  .l-header__info__model__name__pref {
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    position: relative;
  }
  .l-header__info__model__name__pref::before {
    content: "";
    display: block;
    width: 8px;
    height: 1px;
    background-color: #FF5046;
    position: absolute;
    left: -15px;
    bottom: 9px;
  }
  .l-header__info__model__name__pref::after {
    content: ":";
    padding: 0 .5em;
  }
  .l-header__info__model__name__name {
    font-size: 1.9rem;
    letter-spacing: 0.11em;
    color: #FF5046;
  }
  .l-main, .l-main--shop {
    padding-top: 0;
  }
  .l-main--shop {
    padding-top: 0;
  }
  .c-button__link--insta a {
    padding: 5px 16px;
  }
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  .c-inner {
    padding: 0 20px;
  }
  .c-movie {
    margin-top: 30px;
  }
  .c-shopModel {
    margin-top: 95px;
  }
  .c-shopModel__main {
    margin-top: 40px;
    padding-top: 25px;
    position: relative;
  }
  .c-shopModel__main::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #868686;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-shopModel__main > div {
    width: 100%;
    padding: 0 9.06667%;
  }
  .c-shopModel__modelInfo__title {
    text-align: center;
    line-height: 1.57;
  }
  .c-shopModel__modelInfo__name {
    font-size: 1.8rem;
    text-align: center;
  }
  .c-shopModel__modelInfo .c-button__link--insta {
    margin-top: 1.5em;
  }
  .c-shopModel__otherInfo {
    margin-top: 60px;
  }
  .c-shopModel__otherInfo__inner {
    padding: 0;
  }
  .c-shopModel .c-shop__shop {
    justify-content: center;
  }
  .c-shopModel .c-shop__shop .c-shop__shop__floor .sp-only {
  	display: inline-block;
  }
  .c-shopModel__links.u-jcsb {
    justify-content: center;
  }
  .swiper-container-android .swiper-slide, .swiper-wrapper {
    align-items: center;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 50px;
  }
  .swiper-button-next::after, .swiper-button-prev::after {
    position: relative;
    animation: slideArrow 2s ease-in-out 0s infinite alternate;
  }
  .swiper-button-prev {
    padding-left: 20px;
  }
  .swiper-button-prev:hover {
    padding-left: 10px;
  }
  .swiper-button-next {
    padding-right: 20px;
  }
  .swiper-button-next:hover {
    padding-right: 10px;
  }
  .p-kv {
    padding-top: 0;
  }
  .p-kv__ttl {
    width: 95%;
    top: 7vw;
    transform: translateY(0) !important;
  }
  .p-kv__slider {
    top: 0;
    padding-bottom: 0;
    height: 161.4vw;
  }
  .p-looks {
    margin-top: 150px;
  }
  .p-looks__ttl__wrapper {
    height: 354px;
  }
  .p-looks__ttl {
    width: 68px;
  }
  .p-looks__ttl.scroll-in {
    height: 354px;
  }
  .p-looks__ttl__txt {
    top: 133px;
    width: 105px;
    left: -19px;
  }
  .p-looks__list {
    margin-top: -41px;
    width: 100%;
    height: auto;
  }
  .p-looks__list__item {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    animation: none !important;
    transform: translate(0, 0) !important;
    width: 80%;
    padding-bottom: 80%;
  }
  .p-looks__list__item.scroll-in {
    opacity: 1;
  }
  .p-looks__list__item.scroll-in .c-title__shop {
    opacity: 1;
    filter: blur(0);
  }
  .p-looks__list__item:nth-of-type(1) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(1) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(1) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(1) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(2) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(2) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(2) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(2) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(3) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(3) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(3) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(3) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(4) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(4) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(4) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(4) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(5) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(5) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(5) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(5) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(6) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(6) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(6) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(6) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(7) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(7) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(7) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(7) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(8) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(8) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(8) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(8) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(9) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(9) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(9) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(9) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(10) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(10) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(10) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(10) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(11) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(11) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(11) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(11) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(12) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(12) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(12) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(12) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(13) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(13) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(13) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(13) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item:nth-of-type(14) {
    transition-delay: 0s;
  }
  .p-looks__list__item:nth-of-type(14) .p-looks__list__item__bg::before {
    transition-delay: .2s;
  }
  .p-looks__list__item:nth-of-type(14) .p-looks__list__item__bg::after {
    transition-delay: .05s;
  }
  .p-looks__list__item:nth-of-type(14) .c-title__shop {
    transition-delay: .4s;
  }
  .p-looks__list__item .c-title__shop__floor {
    font-size: 3.3vw;
  }
  .p-looks__list__item .c-title__shop__name {
    font-size: 5.1vw;
  }
  .p-looks__list__item.scroll-in .p-looks__list__item__bg::before {
    left: 101%;
  }
  .p-looks__list__item.scroll-in .p-looks__list__item__bg::after {
    left: 120%;
  }
  .p-looks__list__item.unit {
    margin-left: 12%;
  }
  .p-looks__list__item.grac {
    margin-top: -6%;
  }
  .p-looks__list__item.grac .c-title__shop {
    width: 99.9vw;
  }
  .p-looks__list__item.fred {
    margin-top: 3%;
    margin-left: 20%;
  }
  .p-looks__list__item.tomo {
    margin-top: -4.2%;
    margin-left: 4.1%;
  }
  .p-looks__list__item.frea-m {
    margin-top: 5.3%;
    margin-left: 20%;
  }
  .p-looks__list__item.nano-m {
    margin-top: -7.3%;
  }
  .p-looks__list__item.rose {
    margin-top: -5%;
    margin-left: 13%;
  }
  .p-looks__list__item.gall {
    margin-top: 7.7%;
    margin-left: 6.5%;
  }
  .p-looks__list__item.adam {
    margin-top: -5.5%;
    margin-left: 20%;
  }
  .p-looks__list__item.frea-f {
    margin-top: 6%;
  }
  .p-looks__list__item.urba {
    margin-top: -5%;
    margin-left: 10%;
  }
  .p-looks__list__item.levi {
    margin-top: 6%;
    margin-left: 20%;
  }
  .p-looks__list__item.nano-f {
    margin-top: -6.5%;
    margin-left: 7%;
  }
  .p-looks__list__item.xgir {
    margin-top: -6.5%;
    margin-left: 13.2%;
  }
  .p-msg {
    margin-top: 182px;
  }
  .p-msg__ttl__wrapper {
    height: 354px;
  }
  .p-msg__ttl {
    width: 68px;
  }
  .p-msg__ttl.scroll-in {
    height: 354px;
  }
  .p-msg__ttl > span {
    width: 21px;
  }
  .p-msg__ttl__fashion {
    top: 33px;
    right: -9.5px;
  }
  .p-msg__ttl__fashion > span:not(:first-of-type) {
    margin-top: 10.5px;
  }
  .p-msg__ttl__and {
    top: 142px;
    left: 22px;
  }
  .p-msg__ttl__myhope {
    top: 112px;
    left: -17px;
  }
  .p-msg__ttl__myhope > span:not(:first-of-type).p-msg__ttl__myhope__h {
    margin-top: 19.5px;
  }
  .p-msg__ttl__myhope__p {
    width: 21px;
    height: 21px;
    left: 25.7px;
  }
  .p-msg__ttl__myhope__m.out::before, .p-msg__ttl__myhope__m.out::after {
    width: 2px;
    top: -5px;
  }
  .scroll-in .p-msg__ttl__myhope__m.out::before, .scroll-in .p-msg__ttl__myhope__m.out::after {
    height: 30px;
  }
  .p-msg__ttl__myhope__m.out::before {
    left: 8.5px;
  }
  .p-msg__ttl__myhope__m.out::after {
    right: 6.5px;
  }
  .p-msg__detail {
    width: 100%;
    margin-top: 88px;
    padding: 0 12px 0 27px;
    line-height: 2.1;
    height: 268.9vw;
    min-width: unset;
  }
  .p-msg__detail p + p {
    margin-top: 1.6em;
  }
  .p-msg__detail__logo {
    right: 18%;
    bottom: 0.8%;
    margin-top: 0;
    width: 62%;
  }
  .p-msg__detail__bg {
    width: 100%;
    left: 0;
    bottom: 18.4%;
    height: 53%;
  }
  .u-flex--pc {
    display: block;
  }
  .u-aic-sp {
    align-items: center;
  }
  .u-jcc-sp {
    justify-content: center;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only-inline {
    display: inline;
  }
  .pc-only-inline {
    display: none !important;
  }
  .sp-only-flex {
    display: flex;
  }
  .pc-only-flex {
    display: none !important;
  }
  .u-pt85 {
    padding-top: 30px;
  }
  .u-pt120 {
    padding-top: 30px;
  }
  .u-tac-sp {
    text-align: center;
  }
  .u-tal-sp {
    text-align: left;
  }
}

@media screen and (max-width: 1319px) {
  .c-inner {
    padding: 0 5%;
  }
  .c-shopSlider__pc__wrapper {
    margin: 165px -5% 0;
    padding: 0 5%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .p-kv__slide01 {
    background-image: url(../img/top/img-top-kv-01@2x.jpg);
  }
  .p-kv__slide02 {
    background-image: url(../img/top/img-top-kv-02@2x.jpg);
  }
  .p-kv__slide03 {
    background-image: url(../img/top/img-top-kv-03@2x.jpg);
  }
  .p-kv__slide04 {
    background-image: url(../img/top/img-top-kv-04@2x.jpg);
  }
  .p-kv__slide05 {
    background-image: url(../img/top/img-top-kv-05@2x.jpg);
  }
  .p-kv__slide06 {
    background-image: url(../img/top/img-top-kv-06@2x.jpg);
  }
  .p-looks__list__item.unit .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-unit@2x.jpg);
  }
  .p-looks__list__item.grac .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-grac@2x.jpg);
  }
  .p-looks__list__item.fred .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-fred@2x.jpg);
  }
  .p-looks__list__item.tomo .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-tomo@2x.jpg);
  }
  .p-looks__list__item.frea-m .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-frea-m@2x.jpg);
  }
  .p-looks__list__item.nano-m .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-nano-m@2x.jpg);
  }
  .p-looks__list__item.rose .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-rose@2x.jpg);
  }
  .p-looks__list__item.gall .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-gall@2x.jpg);
  }
  .p-looks__list__item.adam .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-adam@2x.jpg);
  }
  .p-looks__list__item.frea-f .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-frea-f@2x.jpg);
  }
  .p-looks__list__item.urba .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-urba@2x.jpg);
  }
  .p-looks__list__item.levi .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-levi@2x.jpg);
  }
  .p-looks__list__item.nano-f .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-nano-f@2x.jpg);
  }
  .p-looks__list__item.xgir .p-looks__list__item__bg__inner {
    background-image: url(../img/top/thumb-top-xgir@2x.jpg);
  }
  .p-msg__detail__bg {
    background-image: url(../img/top/bg-top-msg@2x.jpg);
  }
}

@media screen and (min-width: 768px) {
  .scroll-in .p-looks__list__item {
    opacity: 1;
  }
  .scroll-in .p-looks__list__item .c-title__shop {
    opacity: 1;
    filter: blur(0);
  }
  .scroll-in .p-looks__list__item__bg::before {
    left: 101%;
  }
  .scroll-in .p-looks__list__item__bg::after {
    left: 120%;
  }
}
