/*! destyle.css v4.0.1 | 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;
  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;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

span._i,
span._o {
  display: inline-block;
}

span._i {
  white-space: pre;
}

span._g {
  position: relative;
}

span._b,
span._f,
span._g {
  display: block;
}

@font-face {
  font-family: "Didot";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url("../fonts/Didot.otf") format("opentype");
}
:root {
  --font-1: "Noto Sans JP", sans-serif;
  --font-2: "Didot", serif;
  --font-en: "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) and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 62.5%;
  }
}

.hidden {
  overflow: hidden;
}

body {
  font-family: var(--font-1);
  font-optical-sizing: auto;
  font-weight: 300;
  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;
}
a[href] {
  cursor: pointer;
}

.container {
  --max-width: 166.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: calc(var(--max-width) + 4rem);
}

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

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

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

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

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

.l-wrapper {
  min-height: 100vh;
}

.l-main {
  /*  padding-top: 13.4rem;
  @include sp{
    padding-top: 8rem;
  }
  &.p-top{
    padding-top: 0;
  } */
}

.p-sub {
  padding-top: 13.4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-sub {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
}
.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;
  }
}
.p-sub .page-article {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-sub .page-article {
    padding: 6rem 0;
  }
}

.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: 859/613;
  background: url(../img/common/frufrais_logo.png) center/contain no-repeat;
  width: 18.8rem;
  text-indent: -1000vw;
}
@media screen and (max-width: 767px) {
  .logo {
    width: 11.212rem;
  }
}

.more .more-btn {
  display: inline-block;
  width: 12.5rem;
  height: 2rem;
  line-height: 2rem;
  border: 1px solid #898989;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4rem;
  letter-spacing: 0.15em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .more .more-btn {
    width: 10.6rem;
    height: 1.7rem;
    font-size: 1.4rem;
    line-height: 1.2rem;
    letter-spacing: 0.24em;
  }
}
@media screen and (min-width: 768px) {
  .more .more-btn {
    transition: ease 0.25s;
  }
  .more .more-btn:hover {
    background-color: #898989;
    color: #fff;
  }
}
.more .more-btn-02 {
  display: inline-block;
  width: 24rem;
  height: 3.3rem;
  line-height: 3.1rem;
  border: 1px solid #b5b5b6;
  background-color: #b5b5b6;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .more .more-btn-02 {
    width: 23.5rem;
    height: 3rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 768px) {
  .more .more-btn-02 {
    transition: ease 0.25s;
  }
  .more .more-btn-02:hover {
    background-color: #fff;
    color: #b5b5b6;
  }
}

[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: #898989;
  --swiper-navigation-sides-offset: 2rem;
}
@media screen and (max-width: 767px) {
  .swiper {
    --swiper-pagination-bullet-horizontal-gap: 0.6rem;
  }
}
.swiper .swiper-navigation-icon {
  display: none;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background: url(../img/common/swipe-arrow.svg) no-repeat center/contain;
  width: 0.9rem;
  height: 2.4rem;
}
.swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.c-title {
  font-family: var(--font-2);
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2rem;
  }
}

.c-desc {
  font-size: 2rem;
  text-align: center;
  color: #898989;
  letter-spacing: 0.08em;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-desc {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}

.c-content {
  margin-top: 3rem;
}

.l-header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(181, 181, 182, 0.5);
}
@media screen and (max-width: 767px) {
  .l-header {
    background-color: rgba(227, 227, 226, 0.7);
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-right: 6.67vw;
    padding-left: 1.15vw;
  }
}
.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: 0 2rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-header .header-wrap {
    justify-content: space-between;
    gap: 8%;
  }
}
.l-header .header-wrap .logo {
  transition: ease 0.25s;
}

