@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
/*! destyle.css v3.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 */
  text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 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;
}

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

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

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

[type=radio] {
  appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/*! destyle.css v3.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 */
  text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3 */
}

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  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 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;
}

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

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

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

[type=radio] {
  appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

html,
body {
  font-family: "Noto Sans JP", "Montserrat", sans-serif;
  font-size: 62.5%;
}

body {
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}

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

small {
  font-size: 90%;
}

.l-main-wrapper {
  overflow: hidden;
}

.p-fuful-product-mv {
  width: 100%;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=primary] {
    width: calc(100% - 60px);
    margin-right: auto;
    margin-left: initial;
  }
}
.p-fuful-product-mv[data-name=primary] .swiper-slide {
  height: 56.25vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=primary] .swiper-slide {
    height: 102.1333333333vw;
  }
}
.p-fuful-product-mv[data-name=secondary] {
  margin-top: 108px;
}
.p-fuful-product-mv[data-name=secondary] .swiper-slide {
  height: 27.8125vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=secondary] .swiper-slide {
    height: 51.2vw;
  }
}
.p-fuful-product-mv[data-name=subbed] {
  margin-top: auto;
}
.p-fuful-product-mv[data-name=subbed] .swiper-slide {
  height: 27.1875vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=subbed] .swiper-slide {
    height: 55.2vw;
  }
}

.swiper-slide {
  width: 100%;
  overflow: hidden;
}

.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========================================
  l-container
======================================== */
.l-container {
  max-width: 1000px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.l-container.-md {
  max-width: 1100px;
}
.l-container.-lg {
  max-width: 1200px;
}

.l-container__inner {
  padding: 0 2rem;
}

.l-container__col {
  max-width: 670px;
  margin: 0 auto;
}

/* ========================================
common
======================================== */
.p-fuful-top .l-header,
.p-fuful-product .l-header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: transparent;
  transition: 0.4s;
  transform: translateY(-100%);
}
.p-fuful-top .l-header.is-visible,
.p-fuful-product .l-header.is-visible {
  transform: translateY(0);
}
.p-fuful-top .l-header.is-open .l-header__inner,
.p-fuful-product .l-header.is-open .l-header__inner {
  position: absolute;
  top: 0;
  right: 0;
}
.p-fuful-top .l-header.is-open .l-header__inner:before,
.p-fuful-product .l-header.is-open .l-header__inner:before {
  z-index: -100;
  opacity: 0;
  visibility: hidden;
}
.p-fuful-top .l-header.is-open .l-header__inner .l-header__logo,
.p-fuful-product .l-header.is-open .l-header__inner .l-header__logo {
  opacity: 0;
  visibility: hidden;
}
.p-fuful-top .l-header.is-open .l-header__inner:before,
.p-fuful-product .l-header.is-open .l-header__inner:before {
  opacity: 0;
  visibility: hidden;
}
.p-fuful-top .l-header__inner,
.p-fuful-product .l-header__inner {
  padding: 45px;
  display: flex;
  align-items: center;
  position: relative;
}
.p-fuful-top .l-header__inner:before,
.p-fuful-product .l-header__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__inner:before,
.p-fuful-product .l-header__inner:before {
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(50px) brightness(1.08);
    backdrop-filter: blur(10px) brightness(1.08);
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__inner,
.p-fuful-product .l-header__inner {
    padding: 10px 20px;
  }
}
.p-fuful-top .l-header__logo,
.p-fuful-product .l-header__logo {
  z-index: 1000;
  display: flex;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__logo,
.p-fuful-product .l-header__logo {
    top: 20px;
    left: 20px;
  }
}
.p-fuful-top .l-header__logo > * + *,
.p-fuful-product .l-header__logo > * + * {
  margin-left: 8px;
}
.p-fuful-top .l-header__logo.-fuful,
.p-fuful-product .l-header__logo.-fuful {
  margin-left: 8px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__logo.-fuful,
.p-fuful-product .l-header__logo.-fuful {
    margin-left: auto;
  }
}
.p-fuful-top .l-header__logo h1 svg g path,
.p-fuful-product .l-header__logo h1 svg g path {
  fill: #8E5888;
}
.p-fuful-top .l-header__logo.is-open,
.p-fuful-product .l-header__logo.is-open {
  display: none;
}
.p-fuful-top .l-header__logo.is-open,
.p-fuful-product .l-header__logo.is-open {
  display: none;
}
.p-fuful-top .l-header__button,
.p-fuful-product .l-header__button {
  background-color: #8E5888;
  border-radius: 100%;
  width: 55px;
  height: 55px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
  z-index: 10000;
  margin-left: auto;
}
.p-fuful-top .l-header__button .l-header__button-inner span:nth-of-type(2),
.p-fuful-product .l-header__button .l-header__button-inner span:nth-of-type(2) {
  transition: 0.4s;
}
.p-fuful-top .l-header__button:hover .l-header__button-inner span:nth-of-type(2),
.p-fuful-product .l-header__button:hover .l-header__button-inner span:nth-of-type(2) {
  width: 100%;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__button,
.p-fuful-product .l-header__button {
    width: 45px;
    height: 45px;
  }
}
.p-fuful-top .l-header__button.is-open,
.p-fuful-product .l-header__button.is-open {
  position: absolute;
  z-index: 100;
  transform: rotate(180deg);
  top: 45px;
  right: 45px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__button.is-open,
.p-fuful-product .l-header__button.is-open {
    top: 10px;
    right: 20px;
  }
}
.p-fuful-top .l-header__button.is-open span.l-header__button-inner span,
.p-fuful-product .l-header__button.is-open span.l-header__button-inner span {
  background: #fff;
}
.p-fuful-top .l-header__button.is-open span.l-header__button-inner span:nth-child(1),
.p-fuful-product .l-header__button.is-open span.l-header__button-inner span:nth-child(1) {
  top: 50%;
  transform: translateY(50%) rotate(45deg);
}
.p-fuful-top .l-header__button.is-open span.l-header__button-inner span:nth-child(2),
.p-fuful-product .l-header__button.is-open span.l-header__button-inner span:nth-child(2) {
  opacity: 0;
}
.p-fuful-top .l-header__button.is-open span.l-header__button-inner span:nth-child(3),
.p-fuful-product .l-header__button.is-open span.l-header__button-inner span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 0;
  top: 50%;
}
.p-fuful-top .l-header__button:hover span:before,
.p-fuful-product .l-header__button:hover span:before {
  width: 100%;
}
.p-fuful-top .l-header__button span.l-header__button-inner,
.p-fuful-product .l-header__button span.l-header__button-inner {
  display: block;
  width: 25px;
  height: 14px;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top .l-header__button span.l-header__button-inner,
.p-fuful-product .l-header__button span.l-header__button-inner {
    width: 20px;
    height: 12px;
  }
}
.p-fuful-top .l-header__button span.l-header__button-inner span,
.p-fuful-product .l-header__button span.l-header__button-inner span {
  position: absolute;
  display: block;
  background: #fff;
  transition: transform 0.5s, top 0.5s;
}
.p-fuful-top .l-header__button span.l-header__button-inner span:nth-child(1),
.p-fuful-product .l-header__button span.l-header__button-inner span:nth-child(1) {
  top: 0;
  width: 100%;
  height: 1px;
}
.p-fuful-top .l-header__button span.l-header__button-inner span:nth-child(2),
.p-fuful-product .l-header__button span.l-header__button-inner span:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 1px;
}
.p-fuful-top .l-header__button span.l-header__button-inner span:nth-child(3),
.p-fuful-product .l-header__button span.l-header__button-inner span:nth-child(3) {
  top: 100%;
  width: 100%;
  height: 1px;
}

