@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

/* 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*/
  font-size: 62.5%; }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

video,
img {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
   }

.u-text--center {
  text-align: center; }

@media print, screen and (min-width: 768px) {
  .u-text--center--pc {
    text-align: center; } }

@media screen and (max-width: 767px) {
  .u-text--center--sp {
    text-align: center; } }

.u-bold {
  font-weight: bold; }

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .u-show-sp {
    display: none; } }

@media print, screen and (min-width: 768px) {
  .u-hover {
    transition: ease opacity 0.3s; }
    .u-hover:hover {
      opacity: 0.7; } }

.u-mt0 {
  margin-top: 0 !important; }

.u-block {
  padding: 0 4%; }

.u-block--reset {
  margin-right: -4vw;
  margin-left: -4vw; }
  @media print, screen and (min-width: 768px) {
    .u-block--reset {
      margin-right: -30px;
      margin-left: -30px; } }

.l-wrapper {
  position: relative;
  /* overflow: hidden; */
  font-size: 1.4rem;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700;
  font-style: normal; }


  .l-wrapper.show .ttl1-anim span{
    transform: none;
  }

  .l-wrapper.show .ttl2-anim{
    filter: blur(0px);
    opacity: 1;
  }

.l-main {
  position: relative;
  z-index: 5; }
  @media print, screen and (min-width: 768px) {
    .l-main {
      margin: 0 auto;
      width: 34.33382%;
      /* overflow: hidden; */
      background-color: #fff; }
      .l-main:after {
        position: fixed;
        top: 0;
        left: 28.77013%;
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        background-color: #000; } }

.c-products-wrap {
  padding-top: 20px; 
  background: #fff;
  position: relative;
  transform: translateZ(2px);
  z-index: 2;}

.c-products-wrap .c-products:nth-of-type(1){
  margin-top: 0;
}

.c-products {
  display: flex;
  justify-content: space-between;
  gap: 0 1em;
  margin-top: 16px;
  font-size: 12px;
  font-family: 'Libre Baskerville', serif;
  font-variation-settings: 700; }

.c-products__name {
  flex-grow: 1; }

.c-products__detail {
  display: flex;
  flex-shrink: 0;
  gap: 0 10px; }

.c-products__price:before {
  content: "\0a5"; }

.c-products__button {
  color: #1fc61b;
  text-decoration: underline; }
  @media print, screen and (min-width: 768px) {
    .c-products__button {
      transition: ease opacity 0.3s; }
      .c-products__button:hover {
        opacity: 0.7; } }

.c-note {
  position: relative;
  margin-top: 15px;
  padding-left: 1em;
  font-size: 1.1rem; }
  .c-note:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    content: "※"; }

.p-look {
  position: relative;
  z-index: 5;
  /* margin: min(90px, 12vw) 0 0; */
  margin-top: 12%;
  font-family: 'Libre Baskerville', serif;
  font-weight: 700; }
  .p-look#look02 {
    margin: min(108, 14.000000000000002vw) 0 0; }
  .p-look#look05 {
    margin-top: 13.73%; }
  .p-look#look06 {
    z-index: 2;
    margin-top: 8.26%;
    /* padding-bottom: 198.5px;  */
  }
    /* @media print, screen and (min-width: 768px) {
      .p-look#look06 {
        min-height: 100vh; } } */
  .p-look#look07 {
    /* padding-top: 46px; */
    background-color: #fff; }

.c-look.is-look01-01 {
  position: relative;
  z-index: 10; }

.c-look.is-look01-01 .animation-fadein{
  transform: translateY(-10px);
  transition: 1s ease;
}

.c-look.is-look01-01 .animation-fadein.is-show{
  transform: none;
}

.c-look.is-look01-02 {
  /* margin-top: max(-37.5px, -8vw);  */
  margin-top: -3%;
}

.c-look.is-look01-02 .animation-fadein{
  transform: translateY(10px);
  transition: 1s ease;
}

.c-look.is-look01-02 .animation-fadein.is-show{
  transform: none;
}

.c-look.is-look01-03 {
  margin-top: min(21.875px, 4.66667vw); }

.is-look01-03 .animation-fadein{
  overflow: hidden;
}
.is-look01-03 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look01-03 .is-show img{
  transform: none;
}