@media screen and (max-width: 767px) {
  #spnav {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    left: -100%;
    top: 0;
    transition: 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 10rem 4.5rem;
    width: 90dvw;
    height: 100dvh;
    overflow: auto;
  }
  #spnav.is-opened {
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .header-menu {
    display: flex;
  }
}
.header-menu > a {
  font-family: var(--font-en);
  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 {
    position: relative;
    display: flex;
    align-items: center;
  }
  .primary_menu a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .primary_menu {
    display: flex;
    gap: 4.6875vw;
  }
}
.primary_menu > li {
  padding: 1rem 0;
  line-height: 1;
}
.primary_menu > li a {
  font-family: var(--font-en);
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .primary_menu > li a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .primary_menu > li a {
    position: relative;
    line-height: 1;
  }
}
@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: 2rem;
}
.primary_menu > li > .sub-menu .sub-menu {
  padding-left: 2rem;
}
.primary_menu > li > .sub-menu .sub-menu li a {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .primary_menu > li > .sub-menu {
    padding-left: 0;
    padding-top: 1.8rem;
    margin-top: 1rem;
    border-top: 1px solid #707070;
  }
  .primary_menu > li > .sub-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0rem 2rem;
  }
  .primary_menu > li > .sub-menu .sub-menu li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scale(0, 1);
    transform-origin: right center;
    backface-visibility: hidden;
    transition: transform 250ms ease 0s;
  }
  .primary_menu > li > .sub-menu .sub-menu li a:hover::after {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
@media screen and (max-width: 767px) {
  .primary_menu > li > .sub-menu {
    margin-top: 1rem;
    display: none;
  }
  .primary_menu > li > .sub-menu .sub-menu {
    padding-left: 3rem;
    margin-top: 1rem;
  }
  .primary_menu > li > .sub-menu .sub-menu li a {
    font-size: 1.4rem;
  }
}
@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;
    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 0;
}
@media screen and (min-width: 768px) {
  .primary_menu > li > .sub-menu li {
    padding: 0.5rem 0;
    position: relative;
  }
}
.primary_menu > li > .sub-menu li a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .primary_menu > li > .sub-menu li a {
    font-size: 1.6rem;
  }
}
.primary_menu .sub-menu-mask {
  background-color: rgba(181, 181, 182, 0.5);
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0);
  display: block;
  height: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  top: 13.4rem;
  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;
  /*   .b--dm__win {
    height: 100%;
    overflow: hidden;
    padding: 0 5%;
    position: relative;
    top: 100%;
    width: 100%;
  } */
}
@media screen and (min-width: 768px) {
  .primary_menu .menu-item-has-children {
    display: flex;
    align-items: baseline;
  }
  .primary_menu .menu-item-has-children > .sub-menu .menu-item-has-children > a {
    width: 9rem;
    font-weight: 400;
    font-size: 1.8rem;
  }
  .primary_menu .menu-item-has-children > .sub-menu .menu-item-has-children > .sub-menu {
    flex: 1;
  }
}
.primary_menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.primary_menu .menu-item-has-children:hover .sub-menu-mask {
  visibility: visible;
  height: 14rem;
}
@media screen and (max-width: 767px) {
  .primary_menu > .menu-item-has-children {
    position: relative;
  }
  .primary_menu > .menu-item-has-children > ._plus {
    position: absolute;
    right: 2rem;
    top: 0.6rem;
    width: 3rem;
    height: 3rem;
    transition: 0.4s;
    z-index: 2;
  }
  .primary_menu > .menu-item-has-children > ._plus::after {
    content: "";
    width: 2rem;
    aspect-ratio: 1;
    position: absolute;
    right: 50%;
    top: 50%;
    display: block;
    transform: translate(50%, -50%) rotate(90deg);
    -webkit-mask: url(../img/common/swipe-arrow.svg) center center/100% 100% no-repeat;
            mask: url(../img/common/swipe-arrow.svg) center center/100% 100% no-repeat;
    background-color: currentColor;
    transition: 0.4s;
  }
  .primary_menu > .menu-item-has-children.open > ._plus {
    transform: rotateX(180deg);
  }
}