/* ------------------------------------------------------------
	Aside Block - Series Links
------------------------------------------------------------ */
.p-lvt-as {
  padding: 80px 0 90px;
  background: rgba(0, 0, 0, 0.023);
  border-top: 1px solid rgba(0, 0, 0, 0.025);
  font-feature-settings: "palt";
}

.p-lvt-as-ttl {
  font-family: "Hind", sans-serif;
  font-size: 5.12rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 500;
  color: #555;
  text-align: center;
}

.p-lvt-as-ttl-jp {
  text-align: center;
  font-size: 1.92rem;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  color: #555;
}

.p-lvt-as-ttl-jp + * {
  margin-top: 40px;
}

.p-sr-item {
  padding: 25px 10px 25px 22px;
  margin-bottom: 2px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.p-sr-item.is-link:hover {
  opacity: 0.7;
}

.p-sr-item.is-lvt {
  background: #b4c037;
}

.p-sr-item.is-lht {
  background: #52898e;
}

.p-sr-item.is-lct {
  background: #6461a0;
}

.p-sr-item.is-vct {
  background: #909090;
}

.p-sr-item:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.p-sr-item-logo {
  width: 100px;
  float: left;
  margin-top: 5px;
}

.p-sr-item-logo img {
  width: 100%;
}

.p-sr-item-ttl {
  padding-left: 115px;
  color: #fff;
}

.p-sr-item-ttl-en,
.p-sr-item-ttl-jp {
  display: block;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 300;
}

.p-sr-item-ttl-en {
  font-family: "Hind", sans-serif;
  font-size: 1.92rem;
  font-weight: 600;
}

/* ----------------------------------------
Aside Block - Series Links - Tablet & Mobile
---------------------------------------- */
@media screen and (max-width: 1366px) {
  .p-lvt-as-ttl {
    font-size: 3.84rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {
  .p-lvt-as {
    padding: 60px 0 70px;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.76rem;
  }

  .p-lvt-as-ttl-jp + * {
    margin-top: 30px;
  }

  .p-sr-item {
    padding: 20px 15px 20px 25px;
  }

  .p-sr-item-ttl-en {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-lvt-as {
    padding: 45px 0 50px;
  }

  .p-lvt-as-ttl {
    font-size: 2.592rem;
  }

  .p-lvt-as-ttl-jp {
    font-size: 1.44rem;
  }

  .p-sr-item-wrapper {
    height: inherit !important;
  }

  .p-sr-item {
    padding: 15px 15px 15px 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-sr-item-logo {
    width: 65px;
    margin-top: 15px;
  }

  .p-sr-item-ttl {
    padding-left: 78px;
    line-height: 1.4;
  }

  .p-sr-item-ttl-en {
    font-size: 1.728rem;
  }

  .p-sr-item-ttl-jp {
    font-size: 1.296rem;
    margin-top: 0;
  }
}
.c-inner {
  margin: auto;
  max-width: 1280px;
  padding: 0 30px;
}

.c-inner.is-full {
  max-width: inherit;
}

.c-inner.is-xl {
  max-width: 1660px;
}

.c-inner.is-l {
  max-width: 1500px;
}

.c-inner.is-l .c-inner.is-l {
  padding: 0;
}

.c-inner.is-m {
  max-width: 1426px;
}

.c-inner.is-m .c-inner.is-m {
  padding: 0;
}

.c-inner.is-sm {
  max-width: 1204px;
}

.c-inner.is-sm .c-inner.is-sm {
  padding: 0;
}

.c-inner.is-s {
  max-width: 1084px;
}

.c-inner.is-s .c-inner.is-s {
  padding: 0;
}

.c-inner.is-xs {
  max-width: 1027px;
}

.c-inner.is-xs .c-inner.is-xs {
  padding: 0;
}

.c-inner.is-xxs {
  max-width: 827px;
}

.c-inner.is-xxs .c-inner.is-xxs {
  padding: 0;
}

.is-link {
  cursor: pointer;
}

/* ----------------------------------------
	Basic Parts - Tablet & Mobile
---------------------------------------- */
@media screen and (max-width: 767px) {
  .c-inner {
    padding: 0 15px;
  }

  .c-inner .c-inner {
    padding: 0;
  }
}
/* ------------------------------------------------------------
	Grid Parts
------------------------------------------------------------ */
.c-unit {
  margin-right: -15px;
  margin-left: -15px;
  /* overflow: hidden; */
}

.c-unit:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.c-unit.is-lg-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-lg-sp-xxs {
  margin-right: -1px;
  margin-left: -1px;
}

.c-unit.is-lg-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-lg-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-lg-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-lg-sp-ww {
  margin-right: -30px;
  margin-left: -30px;
}

.c-unit.is-lg-sp-www {
  margin-right: -40px;
  margin-left: -40px;
}

.c-unit > * {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.c-unit.is-lg-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-lg-sp-xxs > * {
  padding-left: 1px;
  padding-right: 1px;
}

.c-unit.is-lg-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-lg-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-lg-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-lg-sp-ww > * {
  padding-left: 30px;
  padding-right: 30px;
}

.c-unit.is-lg-sp-www > * {
  padding-left: 40px;
  padding-right: 40px;
}

.c-unit > .c-block-lg-1 {
  width: 8.33%;
}

.c-unit > .c-block-lg-2 {
  width: 16.66%;
}

.c-unit > .c-block-lg-3 {
  width: 25%;
}

.c-unit > .c-block-lg-4 {
  width: 33.33%;
}

.c-unit > .c-block-lg-5 {
  width: 41.66%;
}

.c-unit > .c-block-lg-6 {
  width: 50%;
}

.c-unit > .c-block-lg-7 {
  width: 58.33%;
}

.c-unit > .c-block-lg-8 {
  width: 66.66%;
}

.c-unit > .c-block-lg-9 {
  width: 75%;
}

.c-unit > .c-block-lg-10 {
  width: 83.33%;
}

.c-unit > .c-block-lg-11 {
  width: 91.66%;
}

.c-unit > .c-block-lg-12 {
  width: 100%;
}

.c-unit.is-10 > .c-block-lg-1 {
  width: 10%;
}

.c-unit.is-10 > .c-block-lg-2 {
  width: 20%;
}

.c-unit.is-10 > .c-block-lg-3 {
  width: 30%;
}

.c-unit.is-10 > .c-block-lg-4 {
  width: 40%;
}

.c-unit.is-10 > .c-block-lg-5 {
  width: 50%;
}

.c-unit.is-10 > .c-block-lg-6 {
  width: 60%;
}

.c-unit.is-10 > .c-block-lg-7 {
  width: 70%;
}

.c-unit.is-10 > .c-block-lg-8 {
  width: 80%;
}

.c-unit.is-10 > .c-block-lg-9 {
  width: 90%;
}

.c-unit.is-10 > .c-block-lg-10 {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .c-unit.is-md-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-md-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-md-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-md-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-md-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-md-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-md-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-md-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-md-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-md-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-md-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-md-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-md-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-md-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-md-3 {
    width: 25%;
  }

  .c-unit > .c-block-md-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-md-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-md-6 {
    width: 50%;
  }

  .c-unit > .c-block-md-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-md-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-md-9 {
    width: 75%;
  }

  .c-unit > .c-block-md-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-md-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-md-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-md-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-md-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-md-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-md-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-md-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-md-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-md-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-md-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-md-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-md-10 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-unit.is-sm-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-sm-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-sm-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-sm-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-sm-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-sm-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-sm-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-sm-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-sm-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-sm-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-sm-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-sm-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-sm-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-sm-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-sm-3 {
    width: 25%;
  }

  .c-unit > .c-block-sm-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-sm-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-sm-6 {
    width: 50%;
  }

  .c-unit > .c-block-sm-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-sm-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-sm-9 {
    width: 75%;
  }

  .c-unit > .c-block-sm-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-sm-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-sm-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-sm-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-sm-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-sm-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-sm-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-sm-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-sm-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-sm-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-sm-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-sm-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-sm-10 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xs-10 {
    width: 100%;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-nosp {
    margin-right: 0;
    margin-left: 0;
  }

  .c-unit.is-xxs-sp-xxs {
    margin-right: -1px;
    margin-left: -1px;
  }

  .c-unit.is-xxs-sp-xs {
    margin-right: -3px;
    margin-left: -3px;
  }

  .c-unit.is-xxs-sp-s {
    margin-right: -7px;
    margin-left: -7px;
  }

  .c-unit.is-xxs-sp-w {
    margin-right: -20px;
    margin-left: -20px;
  }

  .c-unit.is-xxs-sp-m {
    margin-right: -15px;
    margin-left: -15px;
  }

  .c-unit.is-xxs-nosp > * {
    padding-left: 0;
    padding-right: 0;
  }

  .c-unit.is-xxs-sp-xxs > * {
    padding-left: 1px;
    padding-right: 1px;
  }

  .c-unit.is-xxs-sp-xs > * {
    padding-left: 3px;
    padding-right: 3px;
  }

  .c-unit.is-xxs-sp-s > * {
    padding-left: 7px;
    padding-right: 7px;
  }

  .c-unit.is-xxs-sp-w > * {
    padding-left: 20px;
    padding-right: 20px;
  }

  .c-unit.is-xxs-sp-m > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .c-unit > .c-block-xxs-1 {
    width: 8.33%;
  }

  .c-unit > .c-block-xxs-2 {
    width: 16.66%;
  }

  .c-unit > .c-block-xxs-3 {
    width: 25%;
  }

  .c-unit > .c-block-xxs-4 {
    width: 33.33%;
  }

  .c-unit > .c-block-xxs-5 {
    width: 41.66%;
  }

  .c-unit > .c-block-xxs-6 {
    width: 50%;
  }

  .c-unit > .c-block-xxs-7 {
    width: 58.33%;
  }

  .c-unit > .c-block-xxs-8 {
    width: 66.66%;
  }

  .c-unit > .c-block-xxs-9 {
    width: 75%;
  }

  .c-unit > .c-block-xxs-10 {
    width: 83.33%;
  }

  .c-unit > .c-block-xxs-11 {
    width: 91.66%;
  }

  .c-unit > .c-block-xxs-12 {
    width: 100%;
  }

  .c-unit.is-10 > .c-block-xxs-1 {
    width: 10%;
  }

  .c-unit.is-10 > .c-block-xxs-2 {
    width: 20%;
  }

  .c-unit.is-10 > .c-block-xxs-3 {
    width: 30%;
  }

  .c-unit.is-10 > .c-block-xxs-4 {
    width: 40%;
  }

  .c-unit.is-10 > .c-block-xxs-5 {
    width: 50%;
  }

  .c-unit.is-10 > .c-block-xxs-6 {
    width: 60%;
  }

  .c-unit.is-10 > .c-block-xxs-7 {
    width: 70%;
  }

  .c-unit.is-10 > .c-block-xxs-8 {
    width: 80%;
  }

  .c-unit.is-10 > .c-block-xxs-9 {
    width: 90%;
  }

  .c-unit.is-10 > .c-block-xxs-10 {
    width: 100%;
  }
}
/* Reverse / Center */
.c-unit.is-rv > * {
  float: right;
}

@media print, screen and (min-width: 1367px) {
  .c-unit.is-lg-rv > * {
    float: right;
  }

  .c-unit.is-lg-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-lg-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .c-unit.is-md-rv > * {
    float: right;
  }

  .c-unit.is-md-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-md-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-unit.is-sm-rv > * {
    float: right;
  }

  .c-unit.is-sm-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-sm-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .c-unit.is-xs-rv > * {
    float: right;
  }

  .c-unit.is-xs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
@media screen and (max-width: 539px) {
  .c-unit.is-xxs-center {
    text-align: center;
    letter-spacing: -0.4em;
  }

  .c-unit.is-xxs-center > * {
    display: inline-block;
    float: none;
    text-align: left;
    letter-spacing: normal;
    vertical-align: top;
  }
}
/* Center - All */
.c-unit.is-center {
  text-align: center;
  letter-spacing: -0.4em;
}

.c-unit.is-center > * {
  display: inline-block;
  float: none;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
}

/* Space Setting - All */
.c-unit.is-nosp {
  margin-right: 0;
  margin-left: 0;
}

.c-unit.is-nosp > * {
  padding-left: 0;
  padding-right: 0;
}

.c-unit.is-sp-xs {
  margin-right: -3px;
  margin-left: -3px;
}

.c-unit.is-sp-xs > * {
  padding-left: 3px;
  padding-right: 3px;
}

.c-unit.is-sp-s {
  margin-right: -7px;
  margin-left: -7px;
}

.c-unit.is-sp-s > * {
  padding-left: 7px;
  padding-right: 7px;
}

.c-unit.is-sp-w {
  margin-right: -20px;
  margin-left: -20px;
}

.c-unit.is-sp-w > * {
  padding-left: 20px;
  padding-right: 20px;
}

.c-unit.is-sp-m {
  margin-right: -15px;
  margin-left: -15px;
}

.c-unit.is-sp-m > * {
  padding-left: 15px;
  padding-right: 15px;
}

.p-vct__footer-contact {
  padding: 70px 0;
}

.p-vct__footer-contact-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-vct__footer-btn {
  max-width: 315px;
  height: 46px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #666;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 767px) {
  .p-vct__footer-btn {
    max-width: 360px;
  }
}
.p-vct__footer-btn:hover {
  opacity: 0.8;
}

.p-vct__footer-logo {
  margin-top: 40px;
}

/* ------------------------------------
  # footer
------------------------------------ */
.footer__inner {
  background-color: #5A4860;
  padding: 49px 10px;
}

.footer__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer__list {
    flex-direction: column;
    align-items: center;
  }
}

.footer__list-item {
  max-width: 280px;
  padding: 20px 10px;
  width: 100%;
  border: 1px solid #fff;
}

.footer__list-item .footer__list-item-link {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.l-section {
  background-color: #fff;
}

@media screen and (max-width: 1028px) {
  .l-section__inner {
    padding: 0 25px;
  }
}

.p-fuful__nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.c-fuful-menu__inner {
  position: fixed;
  right: -110%;
  width: 100vw;
  height: 100%;
  top: 0;
  transition: right 0.5s;
  z-index: 10;
}
.c-fuful-menu__inner.is-open {
  right: 0;
}
.c-fuful-menu__inner.is-open .c-fuful-menu__contents-wrapper {
  animation: slide-in 1s forwards;
}
.c-fuful-menu__inner.is-open .c-fuful-menu__bg {
  opacity: 1;
}
@keyframes slide-in {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
  }
}
.c-fuful-menu__wrapper {
  display: flex;
  height: 100%;
}
.c-fuful-menu__wrapper > * {
  flex: 1;
}
.c-fuful-menu__bg-wrapper {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__bg-wrapper {
    display: none;
  }
}

.c-fuful-menu__bg {
  background-image: url("/product_curtain/fuful/img/common/menu_bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out 0.5s;
}
.c-fuful-menu__bg-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 172px;
  height: 90px;
}
.c-fuful-menu__contents-wrapper {
  background: #5A4860;
}
.c-fuful-menu__contents {
  height: 100%;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1028px) {
  .c-fuful-menu__contents {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__contents {
    padding: 0;
  }
}

.c-fuful-menu__contents-title__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-fuful-menu__contents-title__list > a:nth-of-type(1) {
  margin-top: 0;
}

.c-fuful-menu__contents-title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  margin-top: 20px;
  color: #4d4d4d;
  letter-spacing: 0.15em;
  position: relative;
}
.c-fuful-menu__contents-title:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-fuful-menu__contents-title:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__contents-title {
    font-size: 23px;
  }
}

.c-fuful-menu__contents-list {
  margin-top: 50px;
  padding-left: 26px;
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__contents-list {
    margin-top: 13.3333333333vw;
    padding-left: 13px;
  }
}
@media screen and (max-width: 374px) {
  .c-fuful-menu__contents-list {
    margin-top: 10vw;
  }
}

.c-fuful-menu__contents-item + .c-fuful-menu__contents-item {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__contents-item + .c-fuful-menu__contents-item {
    margin-top: 20px;
  }
}

.c-fuful-menu__contents-link {
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.2105263158;
  white-space: nowrap;
}
.c-fuful-menu__contents-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-fuful-menu__contents-link:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
@media screen and (max-width: 767px) {
  .c-fuful-menu__contents-link {
    font-size: 13px;
    line-height: 1.2857142857;
  }
}

.c-fuful-menu__contents-catalog:not(:root) {
  font-family: "Montserrat", sans-serif;
  color: #c79b80;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 1028px) {
  .c-fuful-menu__contents-catalog:not(:root) {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 374px) {
  .c-fuful-menu__contents-catalog:not(:root) {
    margin-top: 10vw;
  }
}
.c-fuful-menu__contents-catalog:not(:root) img {
  margin-left: 5px;
}
.c-fuful-menu__contents-catalog:not(:root) + .c-fuful-menu__contents-catalog:not(:root) {
  margin-top: 20px;
}

.c-label {
  padding: 4px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #000;
}
.c-label + .c-label {
  margin-left: 1rem;
}
.c-label:before {
  color: #000;
}
.c-label.-grain:before {
  content: "木目調";
}
.c-label.-stony:before {
  content: "石目調";
}
.c-label.-new {
  background-color: #000;
}
.c-label.-new:before {
  content: "NEW";
  color: #fff;
}
.c-label.-new-color {
  background-color: #000;
}
.c-label.-new-color:before {
  content: "NEW COLOR";
  color: #fff;
}
.c-label.-round {
  border-radius: 9999px;
}
.c-label.-sm {
  width: 40px;
  height: 16px;
  font-size: 1rem;
  line-height: 1;
}

.c-button {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
@media screen and (max-width: 1028px) {
  .c-button {
    margin-top: 25px;
    justify-content: center;
  }
}
.c-button span {
  overflow: hidden;
  width: 24px;
  height: 24px;
  display: block;
}
.c-button > * + * {
  margin-left: 20px;
}
.c-button button {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #ccc;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1028px) {
  .c-button button {
    width: 38px;
    height: 38px;
  }
}
.c-button button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: center center;
  -webkit-transform-origin-x: left;
  -webkit-transform-origin-y: top;
  transition: 0.5s;
}
@media screen and (max-width: 1028px) {
  .c-button button svg {
    width: 14px;
    height: 14px;
  }
}
.c-button button svg:last-of-type {
  transform: rotate(-45deg) translate3d(-200%, 100%, 0);
  left: 0%;
  transition: 0.5s;
}
.c-button button:hover svg {
  top: 0;
  left: 100%;
}
.c-button button:hover svg:last-of-type {
  transform: rotate(-45deg) translate3d(-200%, 100%, 0);
  left: 50%;
  top: 0%;
}
.c-button__txt {
  letter-spacing: 0.12em;
  font-size: 15px;
  line-height: 1.4;
  color: #8E5888;
  margin-left: 20px;
}
.c-button__txt:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.c-button__txt:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .c-button__txt {
    font-size: 12px;
    margin-left: 8px;
  }
}

.c-button__link {
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .c-button__link:hover {
    opacity: 0.7;
  }
}
.c-button__link.-new {
  display: flex;
  align-items: center;
}
.c-button__link.-new:after {
  content: "";
  background-image: url("/product_curtain/fuful/img/common/icon_new.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 13px;
  margin-left: 5px;
  margin-top: 2px;
}

.c-heading__txt.-primary, .c-heading__txt.-subbed {
  font-family: "Montserrat", sans-serif;
  color: #8E5888;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.c-heading__txt.-primary {
  font-size: 85px;
  display: block;
}
.c-heading__txt.-subbed {
  font-size: 37px;
}

.c-text {
  color: #4d4d4d;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1028px) {
  .c-text {
    font-size: 13px;
  }
}

.shape {
  width: 102px;
  height: 102px;
  background: #ccc;
  clip-path: circle();
  display: grid;
  place-items: center;
  position: relative;
}
@media screen and (max-width: 1028px) {
  .shape {
    width: 32px;
    height: 32px;
  }
}
.shape:after {
  content: "";
  background-image: url("/product_curtain/fuful/img/common/icon_arrow.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: center center;
  -webkit-transform-origin-x: left;
  -webkit-transform-origin-y: top;
}
@media screen and (max-width: 1028px) {
  .shape:after {
    width: 14px;
    height: 14px;
  }
}

.shape:before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #fff;
  clip-path: circle();
}
@media screen and (max-width: 1028px) {
  .shape:before {
    width: 30px;
    height: 30px;
  }
}

.shape.-bg-primary:before {
  background-color: #FAF4F4;
}

.shape-icon {
  width: 24px;
  height: 24px;
}

.p-fuful-top-mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-fuful-top-mv {
    height: 100vh;
  }
}

.p-fuful-top-mv__slide {
  position: absolute;
}
.p-fuful-top-mv__slide {
  width: 100%;
}
.p-fuful-top-mv__slide img {
  width: 100%;
}

.p-fuful-top-mv__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.p-fuful-top-mv__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.p-fuful-top-mv__button span {
  margin-top: -2px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-fuful-top-mv__button {
    font-size: 14px;
  }
}
.p-fuful-top-mv__button img {
  margin-right: 10px;
  width: 22px;
}
@media screen and (max-width: 767px) {
  .p-fuful-top-mv__button img {
    width: 18px;
  }
}

.p-fuful-top-gallery {
  padding-top: 170px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery {
    padding-top: 80px;
  }
}

.p-fuful-top-gallery__heading {
  margin-left: 12.5vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__heading {
    margin-left: 0;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__heading .p-fuful-top__heading {
    font-size: 32px;
  }
}
.p-fuful-top-gallery__heading .p-fuful-top__heading.-primary {
  line-height: 1.2;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__heading .p-fuful-top__heading.-primary {
    font-size: 57px;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__heading .p-fuful-top__heading.-subbed {
    font-size: 27px;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__heading .p-fuful-top__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-fuful-top-gallery__desc {
  font-size: 14px;
  margin-top: 30px;
  line-height: 2.3571428571;
}
.p-fuful-top-gallery__desc:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3571428571) * 0.5em);
  content: "";
}
.p-fuful-top-gallery__desc:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3571428571) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__desc {
    font-size: 12px;
  }
}

.p-fuful-top-gallery__copy {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #8E5888;
  letter-spacing: 0.15em;
  font-weight: 300;
  line-height: 1.2666666667;
}
.p-fuful-top-gallery__copy:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2666666667) * 0.5em);
  content: "";
}
.p-fuful-top-gallery__copy:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2666666667) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__copy {
    font-size: 20px;
    text-align: center;
  }
}

