@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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*/
}

/* 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] {
  -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;
}

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

/**
 * 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;
}

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.c-effect {
  backface-visibility: hidden;
  transition: transform 1200ms linear, opacity 1000ms ease-in;
}

.c-effect--fade-in-up {
  opacity: 0;
  transform: translateY(30px);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-up {
    transform: translateY(6.511vw);
  }
}
.c-effect--fade-in-down {
  opacity: 0;
  transform: translateY(-30px);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-down {
    transform: translateY(-6.51vw);
  }
}
.c-effect--fade-in-right {
  opacity: 0;
  transform: translateX(30px);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-right {
    transform: translateX(6.511vw);
  }
}
.c-effect--fade-in-right-skew {
  opacity: 0;
  transform: translateX(30px) skewX(-15deg);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-right-skew {
    transform: translateX(6.511vw) skewX(-15deg);
  }
}
.c-effect--fade-in-left {
  opacity: 0;
  transform: translateX(-30px);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-left {
    transform: translateX(-6.51vw);
  }
}
.c-effect--fade-in-left-skew {
  opacity: 0;
  transform: translateX(-30px) skewX(-15deg);
}

@media (max-width: 767.98px) {
  .c-effect--fade-in-left-skew {
    transform: translateX(-6.51vw) skewX(-15deg);
  }
}
.c-effect--fade-in {
  opacity: 0;
}

.c-effect.is-inview {
  transform: none !important;
  opacity: 1 !important;
  transition: transform 1s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.7s ease-in;
}

:root {
  --font-1: "Noto Sans JP", sans-serif;
  --font-2:
    "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS PMincho", serif;
  --font-3: "Manrope", sans-serif;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: var(--font-1);
  font-optical-sizing: auto;
  font-weight: 250;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #707070;
  word-break: break-word;
  /*  &:not(.home) {
     padding-top: 7.2rem;
     @include pc {
       padding-top: 11.5rem;
     }
   } */
}

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

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition: opacity 0.3s;
  cursor: default;
}
@media screen and (min-width: 768px) {
  a {
    /*  &:hover {
      opacity: 0.7;
    } */
  }
}
a[href] {
  cursor: pointer;
}

.container {
  --max-width: 184rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  max-width: calc(var(--max-width) + 6.4rem);
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

.pagination {
  margin-top: 7.5rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 2rem;
  overflow: hidden;
}
.pagination:empty {
  margin-top: 0;
}
.pagination .page-numbers {
  line-height: 1.25;
  font-weight: 300;
  font-size: 2rem;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707070;
}
.pagination .page-numbers.current {
  border-bottom: 1px solid #707070;
}
.pagination .page-numbers[disabled] {
  opacity: 0.5;
}
.pagination .page-numbers.next, .pagination .page-numbers.prev {
  text-indent: -999em;
  width: 1.5rem;
  height: 1.4rem;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  position: relative;
  top: 2px;
}
.pagination .page-numbers.prev {
  transform: rotate(-180deg);
}
.pagination .page-numbers__info {
  width: auto;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
  }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    width: 1.1rem;
    height: 1rem;
  }
}

.logo {
  display: block;
  aspect-ratio: 20/5;
  background: url(../img/common/lw_logo.png) center/contain no-repeat;
  width: 20rem;
  text-indent: -1000vw;
}
@media screen and (min-width: 768px) {
  .logo {
    width: 30rem;
  }
}