.c-look.is-look03-01 {
  width: 92%;
  margin-left: auto; }

.c-look.is-look03-01 .animation-fadein{
  transform: translateX(-10px);
  transition: 1s ease;
}

.c-look.is-look03-01 .animation-fadein.is-show{
  transform: none;
}

.c-look.is-look03-02 {
  width: 92%; }

.c-look.is-look03-02 .animation-fadein{
  transform: translateX(10px);
  transition: 1s ease;
}

.c-look.is-look03-02 .animation-fadein.is-show{
  transform: none;
}

.c-look.is-look03-03 {
  width: 92%; }

.c-look.is-look04-01 {
  margin: 0 auto min(43.75px, 9.33333vw);
  width: 84%; }

.is-look04-01 .animation-fadein{
  overflow: hidden;
}
.is-look04-01 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look04-01 .is-show img{
  transform: none;
}

.c-look.is-look04-03 {
  margin: min(18.75px, 4vw) 0 0; }

  
.is-look04-03 img{
  border-radius: 10%;
  transition: 1s ease;
}
.is-look04-03 .is-show img{
  border-radius: 0%;
}

.c-look.is-look05-01{
  width: 84%;
  margin: 0 auto;
}

.is-look05-01 .animation-fadein{
  overflow: hidden;
}
.is-look05-01 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look05-01 .is-show img{
  transform: none;
}


.c-look.is-look05-01.is-show .c-override {
  opacity: 1; }

.c-look.is-look05-02 {
  margin-top: 6.26%;
  width: 100%; }

.c-look.is-look05-03 {
  width: 92%;
  margin-left: auto; }

.c-look.is-look05-03 .animation-fadein{
  transform: translateX(-10px);
  transition: 1s ease;
}

.c-look.is-look05-03 .animation-fadein.is-show{
  transform: none;
}

.c-look06-slider{
  margin-top: 13%;
}

.is-look06-01 .animation-fadein{
  overflow: hidden;
}
.is-look06-01 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look06-01 .is-show img{
  transform: none;
}

.is-look07-01-wrapper{
  position: sticky;
  top: -15%;
  z-index: 1;
  transform: translateZ(1px);
}

.is-look07-01-wrapper .c-products-wrap{
  padding-bottom: 2px;
}

.c-look.is-look07-01 {
  width: 100%;}

.c-look.is-look07-02 {
  padding-top: 17.8%;
  width: 100%;
  background: #fff;
  z-index: 2;
  transform: translateZ(2px);
  position: relative;
 }

.is-look07-02-inner{
  width: 92%; 
  margin: 0 auto;
}

.is-look07-02 .animation-fadein{
  overflow: hidden;
}
.is-look07-02 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look07-02 .is-show img{
  transform: none;
}