.p-fuful-top-gallery__img-list {
  max-width: 450px;
  display: flex;
  gap: 12px;
  margin-top: 40px;
}
.p-fuful-top-gallery__img-list.-deco {
  max-width: 580px;
}
@media screen and (max-width: 767px) {
  .p-fuful-top-gallery__img-list.-deco {
    flex-direction: column;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-list {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-list.-deco {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-list {
    justify-content: center;
    gap: 8px;
  }
}

.p-fuful-top-gallery__img-item[data-name=primary] {
  height: 100vh;
  display: block;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-name=primary] {
    height: auto;
  }
}
.p-fuful-top-gallery__img-item[data-name=primary] img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-name=primary] img {
    height: auto;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item img {
    width: 100%;
  }
}
.p-fuful-top-gallery__img-item[data-column="1"] {
  grid-row: 1/3;
  grid-column: 1/2;
  min-width: 210px;
  max-width: 210px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-column="1"] {
    height: auto;
  }
  .p-fuful-top-gallery__img-item[data-column="1"] img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-fuful-top-gallery__img-item[data-column="1"] {
    max-width: initial;
    min-width: initial;
    flex: 1 1 100%;
  }
}
.p-fuful-top-gallery__img-item[data-column="2"] {
  display: block;
  max-width: 150px;
  width: 100%;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-column="2"] {
    max-width: 221px;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-column="2"] {
    aspect-ratio: 121/81;
  }
}
.p-fuful-top-gallery__img-item[data-name=primary] img {
  border-radius: 120px 0 0;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-item[data-name=primary] img {
    border-radius: 0;
  }
}