.p-sub {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.p-sub .page-title {
  text-align: center;
  padding-top: 9rem;
  padding-bottom: 6rem;
  font-family: var(--font-2);
  font-size: 3.6rem;
  line-height: 1.6666666667;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-sub .page-title {
    padding-top: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub {
    padding-top: 7.5rem;
    padding-bottom: 6rem;
  }
}

[id] {
  scroll-margin-top: 8rem;
}

.swiper {
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-horizontal-gap: 1rem;
  --swiper-pagination-bullet-width: 0.7rem;
  --swiper-pagination-bullet-height: 0.7rem;
  --swiper-pagination-bullet-inactive-color: #A8A7A7;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-color: #707070;
}
@media screen and (max-width: 767px) {
  .swiper {
    --swiper-pagination-bullet-horizontal-gap: 0.6rem;
  }
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.l-header .header-wrap {
  display: flex;
  align-items: center;
  transition: ease 0.3s all;
}
@media screen and (max-width: 767px) {
  .l-header .header-wrap {
    padding: 1.1rem 2rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-header .header-wrap {
    padding-top: 2.2rem;
    padding-bottom: 1.8rem;
    justify-content: space-between;
    gap: 8%;
  }
}
@media screen and (min-width: 768px) {
  .l-header .header-wrap .menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header .header-wrap .menu-button {
    position: absolute;
    z-index: 5;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.4rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-header .header-wrap .menu-button aside {
  display: block;
  position: relative;
  color: transparent;
  font-size: 0.01rem;
  text-indent: 100%;
  overflow: hidden;
  width: 2.2rem;
  height: 0.6rem;
}
.l-header .header-wrap .menu-button aside::before, .l-header .header-wrap .menu-button aside::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  background-color: #707070;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
}
.l-header .header-wrap .menu-button aside::before {
  top: 0px;
}
.l-header .header-wrap .menu-button aside::after {
  top: calc(100% - 1px);
}
@media screen and (max-width: 767px) {
  .l-header .header-wrap .menu-button.is-active aside {
    height: 1.6rem;
  }
}
.l-header .header-wrap .menu-button.is-active aside::before {
  top: calc(50% - 1px);
  left: -2px;
  transform: rotate(45deg);
}
.l-header .header-wrap .menu-button.is-active aside::after {
  top: calc(50% - 1px);
  left: -2px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  #spnav {
    position: absolute;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    left: -100%;
    top: 0;
    transition: 0.3s all;
    padding: 10rem 3.2rem;
    width: 90dvw;
    height: 100dvh;
    overflow: auto;
  }
  #spnav.is-opened {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-menu {
    display: flex;
    justify-content: space-between;
    flex: 1;
  }
}
.header-menu > a {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 2.4rem;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .header-menu > a {
    padding: 1rem 4rem;
  }
}
.header-menu a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.4rem;
  background: url("../img/common/icon-external-link.png") no-repeat center/contain;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .primary_menu {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .primary_menu + .primary_menu {
    margin-top: 1.7rem;
  }
}
.primary_menu a {
  display: block;
}
@media screen and (min-width: 768px) {
  .primary_menu {
    display: flex;
    gap: 5.6rem;
  }
}
.primary_menu > li {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .primary_menu > li {
    padding: 0 4.5rem;
    position: relative;
  }
}
.primary_menu > li a {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  .primary_menu > li a {
    position: relative;
  }
  .primary_menu > li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: currentColor;
    transform: scale(0, 1);
    transform-origin: right center;
    backface-visibility: hidden;
    transition: transform 250ms ease 0s;
  }
  .primary_menu > li a:hover::before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
@media screen and (min-width: 768px) {
  .primary_menu > li.has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .primary_menu > li.has-sub-menu:hover .sub-menu-mask {
    visibility: visible;
    height: 34rem;
  }
}
.primary_menu > li .sub-menu {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .primary_menu > li .sub-menu {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .primary_menu > li .sub-menu {
    /*  visibility: hidden;
      display: none;
      opacity: 0;
      transform: translateY(-10rem);
      transition: opacity 0.3s, transform 0.3s; */
    left: 0;
    width: 27rem;
    padding-top: 3.4rem;
    position: absolute;
    right: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  }
}
.primary_menu > li .sub-menu li {
  padding: 0.7rem 1rem;
}
@media screen and (min-width: 768px) {
  .primary_menu > li .sub-menu li {
    padding: 1.5rem 1rem;
    position: relative;
  }
}
.primary_menu > li .sub-menu li a {
  display: inline-block;
}
.primary_menu > li .sub-menu li a .ja {
  font-family: var(--font-1);
  font-size: 1rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .primary_menu > li .sub-menu li a .ja {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .primary_menu > li .sub-menu li a {
    font-size: 1.6rem;
    font-family: var(--font-1);
    font-weight: 350;
  }
  .primary_menu > li .sub-menu li a .en {
    font-family: var(--font-3);
  }
}
.primary_menu > li .sub-menu-mask {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0);
  display: block;
  height: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 11.5rem;
  transition: box-shadow 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  transition: height 0.5s cubic-bezier(0.4, 0.1, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  visibility: visible;
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .l-header._scroll .header-wrap {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .l-header._scroll .sub-menu-mask {
    top: 7.5rem;
  }
}

.l-footer {
  background-color: #eaeaea;
}
.l-footer .l-footer__inner {
  padding-top: 6.45rem;
  padding-bottom: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner {
    gap: 0.5rem;
    padding-top: 18rem;
    padding-bottom: 14.5rem;
  }
}
.l-footer .l-footer__inner .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.l-footer .l-footer__inner .sns ul li a {
  display: block;
  text-indent: -1000dvw;
  overflow: hidden;
  aspect-ratio: 1;
  width: 2.4rem;
  background: center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .l-footer .l-footer__inner .sns ul li a {
    transition: opacity 0.5s cubic-bezier(0.4, 0.1, 0.2, 1);
  }
  .l-footer .l-footer__inner .sns ul li a:hover {
    opacity: 0.7;
  }
}
.l-footer .l-footer__inner .sns ul .sns-instagram a {
  background-image: url(../img/common/sns-instagram.png);
}
.l-footer .l-footer__inner .sns ul .sns-x a {
  background-image: url(../img/common/sns-x.png);
}
.l-footer .l-footer__inner .copyright {
  font-family: var(--font-3);
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__inner .copyright {
    font-size: 0.8rem;
  }
}

.title {
  font-family: var(--font-2);
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-weight: 350;
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 3.6rem;
  }
}

.hero {
  clip-path: inset(0);
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100vh;
}
.hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.hero .hero-text {
  font-family: var(--font-2);
  text-align: center;
  line-height: 1.8;
  color: #fff;
  font-size: 2.4rem;
  will-change: transform;
  position: fixed;
  top: 50vh;
}
@media screen and (min-width: 768px) {
  .hero .hero-text {
    font-size: 3.2rem;
  }
}
.hero .hero-img img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero {
  /*   .hero-slider {
    width: 100%;
    height: 100%;

    .swiper {
      width: 100%;
      height: 100%;
      z-index: 1;
    }

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

    .swiper-slide .image-container {
      // content: "";
      width: 100%;
      height: 100%;
      // background: no-repeat center center / cover;
      position: absolute;
      top: 0;
      left: 0;
      img{
        display: block;
        width: 100%;
        object-fit: cover;
        height: 100%;
      }
    }

    @keyframes zoomUp {
      0% {
        transform: scale(1);
      }

      100% {
        transform: scale(1.15);
      }
    }

    .swiper-slide.swiper-slide-active .image-container,
    .swiper-slide-duplicate-active .image-container,
    .swiper-slide-prev .image-container {
      animation: zoomUp 12s linear 0s 1 normal both;
      background: no-repeat center center / cover;
      will-change: transform;
    }

    .swiper-pagination {
      width: auto;
      position: absolute;
      top: 80px;
      right: 61px;
      left: auto;
      bottom: auto;
      z-index: 200;
      color: #333;
      font-size: 1.2rem;
    }
  } */
}

#about {
  clip-path: inset(0);
  overflow: hidden;
  position: relative;
}
#about .about-detail {
  padding: 1.2rem 0;
}
@media screen and (min-width: 768px) {
  #about .about-detail {
    padding: 2.8rem 0 1rem;
  }
}
#about .about-detail .about-text-wrap {
  margin-bottom: 0.5em;
}
#about .about-detail .about-text {
  font-family: var(--font-2);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  will-change: transform;
  /* 
  position: absolute;
  left: 0;
  top: -50vh; */
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #about .about-detail .about-text {
    font-size: 3.2rem;
  }
}
#about .about-detail .about-text.fixed {
  position: fixed;
  top: 50vh;
  width: 100%;
  left: 0;
  text-align: center;
}
#about .about-detail p {
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #about .about-detail p {
    text-align: center;
    font-size: 2.4rem;
  }
}
#about .container {
  --max-width: 164.8rem;
}
#about #mv {
  display: block;
  /*   width: calc(100% + 3.4rem);
  max-width: 1648px;
  margin: 0 auto;
  display: block;
  height: auto; */
  /* @include sp {
    width: calc(100% + 3.4rem);
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  } */
}
@media screen and (max-width: 767px) {
  #about .mv-wrap {
    width: calc(100% + 3.4rem);
    margin-left: -1.7rem;
    margin-right: -1.7rem;
  }
}