.c-look.is-look07-03 {
  padding-top: 6%;
  width: 100%; 
  z-index: 2;
  transform: translateZ(2px);
  position: relative;
  background: #fff;}

.is-look07-03-inner{
  width: 72.6%;
  margin: 0 auto;
}

.is-look07-03 img{
  border-radius: 10%;
  transition: 1s ease;
}
.is-look07-03 .is-show img{
  border-radius: 0%;
}

.is-look08-01{
  width: 100%;
}

.c-look.is-look08-02 {
  margin: min(45px,6vw) auto 0 auto;
  width: 81.3%; }

.is-look08-02 img{
  border-radius: 10%;
  transition: 1s ease;
}
.is-look08-02 .is-show img{
  border-radius: 0%;
}

.c-look.is-look08-03 {
  margin-top: min(45px,6vw);
  width: 100%; }

.is-look08-03 .animation-fadein{
  overflow: hidden;
}
.is-look08-03 img{
  transform: scale(1.05);
  transition: 1s ease;
}
.is-look08-03 .is-show img{
  transform: none;
}

.c-look.is-look09-02 {
  margin-left: auto;
  width: 68%; }

.c-look.is-look09-03 {
  margin-top: min(75px, 16vw); }

  .c-look02-slider-wrapper,.c-look06-slider-wrapper{
    overflow: hidden;
  }

.c-look02-slider,.c-look06-slider {
  display: flex; }
  .c-look02-slider .c-look__frame,
  .c-look06-slider .c-look__frame{
    flex-shrink: 0;
    width: 100%;
    transform: translateX(-20%); }

.p-mv {
  position: relative; }

.p-mv__title {
  position: absolute;
  z-index: 5;
  top: 3%;
  left: 3%;
  width: fit-content;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  color: #fff;
  opacity: 0;
  transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  transition-delay: 0.2s; }
  .is-show .p-mv__title {
    opacity: 1; }

.p-mv__title-season{
  font-size:min(34px,9.066666666666666vw);
  display: flex;
  font-family: 'Libre Baskerville', serif;
  font-weight: 400;
}

.ttl1-anim{
  overflow: hidden;
  /* transform: translateY(-100%);
  display: block;
  transition: 1s ease .28s; */
}

/* .ttl1-anim {
  transition-delay: .48s;
}
.ttl1-anim {
  transition-delay: .68s;
}
.ttl1-anim {
  transition-delay: .88s;
} */
.ttl1-anim span{
  transform: translateY(-100%);
  display: block;
  transition: .7s ease .2s;
}
.ttl1-anim1 span{
  transition-delay: .35s;
}
.ttl1-anim2 span{
  transition-delay: .5s;
}
.ttl1-anim3 span{
  transition-delay: .66s;
}

.p-mv__title-subttl{
  font-family: 'Libre Baskerville', serif;
  font-size: min(12px,3.2vw);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  line-height: 1.25;
}

.line1,
.line2{
  overflow: hidden;
  display: inline-block;
}

.ttl2-anim{
  filter: blur(5px);
  transition: 1.2s ease 1s;
  opacity: 0;
}

/* .ttl2-anim span{
  display: inline-block;
  will-change: auto;
  transform-origin: left bottom;
  transform: translate3d(0.5em,0,0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
} */


.p-mv__logo {
  position: absolute;
  z-index: 5;
  top: 3%;
  right: 3.93701%;
  width: 23%;
  opacity: 0;
  transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  transition: .8s ease 1.8s;
  filter: blur(5px); }
  .is-show .p-mv__logo {
    opacity: 1;
    filter: blur(0px); }

.p-mv__collection {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  left: 4%;
  width: 3.2%;
  opacity: 0;
  transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  transition-delay: 1.5s; }
  .is-show .p-mv__collection {
    opacity: 1; }

.p-mv__bar {
  position: absolute;
  z-index: 5;
  bottom: 23.62205%;
  left: 5.33333%;
  width: 1px;
  height: 20.62992%;
  background-color: #fff;
  transition: -webkit-clip-path cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  transition: clip-path cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  transition: clip-path cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms, -webkit-clip-path cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
  -webkit-clip-path: inset(0% 0% 100% 0%);
          clip-path: inset(0% 0% 100% 0%);
  transition-delay: 0.9s; }
  .is-show .p-mv__bar {
    -webkit-clip-path: inset(0% 0% 0% 0%);
            clip-path: inset(0% 0% 0% 0%); }

.p-mv__slider {
  opacity: 0;
  /* transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.5s;  */
}
  .is-show .p-mv__slider {
    opacity: 1; }

.p-mv__slider__item:nth-child(n+2) {
  display: none; }
  .slick-initialized .p-mv__slider__item:nth-child(n+2) {
    display: block; }

.p-about {
  margin-top: min(37.5px, 8vw);
  /* margin-bottom: min(125px, 26.66667vw);  */
}

.p-about__lead {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size:14px;
  font-feature-settings: "palt";
  line-height: 1.8182;
  letter-spacing: 0.02em;
  font-family: 'Noto Serif JP', serif;;
  font-weight: 500;
  text-align: center; }

.p-last-wrapper{
  overflow: hidden;
}

.p-last {
  margin-top: min(233px, 31.066666666666663vw); }

.p-last-slider {
  position: relative;
  display: flex; }
  .p-last-slider.to-right {
    transform: translateX(-100%); }
  .p-last-slider.to-left {
    margin-top: -1px; }

.p-last-slider__item {
  flex-shrink: 0;
  width: 101%;
  will-change: transform; }
  .to-right .p-last-slider__item {
    animation: loop_look_right 8s linear 0s infinite; }
  .to-left .p-last-slider__item {
    animation: loop_look_left 8s linear 0s infinite; }

@keyframes loop_look_right {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(100%); } }