.p-fuful-top-gallery__img-child-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-child-list {
    gap: 4px;
  }
}
.p-fuful-top-gallery__img-child-list.-two {
  flex-direction: column;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-child-list.-two .p-fuful-top-gallery__img-item {
    max-width: 182px;
  }
}
@media screen and (max-width: 767px) {
  .p-fuful-top-gallery__img-child-list.-two .p-fuful-top-gallery__img-item {
    max-width: 153px;
  }
}
.p-fuful-top-gallery__img-child-list.-three {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.p-fuful-top-gallery__img-child-list.-three .p-fuful-top-gallery__img-item[data-column="2"] {
  max-width: 150px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-child-list.-three .p-fuful-top-gallery__img-item[data-column="2"] {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-fuful-top-gallery__img-child-list.-three {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-fuful-top-gallery__img-child-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
  }
}
.p-fuful-top-gallery__img-child-list img {
  width: 100%;
  height: 100%;
}

.p-fuful-top-gallery__progress-list {
  position: relative;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.p-fuful-top-gallery__progress-list:before {
  content: "";
  position: absolute;
  left: 40%;
  top: 0;
  transform: rotate(180deg) translateX(-50%);
  height: 100%;
  width: 1px;
  background-color: #8E5888;
  z-index: -10;
}

.p-fuful-top-gallery__progress-item {
  border: 1px solid #8E5888;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background: #fff;
}
.p-fuful-top-gallery__progress-item + .p-fuful-top-gallery__progress-item {
  margin-top: 40px;
}
.p-fuful-top-gallery__progress-item[aria-current=step] {
  background: #8E5888;
}
.p-fuful-top-gallery__progress-item button {
  width: 100%;
  height: 100%;
}

.p-fuful-top-gallery__inner {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 12.5vw;
  background-color: #fff;
  padding-bottom: 14.375vw;
  margin-top: 0;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__inner {
    display: block;
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-bottom: 21.3333333333vw;
  }
}

.p-fuful-top-gallery__progress-unit {
  position: absolute;
  top: 50%;
  left: 5.875vw;
  transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__cont-unit {
    padding: 80px 13px 0;
  }
}

.p-fuful-top-gallery__img-unit {
  padding-left: 3.25vw;
  margin-left: auto;
}
.p-fuful-top-gallery__img-unit.u-dsp-sp {
  display: none;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-unit.u-dsp-sp {
    display: block;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-gallery__img-unit {
    width: 100vw;
    padding-left: 0;
    margin: 0 calc(50% - 50vw);
    margin-top: 30px;
  }
  .p-fuful-top-gallery__img-unit img {
    aspect-ratio: 375/250;
    width: 100%;
    object-fit: cover;
  }
}

.p-fuful-top-mv__video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9のアスペクト比に基づいています。他のアスペクト比を使用する場合は、この値を調整する必要があります。 */
  overflow: hidden;
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.p-fuful-top-mv__video-container video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
}

.p-fuful-top-product {
  padding-top: 230px;
  height: calc(100vh + 230px);
  display: flex;
  background-color: #FAF4F4;
  position: relative;
  padding-left: 12.5vw;
  overflow-y: hidden;
  z-index: 10;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product {
    display: block;
    padding: 100px 0;
    height: auto;
  }
}
.p-fuful-top-product:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 675/890;
  width: 675px;
  height: 100%;
  background-color: #fbf8f7;
  border-radius: 0 120px 0 0;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product:before {
    aspect-ratio: 214/890;
    width: 214px;
    top: 135px;
    height: 100%;
  }
}

.p-fuful-top-product__inner {
  position: relative;
}

@media screen and (max-width: 1028px) {
  .p-fuful-top-product__heading {
    text-align: center;
  }
}
.p-fuful-top-product__heading .p-fuful-top__heading {
  position: relative;
  z-index: 100;
  font-size: 88px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__heading .p-fuful-top__heading {
    font-weight: 100;
    font-size: 57px;
  }
}

.p-fuful-top-product__content-list {
  display: flex;
}

.p-fuful-top-product__content-item {
  min-width: 800px;
}
.p-fuful-top-product__content-item + .p-fuful-top-product__content-item {
  margin-left: 70px;
}

.side-scroll-list-wrapper {
  position: relative;
  width: 100%;
}

.side-scroll-list {
  position: absolute;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1028px) {
  .side-scroll-list {
    position: relative;
    display: block;
  }
}

.p-fuful-top-product__item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  width: 50vw;
  height: auto;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-fuful-top-product__item:hover:before {
    background-color: #00000020;
  }
}
.p-fuful-top-product__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: #00000040;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item:before {
    display: none;
  }
}
.p-fuful-top-product__item:nth-of-type(1), .p-fuful-top-product__item:nth-of-type(4), .p-fuful-top-product__item:nth-of-type(7), .p-fuful-top-product__item:nth-of-type(10) {
  max-width: 495px;
  max-height: 445px;
  width: 30.9375vw;
  height: 27.8125vw;
  margin-top: 47px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item:nth-of-type(1), .p-fuful-top-product__item:nth-of-type(4), .p-fuful-top-product__item:nth-of-type(7), .p-fuful-top-product__item:nth-of-type(10) {
    max-width: initial;
    max-height: initial;
    width: auto;
    height: auto;
    margin-top: initial;
  }
}
.p-fuful-top-product__item:nth-of-type(2), .p-fuful-top-product__item:nth-of-type(5), .p-fuful-top-product__item:nth-of-type(8), .p-fuful-top-product__item:nth-of-type(11) {
  max-width: 495px;
  max-height: 560px;
  width: 30.9375vw;
  height: 35vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item:nth-of-type(2), .p-fuful-top-product__item:nth-of-type(5), .p-fuful-top-product__item:nth-of-type(8), .p-fuful-top-product__item:nth-of-type(11) {
    max-width: initial;
    max-height: initial;
    width: auto;
    height: auto;
    margin-top: initial;
  }
}
.p-fuful-top-product__item:nth-of-type(3), .p-fuful-top-product__item:nth-of-type(6), .p-fuful-top-product__item:nth-of-type(9), .p-fuful-top-product__item:nth-of-type(12) {
  max-width: 527px;
  max-height: 380px;
  margin-bottom: 48px;
  width: 32.9375vw;
  height: 23.75vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item:nth-of-type(3), .p-fuful-top-product__item:nth-of-type(6), .p-fuful-top-product__item:nth-of-type(9), .p-fuful-top-product__item:nth-of-type(12) {
    max-width: initial;
    max-height: initial;
    width: auto;
    height: auto;
    margin-top: initial;
    margin-bottom: 0;
  }
}