#last-item {
  padding-top: 4rem;
  ----grid-gap: 1rem;
  --grid-columns: 24;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #last-item {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #last-item .wrap {
    flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #last-item .wrap {
    transition: all 1.2s cubic-bezier(0.31, 0, 0.13, 1);
    display: grid;
    align-items: center;
    gap: var(--grid-gap);
    grid-template-columns: repeat(var(--grid-columns), minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  #last-item .wrap .heading {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #last-item .wrap .heading {
    display: flex;
    align-items: center;
    grid-column-end: span 10;
    grid-column-start: auto;
  }
}
#last-item .wrap .heading .heading-img img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #last-item .wrap .heading .heading-img {
    width: 50rem;
    transition: transform 1.2s cubic-bezier(0.31, 0, 0.13, 1);
  }
}
@media screen and (max-width: 767px) {
  #last-item .wrap .heading .heading-title {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #last-item .wrap .heading .heading-title {
    order: 2;
    max-width: 33rem;
    padding: 0 1rem;
    transition: opacity 1.2s cubic-bezier(0.31, 0, 0.13, 1);
  }
}
#last-item .wrap .heading .heading-title .title {
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  #last-item .wrap .heading .heading-title .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #last-item .wrap .slide-container {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #last-item .wrap .slide-container {
    grid-column-end: span 14;
    grid-column-start: auto;
  }
}
#last-item .wrap .slide-container .slide-inner {
  width: 100vw;
  overflow: hidden;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #last-item .wrap .slide-container .slide-inner {
    padding: 3rem 1.5rem 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