@media screen and (min-width: 768px) {
  .l-header._scroll .logo {
    width: 12rem;
  }
  .l-header._scroll .sub-menu-mask {
    top: 8.6rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header._scroll .logo {
    width: 8.5rem;
  }
}

@media screen and (min-width: 768px) {
  .b--gn__one__lw {
    overflow: hidden;
    position: relative;
  }
  .b--gn__one__lab,
  .b--gn__one__lw {
    display: inline-block;
  }
  .b--gn__one__lab ._i {
    white-space: pre;
  }
  .b--gn__one__lab:nth-of-type(n + 2) {
    left: 0;
    position: absolute;
    top: 200%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: ease 0.25s;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

#hamburger {
  display: none;
}

@media (max-width: 767px) {
  #hamburger {
    display: block;
    border: none;
    position: absolute;
    width: 6rem;
    height: 6rem;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    color: #707070;
    z-index: 9999;
    cursor: pointer;
  }
  /*   #hamburger.is-active {
    top: 0;
    right: 0;
  } */
  .hamburger-lines {
    width: 40%;
    margin-left: 30%;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hamburger-lines span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #707070;
    transition: 0.4s;
    border-radius: 4px;
  }
  .hamburger.is-active .hamburger-lines span:nth-child(1) {
    transform: rotate(45deg) translate(0.5rem, 0.5rem);
  }
  .hamburger.is-active .hamburger-lines span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active .hamburger-lines span:nth-child(3) {
    transform: rotate(-45deg) translate(0.5rem, -0.5rem);
  }
}
.l-footer {
  background-color: #e3e3e2;
  position: sticky;
  top: 100vh;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 2rem;
  }
}
.l-footer__inner {
  max-width: 170.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0;
  }
}
.l-footer__inner .sns ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner .sns ul {
    gap: 1.6rem;
  }
}
.l-footer__inner .sns ul li a {
  display: block;
  text-indent: -1000dvw;
  overflow: hidden;
  aspect-ratio: 1;
  width: 4rem;
  -webkit-mask: center/contain no-repeat;
          mask: center/contain no-repeat;
  color: #898989;
  background-color: currentColor;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .sns ul li a {
    transition: color 0.2s ease;
  }
  .l-footer__inner .sns ul li a:hover {
    color: #aaaaaa;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .sns ul li a {
    width: 2.5rem;
  }
}
.l-footer__inner .sns ul .sns-instagram a {
  -webkit-mask-image: url(../img/common/sns-instagram.png);
          mask-image: url(../img/common/sns-instagram.png);
}
@media screen and (min-width: 768px) {
  .l-footer__inner .sns ul .sns-x a {
    width: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner .sns ul .sns-x a {
    width: 2.3rem;
  }
}
.l-footer__inner .sns ul .sns-x a {
  -webkit-mask-image: url(../img/common/sns-x.png);
          mask-image: url(../img/common/sns-x.png);
}
.l-footer__inner .footer-logo .logo {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner .footer-logo .logo {
    width: 8.6rem;
  }
}
.l-footer__inner .copyright {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-footer__inner .copyright {
    font-size: 1rem;
    margin-top: 6rem;
    text-align: center;
  }
}
.l-footer__top {
  padding-top: 6rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    padding-bottom: 1rem;
  }
}
.l-footer__top .l-footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__top .l-footer__inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__top .sns {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
  }
}
.l-footer__bottom {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    padding-top: 4rem;
    padding-bottom: 2rem;
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__bottom .l-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-footer__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3.5rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__menu ul {
    gap: 1rem 3rem;
  }
}
.l-footer__menu li {
  line-height: 1;
}
.l-footer__menu li a {
  font-size: 2rem;
  line-height: 1.2;
  font-family: var(--font-en);
}
@media screen and (max-width: 767px) {
  .l-footer__menu li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__menu li a {
    transition: color 0.2s ease;
  }
  .l-footer__menu li a:hover {
    color: #aaaaaa;
  }
}
.l-footer__menu li a[target=_blank] {
  display: flex;
  align-items: center;
}
.l-footer__menu li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.4rem;
  -webkit-mask: url("../img/common/icon-external.svg") no-repeat center/contain;
          mask: url("../img/common/icon-external.svg") no-repeat center/contain;
  background-color: currentColor;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .l-footer__menu li a[target=_blank]::after {
    width: 0.9rem;
    height: 0.9rem;
  }
}
.l-footer__menu .sub-menu {
  display: none;
}
.l-footer__menu .menu_footer_1 {
  margin-bottom: 2rem;
}

