@charset "UTF-8";

:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f9f7ed;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", "Yu Gothic", sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 140%;
  text-size-adjust: 100%;
  overflow-wrap: break-word;
}

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

em,
i,
dfn {
  font-style: normal;
}

a {
  -webkit-transition: 0.2s;
  color: #000000;
  transition: 0.2s;
}

img {
  display: block;
  width: 100%;
}

/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  text-decoration: none;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.p-top-visual {
  padding-top: 240px;
}

.p-top-visual__slider .swiper-slide img {
  aspect-ratio: 1440/810;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 85px;
}

.l-footer__contents {
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 1440px;
}

.l-footer__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-footer__nav {
  gap: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__list {
  gap: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-footer__link {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.l-footer__copy {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.l-header {
  -webkit-transition: background 0.2s;
  z-index: 100;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 82px;
  transition: background 0.2s;
}

.is-ham-active .l-header {
  background: #f9f7ed;
}

.l-header__logo-link {
  -webkit-transition: opacity 0.2s;
  display: block;
  width: 117px;
  transition: opacity 0.2s;
}

.l-header__nav {
  padding-block: 20px;
  padding-inline: 20px;
  margin-inline: auto;
  max-width: 1520px;
}

.l-header__nav-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.l-header__nav-list {
  gap: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
}

.l-header__nav-item a {
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

.l-header__nav-link {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.l-header__nav-insta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.l-header__nav-online a {
  display: block;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

.l-header__nav-insta-icon {
  margin-right: 10px;
}

.l-header__nav-insta-official {
  position: relative;
  margin-right: 24px;
}

.l-header__nav-insta-official::after {
  -webkit-transform: translateY(-50%) rotate(15deg);
  position: absolute;
  top: 50%;
  right: -13px;
  width: 1px;
  height: 12px;
  transform: translateY(-50%) rotate(15deg);
  background: #333333;
  content: "";
}

.l-header__nav-insta-official a {
  display: block;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.l-header__nav-insta-online a {
  display: block;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.l-ham__menu-btn-wrap {
  display: none;
}

.c-ttl-01 {
  font-family: "Petrona", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
}

.p-info-detail {
  margin-top: 120px;
}

.p-info-detail__inner {
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
}

.p-info-detail__ttl {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: center;
}

.p-info-detail__meta {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
}

.p-info-detail_date {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-info-detail_cat {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-info-detail_cat span {
  padding-block: 7px;
  padding-inline: 10px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1;
}

.p-info-detail__mv {
  margin-inline: auto;
  max-width: 600px;
  padding-top: 40px;
}

.p-info-detail__mv img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
}

.p-info-detail__body > *:not(:first-child) {
  margin-top: 30px;
}

.p-info-detail__body p {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 24px !important;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body h2 {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 80px !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  margin-top: 60px !important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body h3:before {
  display: inline;
  width: 11px;
  height: 13px;
  margin-right: 4px;
  background: url(../img/common/asterisk_black.svg) center center/contain no-repeat;
  content: "";
}

.p-info-detail__body h4 {
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body h5 {
  max-width: 780px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body a {
  text-underline-offset: 8px;
  -webkit-transition: opacity 0.2s;
  color: #888;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.p-info-detail__body ol {
  max-width: 780px;
  margin: 0 auto;
  counter-reset: num 0;
}

.p-info-detail__body ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.p-info-detail__body ol > li:not(:first-of-type) {
  margin-top: 10px;
}

.p-info-detail__body ol > li:before {
  display: inline;
  margin-right: 8px;
  content: counter(num) ".";
  counter-increment: num 1;
}

.p-info-detail__body ul {
  max-width: 780px;
  margin: 0 auto;
}

.p-info-detail__body ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.p-info-detail__body ul > li::before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #000000;
  content: "";
}

.p-info-detail__body ul > li:not(:first-of-type) {
  margin-top: 10px;
}

.p-info-detail__body img {
  margin-top: 80px !important;
  margin-right: auto;
  margin-left: auto;
}

.p-info-detail__body iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-info-detail__body .wp-block-columns-is-layout-flex {
  -ms-grid-columns: (1fr)[2];
  gap: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}

.p-info-detail__body .wp-block-columns-is-layout-flex img {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-top: 0 !important;
  padding: 0;
}

.p-info-detail__body .wp-element-caption {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-info-detail__body div.wp-block-buttons {
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 38px;
}

.p-info-detail__body div.wp-block-button {
  display: inline-block;
  margin-top: 0;
  padding: 0;
}

.p-info-detail__body a.wp-block-button__link {
  display: block;
  padding: 10px 50px;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: transparent;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.p-info-detail__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 160px;
  padding-bottom: 60px;
}

.p-info-detail__prev,
.p-info-detail__next {
  min-width: 80px;
  text-align: center;
}

.p-info-detail__prev a,
.p-info-detail__next a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-info-detail__back {
  text-align: center;
}

.p-info-detail__back a {
  text-underline-offset: 5px;
  -webkit-transition: opacity 0.2s;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.p-info {
  padding-inline: 80px;
  margin-inline: auto;
  max-width: 1440px;
}

.p-info__wrap {
  padding-top: 120px;
  padding-bottom: 35px;
}

.p-info__list {
  -ms-grid-columns: (1fr)[3];
  gap: 80px 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-info__head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-info__cat {
  position: relative;
}

.p-info__cat-list {
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
}

.p-info__cat-list.is-open::before {
  rotate: -90deg;
}

.p-info__cat-item {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
}

.p-info__contents {
  padding-top: 25px;
}

.p-info__item a {
  -webkit-transition: opacity 0.2s;
  display: block;
  transition: opacity 0.2s;
}

.p-info__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.p-info__inner {
  padding-top: 20px;
}

.p-info__date {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-info__txt {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  padding-top: 10px;
  overflow: hidden;
  font-weight: 300;
  letter-spacing: 0;
  text-overflow: ellipsis;
}

.p-info-loading {
  display: none;
  padding-top: 160px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
}

.p-look-detail {
  overflow: hidden;
}

.p-look-detail__inner {
  margin-inline: auto;
  padding-inline: 180px;
  max-width: 1440px;
}

.p-look-detail__body {
  margin-top: 120px;
}

.p-look-detail__body > *:not(:first-child) {
  margin-top: 30px;
}

.p-look-detail__body p {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 24px !important;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body h1 {
  margin-top: 120px !important;
  font-family: "Petrona", serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 125%;
  text-align: center;
}

.p-look-detail__body h2 {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 80px !important;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body h3 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body h3:before {
  display: inline;
  width: 11px;
  height: 13px;
  margin-right: 4px;
  background: url(../img/common/asterisk_black.svg) center center/contain no-repeat;
  content: "";
}

.p-look-detail__body h4 {
  max-width: 780px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body h5 {
  max-width: 780px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body a {
  text-underline-offset: 8px;
  -webkit-transition: opacity 0.2s;
  color: #888;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.p-look-detail__body ol {
  max-width: 780px;
  margin: 0 auto;
  counter-reset: num 0;
}

.p-look-detail__body ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.p-look-detail__body ol > li:not(:first-of-type) {
  margin-top: 10px;
}

.p-look-detail__body ol > li:before {
  display: inline;
  margin-right: 8px;
  content: counter(num) ".";
  counter-increment: num 1;
}

.p-look-detail__body ul {
  max-width: 780px;
  margin: 0 auto;
}

.p-look-detail__body ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
}

.p-look-detail__body ul > li::before {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 4px;
  height: 4px;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #000000;
  content: "";
}

.p-look-detail__body ul > li:not(:first-of-type) {
  margin-top: 10px;
}

.p-look-detail__body img {
  -o-object-fit: cover;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
}

.p-look-detail__body iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-look-detail__body .wp-block-columns-is-layout-flex {
  -ms-grid-columns: (1fr)[2];
  gap: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 80px;
}

.p-look-detail__body .wp-block-columns-is-layout-flex img {
  width: 100%;
  max-width: 750px;
  height: auto;
  margin-top: 0;
  padding: 0;
}

.p-look-detail__body .wp-element-caption {
  width: 70%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-look-detail__body div.wp-block-buttons {
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
  padding-top: 38px;
}

.p-look-detail__body div.wp-block-button {
  display: inline-block;
  margin-top: 0;
  padding: 0;
}

.p-look-detail__body a.wp-block-button__link {
  display: block;
  padding: 10px 50px;
  border: 1px solid #888;
  border-radius: 4px;
  background-color: transparent;
  color: #888;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.p-look-detail__mv {
  margin-inline: auto;
  max-width: 720px;
}

.p-look-detail__slider {
  margin-inline: calc(50% - 50vw) !important;
  width: 100vw !important;
  margin-top: 80px !important;
}

.p-look-detail__slider__wrap {
  overflow: hidden;
}

.p-look-detail__slider__inner {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.p-look-detail__slider-body {
  -webkit-transform: translateX(-50px) !important;
  padding-bottom: 188px !important;
  overflow: visible !important;
  transform: translateX(-50px) !important;
}

.p-look-detail__slider-body .swiper-slide {
  -webkit-transition: all 0.4s;
  text-decoration: none;
  transition: all 0.4s;
}

.p-look-detail__slider-body .swiper-slide:not(.swiper-slide-visible.swiper-slide-active, .swiper-slide-visible.swiper-slide-next) {
  opacity: 0.3 !important;
}

.p-look-detail__slider-body .swiper-pagination {
  -webkit-transform: translateX(50px);
  bottom: 125px !important;
  transform: translateX(50px);
}

.p-look-detail__slider-body .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-look-detail__slider-body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 12px !important;
}

.p-look-detail__slider-body .swiper-pagination-bullet {
  background: #d9d9d9;
  opacity: 1;
}

.p-look-detail__slider-body .swiper-pagination-bullet-active {
  background: #656565;
}

.p-look-detail__slider-contents {
  -webkit-transition: opacity 1s;
  overflow: hidden;
  transition: opacity 1s;
}

.p-look-detail__slider-inner {
  padding-top: 20px;
}

p.p-look-detail__slider-txt {
  margin-top: 0 !important;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 200%;
}

.p-look-detail__back {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.p-look-detail__back a {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  transition: opacity 0.2s;
}

.p-look-detail__back a::before {
  display: inline;
  width: 16px;
  height: 7px;
  margin-right: 4px;
  background: url(../img/common/arrow_left_black.svg) center center/contain no-repeat;
  content: "";
}

.p-look {
  padding-inline: 80px;
  margin-inline: auto;
  max-width: 1440px;
}

.p-look__wrap {
  padding-top: 120px;
  padding-bottom: 35px;
}

.p-look__contents {
  padding-top: 25px;
}

.p-look__head {
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-look__cat {
  position: relative;
}

.p-look__cat-list {
  -ms-flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.p-look__cat-list.is-open::before {
  rotate: -90deg;
}

.p-look__cat-list::before {
  display: block;
  position: absolute;
  top: 6px;
  left: -16px;
  width: 11px;
  height: 6px;
  background-image: url(../img/common/arrow_bottom_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-look__cat-item {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
}

.p-look__list {
  -ms-grid-columns: (1fr)[3];
  gap: 80px 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-look__item a {
  -webkit-transition: opacity 0.2s;
  display: block;
  transition: opacity 0.2s;
}

.p-look__img img {
  aspect-ratio: 400/533;
  -o-object-fit: cover;
  height: auto;
  max-height: 533px;
  object-fit: cover;
}

.p-look__inner {
  padding-top: 20px;
}

.p-look__date {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-look__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  padding-top: 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-overflow: ellipsis;
}

.p-members {
  padding-top: 120px;
}

.p-members__wrap {
  padding-inline: 40px;
  margin-inline: auto;
  width: 100%;
  max-width: 860px;
}

.p-members__inner {
  padding-top: 24px;
}

.p-members__txt {
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-members__btns {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}

.p-members__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 32px;
  background: #000000;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1;
  transition: opacity 0.2s;
}

.p-members__links {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  padding-top: 40px;
}

.p-members__link {
  text-underline-offset: 6px;
  -webkit-transition: opacity 0.2s;
  color: #888;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 300%;
  text-decoration: underline;
  transition: opacity 0.2s;
}

.p-members__annotation {
  padding-top: 40px;
}

.p-members__annotation p {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-members__annotation a {
  text-decoration: underline;
}

.p-pattern {
  padding-inline: 80px;
  margin-inline: auto;
  max-width: 1440px;
}

.p-pattern__wrap {
  padding-top: 120px;
  padding-bottom: 35px;
}

.p-pattern__contents {
  padding-top: 25px;
}

.p-pattern__head {
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-pattern__cat {
  position: relative;
}

.p-pattern__cat-list {
  -ms-flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.p-pattern__cat-list.is-open::before {
  rotate: -90deg;
}

.p-pattern__cat-list::before {
  display: block;
  position: absolute;
  top: 6px;
  left: -16px;
  width: 11px;
  height: 6px;
  background-image: url(../img/common/arrow_bottom_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.p-pattern__cat-item {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  white-space: nowrap;
}

.p-pattern__list {
  -ms-grid-columns: (1fr)[3];
  gap: 80px 40px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.p-pattern__item {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.p-pattern__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.p-pattern__inner {
  padding-top: 20px;
}

.p-pattern__date {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
}

.p-pattern__ttl {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  padding-top: 10px;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  text-overflow: ellipsis;
}

/* モーダル本体 */
.p-pattern-modal__wrapper {
  display: none;
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-pattern-modal__layer {
  height: 100%;
  background: rgba(206, 203, 185, 0.7);
  cursor: pointer;
}

.p-pattern-modal__container {
  -webkit-transform: translate(-50%, -50%);
  padding-block: calc(min(40*0.0694444444vw, 40px));
  padding-inline: calc(min(80*0.0694444444vw, 80px));
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  background: #f9f7ed;
}

.p-pattern-modal__inner {
  position: relative;
  height: 100%;
}

/* モーダルを閉じるボタン */
.p-pattern-modal__close {
  -webkit-transition: opacity 0.6s;
  position: absolute;
  top: -100px;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: opacity 0.6s;
}

.p-pattern-modal__close:hover {
  opacity: 0.6;
}

.p-pattern-modal__close:before,
.p-pattern-modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #fff;
  content: "";
}

.p-pattern-modal__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-pattern-modal__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.p-pattern-modal__content {
  margin-inline: auto;
  position: relative;
  max-width: 1280px;
}

.p-pattern-modal__group {
  gap: calc(min(40*0.0694444444vw, 40px));
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
}

.p-pattern-modal__image {
  position: relative;
  width: 100%;
  max-width: 560px;
}

.p-pattern-modal__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  height: auto;
  max-height: 560px;
  object-fit: cover;
}

.p-pattern-modal__image:before {
  display: block;
  padding-top: 100%;
  content: "";
}

.p-pattern-modal__block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-block: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 680px;
}

.p-pattern-modal__ttl {
  font-family: "Petrona", serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.25;
}

.p-pattern-modal__season {
  padding-top: 20px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  letter-spacing: 0;
}

.p-pattern-modal__txt {
  padding-top: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
}

.p-pattern-modal__block-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
}

.p-pattern-modal__block-bottom span {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 170%;
}

a.p-pattern-modal__products {
  -webkit-text-decoration-color: #999999;
  text-underline-offset: 6px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
  text-decoration: underline;
  text-decoration-color: #999999;
}

p.p-pattern-modal__products {
  -webkit-text-decoration-color: #999999;
  text-underline-offset: 6px;
  padding-top: 5px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 170%;
  text-decoration: underline;
  text-decoration-color: #999999;
}

.remodal-overlay {
  background: rgba(206, 203, 185, 0.7) !important;
}

.remodal-wrapper {
  text-align: left !important;
}

.remodal {
  -webkit-transform: translate(-50%, -50%) !important;
  padding-block: calc(min(40*0.0694444444vw, 40px)) !important;
  padding-inline: calc(min(80*0.0694444444vw, 80px)) !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
  transform: translate(-50%, -50%) !important;
  background: #f9f7ed !important;
  color: #000000;
}

.remodal-close {
  -webkit-transition: opacity 0.6s !important;
  position: absolute !important;
  top: -100px !important;
  right: 0 !important;
  left: auto !important;
  width: 60px !important;
  height: 60px !important;
  transition: opacity 0.6s !important;
}

.remodal-close:before, .remodal-close:after {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 60px !important;
  height: 1px !important;
  background: #fff !important;
  content: "" !important;
}

.remodal-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.remodal-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.p-shoplist {
  padding-top: 160px;
  padding-bottom: 60px;
}

.p-shoplist__wrap {
  margin-inline: auto;
  padding-inline: 80px;
  max-width: 1440px;
}

.p-shoplist__box {
  gap: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.p-shoplist__map {
  z-index: 0;
  width: 47.2222222222vw;
  height: 43.0555555556vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.p-shoplist__contents {
  width: calc(min(654*0.0694444444vw, 654px));
  padding-top: 10px;
}

.p-shoplist__tab {
  -ms-flex-wrap: wrap;
  gap: 0px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-shoplist__tab-list {
  position: relative;
}

.p-shoplist__tab-list::after {
  position: absolute;
  top: 8px;
  right: -12px;
  font-size: 13px;
  font-weight: 300;
  content: "|";
}

.p-shoplist__tab-list[role="tab"] {
  padding: 0.5rem 0.7rem;
  border: none;
  font-size: 13px;
  font-weight: 300;
  cursor: pointer;
}

.p-shoplist__tab-list[role="tab"][aria-selected="true"] {
  font-weight: 500;
}

.p-shoplist__online {
  padding: 0.5rem 0.7rem;
  border: none;
  font-size: 13px;
  font-weight: 300;
}

.p-shoplist__inner {
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  height: 39.7916666667vw;
  padding-top: 48px;
  overflow-y: scroll;
}

.p-shoplist__inner::-webkit-scrollbar {
  display: none;
}

.p-shoplist__list {
  -ms-grid-columns: (1fr)[2];
  gap: 35px 36px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.is-all-selected .p-shoplist__inner {
  padding-top: 13px;
}

.is-all-selected .p-shoplist__list {
  padding-top: 35px;
}

.p-shoplist__item {
  padding-top: 20px;
  border-top: 1px solid #000000;
}

.p-shoplist__item-head {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-shoplist__name {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
}

.p-shoplist__link {
  -webkit-transition: opacity 0.2s;
  position: relative;
  width: 80px;
  height: 20px;
  border-radius: 2px;
  background: #000000;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.p-shoplist__link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.p-shoplist__store-address {
  padding-top: 16px;
  font-size: 13px;
  line-height: 170%;
}

.p-shoplist__store-phone {
  font-size: 13px;
  line-height: 170%;
}

.p-shoplist__store-notes {
  font-size: 13px;
  line-height: 170%;
}

.p-top-mv__slider .swiper-slide {
  height: 88.5vh;
}

.p-top-mv__slider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__slider img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__video {
  width: 100%;
  height: 88.5vh;
}

.p-top-mv__video video {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-mv__slider.-pc,
.p-top-mv__video.-pc {
  display: block;
}

.p-top-mv__slider.-sp,
.p-top-mv__video.-sp {
  display: none;
}

.p-top-brand {
  padding-top: 300px;
}

.p-top-brand__wrap {
  padding-inline: 40px;
  margin-inline: auto;
  max-width: 1440px;
}

.p-top-brand__contents {
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-top-brand__inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 465px;
  margin-left: calc(min(120*0.0694444444vw, 120px));
}

.p-top-brand__txt {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 300%;
}

.p-top-brand__img {
  max-width: 660px;
}

.p-top-collection {
  padding-top: 240px;
}

.p-top-collection__contents {
  padding-inline: 40px;
  margin-inline: auto;
  max-width: 620px;
}

.p-top-collection__inner {
  padding-top: 25px;
}

.swiper-container:has(.p-top-collection__slider) {
  position: relative;
  padding-bottom: 50px;
}

.swiper-container:has(.p-top-collection__slider) .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.swiper-container:has(.p-top-collection__slider) .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-inline: 12px;
}

.swiper-container:has(.p-top-collection__slider) .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
}

.swiper-container:has(.p-top-collection__slider) .swiper-pagination-bullet-active {
  background-color: #656565;
}

.p-top-collection__slider-link {
  -webkit-transition: opacity 0.2s;
  display: block;
  transition: opacity 0.2s;
}

.p-top-collection__slider-link img {
  aspect-ratio: 540/720;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-info {
  padding-top: 240px;
}

.p-top-info__contents {
  padding-inline: 40px;
  margin-inline: auto;
  max-width: 1360px;
}

.p-top-info__list {
  -ms-grid-columns: (1fr)[3];
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
  justify-content: center;
  padding-top: 25px;
}

.p-top-info__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.p-top-info__img {
  -ms-flex-negative: 0;
  -webkit-transition: opacity 0.2s;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.p-top-info__img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  height: auto;
  max-height: 400px;
  object-fit: cover;
}

.p-top-info__date {
  -webkit-transition: color 0.2s;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0;
  transition: color 0.2s;
}

.p-top-info__ttl {
  -webkit-transition: color 0.2s;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0;
  text-overflow: ellipsis;
  transition: color 0.2s;
}

.p-top-online {
  padding-top: 240px;
}

.p-top-online__box {
  padding-top: 25px;
}

.p-top-online__contents {
  padding-inline: 40px;
  margin-inline: auto;
  max-width: 1160px;
}

.p-top-online__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top-online__inner--left,
.p-top-online__inner--right {
  width: 100%;
  max-width: 540px;
}

.p-top-online__item.swiper-slide {
  width: 100% !important;
}

.p-top-online__link {
  display: block;
  position: relative;
}

.p-top-online__link::before {
  -webkit-transition: opacity 0.2s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  opacity: 0;
  transition: opacity 0.2s;
}

.p-top-online__link img {
  aspect-ratio: 540/720;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-visual__slider .swiper-slide {
  height: 88.5vh;
}

.p-top-visual__slider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.p-top-visual__slider img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-visual__video {
  width: 100%;
  height: 88.5vh;
}

.p-top-visual__video video {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-visual__slider.-pc,
.p-top-visual__video.-pc {
  display: block;
}

.p-top-visual__slider.-sp,
.p-top-visual__video.-sp {
  display: none;
}

.for-sp {
  display: none;
}

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

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

@media only screen and (min-width: 961px) {
  /*961pxより上*/
  .p-info__cat-item.is-current {
    font-weight: 600;
  }
  .p-look-detail__slider-body .swiper-slide.swiper-slide-visible.swiper-slide-active {
    margin-left: 50px !important;
  }
  .p-look-detail__slider-body .swiper-slide.swiper-slide-visible.swiper-slide-next {
    margin-right: 50px !important;
  }
  .p-look-detail__slider-body .swiper-slide.swiper-slide-visible.swiper-slide-next + .swiper-slide {
    margin-left: 50px !important;
  }
  .p-look-detail__slider-body .swiper-slide.swiper-slide-duplicate.swiper-slide-prev {
    margin-right: 50px !important;
  }
}

@media only screen and (max-width: 960px) {
  /*960px以下*/
  .p-top-visual {
    padding-inline: 5px;
    margin-inline: auto;
    padding-top: 120px;
  }
  .l-footer {
    padding-top: 70px;
    padding-bottom: 55px;
  }
  .l-footer__contents {
    padding-inline: 10px;
    max-width: 100%;
  }
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footer__nav {
    gap: 109px;
  }
  .l-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 1em;
    flex-direction: column;
  }
  .l-header {
    position: fixed;
    top: 0;
    height: auto;
    padding-top: 10px;
  }
  .l-header__logo-area {
    padding-bottom: 5px;
    padding-left: 10px;
  }
  .l-header__logo-link {
    display: block;
    width: 80px;
  }
  .l-header__logo-link img {
    height: auto;
  }
  .l-header__nav {
    -webkit-transition: 0.2s;
    -webkit-transition: background 0.2s;
    display: none;
    width: 100%;
    height: 100dvh;
    padding-top: 60px;
    padding-bottom: 20px;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.2s;
    transition: background 0.2s;
  }
  .is-ham-active .l-header__nav {
    display: block;
    height: 100dvh;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 1;
  }
  .l-header__nav-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 65px;
    flex-direction: column;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 26px;
    flex-direction: column;
    margin-right: 0;
  }
  .l-header__nav-item a {
    font-size: 24px;
  }
  .l-header__nav-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 65px;
    flex-direction: column;
  }
  .l-header__nav-insta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__nav-online a {
    font-size: 24px;
  }
  .l-header__nav-insta-icon {
    width: 36px;
    margin-right: 0;
  }
  .l-header__nav-insta-icon img {
    height: auto;
  }
  .l-header__nav-insta-official {
    margin-top: 20px;
    margin-right: 0;
  }
  .l-header__nav-insta-official::after {
    display: none;
  }
  .l-header__nav-insta-official a {
    font-size: 18px;
  }
  .l-header__nav-insta-online {
    margin-top: 25px;
  }
  .l-header__nav-insta-online a {
    font-size: 18px;
  }
  .l-ham__menu-btn-wrap {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 16px;
    line-height: 0;
  }
  .l-ham__menu-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding-block: 20px;
    padding-inline: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    justify-content: center;
    width: 50px;
    height: 44px;
  }
  .l-ham__menu-btn span {
    -webkit-transition: 0.2s;
    display: block;
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    transition: 0.2s;
  }
  .l-ham__menu-btn span:nth-of-type(1) {
    top: 20px;
  }
  .l-ham__menu-btn span:nth-of-type(2) {
    top: 26px;
  }
  .l-ham__menu-btn.is-active span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    top: 22px;
    width: 44px;
    transform: rotate(-45deg);
  }
  .l-ham__menu-btn.is-active span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    top: 22px;
    width: 44px;
    transform: rotate(45deg);
  }
  .c-ttl-01 {
    font-size: 28px;
  }
  .p-info-detail__inner {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-info-detail__ttl {
    font-size: 28px;
  }
  .p-info-detail__meta {
    padding-top: 30px;
  }
  .p-info-detail__mv {
    padding-top: 30px;
  }
  .p-info-detail__body > *:not(:first-child) {
    margin-top: 15px;
  }
  .p-info-detail__body p {
    font-size: 12px;
  }
  .p-info-detail__body h2 {
    font-size: 15px;
  }
  .p-info-detail__body h3 {
    margin-top: 80px !important;
    font-size: 15px;
  }
  .p-info-detail__body h3:before {
    margin-right: 4px;
  }
  .p-info-detail__body h4 {
    font-size: 12px;
  }
  .p-info-detail__body h5 {
    font-size: 10px;
  }
  .p-info-detail__body a {
    font-size: 12px;
  }
  .p-info-detail__body ol > li {
    font-size: 12px;
  }
  .p-info-detail__body ol > li:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-info-detail__body ol > li:before {
    margin-right: 4px;
  }
  .p-info-detail__body ul > li {
    font-size: 12px;
  }
  .p-info-detail__body ul > li::before {
    margin-top: 10px;
    margin-right: 8px;
  }
  .p-info-detail__body ul > li:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-info-detail__body img {
    width: 100%;
  }
  .p-info-detail__body .wp-block-columns-is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .p-info-detail__body .wp-element-caption {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    font-size: 12px;
  }
  .p-info-detail__body div.wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-info-detail__body div.wp-block-button {
    width: 100%;
  }
  .p-info-detail__body a.wp-block-button__link {
    width: 100%;
    max-width: 400px;
    padding: 14px 10px;
    text-align: center;
  }
  .p-info-detail__nav {
    padding-bottom: 50px;
  }
  .p-info {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-info__wrap {
    padding-bottom: 10px;
  }
  .p-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .p-info__cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px;
    padding-block: 10px;
    position: absolute;
    top: -24px;
    right: 20px;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 20px;
  }
  .p-info__cat-list.is-open {
    background: rgba(255, 255, 255, 0.7);
  }
  .p-info__cat-list::before {
    display: block;
    position: absolute;
    top: 23px;
    left: 8px;
    width: 11px;
    height: 6px;
    background-image: url(../img/common/arrow_bottom_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
  }
  .p-info__cat-item {
    padding: 5px;
  }
  .p-info__contents {
    padding-top: 47px;
  }
  .p-info__item a {
    gap: 2.8169014085%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-info__img {
    width: 47.8873239437%;
  }
  .p-info__img img {
    max-height: none;
  }
  .p-info__inner {
    width: 49.2957746479%;
    padding-top: 10px;
  }
  .p-info__date {
    font-size: 10px;
  }
  .p-info__txt {
    font-size: 12px;
  }
  .p-info-loading {
    padding-top: 80px;
  }
  .p-look-detail__inner {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-look-detail__body > *:not(:first-child) {
    margin-top: 15px;
  }
  .p-look-detail__body p {
    font-size: 12px;
  }
  .p-look-detail__body h1 {
    font-size: 28px;
  }
  .p-look-detail__body h2 {
    font-size: 15px;
  }
  .p-look-detail__body h3 {
    font-size: 15px;
  }
  .p-look-detail__body h3:before {
    margin-right: 4px;
  }
  .p-look-detail__body h4 {
    font-size: 12px;
  }
  .p-look-detail__body h5 {
    font-size: 10px;
  }
  .p-look-detail__body a {
    font-size: 12px;
  }
  .p-look-detail__body ol > li {
    font-size: 12px;
  }
  .p-look-detail__body ol > li:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-look-detail__body ol > li:before {
    margin-right: 4px;
  }
  .p-look-detail__body ul > li {
    font-size: 12px;
  }
  .p-look-detail__body ul > li::before {
    margin-top: 10px;
    margin-right: 8px;
  }
  .p-look-detail__body ul > li:not(:first-of-type) {
    margin-top: 10px;
  }
  .p-look-detail__body img {
    width: 100%;
  }
  .p-look-detail__body .wp-block-columns-is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .p-look-detail__body .wp-element-caption {
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    font-size: 12px;
  }
  .p-look-detail__body div.wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-look-detail__body div.wp-block-button {
    width: 100%;
  }
  .p-look-detail__body a.wp-block-button__link {
    width: 100%;
    max-width: 400px;
    padding: 14px 10px;
    text-align: center;
  }
  .p-look-detail__slider {
    margin-top: 120px !important;
  }
  .p-look-detail__slider__inner {
    max-width: 100%;
  }
  .p-look-detail__slider-body {
    -webkit-transform: none !important;
    padding-bottom: 138px !important;
    transform: none !important;
  }
  .p-look-detail__slider-body .swiper-slide.swiper-slide-visible.swiper-slide-next {
    opacity: 0.3 !important;
  }
  .p-look-detail__slider-body .swiper-pagination {
    -webkit-transform: translateX(0);
    bottom: 105px !important;
    transform: translateX(0);
  }
  .p-look-detail__slider-contents {
    width: auto;
  }
  p.p-look-detail__slider-txt {
    font-size: 12px;
    line-height: 280%;
  }
  .p-look-detail__back {
    padding-bottom: 50px;
  }
  .p-look-detail__back a {
    text-underline-offset: 5px;
    text-decoration: underline;
  }
  .p-look-detail__back a::before {
    display: none;
  }
  .p-look {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-look__wrap {
    padding-bottom: 10px;
  }
  .p-look__contents {
    padding-top: 47px;
  }
  .p-look__cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px;
    padding-block: 10px;
    position: absolute;
    top: -24px;
    right: 20px;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 20px;
  }
  .p-look__cat-list.is-open {
    background: rgba(255, 255, 255, 0.7);
  }
  .p-look__cat-list::before {
    top: 23px;
    left: 8px;
  }
  .p-look__cat-item {
    padding: 5px;
  }
  .p-look__list {
    -ms-grid-columns: (1fr)[1];
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-look__img img {
    max-height: none;
  }
  .p-look__inner {
    padding-top: 10px;
  }
  .p-look__date {
    font-size: 10px;
  }
  .p-look__ttl {
    padding-top: 5px;
  }
  .p-members__wrap {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-members__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
  }
  .p-members__btn {
    width: 100%;
    max-width: 160px;
  }
  .p-members__links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  .p-pattern {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-pattern__wrap {
    padding-bottom: 10px;
  }
  .p-pattern__contents {
    padding-top: 47px;
  }
  .p-pattern__cat-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px;
    padding-block: 10px;
    position: absolute;
    top: -24px;
    right: 20px;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 20px;
  }
  .p-pattern__cat-list.is-open {
    background: rgba(255, 255, 255, 0.7);
  }
  .p-pattern__cat-list::before {
    top: 23px;
    left: 8px;
  }
  .p-pattern__cat-item {
    padding: 5px;
  }
  .p-pattern__list {
    -ms-grid-columns: (1fr)[2];
    gap: 40px 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-pattern__img img {
    max-height: none;
  }
  .p-pattern__inner {
    padding-top: 10px;
  }
  .p-pattern__date {
    font-size: 10px;
  }
  .p-pattern__ttl {
    padding-top: 5px;
  }
  .p-pattern-modal__container {
    padding-block: 20px;
    padding-inline: 10px;
    height: 85%;
  }
  .p-pattern-modal__inner {
    padding-bottom: 20px;
    overflow-y: scroll;
  }
  .p-pattern-modal__close {
    top: -20px;
  }
  .p-pattern-modal__close:before,
  .p-pattern-modal__close:after {
    width: 30px;
    background: #999;
  }
  .p-pattern-modal__content {
    height: 100%;
    padding-bottom: 20px;
    overflow-y: scroll;
  }
  .p-pattern-modal__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .p-pattern-modal__image {
    max-width: 300px;
  }
  .p-pattern-modal__block {
    padding-block: 0;
  }
  .p-pattern-modal__ttl {
    font-size: 22px;
  }
  .p-pattern-modal__season {
    padding-top: 10px;
    font-size: 14px;
  }
  .p-pattern-modal__txt {
    padding-top: 10px;
    font-size: 12px;
  }
  .p-pattern-modal__block-bottom {
    padding-top: 20px;
  }
  a.p-pattern-modal__products {
    font-size: 12px;
  }
  p.p-pattern-modal__products {
    font-size: 12px;
  }
  .remodal {
    padding-block: 20px !important;
    padding-inline: 10px !important;
    height: 85% !important;
  }
  .remodal-close {
    top: -20px !important;
  }
  .remodal-close:before, .remodal-close:after {
    width: 30px !important;
    background: #999 !important;
  }
  .p-shoplist {
    padding-top: 120px;
    padding-bottom: 13px;
  }
  .p-shoplist__main {
    padding-inline: 10px;
    margin-inline: auto;
    width: 100%;
    max-width: 100%;
  }
  .p-shoplist__wrap {
    padding-inline: 0;
    max-width: 100%;
  }
  .p-shoplist__box {
    display: block;
    padding-top: 15px;
  }
  .p-shoplist__map {
    display: none;
  }
  .p-shoplist__contents {
    width: 100%;
  }
  .p-shoplist__tab {
    -ms-flex-wrap: nowrap;
    scrollbar-width: none;
    flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .p-shoplist__inner {
    height: auto;
    padding-top: 10px;
    overflow-y: visible;
  }
  .p-shoplist__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .is-all-selected .p-shoplist__list {
    padding-top: 20px;
  }
  .p-shoplist__item {
    padding-top: 17px;
  }
  .p-shoplist__link a {
    display: block;
    pointer-events: visible;
  }
  .p-shoplist__store-address {
    padding-top: 11px;
  }
  .p-top-mv__slider .swiper-slide {
    height: 128vw;
  }
  .p-top-mv__video {
    height: 128vw;
  }
  .p-top-mv__slider.-pc,
  .p-top-mv__video.-pc {
    display: none;
  }
  .p-top-mv__slider.-sp,
  .p-top-mv__video.-sp {
    display: block;
  }
  .p-top-brand {
    padding-top: 120px;
  }
  .p-top-brand__wrap {
    padding-inline: 10px;
    max-width: 100%;
  }
  .p-top-brand__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 0;
    flex-direction: column;
  }
  .p-top-brand__inner {
    width: auto;
    margin-left: 0;
  }
  .p-top-brand__txt {
    padding-top: 36px;
    font-size: 12px;
    font-weight: 400;
    line-height: 240%;
  }
  .p-top-brand__img {
    width: 90.1408450704%;
    padding-top: 30px;
  }
  .p-top-collection {
    padding-top: 120px;
  }
  .p-top-collection__contents {
    padding-inline: 0;
    max-width: 100%;
  }
  .p-top-info {
    padding-top: 150px;
  }
  .p-top-info__contents {
    padding-inline: 10px;
  }
  .p-top-info__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    gap: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
  }
  .p-top-info__link {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    gap: 10px;
    flex-direction: inherit;
  }
  .p-top-info__img {
    width: 47.8873239437%;
  }
  .p-top-info__img img {
    max-height: none;
  }
  .p-top-info__inner {
    padding-top: 10px;
  }
  .p-top-info__date {
    font-size: 10px;
  }
  .p-top-info__ttl {
    padding-top: 12px;
    font-size: 12px;
    line-height: 140%;
  }
  .p-top-online {
    padding-top: 150px;
  }
  .p-top-online__box {
    padding-top: 36px;
  }
  .p-top-online__contents {
    padding-inline: 0;
    max-width: 100%;
  }
  .p-top-online__link img {
    aspect-ratio: 188/250;
  }
  .p-top-visual__slider .swiper-slide {
    height: 128vw;
  }
  .p-top-visual__video {
    height: 128vw;
  }
  .p-top-visual__slider.-pc,
  .p-top-visual__video.-pc {
    display: none;
  }
  .p-top-visual__slider.-sp,
  .p-top-visual__video.-sp {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  .u-text-center-pc {
    text-align: left;
  }
  .u-text-center-sp {
    text-align: center;
  }
}

@media only screen and (max-width: 360px) {
  /*360px以下*/
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media (any-hover: hover) {
  .l-header:hover {
    background: #ffffff;
  }
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
  .l-header__nav-item a:hover {
    color: #aaa;
  }
  .l-header__nav-online a:hover {
    color: #aaa;
  }
  .l-header__nav-insta-official a:hover {
    color: #aaa;
  }
  .l-header__nav-insta-online a:hover {
    color: #aaa;
  }
  .p-info-detail__body a:hover {
    opacity: 0.7;
  }
  .p-info-detail__body a.wp-block-button__link:hover {
    opacity: 0.7;
  }
  .p-info-detail__prev a:hover,
  .p-info-detail__next a:hover {
    opacity: 0.7;
  }
  .p-info-detail__back a:hover {
    opacity: 0.7;
  }
  .p-info__cat-item:hover {
    opacity: 0.7;
  }
  .p-info__item a:hover {
    opacity: 0.7;
  }
  .p-look-detail__body a:hover {
    opacity: 0.7;
  }
  .p-look-detail__body a.wp-block-button__link:hover {
    opacity: 0.7;
  }
  .p-look-detail__slider-body .swiper-slide:not(.swiper-slide-visible.swiper-slide-active, .swiper-slide-visible.swiper-slide-next):hover {
    opacity: 0.3;
  }
  .p-look-detail__back a:hover {
    opacity: 0.7;
  }
  .p-look__cat-item:hover {
    opacity: 0.7;
  }
  .p-look__item a:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .p-members__btn:hover {
    opacity: 0.7;
  }
  .p-members__link:hover {
    opacity: 0.7;
  }
  .p-members__annotation a:hover {
    opacity: 0.7;
  }
  .p-pattern__cat-item:hover {
    opacity: 0.7;
  }
  .p-pattern__item:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  a.p-pattern-modal__products:hover {
    opacity: 0.7;
  }
  .remodal-close:hover {
    opacity: 0.6 !important;
  }
  .p-shoplist__tab-list:hover {
    opacity: 0.7;
  }
  .p-shoplist__online:hover {
    opacity: 0.7;
  }
  .p-shoplist__link:hover {
    opacity: 0.7;
  }
  .p-top-collection__slider-link:hover {
    opacity: 0.7;
  }
  .p-top-info__link:hover .p-top-info__img {
    opacity: 0.7;
  }
  .p-top-info__link:hover .p-top-info__date {
    color: #aaa;
  }
  .p-top-info__link:hover .p-top-info__ttl {
    color: #aaa;
  }
  .p-top-online__link:hover::before {
    opacity: 1;
  }
}

@media only screen and (max-width: 1040px) and (min-width: 961px) {
  .l-header__nav-list {
    gap: 12px;
    margin-right: 12px;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: none !important;
  }
}