#last-item .wrap .slide-container .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #last-item .wrap .slide-container .swiper .swiper-slide {
    width: 16rem;
  }
}
#last-item .wrap #last_item_slider .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #last-item .wrap #last_item_slider .swiper-slide {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 768px) {
  #last-item.is-expanded .wrap {
    transform: translate(var(--transform-x, calc(100vw / var(--grid-columns) * 10 * -1 - 0.5rem)));
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  #last-item.is-expanded .wrap .heading .heading-img {
    transform: scale(0.4);
  }
}
@media screen and (min-width: 768px) {
  #last-item.is-expanded .wrap .heading .heading-title {
    opacity: 0;
  }
}

#scent {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  #scent {
    padding-top: 10rem;
  }
}
#scent .title {
  margin-bottom: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #scent .title {
    margin-bottom: 1.6rem;
  }
}
#scent .scent-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 4.6rem;
}
@media screen and (max-width: 767px) {
  #scent .scent-wrap {
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}
#scent .scent-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 16.3rem);
}
@media screen and (min-width: 768px) {
  #scent .scent-grid {
    grid-template-columns: repeat(3, 29.9rem);
    grid-template-rows: repeat(2, 29.9rem);
  }
}
#scent .scent-grid .visual__slide {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#scent .scent-grid .visual__slide .visual__slide-item {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#scent .scent-grid .visual__slide .visual__slide-item .visual__slide-item-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#scent .scent-grid .visual__slide .visual__slide-item .visual__slide-item-img {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.2);
  background: no-repeat center center/cover;
  width: 100%;
  height: 100%;
}
#scent .scent-grid .visual__slide .visual__slide-item .visual__slide-item-img img {
  height: 100%;
  width: 60rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
}
#scent .scent-grid .visual__slide .visual__slide-item.is-show {
  z-index: 10;
}
#scent .scent-grid .visual__slide .visual__slide-item.is-show .visual__slide-item-img {
  transform: scale(1);
  transition: transform 3.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