.p-fuful-top-product__link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.p-fuful-top-product__item + .p-fuful-top-product__item {
  margin-left: 60px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item + .p-fuful-top-product__item {
    margin-left: 0;
  }
}

.p-fuful-top-product__list {
  padding-left: 52px;
  margin-top: -110px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__list {
    padding-left: 0;
    margin-top: 0;
  }
}

.p-fuful-top-product__item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-img {
    width: auto;
    height: auto;
  }
}
.p-fuful-top-product__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-img img {
    width: auto;
  }
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-img {
    position: relative;
    aspect-ratio: 150/210;
    display: block;
    z-index: 10;
  }
  .p-fuful-top-product__item-img img {
    height: 100%;
    object-fit: cover;
  }
}

.p-fuful-top-product__item-inner {
  position: absolute;
  bottom: 18px;
  left: 18px;
  right: 18px;
  z-index: 10;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-inner {
    position: relative;
    bottom: initial;
    left: 0;
    margin-top: 16px;
  }
}

.p-fuful-top-product__item-ttl {
  color: #fff;
  font-size: 23px;
  font-weight: 100;
  letter-spacing: 0.15em;
  line-height: 1.2307692308;
}
.p-fuful-top-product__item-ttl:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
.p-fuful-top-product__item-ttl:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2307692308) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-ttl {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
    line-height: 1.2307692308;
  }
  .p-fuful-top-product__item-ttl:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
  .p-fuful-top-product__item-ttl:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2307692308) * 0.5em);
    content: "";
  }
}