@keyframes loop_look_left {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } }

.p-modalbtn {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  height: min(320px, 42.66666666666667vw);}
  @media print, screen and (min-width: 768px){
    .p-modalbtn:hover i{
      transform: rotate(180deg);
    }
  }
  .p-modalbtn i {
    margin-top: 18px; 
    transition: .4s ease; }
    .p-modalbtn i:before, .p-modalbtn i:after {
      display: block;
      content: "";
      width: 20px;
      height: 1px;
      background-color: #000; }
    .p-modalbtn i:after {
      transform: rotate(90deg); }

.p-modalbtn__main {
  display: block;
  margin-top: 8px;
  font-size: 28px;
  font-weight: 400;}

.p-modalbtn__sub {
  display: block;
  font-size: 15px;}

.p-footer__brand {
  margin: min(56.25px, 12vw) auto 0;
  border: 1px solid #000;
  border-radius: 50%;
  max-width: 100%;
  width: 250px;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  transition: .5s ease;
  line-height: 1.0; }
  @media print, screen and (min-width: 768px){
    .p-footer__brand:hover{
      background: #000;
      color: #fff;
    } 
  }

.p-footer__brand__main {
  display: block;
  font-size: 20px; }

.p-footer__brand__sub {
  display: block;
  margin-top: 3px;
  font-size: 14px; }

.p-footer__sns {
  display: flex;
  justify-content: space-evenly;
  margin-top: min(56px, 14.933vw); }
  .p-footer__sns li {
    width: 26px;
    transition: .4s ease; }
  @media print, screen and (min-width: 768px){
    .p-footer__sns li:hover{
      transform: scale(1.1);
    }
  }

.p-footer-credit {
  margin-top: min(60px, 16vw);
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-style: normal;
  text-transform: uppercase;
  font-size: 10px; }
  .p-footer-credit li {
    margin-top: 8px; }

.p-copyright {
  margin-top: min(66px, 17.59vw);
  font-size: 10px;
  font-weight: 400;
  padding-bottom: 48.5px;
  text-align: center; }

[data-modal-id] {
  cursor: pointer; }

.c-modal-list {
  display: none; }

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.c-modal-view__contents {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  width: 98%;
  max-height: 80%;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1010px; }
  @media print, screen and (min-width: 768px) {
    .c-modal-view__contents {
      width: 32.9429%; } }
  .c-modal-view__contents > :first-child {
    margin-top: 0; }

.c-modal-view__block {
  padding: 50px 0 20px;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .c-modal-view__block::-webkit-scrollbar {
    display: none; }

.c-modal__close {
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 16px;
  height: 16px;
  display: block;
  margin: 30px auto 0;
  transform: rotate(45deg); }
  .c-modal__close:before, .c-modal__close:after {
    position: relative;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #000; }
  .c-modal__close:after {
    top: -1px;
    transform: rotate(90deg); }

.c-modal-contents__item > :first-child {
  margin-top: 0 !important; }

.c-modal-contents__paragraph {
  margin-top: 2em;
  text-align: center;
  line-height: 1.9565;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-size: min(14.375px, 3.06667vw);
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal; }

.animation-fadein {
  opacity: 0; }
  .animation-fadein.is-show {
    transition: opacity cubic-bezier(0.455, 0.03, 0.515, 0.955) 660ms;
    opacity: 1; }

.l-fix__scrollbar {
  position: fixed;
  z-index: 999;
  top: 80px;
  right: 28.55051%;
  height: 418px;
  width: 1px;
  transition: ease opacity 0.5s; }
  .lp-wrapper.is-scroll .l-fix__scrollbar {
    opacity: 1; }

.l-fix__scrollbar.is-active {
  opacity: 1; }

.l-fix__scrollbar:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000; }

.l-fix__scrollbar .current {
  position: absolute;
  z-index: 5;
  top: 0;
  left: -3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000000; }

.l-fix__sns {
  position: fixed;
  z-index: 999;
  top: 50vh;
  left: calc(50% + 380px);
  width: 50px;
  transform: translateY(-50%);
  gap: 50px 0;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) and (max-width: 960px) {
    .l-fix__sns {
      width: 5vw;
      left: calc(50% + 40vw); } }