#scent .scent-grid .visual__slide .visual__slide-item.is-hide {
  z-index: 11;
}
#scent .scent-grid .visual__slide-left .visual__slide-item .visual__slide-item-inner {
  left: 0;
}
#scent .scent-grid .visual__slide-right .visual__slide-item .visual__slide-item-inner {
  right: 0;
}
#scent .scent-grid .visual__slide-left .visual__slide-item.is-hide .visual__slide-item-inner, #scent .scent-grid .visual__slide-right .visual__slide-item.is-hide .visual__slide-item-inner {
  width: 0;
  transition: width 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
}
#scent .scent-grid .visual__slide-top .visual__slide-item .visual__slide-item-inner {
  top: 0;
}
#scent .scent-grid .visual__slide-bottom .visual__slide-item .visual__slide-item-inner {
  bottom: 0;
}
#scent .scent-grid .visual__slide-top .visual__slide-item.is-hide .visual__slide-item-inner, #scent .scent-grid .visual__slide-bottom .visual__slide-item.is-hide .visual__slide-item-inner {
  height: 0;
  transition: height 1.2s cubic-bezier(0.86, 0, 0.07, 1) 0.1s;
}
#scent .scent-grid .item {
  position: relative;
}
#scent .scent-grid .item-first {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
@media screen and (min-width: 768px) {
  #scent .scent-grid .item.mabelle-2 {
    order: 3;
  }
}
#scent .scent-grid .item img {
  display: block;
}
#scent .scent-grid .item .scent-info {
  color: #fff;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.9rem;
  padding: 5.2rem;
}
@media screen and (min-width: 768px) {
  #scent .scent-grid .item .scent-info {
    padding: 7rem;
    gap: 1.5rem;
  }
}
#scent .scent-grid .item .scent-info .name-ja {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #scent .scent-grid .item .scent-info .name-ja {
    font-size: 1.4rem;
  }
}
#scent .scent-grid .item .scent-info .name-en {
  font-family: var(--font-2);
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #scent .scent-grid .item .scent-info .name-en {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #scent .scent-grid .item .scent-info .desc {
    min-height: 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  #scent .scent-grid .item .scent-info .desc {
    font-size: 1.4rem;
  }
}
#scent .scent-detail {
  text-align: right;
  margin-top: 1rem;
}
#scent .scent-detail a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: 0.3s;
  font-family: var(--font-3);
}
@media screen and (min-width: 768px) {
  #scent .scent-detail a {
    font-size: 2.4rem;
  }
}
#scent .scent-detail a:hover {
  color: #000;
}

#category {
  padding-top: 3.5rem;
}
#category .title {
  margin-bottom: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #category .title {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #category {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  #category {
    padding-top: 10rem;
  }
}
#category .category-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  #category .category-wrap {
    grid-template-columns: 1fr;
    gap: 2.2rem;
  }
}
#category .category-wrap .item {
  position: relative;
}
#category .category-wrap .item .cat-img img {
  display: block;
  width: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease 0s;
  aspect-ratio: 960/500;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#category .category-wrap .item .cat-img a {
  display: block;
  overflow: hidden;
}
#category .category-wrap .item .cat-img a:hover img {
  transform: scale(1.1);
}
#category .category-wrap .item .cat-name {
  text-align: center;
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1.3;
  font-family: var(--font-2);
  color: #fff;
  z-index: z;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #category .category-wrap .item .cat-name {
    font-size: 3.2rem;
    left: 11rem;
  }
}
@media screen and (max-width: 767px) {
  #category .category-wrap .item .cat-name {
    right: 0;
  }
}

#news {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f0edf2;
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  #news {
    padding-top: 18rem;
    padding-bottom: 16rem;
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  #news .news-wrap {
    gap: 17rem;
    display: flex;
    align-items: baseline;
  }
}
#news .title {
  margin-bottom: 2.7rem;
}
@media screen and (min-width: 768px) {
  #news ul {
    width: 100rem;
  }
}
#news ul li {
  margin-bottom: 0.7rem;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li a {
  transition: color 0.3s;
  transition: opacity 250ms ease 0s;
}
#news ul li a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #news ul li {
    margin-bottom: 2rem;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li a {
    display: inline-flex;
  }
  #news ul li .date {
    width: 12rem;
    font-family: var(--font-3);
  }
  #news ul li .ttl {
    flex: 1;
  }
}
#news .view-more {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #news .view-more {
    align-self: end;
    flex: 1;
    text-align: right;
  }
}
#news .view-more a {
  display: flex;
  gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  font-family: var(--font-3);
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  #news .view-more a {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  #news .view-more a:after {
    display: block;
    content: "";
    aspect-ratio: 1/1;
    background: url(../img/common/icon-arrow-right.png) center/contain no-repeat;
    width: 1.4rem;
  }
}