.p-fuful-top-product__item-text {
  display: block;
  font-size: 13px;
  margin-top: 9px;
  color: #fff;
  line-height: 1.6153846154;
  font-weight: 100;
  letter-spacing: 0.15em;
}
.p-fuful-top-product__item-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6153846154) * 0.5em);
  content: "";
}
.p-fuful-top-product__item-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6153846154) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__item-text {
    font-size: 11px;
    color: #4d4d4d;
  }
}

.u-follower {
  display: none;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 133px;
  height: 133px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  top: -61px;
  left: -61px;
  transform: translate(-50%, -50%) scale(0.4);
  position: relative;
}
.u-follower:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../img/common/icon_arrow.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 1028px) {
  .u-follower {
    display: none;
  }
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.9);
}

.p-fuful-top-product__list-wrapper {
  display: block;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__list-wrapper {
    display: none;
  }
}

.p-fuful-top-product__list-wrapper-sp {
  display: none;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__list-wrapper-sp {
    display: block;
  }
}

@media screen and (max-width: 1028px) {
  .p-fuful-top-product__list-sp {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 23px;
    row-gap: 50px;
  }
}

.p-fuful-top-mv-swiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  z-index: -1;
  object-fit: cover;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper {
    height: 100vh;
  }
}

.p-fuful-top-mv-swiper__upper,
.p-fuful-top-mv-swiper__lower {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__upper,
.p-fuful-top-mv-swiper__lower {
    height: 50%;
  }
}