.p-top .kv {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-top .kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top .kv {
    max-height: auto;
    min-height: 0;
    aspect-ratio: 390/460;
  }
}
.p-top .concept {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .concept {
    padding-top: 2.6rem;
    padding-bottom: 3.6rem;
  }
}
.p-top .concept .txt {
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .concept .txt {
    font-size: 1.4rem;
    line-height: 1.3571428571;
  }
}
.p-top .concept .more {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top .concept .more {
    margin-top: 4rem;
  }
}
.p-top .bnr-link {
  overflow: hidden;
}
.p-top .bnr-link__wrap {
  display: flex;
  white-space: nowrap;
}
.p-top .bnr-link__wrap .item {
  width: 64rem;
}
.p-top .bnr-link .item {
  overflow: hidden;
}
.p-top .bnr-link .item img {
  width: 100%;
  display: block;
  aspect-ratio: 640/755;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-top .bnr-link .item .item-link:hover img {
    transform: scale(1.1);
  }
}
.p-top .scent {
  padding-top: 7.5rem;
  padding-bottom: 9rem;
}
.p-top .scent .scent-img {
  margin-top: 6rem;
  position: relative;
  overflow: hidden;
}
.p-top .scent .scent-img img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease 0s;
}
.p-top .scent .scent-img .more {
  position: absolute;
  bottom: 6rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top .scent .scent-img .more:hover .more-btn {
    background-color: #898989;
    color: #fff;
  }
}
.p-top .scent .more-scent {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-top .scent .more-scent:hover img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .p-top .scent {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
  .p-top .scent .scent-img {
    margin-top: 0;
  }
  .p-top .scent .scent-img .more {
    bottom: 2.5rem;
    z-index: 3;
  }
  .p-top .scent .scent-heading {
    position: absolute;
    bottom: 6rem;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .p-top .scent .scent-heading .c-desc {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top .find-scent {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top .find-scent {
    position: relative;
  }
}
.p-top .find-scent__inner {
  display: flex;
  padding: 0 8.05%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top .find-scent__inner {
    padding: 0;
    display: block;
    margin: 0 -2rem;
  }
}
.p-top .find-scent__img {
  width: 47.49%;
}
@media screen and (max-width: 767px) {
  .p-top .find-scent__img {
    width: 100%;
  }
}
.p-top .find-scent__body {
  flex: 1;
  text-align: center;
}
.p-top .find-scent__body .txt {
  font-size: 2rem;
  text-align: center;
  color: #898989;
  margin-top: 1.2em;
  letter-spacing: 0.08em;
}
.p-top .find-scent__body .more {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-top .find-scent__body {
    position: absolute;
    inset: 2rem;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .p-top .find-scent__body .txt {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .p-top .find-scent__body .more {
    margin-top: 3rem;
  }
  .p-top .find-scent__body .more .more-btn-02 {
    width: 16.7rem;
    height: 1.7rem;
    line-height: 1.5rem;
    font-size: 1.1rem;
    letter-spacing: 0.16em;
  }
  .p-top .find-scent__body .c-desc {
    margin-top: 3.5rem;
  }
}

.p-collections {
  padding-bottom: 16rem;
}
@media screen and (max-width: 767px) {
  .p-collections {
    padding-bottom: 8rem;
  }
}
.p-collections .kv img {
  display: block;
  width: 100%;
}
.p-collections__section {
  position: relative;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-collections__section {
    padding-top: 5rem;
  }
}
.p-collections__inner {
  display: flex;
  gap: 2rem;
  padding-left: 12.8rem;
  padding-left: 6.67vw;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-collections__inner {
    padding-left: 0;
  }
}
.p-collections__aside {
  position: relative;
  width: 41rem;
  z-index: 20;
  width: calc(20% + 4rem);
  min-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-collections__aside {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 911;
    background: rgba(112, 112, 112, 0.6);
    height: 100vh;
    overflow: auto;
    transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.p-collections__aside.active {
  left: 0;
}
.p-collections__navi {
  position: sticky;
  top: 14rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 5rem 4.5rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-collections__navi {
    position: static;
    margin: 8vw 0 5.3333333333vw 16vw;
    padding: 7.6666666667vw 8vw 8vw;
  }
}
.p-collections__navi .collections-item + .collections-item {
  margin-top: 4rem;
}
.p-collections__navi .collections-item .collections-label {
  font-size: 1.4rem;
  font-family: var(--font-en);
  color: #898989;
  margin-bottom: 1.8rem;
}
.p-collections__navi .collections-item .collections-list label {
  font-family: var(--font-en);
  font-size: 1.4rem;
}
.p-collections__navi .collections-item .collections-list li + li {
  margin-top: 2rem;
}
.p-collections__navi .collections-item .collections-list input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-collections__navi .collections-item .collections-list input[type=checkbox] + span {
  cursor: pointer;
  display: inline-block;
  padding-left: 3.2rem;
  position: relative;
  line-height: 1.6;
}
.p-collections__navi .collections-item .collections-list input[type=checkbox] + span::before {
  content: "";
  border-radius: 0;
  border: 1px solid #c3c1c1;
  display: block;
  height: 2rem;
  width: 2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-collections__navi .collections-item .collections-list input[type=checkbox] + span::after {
  border-bottom: 0.2rem solid #717782;
  border-left: 0.2rem solid #717782;
  content: "";
  display: block;
  width: 1.3rem;
  height: 0.7rem;
  position: absolute;
  top: 45%;
  left: 0.4rem;
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
}
.p-collections__navi .collections-item .collections-list input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-collections__close {
  position: absolute;
  top: 8vw;
  left: 5.3333333333vw;
  width: 5.3333333333vw;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-collections__close {
    display: block;
  }
}
.p-collections__products {
  width: calc(80% - 4rem);
  padding-right: 6.67vw;
  margin-left: auto;
}
@media (max-width: 960px) {
  .p-collections__products {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-collections__products {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-collections__products {
    padding-top: 6rem;
    margin-top: -6rem;
    position: relative;
  }
}
.p-collections__products .sort {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-collections__products .sort {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 6.67vw;
  }
}
@media screen and (max-width: 767px) {
  .p-collections__products .sort {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.p-collections__products .sort_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-collections__products .sort_btn {
    display: block;
  }
}
.p-collections__products .sort_btn a {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 12px;
  font-size: 1.1rem;
  line-height: 1.4545454545;
  letter-spacing: 0.16em;
  padding: 0.5rem 1.4rem;
  background: #b5b5b6;
  color: #fff;
}
.p-collections__products .sort_btn a img {
  width: 1.6rem;
  margin-bottom: -1px;
}
.p-collections__products .sort_count {
  font-size: 1.6rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-collections__products .sort_count {
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 4.5714285714vw;
  }
}
.p-collections .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14rem 6.7rem;
  gap: 7vw 3.8vw;
}
@media (max-width: 960px) {
  .p-collections .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-collections .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem 0.6rem;
  }
}
.p-collections .product-grid .product-item__link {
  display: block;
  /* @include pc {
    &:hover {
      .product-item__btn {
        background-color: #898989;
        color: #fff;
      }
    }
  } */
}
.p-collections .product-grid .product-item__image {
  position: relative;
}
.p-collections .product-grid .product-item__image img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-collections .product-grid .product-item__image .hover {
  position: absolute;
  z-index: 2;
  inset: 0;
  visibility: visible;
  opacity: 0;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .p-collections .product-grid .product-item__image {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  }
  .p-collections .product-grid .product-item__image:hover .hover {
    visibility: visible;
    opacity: 1;
  }
}
.p-collections .product-grid .product-item__body {
  padding-top: 1.5rem;
}
.p-collections .product-grid .product-item__ttl {
  font-size: 1.6rem;
  color: #898989;
}
@media screen and (max-width: 767px) {
  .p-collections .product-grid .product-item__ttl {
    font-size: 1.3rem;
  }
}
.p-collections .product-grid .product-item__btn {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #898989;
  width: 100%;
  height: 2.4rem;
  line-height: 2.2rem;
  border: 1px solid #707070;
  transition: ease 0.25s;
}
@media screen and (max-width: 767px) {
  .p-collections .product-grid .product-item__btn {
    height: 1.7rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-collections .product-grid .product-item__btn:hover {
    background-color: #898989;
    color: #fff;
  }
}
.p-collections .product-grid .product-item__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-collections .product-grid .product-item__btn span::after {
  content: "";
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask: url("../img/common/icon-external.svg") no-repeat center/contain;
          mask: url("../img/common/icon-external.svg") no-repeat center/contain;
  background-color: currentColor;
}

.template-404 {
  padding-bottom: 10rem;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .template-404 {
    padding-top: 5rem;
  }
}
.template-404-title {
  font-size: 2.4rem;
  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;
}

.p-concept {
  padding-bottom: 8rem;
}
.p-concept .kv {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-concept .kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-concept .kv {
    max-height: auto;
    min-height: 0;
    aspect-ratio: 390/460;
  }
}
.p-concept-content {
  padding: 9rem 0;
}
.p-concept-txt {
  text-align: center;
  margin-top: 10rem;
}
.p-concept-txt p {
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 2.6666666667;
  text-align: center;
}
.p-concept-txt p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-concept {
    padding-bottom: 6rem;
  }
  .p-concept-content {
    padding: 3rem 0;
  }
  .p-concept-txt {
    margin-top: 4rem;
  }
  .p-concept-txt p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.2857142857;
  }
}

.p-scent {
  padding-bottom: 8rem;
}
.p-scent .kv {
  aspect-ratio: 16/9;
  width: 100%;
}
.p-scent .kv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-scent .kv {
    max-height: auto;
    min-height: 0;
    aspect-ratio: 390/460;
  }
}
.p-scent-content {
  padding: 9rem 0;
}
.p-scent-list {
  margin-top: 5rem;
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}
.p-scent-list .item {
  position: relative;
}
.p-scent-list .item + .item {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  .p-scent-list .item + .item {
    margin-top: 7rem;
  }
}
.p-scent-list .item .item-img {
  overflow: hidden;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
}
.p-scent-list .item .item-img img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-scent-list .item .item-img {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  }
  .p-scent-list .item .item-img img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-scent-list .item .item-img:hover img {
    transform: scale(1.05);
  }
}
.p-scent-list .item .item-body p {
  font-size: 2rem;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-scent-list .item .item-body p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3571428571;
    display: none;
  }
}
.p-scent-list .item .item-body .item-txt-02 {
  margin-top: 9rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-scent-list .item .item-body .item-txt-02 {
    margin-top: 3rem;
    padding-bottom: 2rem;
  }
}
.p-scent-list .item .item-body .more {
  text-align: center;
}
.p-scent-list .item .item-body .more .more-btn-02 {
  width: 24rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-scent-list .item .item-body .more {
    margin-top: 2rem;
  }
  .p-scent-list .item .item-body .more .more-btn-02 {
    width: 23.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scent-list .item .item-body {
    position: absolute;
    left: 5.6rem;
    top: 5rem;
    bottom: 5rem;
    padding: 4rem 7.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 65rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-scent-list .item .item-body {
    max-width: 57rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scent-list .item .item-body .item-txt-03 {
    margin-inline: -5rem;
    min-height: 16rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-scent-list .item .item-body .item-txt-03 {
    min-height: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scent-list .item .item-body .item-ttl {
    margin-inline: -7.5rem;
  }
}
.p-scent-list .item .item-heading {
  margin-bottom: 1rem;
}
.p-scent-list .item .item-heading__ttl {
  position: relative;
}
.p-scent-list .item .item-heading__ttlja {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  position: absolute;
  bottom: 0.5rem;
  left: 0.9rem;
  z-index: 2;
  right: 0;
}
.p-scent-list .item .item-heading__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scent {
    padding-bottom: 6rem;
  }
  .p-scent-content {
    padding: 3rem 0;
  }
  .p-scent-txt {
    margin-top: 4rem;
  }
  .p-scent-txt p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 2.2857142857;
  }
}

.p-find-scent {
  padding-top: 16rem;
}
@media screen and (max-width: 767px) {
  .p-find-scent {
    padding-top: 8rem;
  }
}
.p-find-scent .personal .personal_wrapper {
  padding: 6rem 5rem;
  position: relative;
}
.p-find-scent .personal .personal_wrapper_inner {
  background-color: rgba(227, 227, 226, 0.6);
  padding: 5rem 3rem;
  /*  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
}
.p-find-scent .personal .personal_wrapper_inner.has_img {
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
}
.p-find-scent .personal .personal_wrapper_inner.has_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.15;
}
@media screen and (max-width: 767px) {
  .p-find-scent .personal .personal_wrapper {
    padding: 4.5rem 2rem;
  }
  .p-find-scent .personal .personal_wrapper_inner {
    padding: 9rem 2.5rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
.p-find-scent .personal .personal_ttl {
  font-size: 3.2rem;
  font-family: var(--font-2);
  text-align: center;
  color: rgba(112, 112, 112, 0.8);
}
@media screen and (max-width: 767px) {
  .p-find-scent .personal .personal_ttl {
    font-size: 1.6rem;
    line-height: 1.3125;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-find-scent .personal .personal_ttl {
    font-size: 2.8rem;
  }
}
.p-find-scent .personal .personal_answer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 4rem;
  margin-top: 4.5rem;
  padding: 0 3rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-find-scent .personal .personal_answer {
    margin: 0;
    margin-top: 3.8rem;
    padding: 0;
    width: 100%;
  }
}
.p-find-scent .personal .personal_answer__item {
  width: calc(25% - 2rem);
  margin: 0 1rem;
}
.p-find-scent .personal .personal_answer__item label {
  cursor: pointer;
}
.p-find-scent .personal .personal_answer__item label span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 15rem;
  border-radius: 4rem;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(112, 112, 112, 0.8);
  transition: ease 0.25s;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-find-scent .personal .personal_answer__item label span {
    height: 12rem;
    border-radius: 3rem;
  }
}
.p-find-scent .personal .personal_answer__item label input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.p-find-scent .personal .personal_answer__item label input[type=radio]:checked + span {
  background: #b5b5b6;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-find-scent .personal .personal_answer__item label span:hover {
    transform: translateY(-4px);
  }
  .p-find-scent .personal .personal_answer__item.__first {
    width: 33%;
  }
  .p-find-scent .personal .personal_answer__item.__first label span {
    width: 32rem;
    height: 6.5rem;
    border-radius: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-find-scent .personal .personal_answer__item {
    width: 100%;
    margin: 0;
  }
  .p-find-scent .personal .personal_answer__item:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-find-scent .personal .personal_answer__item label span {
    border: 1px solid #707070;
    width: 100%;
    height: 4.2rem;
    border-radius: 2rem;
    letter-spacing: 0.04em;
    font-size: 1.6rem;
    box-shadow: none;
  }
}

.personal_wrapper_inner {
  display: none;
}

.personal_wrapper_inner.active {
  display: block;
}

.quiz-back-button,
.quiz-submit-button {
  display: none;
}

.quiz-back-button.show {
  display: block;
}

.quiz-back-button {
  width: 37rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  display: block;
  text-align: center;
  padding: 15px 10px;
  background: #fafafa;
  border: 1px solid #898989;
}

.p-scent_tax {
  padding-top: 13.4rem;
}
@media screen and (max-width: 767px) {
  .p-scent_tax {
    padding-top: 8rem;
  }
}
.p-scent_tax__section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-scent_tax__section {
    padding-top: 6rem;
    padding-bottom: 8rem;
  }
}
.p-scent_tax .personal-txt {
  font-size: 4rem;
  text-align: center;
  color: rgba(112, 112, 112, 0.8);
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-scent_tax .personal-txt {
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: 2.4rem;
  }
}
.p-scent_tax__heading {
  position: relative;
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.p-scent_tax__heading .item-img {
  overflow: hidden;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
}
.p-scent_tax__heading .item-img img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease 0s;
}
@media screen and (max-width: 767px) {
  .p-scent_tax__heading .item-img {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  }
  .p-scent_tax__heading .item-img img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-scent_tax__heading .item-img:hover img {
    transform: scale(1.05);
  }
}
.p-scent_tax__heading .item-body p {
  font-size: 2rem;
  line-height: 1.3333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-scent_tax__heading .item-body p {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.3571428571;
    display: none;
  }
}
.p-scent_tax__heading .item-body .item-txt-02 {
  margin-top: 9rem;
  padding-bottom: 3.4rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-scent_tax__heading .item-body {
    position: absolute;
    left: 5.6rem;
    top: 5rem;
    bottom: 5rem;
    padding: 4rem 7.5rem;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 65rem;
  }
  .p-scent_tax__heading .item-body .item-txt-03 {
    margin-inline: -5rem;
    min-height: 16rem;
  }
  .p-scent_tax__heading .item-body .item-ttl {
    margin-inline: -7.5rem;
  }
}
.p-scent_tax__heading .item-heading {
  margin-bottom: 1rem;
}
.p-scent_tax__heading .item-heading__ttl {
  position: relative;
}
.p-scent_tax__heading .item-heading__ttlja {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.3571428571;
  position: absolute;
  bottom: 0.5rem;
  left: 0.9rem;
  z-index: 2;
  right: 0;
}
.p-scent_tax__heading .item-heading__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.5714285714;
  text-align: center;
}
.p-scent_tax__body {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-scent_tax__body {
    padding-top: 3.5rem;
  }
}
.p-scent_tax__list {
  margin-top: 6rem;
  max-width: 133.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-scent_tax__list {
    margin-top: 1rem;
  }
}
.p-scent_tax .product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 14rem 6.7rem;
  gap: 7vw 3.8vw;
}
@media (max-width: 960px) {
  .p-scent_tax .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-scent_tax .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem 0.6rem;
  }
}
.p-scent_tax .product-grid .product-item__link {
  display: block;
}
.p-scent_tax .product-grid .product-item__image {
  position: relative;
}
.p-scent_tax .product-grid .product-item__image img {
  display: block;
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-scent_tax .product-grid .product-item__image .hover {
  position: absolute;
  z-index: 2;
  inset: 0;
  visibility: visible;
  opacity: 0;
  transition: ease 0.3s;
}
@media screen and (min-width: 768px) {
  .p-scent_tax .product-grid .product-item__image {
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
  }
  .p-scent_tax .product-grid .product-item__image:hover .hover {
    visibility: visible;
    opacity: 1;
  }
}
.p-scent_tax .product-grid .product-item__body {
  padding-top: 1.5rem;
}
.p-scent_tax .product-grid .product-item__ttl {
  font-size: 1.6rem;
  color: #898989;
}
@media screen and (max-width: 767px) {
  .p-scent_tax .product-grid .product-item__ttl {
    font-size: 1.3rem;
  }
}
.p-scent_tax .product-grid .product-item__btn {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  text-align: center;
  color: #898989;
  width: 100%;
  height: 2.4rem;
  line-height: 2.2rem;
  border: 1px solid #707070;
  transition: ease 0.25s;
}
@media screen and (max-width: 767px) {
  .p-scent_tax .product-grid .product-item__btn {
    height: 1.7rem;
    line-height: 1.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-scent_tax .product-grid .product-item__btn:hover {
    background-color: #898989;
    color: #fff;
  }
}
.p-scent_tax .product-grid .product-item__btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-scent_tax .product-grid .product-item__btn span::after {
  content: "";
  content: "";
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask: url("../img/common/icon-external.svg") no-repeat center/contain;
          mask: url("../img/common/icon-external.svg") no-repeat center/contain;
  background-color: currentColor;
}
.p-scent_tax .more {
  margin-top: 6rem;
  text-align: center;
}