#ig_feed {
  overflow-x: auto;
}
#ig_feed .if_feed {
  display: flex;
}
@media screen and (max-width: 767px) {
  #ig_feed .if_feed {
    width: -moz-max-content;
    width: max-content;
  }
}
#ig_feed .if_feed .item {
  width: 33.3333dvw;
}
@media screen and (min-width: 768px) {
  #ig_feed .if_feed .item {
    width: 25dvw;
  }
}
#ig_feed .if_feed .item a {
  display: block;
  transition: opacity 0.3s;
}
#ig_feed .if_feed .item a:hover {
  opacity: 0.85;
}

.l-product-single {
  padding-top: 7.2rem;
}
@media screen and (min-width: 768px) {
  .l-product-single {
    padding-top: 11.5rem;
  }
}

.product-detail-wrap {
  max-width: 101.7rem;
  margin: 0 auto;
  margin-bottom: 14rem;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap {
    padding-top: 7.5rem;
    margin-bottom: 20rem;
  }
}
.product-detail-wrap .product-detail {
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-detail {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail {
    gap: 3.7rem;
  }
}
.product-detail-wrap .product-detail .product-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-gallery {
    flex: 1;
  }
}
.product-detail-wrap .product-detail .product-gallery video,
.product-detail-wrap .product-detail .product-gallery img {
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-detail-wrap .product-detail .product-gallery #product_gallery {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-gallery .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-detail .product-gallery #product_gallery_thumb {
    padding-inline: 3.2rem;
  }
}
.product-detail-wrap .product-detail .product-gallery #product_gallery_thumb .swiper-slide {
  position: relative;
}
.product-detail-wrap .product-detail .product-gallery #product_gallery_thumb .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-detail-wrap .product-detail .product-gallery #product_gallery_thumb .swiper-slide-thumb-active:after {
  border: 2px solid #707070;
}
.product-detail-wrap .product-detail .product-info {
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-detail .product-info {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info {
    width: 38.5rem;
  }
}
.product-detail-wrap .product-detail .product-info .product-title {
  font-weight: 430;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info .product-title {
    font-size: 2.4rem;
    line-height: 1.3333;
  }
}
.product-detail-wrap .product-detail .product-info .product-price {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info .product-price {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.product-detail-wrap .product-detail .product-info .product-price small {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info .product-price small {
    font-size: 1.4rem;
  }
}
.product-detail-wrap .product-detail .product-info .product-description {
  font-weight: 400;
}
.product-detail-wrap .product-detail .product-info .product-description a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-detail .product-info .product-description {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info .product-description {
    margin-bottom: 6rem;
  }
}
.product-detail-wrap .product-detail .product-info .action {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.product-detail-wrap .product-detail .product-info .action a {
  display: block;
  background-color: #a8a7a7;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-detail .product-info .action a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-detail .product-info .action a {
    transition: 0.3s ease opacity;
  }
  .product-detail-wrap .product-detail .product-info .action a:hover {
    opacity: 0.7;
  }
}
.product-detail-wrap .product-desc-component {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .product-detail-wrap .product-desc-component {
    font-size: 1.4rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}
.product-detail-wrap .product-desc-component .tabs {
  display: flex;
}
.product-detail-wrap .product-desc-component .tabs > span {
  cursor: pointer;
  display: block;
  flex: 1;
  text-align: center;
  position: relative;
  padding: 1rem 0.5rem;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-desc-component .tabs > span {
    font-size: 2.4rem;
  }
}
.product-detail-wrap .product-desc-component .tabs > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
  transform: translateY(50%);
}
.product-detail-wrap .product-desc-component .tabs > span.active {
  font-weight: 400;
}
.product-detail-wrap .product-desc-component .tabs > span.active:after {
  height: 4px;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-desc-component .tabs > span.active:after {
    height: 4px;
  }
}
.product-detail-wrap .product-desc-component .tab-content {
  padding: 2.4rem 0;
}
.product-detail-wrap .product-desc-component .tab-content p {
  color: #5d5d5d;
}
@media screen and (min-width: 768px) {
  .product-detail-wrap .product-desc-component .tab-content {
    padding: 3rem 0;
  }
}

.tabs-wrap .tab-content {
  display: none;
}
.tabs-wrap .tab-content.active {
  display: block;
}

.product-image-wrap {
  position: relative;
  overflow: hidden;
  margin-top: 14rem;
}
@media screen and (min-width: 768px) {
  .product-image-wrap {
    margin-top: 20rem;
  }
}
.product-image-wrap .swiper {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .product-image-wrap .swiper {
    padding-bottom: 3rem;
  }
}

.related-product {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .related-product {
    padding-top: 6rem;
  }
}
.related-product .inner {
  max-width: 139rem;
  padding-inline: 3rem;
  margin-left: auto;
  margin-right: auto;
}
.related-product__ttl {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 6rem;
}
.related-product .collection-list {
  padding-top: 0;
  padding-block: 0;
}
@media screen and (min-width: 768px) {
  .related-product .collection-list {
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .related-product .pagination {
    margin-top: 6rem;
  }
}

.p-news .news .content {
  margin-top: 5rem;
}
.p-news .news .news-head {
  border-bottom: 1px solid #707070;
  display: flex;
  justify-content: center;
  gap: 16rem;
  padding-bottom: 1.4rem;
  line-height: 1;
}
.p-news .news .news-head li {
  text-align: center;
  min-width: 14rem;
}
.p-news .news .news-head li a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.3125;
}
.p-news .news .news-head li.active a {
  position: relative;
}
.p-news .news .news-head li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #707070;
  bottom: -1.6rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-head {
    gap: 1rem;
    padding-bottom: 1rem;
  }
  .p-news .news .news-head li {
    min-width: 7.5rem;
  }
  .p-news .news .news-head li a {
    font-size: 1rem;
  }
  .p-news .news .news-head li.active a::after {
    bottom: -1.2rem;
  }
}
.p-news .news .news-body {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-body {
    margin-top: 2.4rem;
  }
}
.p-news .news .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-list {
    gap: 6rem 2.7rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .p-news .news .news-card__link:hover .news-card__thumb img {
    transform: scale(1.05);
  }
  .p-news .news .news-card__link:hover .news-card__body {
    opacity: 0.7;
  }
}
.p-news .news .news-card__thumb {
  overflow: hidden;
}
.p-news .news .news-card__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.p-news .news .news-card__body {
  transition: opacity 0.3s ease;
}
.p-news .news .news-card__meta {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__meta {
    margin-top: 0.7rem;
    gap: 1.6rem;
  }
}
.p-news .news .news-card__date {
  font-size: 1.6rem;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__date {
    font-size: 1rem;
  }
}
.p-news .news .news-card__cate {
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3125;
  background-color: rgba(112, 112, 112, 0.2);
  padding: 0.3rem 1.2rem;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__cate {
    font-size: 1rem;
    padding: 0.3rem 1rem;
  }
}
.p-news .news .news-card__ttl {
  margin-top: 1.4rem;
  font-family: var(--font-2);
  font-weight: 350;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-news .news .news-card__ttl {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-news .page-title {
  border-bottom: 0;
}
.p-news .inner {
  --max-width: 162rem;
  max-width: calc(var(--max-width) + 4rem);
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.p-news .news-detail .news-body {
  max-width: 81.1rem;
  margin-left: auto;
  margin-right: auto;
}
.p-news .news-detail .entry-header {
  margin-bottom: 5rem;
  font-weight: 350;
}
.p-news .news-detail .entry-header__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-header {
    margin-bottom: 2.6rem;
  }
}
.p-news .news-detail .entry-content {
  font-weight: 350;
}
.p-news .news-detail .entry-meta {
  display: flex;
  align-items: center;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-meta .date,
  .p-news .news-detail .entry-meta .cate {
    font-size: 1rem;
  }
}
.p-news .news-detail .entry-meta .cate {
  background-color: rgba(112, 112, 112, 0.2);
  padding: 0.3rem 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-meta {
    gap: 1.5rem;
  }
}
.p-news .news-detail .entry-title {
  font-family: var(--font-2);
  font-size: 2.4rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-title {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-news .news-detail .back-list a {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .back-list {
    display: none;
  }
}
.p-news .news-detail .entry-content .wp-block-image {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-content {
    font-size: 1rem;
  }
}
.p-news .news-detail .entry-footer {
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 8rem;
  padding-top: 5rem;
  padding-inline: 2.4rem;
}
.p-news .news-detail .entry-footer .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 7rem;
}
.p-news .news-detail .entry-footer .btn {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-weight: 350;
}
.p-news .news-detail .entry-footer .btn::before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow.svg) no-repeat center/contain;
  width: 1.3rem;
  height: 1.3rem;
}
.p-news .news-detail .entry-footer .btn.btn-back::before {
  transform: rotate(180deg);
}
.p-news .news-detail .entry-footer .btn.btn-next {
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-news .news-detail .entry-footer {
    padding-inline: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-news .news-detail .entry-footer {
    margin-top: 7rem;
    padding-top: 2.5rem;
  }
}

.p-product {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-product {
    padding-bottom: 6rem;
  }
}

.main-kv picture,
.main-kv img {
  display: block;
  width: 100%;
  height: auto;
}

.lower-inner {
  margin: 0 auto;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .lower-inner {
    padding: 0 3rem;
  }
}

.category-header {
  padding: 5.5rem 0;
}
.category-header__ttl {
  font-family: var(--font-2);
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .category-header__ttl {
    font-size: 2.4rem;
  }
}
.category-header__desc {
  margin-top: 2rem;
  font-weight: 200;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  text-align: center;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .category-header__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .category-header {
    padding: 1.8rem 0;
  }
  .category-header__desc {
    margin-top: 1rem;
  }
}

.collection-head {
  padding-block: 1rem;
  font-family: var(--font-2);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  text-align: left;
  color: #707070;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .collection-head {
    padding-block: 0.5rem;
    font-size: 2.4rem;
  }
}

.collection-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10rem 4rem;
  padding-block: 7.5rem;
}
@media (max-width: 1140px) {
  .collection-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .collection-list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0.4rem;
    padding-block: 1.5rem;
  }
}

.card-wrapper .card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .card-wrapper .card__link:hover .card__img img {
    transform: scale(1.05);
  }
  .card-wrapper .card__link:hover .card__name span,
  .card-wrapper .card__link:hover .card__price span {
    background-size: 100% 1px;
    background-position: left bottom 0.3rem;
  }
}
.card-wrapper .card__img {
  overflow: hidden;
}
.card-wrapper .card__img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.card-wrapper .card__info {
  margin-top: 4rem;
}
.card-wrapper .card__info .card__name,
.card-wrapper .card__info .card__price {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  text-align: left;
  font-family: var(--font-3);
}
.card-wrapper .card__info .card__name span,
.card-wrapper .card__info .card__price span {
  position: relative;
  padding-bottom: 0.4rem;
  background-image: linear-gradient(90deg, #707070, #707070);
  background-repeat: no-repeat;
  background-position: right bottom 0.3rem;
  background-size: 0 1px;
  transition: background-size 0.3s;
}
@media screen and (max-width: 767px) {
  .card-wrapper .card__info {
    margin-top: 0;
  }
  .card-wrapper .card__info .card__name,
  .card-wrapper .card__info .card__price {
    font-size: 1.4rem;
  }
}

.scent-video {
  margin-inline: -4rem;
  margin-bottom: 6rem;
}
.scent-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .scent-video {
    margin-inline: -3rem;
    margin-bottom: 3.5rem;
  }
}

.scent-info {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .scent-info {
    margin-bottom: 3.5rem;
  }
}
.scent-info__ttl {
  text-align: center;
  font-family: var(--font-2);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .scent-info__ttl {
    font-size: 3.6rem;
  }
}
.scent-info__desc {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}

.scent-slider {
  margin-bottom: 8rem;
  margin-inline: -4rem;
}
@media screen and (max-width: 767px) {
  .scent-slider {
    margin-inline: -3rem;
  }
}
.scent-slider .swiper {
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .scent-slider .swiper {
    padding-bottom: 3rem;
  }
}
.scent-slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
}
.scent-slider .swiper:not(.swiper-initialized) .swiper-slide {
  width: 30rem;
  margin-inline: 2.8rem;
}

.template-404 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .template-404 {
    padding-top: 5rem;
  }
}
.template-404-title {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .template-404-title {
    font-size: 1.8rem;
  }
}
.template-404-txt {
  text-align: center;
  margin-top: 5rem;
}
.template-404-button {
  text-align: center;
  color: #707070;
  line-height: 1.3125;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.4rem;
}
.template-404-button-wrap {
  text-align: center;
  margin-top: 3rem;
}