.p-fuful-top-mv-swiper__upper .swiper {
  width: 100%;
  height: 100%;
}
.p-fuful-top-mv-swiper__upper .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
.p-fuful-top-mv-swiper__upper .swiper-slide {
  width: auto !important;
  height: 100%;
  flex-shrink: 0;
}
.p-fuful-top-mv-swiper__upper .swiper-slide picture,
.p-fuful-top-mv-swiper__upper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
  min-width: 300px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__upper .swiper-slide picture,
.p-fuful-top-mv-swiper__upper .swiper-slide img {
    min-width: 200px;
    aspect-ratio: 4/3;
  }
}

.p-fuful-top-mv-swiper__lower .swiper {
  width: 100%;
  height: 100%;
}
.p-fuful-top-mv-swiper__lower .swiper-wrapper {
  height: 100%;
  transition-timing-function: linear;
}
.p-fuful-top-mv-swiper__lower .swiper-slide {
  width: auto !important;
  height: 100%;
  flex-shrink: 0;
}
.p-fuful-top-mv-swiper__lower .swiper-slide picture,
.p-fuful-top-mv-swiper__lower .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
  min-width: 300px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__lower .swiper-slide picture,
.p-fuful-top-mv-swiper__lower .swiper-slide img {
    min-width: 200px;
    aspect-ratio: 4/3;
  }
}

.p-fuful-top-mv-swiper__center {
  background: #5A4860;
  text-align: center;
  padding: 20px 0;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__center {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__logo h1 svg {
    max-width: 240px;
  }
}

.p-fuful-top-mv-swiper__copy {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__copy {
    font-size: 18px;
  }
}

.p-fuful-top-mv-swiper__logo-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 21px;
}
.p-fuful-top-mv-swiper__logo-inner .p-fuful-top-mv-swiper__logo-title {
  max-width: 548px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__logo-inner .p-fuful-top-mv-swiper__logo-title {
    max-width: 240px;
  }
}
.p-fuful-top-mv-swiper__logo-inner .p-fuful-top-mv-swiper__logo-logo {
  max-width: 154px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-mv-swiper__logo-inner .p-fuful-top-mv-swiper__logo-logo {
    max-width: 70px;
  }
}

.p-fuful-product-mv {
  background-color: #fff;
}
.p-fuful-product-mv__list {
  display: flex;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv__list {
    display: none;
  }
}

.p-fuful-product-mv__list-sp {
  display: none;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv__list-sp {
    display: block;
  }
}

.p-fuful-product-mv {
  position: relative;
}
.p-fuful-product-mv[data-name=primary] img {
  border-radius: 0 120px 0 0;
}
.p-fuful-product-mv[data-name=secondary] {
  flex-basis: 55%;
  margin-left: 65px;
  margin-top: 108px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=secondary] {
    flex-basis: 48%;
    margin-top: 38px;
    margin-left: 20px;
  }
}
.p-fuful-product-mv[data-name=subbed] {
  flex-basis: 46.5%;
  margin-left: 32px;
  margin-top: auto;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv[data-name=subbed] {
    flex-basis: 43%;
    margin-top: 88px;
    margin-left: 20px;
  }
}

.p-fuful-product-mv__heading {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  font-size: 88px;
  color: #8E5888;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  z-index: 5;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-mv__heading {
    font-size: 57px;
    bottom: initial;
    top: calc(50% + 38px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 1028px) {
  .p-fuful-product-mv__unit {
    display: flex;
  }
}

.p-fuful-product-plain {
  padding-top: 170px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-plain {
    padding-top: 80px;
  }
}

.p-fuful-product__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8E5888;
  padding: 0 25px;
}

.p-fuful-product__heading-en {
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.14em;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product__heading-en {
    font-size: 30px;
  }
}

.p-fuful-product__heading-ja {
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-top: 6px;
}
.p-fuful-product-list:nth-of-type(odd),
.p-fuful-product-list:nth-of-type(odd) > .l-section {
  background-color: #FAF4F4;
}

.p-fuful-product-list__carousel {
  position: relative;
}
.p-fuful-product-list__carousel button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  display: block;
  z-index: 6;
  transition: 0.4s;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__carousel button {
    width: 85px;
    height: 85px;
  }
}

.p-fuful-product-list__carousel-swiper {
  height: 275px;
  margin-top: 35px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__carousel-swiper {
    height: 160px;
    margin-top: 20px;
  }
}

.p-fuful-product-plain__carousel-swiper-wrapper,
.p-fuful-product-natural__carousel-swiper-wrapper {
  transition-timing-function: linear;
}

.p-fuful-product-list__carousel-swiper-slide img {
  height: 100%;
  width: 100%;
}

.p-fuful-product-list__button {
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item {
    display: flex;
  }
}

.p-fuful-product-list__item-list {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.p-fuful-product-list__item-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item-list ul {
    column-gap: 24px;
    row-gap: 24px;
  }
}

.p-fuful-product-list__item {
  border-top: 1px solid #4d4d4d;
  padding: 40px 0;
  flex: 0 0 calc(50% - 20px);
  width: 100%;
  font-size: 20px;
  letter-spacing: 0.056em;
  line-height: 1;
  font-weight: 100;
  font-family: "Montserrat", serif;
  transition: 0.4s;
  color: #4d4d4d;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item {
    font-size: 12px;
    border: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    flex: 0 0 calc(50% - 12px);
  }
}
.p-fuful-product-list__item:hover {
  color: #ccc;
}
.p-fuful-product-list__item:nth-last-of-type(1), .p-fuful-product-list__item:nth-last-of-type(2) {
  border-bottom: 1px solid #4d4d4d;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item:nth-last-of-type(1), .p-fuful-product-list__item:nth-last-of-type(2) {
    border: none;
  }
}
.p-fuful-product-list__item[data-name=tennen]:after {
  content: "";
  background-image: url("/product_curtain/fuful/img/product/icon_sozai_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 24px;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item[data-name=tennen]:after {
    margin-top: 8px;
    margin-left: 0;
  }
}

#imgPopup {
  position: absolute;
  z-index: 1;
  transition: top 0.2s, left 0.2s;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

#imgPopup img {
  max-width: 320px;
  max-height: 355px;
  transition: all 0.3s;
}

#linkList a:hover + #imgPopup {
  display: block;
}

#linkList a:hover {
  color: #0095f6;
}

@media screen and (max-width: 1028px) {
  .p-fuful-product-list__item-list {
    margin: 0 25px;
    padding-top: 50px;
  }
}

.p-fuful-product-list__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.95);
}
.p-fuful-product-list__modal.is-visible {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.p-fuful-product-list__modal-close {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 58px;
  height: 58px;
  background-image: url("/product_curtain/fuful/img/product/icon_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-close {
    width: 33px;
    height: 33px;
    top: 28px;
    right: 28px;
  }
}

.p-fuful-product-list__modal-inner-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-fuful-product-list__modal-inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
}
.p-fuful-product-list__modal-inner.no-secondary {
  align-items: center;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-inner {
    flex-direction: column;
    align-items: center;
  }
}

.p-fuful-product-list__modal-unit {
  margin-left: 93px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-unit {
    display: contents;
    margin-left: 0;
  }
}

.p-fuful-product-list__modal-ttl {
  font-size: 20px;
  color: #4d4d4d;
  font-family: "Montserrat", serif;
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-ttl {
    font-size: 14px;
    letter-spacing: 0.14em;
    text-align: center;
  }
}

.p-fuful-product-list__modal-text {
  margin-top: 60px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 2.3571428571;
}
.p-fuful-product-list__modal-text:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.3571428571) * 0.5em);
  content: "";
}
.p-fuful-product-list__modal-text:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.3571428571) * 0.5em);
  content: "";
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-text {
    text-align: center;
    font-size: 12px;
    margin-top: 24px;
    line-height: 2;
  }
  .p-fuful-product-list__modal-text:before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .p-fuful-product-list__modal-text:after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}

.p-fuful-product-list__modal-secondary {
  margin-top: 70px;
}
.p-fuful-product-list__modal-secondary img {
  width: 22.8125vw;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-secondary {
    order: 3;
    margin-top: 30px;
  }
  .p-fuful-product-list__modal-secondary img {
    width: 37.8666666667vw;
  }
}
.p-fuful-product-list__modal-secondary.--flex {
  display: flex;
}
.p-fuful-product-list__modal-secondary.--flex > * {
  max-width: 180px;
}

.p-fuful-product-list__modal-primary {
  max-width: 615px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-primary {
    order: 3;
    margin-top: 30px;
  }
  .p-fuful-product-list__modal-primary img {
    width: 64vw;
  }
}

.p-fuful-product-list__modal-secondary {
  max-width: 365px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list__modal-secondary {
    text-align: center;
  }
}

.p-fuful-product-list__carousel {
  cursor: pointer;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-fuful-product-list__carousel:hover:before {
    background-color: #0000;
  }
}

.p-fuful-product-list {
  padding-bottom: 120px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list {
    padding-bottom: 60px;
  }
}
.p-fuful-product-list + .p-fuful-product-list {
  padding-top: 120px;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-list + .p-fuful-product-list {
    padding-top: 60px;
  }
}

.p-fuful-product-natural .shape:before {
  background-color: #FAF4F4;
}

@media screen and (max-width: 1028px) {
  .p-fuful-product-natural__inner:not(:root) {
    padding: 0;
  }
}

.p-fuful-product-plain__item-img {
  display: none;
}
@media screen and (max-width: 1028px) {
  .p-fuful-product-plain__item-img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .p-fuful-product-plain__item-img img {
    width: 100%;
  }
}

.p-fuful-product-plain__item-img + p {
  word-break: break-all;
}

.p-fuful-top-product__link-more-wrapper {
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 9999;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__link-more-wrapper {
    display: none;
  }
}

.p-fuful-top-product__link-more-wrapper-sp {
  display: none;
}
@media screen and (max-width: 1028px) {
  .p-fuful-top-product__link-more-wrapper-sp {
    display: block;
  }
}

.p-fuful-top-product__link-more {
  display: block;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 100;
  border-radius: 120px;
  background-color: #8E5888;
  color: #fff !important;
  padding: 20px 40px;
  width: 435px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  height: 110px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-fuful-top-product__link-more:hover {
    opacity: 0.8;
  }
}
.p-fuful-top-product__link-more:after {
  content: "→";
  display: inline-block;
  position: absolute;
  right: 25px;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}

.p-fuful-top-product__link-more-sp {
  display: block;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 100;
  border-radius: 120px;
  background-color: #8E5888;
  color: #fff !important;
  padding: 10px 20px;
  width: 335px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  height: 60px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  position: relative;
  margin-top: 40px;
}
@media (hover: hover) and (pointer: fine) {
  .p-fuful-top-product__link-more-sp:hover {
    opacity: 0.8;
  }
}
.p-fuful-top-product__link-more-sp:after {
  content: "→";
  display: inline-block;
  position: absolute;
  right: 25px;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.14em;
  line-height: 1;
  color: #fff;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-display-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-display-pc {
    display: none !important;
  }
}

.u-display-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-display-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-block-sp {
    display: block !important;
  }
}

.u-display-block {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-padding-0-sp {
    padding: 0 !important;
  }
}

.u-hover-opacity {
  transition: 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover-opacity:hover {
    opacity: 0.8;
  }
}

.u-no-scroll-bar {
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.u-no-scroll-bar::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

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