@charset "UTF-8";

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@keyframes splide-loading {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.splide__slide:focus {
  outline: 0
}

@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }
}

@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

html {
  font-size: 62.5%
}

body {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5
}

main {
  font-weight: 600;
  font-size: 1.6em;
  line-height: 1.67
}

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

@font-face {
  font-family: "Noto Serif JP";
  font-display: swap;
  src: local("Noto Serif JP")
}

.pc-only {
  display: block
}

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

.sp-only {
  display: none
}

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

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:before,
:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body {
  margin: 0
}

main {
  display: block;
  margin-top: -46px;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

dt {
  font-weight: 700
}

dd {
  margin-left: 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit
}

pre {
  font-family: monospace, monospace;
  font-size: inherit
}

address {
  font-style: inherit
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}

abbr[title] {
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer
}

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

:-moz-focusring {
  outline: auto
}

select:disabled {
  opacity: inherit
}

option {
  padding: 0
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0
}

legend {
  padding: 0
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

label[for] {
  cursor: pointer
}

details {
  display: block
}

summary {
  display: list-item
}

[contenteditable]:focus {
  outline: auto
}

table {
  border-color: inherit;
  border-collapse: collapse
}

caption {
  text-align: left
}

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

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

.l-footer {
  display: block;
  padding: 80px 0 65px;
  margin-top: 80px;
  content: "";
  width: 100%;
  height: auto;
  background: url(../../assets/img/common/footer_bg.png) no-repeat center center/cover;
  color: #fff;
  position: relative
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0 147px;
    margin-top: 140px
  }
}

.l-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  max-width: 1340px;
  margin: 0 auto 4em;
  padding: 0 40px
}

@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 0;
    flex-direction: column;
    gap: 3em;
    margin-bottom: 2.5em
  }
}

.l-footer__address {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.0465116279vw, 18px);
  letter-spacing: .1em;
  line-height: 2
}

@media screen and (max-width: 767px) {
  .l-footer__address {
    padding: 0 15px
  }
}

.l-footer__address--txt {
  margin-bottom: 1.5em
}

.l-footer__map img {
  max-width: 600px;
  width: 100%
}

.l-footer .c-btn {
  box-shadow: none
}

.l-footer .c-btn--gold:before {
  left: 15%
}

.l-footer__under {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #281b17;
  padding: 5px 0;
  gap: 60px
}

@media screen and (max-width: 767px) {
  .l-footer__under {
    flex-direction: column-reverse;
    gap: 15px;
    padding: 37px 0
  }
}

.l-footer__under .l-footer__sns {
  display: flex;
  align-items: center;
  gap: 30px
}

.l-footer__under .l-footer__sns li{
  display: block;
  width: 45px;
}

@media screen and (max-width: 767px) {
  .l-footer__under .l-footer__sns {
    gap: 20px
  }
}

.l-footer__copryrighit {
  font-size: clamp(9px, .6976744186vw, 12px);
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: .02em
}

.l-footer__deco {
  width: 100%;
  margin-bottom: 0
}

.l-header {
  margin: 0 auto;
  padding: 17px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #fff
}

@media screen and (max-width: 1250px) {
  .l-header {
    background-color: transparent
  }
}

.l-header__logo {
  width: 10.42vw;
  min-width: 140px;
  margin-left: 3.4vw;
  margin-right: 3.7vw;
  z-index: 999
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease, visibility .3s ease
  }
}

@media screen and (max-width: 767px) {
  .l-header:has(.c-ham.open) .l-header__logo {
    opacity: 1;
    visibility: visible
  }
}

.l-header__nav {
  position: relative;
  margin-right: 1.2vw
}

.l-header__nav--ul li {
  color: #be967d
}

.l-header__nav--ul li:hover {
  animation: blink .2s linear forwards
}

.l-header__nav--ul li a {
  font-size: 20px;
  font-family: Cormorant, serif;
  font-weight: 600;
  letter-spacing: .02em;
  transition: all .3s ease;
  position: relative;
  display: block;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 1250px) {
  .l-header__nav--ul li a {
    font-size: clamp(16px, 2vw, 20px)
  }
}

.l-header__nav--ul li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #be967d;
  transition: width .3s ease
}

@media screen and (max-width: 1250px) {
  .l-header__nav--ul li a {
    font-size: 28px
  }
}

@media (hover: hover) {
  .l-header__nav--ul li a:hover:after {
    width: 100%
  }
}

.l-header__nav--btns {
  display: flex;
  gap: 1rem
}

@media screen and (max-width: 1250px) {
  .l-header__nav--btns {
    max-width: 311px;
    width: 100%;
    margin: 0 2.5rem;
    justify-content: space-between
  }
}

@media screen and (max-width: 1250px) {
  .l-header__nav--btns li {
    padding: 2rem 0 !important;
    width: fit-content !important;
    margin: 0 !important
  }
}

.l-header__nav--btns li:not(:last-child) {
  border-bottom: none
}

.l-header .c-btn__contact--wrap {
  display: none
}

@media screen and (max-width: 1250px) {
  .l-header .c-btn__contact--wrap {
    display: block;
    margin: 0
  }
}

.l-header .c-btn__contact {
  margin: 0 2.5rem 6em
}

.l-header__nav--ul li:has(.c-btn) a {
  width: 137px;
  padding: 6px 0 6px 1em !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  box-shadow: none
}

.l-header__nav--ul li:has(.c-btn) :before {
  left: 13%
}

.l-header__nav--ul li:has(.c-btn) :after {
  content: none
}

@media (hover: hover) {
  .l-header__nav--ul li:has(.c-btn):hover :before {
    left: 18%
  }
}

.l-header__nav--ul li a.c-btn.c-btn--red{
  width: inherit;
  background-color: #d21568;
  color: #fff;
  padding: 6px 0.5em !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
}

.l-header__nav--ul li a.c-btn.c-btn--red img{
  width: 20px;
}

.l-header__nav--ul li a.c-btn.c-btn--red::after,
.l-header__nav--ul li a.c-btn.c-btn--red::before{
  display: none;
}


li.header-dropmenu__item {
  position: relative
}

@media screen and (max-width: 1250px) {
  li.header-dropmenu__item {
    padding: 1rem 0rem !important
  }

  li.header-dropmenu__item>a {
    padding: 0 3rem
  }
}

@media (hover: hover) {
  li.header-dropmenu__item:hover>a:before {
    transform: translateY(-50%) rotate(90deg)
  }

  li.header-dropmenu__item:hover>a:after {
    width: 100%
  }
}

li.header-dropmenu__item>a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../../assets/img/common/btn_arrow_gold.svg) no-repeat center center/cover;
  transition: all .3s ease
}

@media screen and (max-width: 1250px) {
  li.header-dropmenu__item>a:before {
    right: 22px
  }
}

li.header-dropmenu__item ul {
  position: absolute;
  top: 169%;
  left: 50%;
  width: max-content;
  transform: translate(-50%);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 999
}

li.header-dropmenu__item ul li {
  margin: 0;
  padding: 0
}

li.header-dropmenu__item ul li a {
  display: block;
  padding: 1.5rem 2rem 1.5rem 3.5rem;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative
}

li.header-dropmenu__item ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../../assets/img/common/btn_arrow_gold.svg) no-repeat center center/cover;
  transition: all .3s ease
}

li.header-dropmenu__item ul li a:hover {
  background: #d0c1c81a
}

li.header-dropmenu__item ul li a:hover:before {
  left: 16px
}

li.header-dropmenu__item:hover ul {
  opacity: 1;
  visibility: visible
}

@media screen and (max-width: 1250px) {
  li.header-dropmenu__item ul {
    position: static;
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transition: height .3s ease;
    transform: initial
  }

  li.header-dropmenu__item ul li:last-of-type {
    border: none
  }

  li.header-dropmenu__item.open {
    padding-bottom: 0 !important
  }

  li.header-dropmenu__item.open ul {
    height: auto;
    padding: 0
  }

  li.header-dropmenu__item.open>a:before {
    transform: translateY(-50%) rotate(90deg)
  }
}

.l-main {
  margin-top: clamp(54px, toProp(90, 1440), 90px)
}

.l-wrapper {
  max-width: 1440px;
  margin: 0 auto
}

.l-wrapper__wide {
  max-width: 1243px;
  margin: 0 auto
}

.l-wrapper__narrow {
  max-width: 956px;
  margin: 0 auto
}

.l-contents {
  padding: 80px 0 100px
}

@media screen and (max-width: 1140px) {
  .l-contents {
    padding: 80px 0 60px
  }
}

@media screen and (max-width: 767px) {
  .l-contents {
    padding: 60px 0 40px
  }
}

.l-inner {
  padding: 0 40px
}

@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 15px
  }
}

#mv-slide .splide__slide {
  position: relative
}

#mv-slide .splide__slide--txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.c-ham {
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 50px;
  height: 2.4rem;
  z-index: 12;
  box-sizing: border-box;
  cursor: pointer;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

.c-ham:after {
  content: "MENU";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.2rem;
  font-weight: 700;
  color: #be967d
}

@media screen and (max-width: 1250px) {
  .c-ham {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
}

.c-ham span {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #be967d;
  border-radius: 1rem;
  transition: all .4s
}

.c-ham span:nth-child(1) {
  top: 0
}

.c-ham span:nth-child(2) {
  top: 1rem
}

.c-ham span:nth-child(3) {
  top: 2rem
}

.c-ham.open span:nth-child(1) {
  background: #be967d;
  top: .6rem;
  transform: rotate(-35deg)
}

.c-ham.open span:nth-child(2),
.c-ham.open span:nth-child(3) {
  top: .6rem;
  background: #be967d;
  transform: rotate(35deg)
}

@media screen and (max-width: 1250px) {
  .c-ham__nav {
    position: fixed;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 1.6rem;
    box-sizing: border-box;
    z-index: 1;
    padding-top: 7rem;
    transition: .3s
  }
}

@media screen and (max-width: 1250px) {
  .c-ham__nav.open {
    bottom: 0;
    overflow-y: auto
  }
}

.c-ham__nav--menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.36vw
}

@media screen and (max-width: 1250px) {
  .c-ham__nav--menu {
    padding: 0;
    width: 100%;
    display: block;
    flex-direction: column;
    text-align: left
  }
}

.c-ham__nav--menu li {
  margin: 0 auto;
  padding: 0 1rem
}

@media screen and (max-width: 1250px) {
  .c-ham__nav--menu li {
    width: 100%;
    padding: 1rem 3rem
  }

  .c-ham__nav--menu li:not(.l-header__nav--btns li) {
    border-bottom: 1px solid rgba(208, 193, 200, .5)
  }

  .l-header__nav--ul li a.c-btn.c-btn--red{
    display: none;
  }
}

.c-ham__nav--menu .l-header__sns-icon {
  margin: 0
}

.scroll-prevent {
  position: fixed;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 100%
}

.c-side-nav {
  position: fixed;
  right: 29px;
  top: 70%;
  transform: translateY(-50%);
  z-index: 5
}

@media (max-width: 1420px) {
  .c-side-nav {
    right: 8px
  }
}

@media screen and (max-width: 767px) {
  .c-side-nav {
    top: 75%
  }
}

.c-side-nav__list {
  background-color: #d21568;
  border-radius: 50px;
  padding: 35px 8px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  box-shadow: 0 0 4px #00000040
}

@media (max-width: 1420px) {
  .c-side-nav__list {
    padding: 2.46vw .56vw;
    gap: 1.76vw
  }
}

@media screen and (max-width: 767px) {
  .c-side-nav__list {
    padding: 20px 8px;
    gap: 20px
  }
}

.c-side-nav__item {
  text-align: center
}

.c-side-nav__item a {
  color: #fff;
  font-size: clamp(8px, .5813953488vw, 10px);
  letter-spacing: .1em;
  display: flex;
  flex-direction: column;
  align-items: center
}

.c-side-nav__item a img {
  width: 30px;
  height: 28px;
  margin-bottom: 1px
}

@media (max-width: 1420px) {
  .c-side-nav__item a img {
    min-width: 25px;
    width: 2.11vw;
    min-height: 23px;
    height: 1.97vw
  }
}

@media screen and (max-width: 767px) {
  .c-side-nav__item a img {
    width: 25px;
    height: 23px;
    margin-bottom: 2px
  }
}

.c-ttl__h2 {
  font-size: clamp(76px, 9.3023255814vw, 160px);
  font-family: Cormorant, serif;
  font-weight: 400;
  letter-spacing: .04em;
  line-height: .75;
  color: #be967d;
  margin-bottom: 60px
}

@media screen and (max-width: 767px) {
  .c-ttl__h2 {
    margin-bottom: 40px;
    letter-spacing: -.02em;
    margin-left: -3px
  }
}

.c-ttl__lead {
  font-size: clamp(14px, .9302325581vw, 16px);
  letter-spacing: .1em;
  line-height: 2;
  padding-left: 15vw
}

@media screen and (max-width: 767px) {
  .c-ttl__lead {
    padding: 0 15px
  }
}

.c-ttl__cts {
  font-family: Cormorant, serif;
  font-size: clamp(24px, 2.9069767442vw, 50px);
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: 60px
}

@media screen and (max-width: 767px) {
  .c-ttl__cts {
    margin-bottom: 40px
  }
}

.c-ttl__cts .ttl-big {
  font-size: clamp(70px, 5.8139534884vw, 100px);
  font-weight: 100;
  line-height: .75em
}

.c-ttl__cts .ttl-sub {
  position: relative;
  white-space: nowrap
}

.c-ttl__cts .ttl-jp {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(11px, .9302325581vw, 16px);
  font-weight: 500;
  letter-spacing: .02em;
  position: absolute;
  top: -1.4em;
  left: 0
}

.c-ttl__cts--sub {
  color: #beaab3;
  padding: 17px 21px 9px;
  border-top: 2px solid #F2EEF0;
  border-bottom: 2px solid #F2EEF0
}

@media screen and (max-width: 767px) {
  .c-ttl__cts--sub {
    padding: 10px 0 9px;
    margin-bottom: 30px
  }
}

.c-ttl__cts--sub .ttl-jp {
  color: #231815
}

.c-txt__16 {
  font-size: clamp(14px, .9302325581vw, 16px);
  letter-spacing: .01em;
  line-height: 2
}

.c-btn {
  display: block;
  max-width: 275px;
  width: 100%;
  border: 1px solid #BE967D;
  text-align: center;
  padding: 7px 0 !important;
  color: #be967d;
  font-family: Cormorant, serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .1em;
  position: relative;
  box-shadow: 0 0 6px #be967d73;
  transition: all .3s ease
}

@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 238px
  }
}

.c-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../../assets/img/common/btn_arrow_gold.svg) no-repeat center center/cover;
  transition: all .3s ease
}

@media (hover: hover) {
  .c-btn:hover {
    background-color: #be967d;
    color: #fff
  }

  .c-btn:hover:before {
    background-image: url(../../assets/img/common/btn_arrow_white.svg);
    left: 25%
  }
}

.c-btn--gold {
  background-color: #be967d;
  color: #fff
}

.c-btn--gold:before {
  background-image: url(../../assets/img/common/btn_arrow_white.svg)
}

@media (hover: hover) {
  .c-btn--gold:hover:before {
    left: 18% !important
  }
}

@media (hover: hover) {
  .c-btn--gold:hover {
    background-color: transparent;
    color: #be967d
  }

  .c-btn--gold:hover:before {
    background-image: url(../../assets/img/common/btn_arrow_gold.svg)
  }
}

.c-btn__all {
  border: none;
  box-shadow: none;
  max-width: 100px;
  width: inherit;
  margin: 0 0 0 auto;
  padding: 10px 20px;
  text-align: right
}

.c-btn__all:before {
  left: 0
}

.c-btn__all:hover {
  background-color: transparent;
  color: #be967d
}

@media (hover: hover) {
  .c-btn__all:hover:before {
    background-image: url(../../assets/img/common/btn_arrow_gold.svg);
    left: 5px
  }
}

.c-btn__contact {
  background-color: #d21568;
  border: 1px solid #D21568;
  color: #fff;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.26;
  display: block;
  width: fit-content;
  padding: 24px;
  margin: 0 auto;
  box-shadow: 0 0 4px #00000040;
  transition: all .3s ease
}

.c-btn__contact--wrap {
  text-align: center;
  margin: 120px auto 0
}

@media screen and (max-width: 767px) {
  .c-btn__contact--wrap {
    margin: 80px auto 0
  }
}

.c-btn__contact--wrap p {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.26;
  margin-bottom: 20px;
  color: #d21568
}

@media (hover: hover) {
  .c-btn__contact:hover {
    background-color: inherit;
    color: #d21568
  }

  .c-btn__contact:hover .en {
    border-right-color: #d21568
  }

  .c-btn__contact:hover img {
    filter: brightness(0) saturate(100%) invert(19%) sepia(83%) saturate(3585%) hue-rotate(322deg) brightness(89%) contrast(93%)
  }
}

.c-btn__contact--inner {
  display: flex;
  align-items: center;
  justify-content: center
}

.c-btn__contact .en {
  font-family: Cormorant, serif;
  font-size: 19px;
  letter-spacing: .1em;
  line-height: 1;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #FFFFFF
}

.c-btn__contact img {
  width: 25px;
  height: 25px;
  margin-left: 10px
}

.c-btn__external-link:after {
  content: "";
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  background: url(../../assets/img/common/external-link.svg) no-repeat center center/cover;
  width: 11px;
  height: 13px;
  right: 23%
}

@media (hover: hover) {
  .c-btn__external-link:hover:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
  }
}

.c-link__underline{
  color: #d21568;
  text-decoration: underline;
}

.line-btn p {
  color: #06c755
}

.line-btn {
  background-color: #06c755;
  border: 1px solid #06C755
}

@media (hover: hover) {
  .line-btn:hover {
    background-color: inherit;
    color: #06c755
  }

  .line-btn:hover .en {
    border-right-color: #06c755
  }

  .line-btn:hover img {
    filter: invert(48%) sepia(94%) saturate(445%) hue-rotate(101deg) brightness(96%) contrast(101%)
  }
}

.c-slide .splide__pagination__page.is-active {
  background: #be967d;
  opacity: 1
}

.c-slide.splide {
  padding: 0;
  width: 100%;
  position: relative;
  overflow: hidden
}

.c-slide.card-splide .splide__track,
.c-slide.wide-splide .splide__track,
.c-slide.flow-splide .splide__track {
  transform: translate(15%);
  overflow: visible
}

@media screen and (max-width: 767px) {

  .c-slide.card-splide .splide__track,
  .c-slide.wide-splide .splide__track,
  .c-slide.flow-splide .splide__track {
    transform: translate(15px)
  }
}

.c-slide .splide__list {
  display: flex;
  padding: 20px 0
}

.c-slide .splide__slide {
  height: auto
}

.c-slide .splide__arrows-dots {
  margin-top: 35px;
  display: flex;
  align-items: center
}

@media screen and (max-width: 1140px) {
  .c-slide .splide__arrows-dots {
    margin-top: 5vw
  }
}

@media screen and (max-width: 767px) {
  .c-slide .splide__arrows-dots {
    padding-top: 30px
  }
}

.c-slide .splide__arrows {
  position: relative;
  display: flex;
  gap: 10px;
  opacity: 1
}

.c-slide .splide__arrows .splide__arrow {
  background-color: transparent;
  position: relative;
  transform: inherit;
  opacity: 1;
  max-width: 76px;
  max-height: 76px;
  min-width: 40px;
  min-height: 40px;
  width: 4.42vw;
  height: 4.42vw
}

@media screen and (max-width: 767px) {
  .c-slide .splide__arrows .splide__arrow {
    display: none
  }
}

.c-slide .splide__arrows .splide__arrow:disabled {
  opacity: .5
}

.c-slide .splide__arrows .splide__arrow:before {
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  max-width: 76px;
  max-height: 76px;
  min-width: 40px;
  min-height: 40px;
  width: 4.42vw;
  height: 4.42vw;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0
}

.c-slide .splide__arrows .splide__arrow--prev {
  left: inherit
}

.c-slide .splide__arrows .splide__arrow--prev:before {
  background-image: url(../../assets/img/common/slide_allow_prev.svg)
}

.c-slide .splide__arrows .splide__arrow--next {
  right: inherit
}

.c-slide .splide__arrows .splide__arrow--next:before {
  background-image: url(../../assets/img/common/slide_allow_next.svg)
}

.c-slide .splide__pagination {
  position: inherit
}

@media screen and (max-width: 767px) {
  .c-slide .splide__pagination {
    position: absolute;
    left: 47%;
    transform: translate(-50%)
  }
}

.c-slide .splide__pagination li {
  display: contents
}

.c-slide .splide__pagination .splide__pagination__page {
  margin: 0 5px
}

.c-card li {
  width: 360px;
  height: 510px;
  border-radius: 10px;
  background-color: #fff
}

.c-card li a {
  display: block;
  height: 100%
}

.c-card__thumbnail {
  border-radius: 10px 10px 0 0;
  aspect-ratio: 360/240;
  width: 100%;
  height: auto;
  object-fit: cover
}

.c-card__dsc {
  padding: 25px
}

.c-card__dsc .p-news__date {
  margin-top: auto
}

.c-card__ttl {
  margin: 13px 0;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 2;
  font-size: clamp(14px, 1.0465116279vw, 18px)
}

.c-bg-parallax {
  position: relative;
  overflow: hidden
}

.c-bg-parallax__inner {
  position: relative;
  overflow: hidden;
  height: 20.6vw;
  min-height: 730px;
  width: 100%
}

.c-bg-parallax__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform-style: preserve-3d;
  backface-visibility: hidden
}

@media screen and (max-width: 767px) {
  .c-bg-parallax__inner {
    height: 40vw;
    min-height: auto
  }
}

.c-hero {
  background-size: cover;
  height: 31.4vw;
  max-height: 540px;
  min-height: 250px;
  position: relative;
  margin-top: 86px;
  margin-bottom: 100px
}

@media screen and (max-width: 1250px) {
  .c-hero {
    margin-top: 0
  }
}

@media screen and (max-width: 767px) {
  .c-hero {
    margin-bottom: 60px
  }
}

.c-hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #23181580;
  z-index: 1
}

.c-hero__ttl {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

.c-hero__ttl .ttl-big {
  font-size: clamp(70px, 9.3023255814vw, 160px)
}

.c-hero__ttl .ttl-sub {
  font-size: clamp(32px, 4.6511627907vw, 80px)
}

.c-hero__ttl .ttl-jp {
  font-size: clamp(13px, 1.0465116279vw, 16px);
  top: -1vw
}

@media screen and (max-width: 767px) {
  .c-hero__ttl .ttl-jp {
    top: -1.2em
  }
}

.c-lead {
  margin: 0 40px 100px
}

@media screen and (max-width: 767px) {
  .c-lead {
    margin: 0 15px 20px
  }
}

.c-lead__inner {
  max-width: 1160px;
  margin: 0 auto;
  border-top: 2px solid #F2EEF0;
  border-bottom: 2px solid #F2EEF0;
  padding: 60px 40px
}

@media screen and (max-width: 767px) {
  .c-lead__inner {
    padding: 30px 0
  }
}

.c-lead__ttl {
  font-size: clamp(20px, 1.7441860465vw, 30px);
  font-weight: 600;
  letter-spacing: .13em;
  line-height: 2;
  color: #be967d;
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .c-lead__ttl {
    margin-bottom: 20px
  }
}

.c-lead__txt {
  font-size: clamp(14px, 1.0465116279vw, 18px);
  letter-spacing: .06em;
  line-height: 2
}

.c-lead__txt:not(:last-of-type) {
  margin-bottom: 2em
}

@media screen and (max-width: 767px) {
  .c-lead__txt {
    line-height: 2.2857142857
  }
}

@media screen and (max-width: 767px) {
  .c-lead .l-inner {
    padding: 0
  }
}

.c-lead__wrap {
  margin-bottom: 90px
}

@media screen and (max-width: 767px) {
  .c-lead__wrap {
    margin-bottom: 45px
  }
}

.c-lead__wrap .c-ttl__cts {
  margin-bottom: 30px
}

@media screen and (max-width: 767px) {
  .c-lead__wrap .c-ttl__cts {
    margin-bottom: 20px
  }
}

.c-table {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  border-collapse: collapse;
  border-top: 1px solid #F2EEF0;
  border-bottom: 1px solid #F2EEF0
}

.c-table tr:nth-child(2n) {
  background-color: #f2eef080
}

.c-table th {
  width: 130px;
  padding: 8px 0 8px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(12px, .9302325581vw, 16px);
  letter-spacing: .1em;
  line-height: 2;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  color: #1e1e1e;
  vertical-align: middle
}

@media screen and (max-width: 767px) {
  .c-table th {
    width: 100px;
    padding: 4px 0 4px 10px
  }
}

.c-table td {
  padding: 8px 20px;
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(12px, .8139534884vw, 14px);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2;
  color: #1e1e1e
}

@media screen and (max-width: 767px) {
  .c-table td {
    padding: 4px 10px 4px 0
  }
}

.c-table__note {
  font-size: clamp(12px, .8139534884vw, 16px);
  line-height: 2
}

.c-table__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 1em
}

.c-table__menu--area {
  margin-bottom: 140px
}

@media screen and (max-width: 767px) {
  .c-table__menu--area {
    margin-bottom: 90px
  }
}

.c-table__menu--area th {
  width: 79%
}

.c-table__menu--area th span {
  font-size: clamp(10px, .9302325581vw, 16px)
}

@media screen and (max-width: 767px) {
  .c-table__menu--area th {
    padding: 4px 0 4px 5px
  }
}

.c-table__menu--area td {
  width: 21%;
  text-align: right
}

@media screen and (max-width: 767px) {
  .c-table__menu--area td {
    padding: 4px 5px 4px 0
  }
}

.c-table__menu:not(:last-of-type) {
  padding-bottom: 50px
}

@media screen and (max-width: 767px) {
  .c-table__menu:not(:last-of-type) {
    padding-bottom: 45px
  }
}

@media screen and (max-width: 960px) {
  .c-table__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px
  }
}

@media screen and (max-width: 767px) {
  .c-table__menu {
    padding: 0
  }
}

.c-table__menu:before {
  content: "";
  border: 1px solid #F2EEF0;
  align-self: stretch
}

@media screen and (max-width: 960px) {
  .c-table__menu:before {
    display: none
  }
}

.c-table__menu--ttl {
  font-size: clamp(14px, 1.0465116279vw, 18px);
  order: -1;
  flex-shrink: 0;
  width: 8.5%
}

@media screen and (max-width: 960px) {
  .c-table__menu--ttl {
    width: inherit
  }
}

.c-table__menu .c-table {
  margin: inherit
}

.c-list li:not(:last-of-type) {
  margin-bottom: 3em
}

.c-list li h4 {
  font-size: clamp(20px, 1.511627907vw, 26px);
  font-weight: 600;
  letter-spacing: .1em;
  color: #be967d;
  padding-left: 1em;
  margin-bottom: 16px;
  position: relative
}

@media screen and (max-width: 767px) {
  .c-list li h4 {
    margin-bottom: 10px
  }
}

.c-list li h4:before {
  content: "";
  display: inline-block;
  width: 1.16vw;
  max-width: 20px;
  min-width: 15px;
  height: 1.16vw;
  max-height: 20px;
  min-height: 15px;
  background: url(../../assets/img/self-produce/list-deco.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}

.c-list li p {
  font-size: clamp(12px, .9302325581vw, 16px);
  letter-spacing: .1em;
  line-height: 2;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400
}

.c-accordion__header {
  padding: 12px 45px 10px 20px;
  margin: 10px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative
}

.c-accordion__header:before,
.c-accordion__header:after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151e2f
}

.c-accordion__header:after {
  transform: rotate(-90deg);
  transition: transform .3s
}

.c-accordion__header.active:after {
  transform: rotate(0)
}

.c-accordion__header span {
  padding-left: 25px;
  position: relative;
  display: block
}

.c-accordion__header span:before {
  position: absolute;
  content: "Q";
  top: 2px;
  left: 0;
  color: #151e2f;
  font-size: 17px
}

.c-accordion__content {
  display: none;
  padding: 12px 20px 10px 25px;
  position: relative
}

.c-accordion__content:before {
  position: absolute;
  content: "A";
  top: 3px;
  left: 0;
  color: #151e2f;
  font-size: 17px
}

.p-lead {
  position: relative;
  margin-bottom: 180px
}

@media screen and (max-width: 1140px) {
  .p-lead {
    margin-bottom: 50px
  }
}

.p-lead__wrapper {
  margin: 0 40px
}

@media screen and (max-width: 1140px) {
  .p-lead__wrapper {
    margin: 0 15px
  }
}

.p-lead__ttl {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-size: clamp(34px, 4.476744186vw, 77px);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  width: 100%;
  margin-top: 135px
}

@media screen and (max-width: 1140px) {
  .p-lead__ttl {
    margin-top: 1.5em;
    text-shadow: 0 0 5px rgba(0, 0, 0, .5)
  }
}

@media screen and (max-width: 1140px) {
  .p-lead .c-bg-parallax__inner {
    min-height: 195px
  }
}

.p-lead__txt-area {
  max-width: 1160px;
  margin: -360px auto 0;
  z-index: 1;
  position: relative;
  background-color: #fff
}

@media screen and (max-width: 1140px) {
  .p-lead__txt-area {
    margin-top: 0
  }
}

.p-lead__txt-area--inner {
  max-width: 750px;
  margin: 0 auto;
  padding-top: 140px
}

@media screen and (max-width: 1140px) {
  .p-lead__txt-area--inner {
    padding-top: 2em
  }
}

.p-lead__txt {
  font-size: clamp(14px, 1.1627906977vw, 20px);
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 3;
  margin-bottom: 2em
}

@media screen and (max-width: 1140px) {
  .p-lead__txt {
    line-height: 2.5
  }
}

.p-lead__ceo {
  display: flex;
  align-items: end;
  justify-content: end;
  gap: 13px;
  margin-top: -3em
}

@media screen and (max-width: 1140px) {
  .p-lead__ceo {
    margin-top: 2em
  }
}

.p-lead__ceo p {
  font-size: clamp(12px, .9302325581vw, 16px);
  font-weight: 500;
  letter-spacing: .1em
}

.p-lead__ceo img {
  width: 10.17vw;
  max-width: 175px;
  min-width: 115px
}

@media screen and (max-width: 767px) {
  .p-service .l-inner {
    padding: 0
  }
}

.p-service__wrapper {
  max-width: 1160px;
  margin: 0 auto
}

.p-service__item {
  display: flex;
  align-items: center;
  margin-bottom: 180px
}

@media screen and (max-width: 1140px) {
  .p-service__item {
    margin-bottom: 130px
  }
}

@media screen and (max-width: 767px) {
  .p-service__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px !important;
    width: 95%
  }
}

.p-service__item:nth-of-type(odd) {
  gap: 60px
}

@media screen and (max-width: 1140px) {
  .p-service__item:nth-of-type(odd) {
    gap: 40px
  }
}

@media screen and (max-width: 767px) {
  .p-service__item:nth-of-type(odd) .p-service__item--dsc {
    margin-left: 15px
  }
}

.p-service__item:nth-of-type(2n) {
  flex-direction: row-reverse;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .p-service__item:nth-of-type(2n) {
    flex-direction: column;
    margin: 0 0 130px auto
  }
}

.p-service__item--dsc {
  width: calc((100% - 60px)/2)
}

@media screen and (max-width: 767px) {
  .p-service__item--dsc {
    width: 100%
  }
}

.p-service__item--dsc .c-ttl__cts {
  margin-bottom: 0
}

.p-service__item--img {
  max-width: 650px;
  width: 60%
}

@media screen and (max-width: 767px) {
  .p-service__item--img {
    width: 100%
  }
}

.p-service__item--txt {
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(14px, .9302325581vw, 16px);
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 2.5em;
  margin: 5px 0 22px
}

.coming-soon {
  color: #be967d;
  font-family: Cormorant, serif;
  font-weight: 700;
  font-size: clamp(18px, 1.6279069767vw, 28px);
  letter-spacing: .1em
}

.p-top .p-magazine .c-btn__all {
  margin: 0;
  padding-left: 20px !important
}

@media screen and (max-width: 767px) {
  .p-top .p-magazine .c-btn__all {
    margin: 0 0 0 auto;
    transform: translate(-25%)
  }
}

.p-gallery .c-ttl__h2 {
  position: relative;
  width: fit-content
}

.p-gallery .c-ttl__h2:after {
  content: "";
  display: block;
  width: 5.81vw;
  height: 5.81vw;
  max-width: 108px;
  min-width: 45px;
  max-height: 108px;
  min-height: 45px;
  background: url(../../assets/img/common/icon_instagram.svg) no-repeat center center/contain;
  position: absolute;
  right: -.65em;
  bottom: 5px
}

.p-gallery__instagram {
  max-width: 1020px;
  margin: 0 auto;
}

.p-news .c-hero {
  background: url(../../assets/img/news/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-news .c-hero {
    background: url(../../assets/img/news/hero_sp.png) no-repeat center center/cover
  }
}

.p-news__wrapper {
  max-width: 1120px;
  margin: 0 auto
}

.p-news__list {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: clamp(12px, .8139534884vw, 14px);
  letter-spacing: .04em;
  border-top: 1px solid #d0c1c8;
}

@media screen and (max-width: 767px) {
  .p-news__list {
    border-top: 1px solid #F2EEF0
  }
}

.p-news__list li {
  border-bottom: 1px solid #d0c1c8;
  padding: 24px
}

@media screen and (max-width: 767px) {
  .p-news__list li {
    border-bottom: 1px solid #F2EEF0;
    padding: 24px 5px
  }
}

.p-news__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px
}

@media screen and (max-width: 960px) {
  .p-news__list li a {
    flex-direction: column;
    align-items: start
  }
}

@media screen and (max-width: 767px) {
  .p-news__list li a {
    gap: 12px
  }
}

.p-news__flex {
  display: flex;
  gap: 20px
}

@media screen and (max-width: 960px) {
  .p-news__flex {
    gap: 20px
  }
}

.p-news__category {
  display: block;
  color: #fff;
  background-color: #d0c1c8;
  padding: 2px 10px;
  border-radius: 2px;
  min-width: 78px;
  width: fit-content;
  text-align: center;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  font-size: clamp(10px, .8139534884vw, 14px)
}

@media screen and (max-width: 767px) {
  .p-news__category {
    min-width: inherit
  }
}

.p-news__date {
  color: #d0c1c8;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  letter-spacing: .04em;
  font-size: clamp(12px, .8139534884vw, 14px)
}

.p-news__ttl {
  font-weight: 400
}

@media screen and (min-width: 961px) {
  .p-news__ttl {
    width: 76%
  }
}

.p-news__category-wrap {
  margin: 60px auto;
  max-width: 730px
}

@media screen and (max-width: 767px) {
  .p-news__category-wrap {
    margin: 40px auto
  }
}

.p-news__category-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 110px);
  justify-content: center;
  grid-gap: 1rem
}

@media screen and (max-width: 767px) {
  .p-news__category-list {
    grid-template-columns: repeat(auto-fit, 90px)
  }
}

.p-news__category-list .p-news__category {
  background-color: inherit;
  color: #d0c1c8;
  border: 1px solid #D0C1C8;
  transition: all .3s ease
}

@media (hover: hover) {
  .p-news__category-list .p-news__category:hover {
    background-color: #d0c1c8;
    color: #fff
  }
}

.p-news__category-list .p-news__category.current {
  background-color: #d0c1c8;
  color: #fff
}

.p-news .c-btn__all {
  margin: 50px auto 0
}

.p-news .c-btn__all:before {
  left: initial;
  right: -25%;
  top: 53%;
  transform: translateY(-50%) rotate(90deg)
}

.p-news__single {
  margin-top: 150px
}

@media screen and (max-width: 1250px) {
  .p-news__single {
    margin-top: 100px
  }
}

.p-news__single .p-news__flex {
  margin-bottom: 1em
}

.p-news__single article {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  font-size: clamp(14px, .9302325581vw, 16px)
}

.p-news__single article h1 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(24px, 1.8604651163vw, 32px);
  line-height: 2;
  letter-spacing: .04em;
  margin-bottom: 2em
}

.p-news__single article h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 1.3953488372vw, 24px);
  letter-spacing: .04em;
  margin-top: 4em;
  margin-bottom: 1em;
  border-left: 2px solid #D0C1C8;
  padding-left: 1em
}

.p-news__single article h3 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.1627906977vw, 20px);
  letter-spacing: .04em;
  margin-top: 5em;
  margin-bottom: 1em;
  border-left: 2px solid #D0C1C8;
  padding-left: 1em
}

.p-news__single article h4 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.1627906977vw, 20px);
  letter-spacing: .04em;
  margin-top: 5em;
  margin-bottom: 1em;
  border-bottom: 2px solid #D0C1C8;
  padding-bottom: 1.5em
}

.p-news__single article h5 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.1627906977vw, 20px);
  letter-spacing: .04em;
  margin-top: 4em;
  margin-bottom: 1em
}

.p-news__single article h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(18px, 1.1627906977vw, 20px);
  letter-spacing: .04em;
  margin-top: 4em;
  margin-bottom: 1em
}

.p-news__single article p {
  line-height: 2.375;
  letter-spacing: .1em;
  margin-top: 32px;
  margin-bottom: 32px
}

.p-news__single article img {
  margin: 20px 0
}

.p-news__single article figure figcaption {
  font-size: 12px;
  letter-spacing: .04em;
  margin-top: -10px;
  padding-bottom: 10px
}

.p-news__single article ul {
  list-style: disc;
  margin: 1em 0 1em 1.5em
}

.p-news__single article ul li::marker {
  color: #d0c1c8
}

.p-news__single article a {
  display: inline-block;
  color: #be967d;
  padding-left: 1.5em;
  text-indent: -.1em;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin: 1em 0
}

.p-news__single article a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url(../../assets/img/common/btn_arrow_gold.svg) center center/cover no-repeat;
  transition: .3s
}

.p-news__single article a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0px;
  height: 1px;
  background: #be967d;
  transition: width .3s
}

@media (hover: hover) {
  .p-news__single article a:hover:before {
    left: .5em
  }

  .p-news__single article a:hover:after {
    width: 100%
  }
}

.p-article__nav {
  max-width: 368px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px auto 0;
  position: relative;
  margin: 109px auto 0;
  text-align: center;
}

.btn__to-archive {
  font-weight: 500;
  color: #be967d;
  width: 90px;
  margin: -38px auto 0;
  font-size: 14px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

.btn__to-archive a{
  transition: all .3s ease;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.btn__to-archive a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #be967d;
  transition: width .3s ease;
}

@media (hover: hover) {
  .btn__to-archive a:hover:after {
      width: 100%;
  }
}

.btn__to-archive a {
  position: relative;
}

.p-article__nav .box_btn {
  position: absolute;
  transform: translateY(-110%);
  transition: all .3s;
}

.p-article__nav .box_btn.next {
  left: 0;
}

.p-article__nav .box_btn.prev {
  right: 0;
}

.p-article__nav .box_btn.prev a::before,
.p-article__nav .box_btn.next a::after {
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/common/btn_arrow_gold.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}
.p-article__nav .box_btn a::after {
  transform: rotate(-180deg);
}

.btn__news-more {
  letter-spacing: 0.08em;
  margin: 171px auto 0;
  padding: 4px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.page-load-status {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #be967d;
  margin-top: 10px;
}

.p-magazine {
  background-color: #f2eef0
}

.p-magazine.p-news {
  margin-bottom: -80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-magazine.p-news {
    margin-bottom: -140px
  }
}

.p-magazine.p-news .p-magazine__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.p-magazine.p-news .p-magazine__list li {
  width: calc(33.3333333333% - 20px);
  height: inherit
}

@media screen and (max-width: 800px) {
  .p-magazine.p-news .p-magazine__list li {
    width: calc(50% - 20px)
  }
}

@media screen and (max-width: 500px) {
  .p-magazine.p-news .p-magazine__list li {
    width: 100%
  }
}

li.empty_post {
    font-size: clamp(12px, .8139534884vw, 14px);
    width: 100% !important;
    text-align: center;
    background: initial;
}

.p-self-produce .c-hero {
  background: url(../../assets/img/self-produce/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-self-produce .c-hero {
    background: url(../../assets/img/self-produce/hero_sp.png) no-repeat center center/cover
  }
}

.p-bridal .c-hero {
  background: url(../../assets/img/bridal/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-bridal .c-hero {
    background: url(../../assets/img/bridal/hero_sp.png) no-repeat center center/cover
  }
}

.p-bridal .c-list li .deco {
  font-size: clamp(12px, .8139534884vw, 14px);
  color: #231815;
  font-family: "Noto Serif JP", serif;
  font-weight: 700
}

.p-bridal .c-list li h4 {
  padding-left: 0%;
  position: relative
}

.p-bridal .c-list li h4:before {
  display: none
}

.p-bridal .c-accordion {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
  border-bottom: 2px solid #F2EEF0
}

.p-bridal .c-accordion__header {
  border-top: 2px solid #F2EEF0;
  padding: 39px 45px 28px 20px;
  margin: 0
}

@media screen and (max-width: 767px) {
  .p-bridal .c-accordion__header {
    padding: 20px 45px 24px 5px
  }
}

.p-bridal .c-accordion__header:before,
.p-bridal .c-accordion__header:after {
  background: #d0c1c8
}

.p-bridal .c-accordion__header span {
  font-size: clamp(14px, 1.0465116279vw, 18px);
  line-height: 2;
  letter-spacing: .1em;
  padding-left: 52px
}

.p-bridal .c-accordion__header span:before {
  font-size: 52px;
  line-height: 1;
  font-family: Cormorant, serif;
  color: #d0c1c8;
  top: inherit;
  bottom: 0
}

@media screen and (max-width: 767px) {
  .p-bridal .c-accordion__header span:before {
    bottom: 50%;
    transform: translateY(50%)
  }
}

.p-bridal .c-accordion__content {
  background-color: #f2eef080;
  padding: 24px 45px 24px 72px
}

@media screen and (max-width: 767px) {
  .p-bridal .c-accordion__content {
    padding: 12px 6px 24px 57px;
    text-align: justify
  }
}

.p-bridal .c-accordion__content:before {
  font-size: 52px;
  line-height: 1;
  font-family: Cormorant, serif;
  color: #d0c1c8;
  top: inherit;
  left: 20px
}

@media screen and (max-width: 767px) {
  .p-bridal .c-accordion__content:before {
    left: 10px
  }
}

.p-bridal .c-accordion__content span {
  font-size: clamp(12px, .9302325581vw, 16px);
  letter-spacing: .1em;
  line-height: 2.375;
  display: block
}

.p-hairmake-up .c-hero {
  background: url(../../assets/img/hairmake-up/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-hairmake-up .c-hero {
    background: url(../../assets/img/hairmake-up/hero_sp.png) no-repeat center center/cover
  }
}

.p-salon .c-hero {
  background: url(../../assets/img/salon/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-salon .c-hero {
    background: url(../../assets/img/salon/hero_sp.png) no-repeat center center/cover
  }
}

.p-salon__map p {
  text-align: center;
  font-size: clamp(20px, 1.7441860465vw, 30px);
  margin-bottom: 20px
}

@media screen and (max-width: 767px) {
  .p-salon__map .l-inner {
    padding: 0
  }
}

.p-salon .p-lesson__wrap {
  margin-bottom: 0;
}

.p-salon__dsc {
  /* padding: 0 24px;
  margin-bottom: 54px */
  width: 45%;
}

@media screen and (max-width: 767px) {
  .p-salon__dsc {
    padding: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}

.p-salon__dsc--txt {
  margin-bottom: 40px;
  font-size: clamp(14px, 1.0465116279vw, 18px);
  letter-spacing: .06em
}

@media screen and (max-width: 767px) {
  .p-salon__dsc--txt {
    margin-bottom: 30px
  }
}

.p-salon__dsc--price {
  display: flex;
  gap: 20px;
  font-size: clamp(26px, 1.6279069767vw, 28px);
  letter-spacing: .1em
}

.p-salon__dsc--price .deco-yen {
  background-color: #d0c1c8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border-radius: 22px;
  letter-spacing: 0
}

.p-salon__dsc--price span {
  font-size: clamp(16px, .8139534884vw, 14px)
}

.p-salon__dsc--price .tax {
  font-size: clamp(12px, .8139534884vw, 14px)
}

.p-salon__dsc--price .note {
  line-height: 1
}

.p-salon__example {
  margin-top: 80px;
  padding: 0 64px
}

@media screen and (max-width: 767px) {
  .p-salon__example {
    margin-top: 50px;
    padding: 0 15px
  }
}

@media (max-width: 480px) {
  .p-salon__example {
    padding-right: 0
  }
}

.p-salon__example p {
  font-size: clamp(14px, 1.0465116279vw, 18px);
  margin-bottom: 20px
}

.p-salon .example-splide .splide__track {
  transform: translate(15%);
  overflow: visible
}

@media (min-width: 481px) {
  .p-salon .example-splide .splide__track {
    transform: none;
    overflow: visible
  }
}

@media screen and (max-width: 767px) {
  .p-salon .example-splide .splide__track {
    transform: translate(15px)
  }
}

@media (min-width: 481px) {
  .p-salon .example-splide .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0
  }
}

.p-salon .example-splide .splide__slide {
  height: auto;
  width: 100%
}

.p-salon .example-splide .splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover
}

@media (min-width: 481px) {
  .p-salon .example-splide .splide__slide {
    width: 100% !important
  }

  .p-salon .example-splide .splide__slide .splide__arrows-dots {
    display: none
  }
}

@media (max-width: 480px) {
  .p-salon .example-splide .splide__track {
    transform: translate(0)
  }

  .p-salon .example-splide .splide__list {
    display: flex;
    padding: 20px 0
  }
}

.p-lesson .c-hero {
  background: url(../../assets/img/lesson/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-lesson .c-hero {
    background: url(../../assets/img/lesson/hero_sp.png) no-repeat center center/cover
  }
}

.p-lesson__wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 90px
}

@media screen and (max-width: 767px) {
  .p-lesson__wrap {
    flex-direction: column;
    gap: 24px;
    padding: 0 15px
  }
}

.p-lesson__wrap .lesson-splide {
  width: 50%
}

@media screen and (max-width: 767px) {
  .p-lesson__wrap .lesson-splide {
    width: 100%
  }
}

.p-lesson__dsc {
  width: 45%;
  letter-spacing: .04em
}

@media screen and (max-width: 767px) {
  .p-lesson__dsc {
    width: 100%
  }
}

.p-lesson__dsc--sub-ttl {
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(12px, .8139534884vw, 14px);
  font-weight: 300
}

.p-lesson__dsc--ttl {
  font-size: clamp(20px, 1.6279069767vw, 28px);
  margin-bottom: 32px
}

@media screen and (max-width: 767px) {
  .p-lesson__dsc--ttl {
    margin-bottom: 14px
  }
}

.p-lesson__dsc--price {
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(22px, 1.3953488372vw, 24px);
  font-weight: 400;
  margin-bottom: 32px
}

@media screen and (max-width: 767px) {
  .p-lesson__dsc--price {
    margin-bottom: 14px
  }
}

.p-lesson__dsc--price span {
  font-size: clamp(16px, 1.0465116279vw, 18px)
}

.p-lesson__dsc--price span.tax {
  font-size: clamp(10px, .6976744186vw, 12px)
}

.p-lesson__dsc--txt {
  max-width: 422px;
  font-family: Noto Sans JP, sans-serif;
  font-size: clamp(12px, .8139534884vw, 14px);
  line-height: 2;
  font-weight: 400
}

@media screen and (max-width: 767px) {
  .p-lesson__dsc--txt {
    max-width: 100%
  }
}

.p-lesson .flow-splide li.splide__slide {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.p-lesson .flow-splide li.splide__slide:not(:last-child):before {
  content: "";
  display: block;
  width: 25px;
  height: 14px;
  background: url(../../assets/img/lesson/flow-arrow.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%)
}

@media (max-width: 960px) {
  .p-lesson .flow-splide li.splide__slide:not(:last-child):before {
    right: -18%
  }
}

@media (max-width: 480px) {
  .p-lesson .flow-splide li.splide__slide:not(:last-child):before {
    right: -34%
  }
}

.p-lesson .flow-splide li.splide__slide p {
  font-size: clamp(12px, .8139534884vw, 16px);
  letter-spacing: .04em
}

.p-lesson .flow-splide__step {
  position: absolute;
  top: 10px;
  left: 0
}

.p-lesson .flow-splide__txt {
  margin-top: 20px;
  text-align: center
}

@media (max-width: 1080px) {
  .p-lesson .flow-splide .splide__track {
    transform: translate(12%)
  }
}

.p-lesson__flow {
  margin-top: 100px
}

.p-lesson .js-flow-splide02 {
  max-width: 960px;
  min-width: 800px;
  width: 52vw;
  margin: 0 auto
}

@media (max-width: 960px) {
  .p-lesson .js-flow-splide02 {
    width: 80vw;
    min-width: 375px
  }
}

@media screen and (max-width: 767px) {
  .p-lesson .js-flow-splide02 {
    min-width: inherit;
    max-width: inherit;
    width: 100%
  }
}

.p-lesson .js-flow-splide02 .splide__track {
  transform: inherit
}

@media screen and (max-width: 767px) {
  .p-lesson .js-flow-splide02 .splide__track {
    transform: translate(12%)
  }
}

.p-beauty-item .c-hero {
  background: url(../../assets/img/beauty-item/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-beauty-item .c-hero {
    background: url(../../assets/img/beauty-item/hero_sp.png) no-repeat center center/cover
  }
}

.p-beauty-item .p-lead__ceo {
  margin-top: 0
}

#skin_care figure,
#skin_care h2,
#skin_care p {
  padding: 0;
  margin: 0
}

#skin_care img {
  max-width: 100%;
  height: auto;
  vertical-align: top
}

#skin_care {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px
}

#skin_care article.lineup {
  display: block;
  margin-bottom: 5em
}

#skin_care article.lineup ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center
}

#skin_care article.lineup ul li {
  text-align: center;
  font-size: clamp(10px, .8139534884vw, 14px);
  line-height: 2;
  color: #be967d;
  font-weight: 800;
  position: relative
}

#skin_care article.lineup ul li:after {
  content: "";
  display: block;
  width: 20.5px;
  height: 16.93px;
  background: url(../../assets/img/common/btn_arrow_gold.svg) no-repeat center center/cover;
  position: absolute;
  left: 50%;
  transform: translate(-50%) rotate(90deg);
  bottom: -2em
}

#skin_care article.lineup_in {
  display: block
}

#skin_care article.lineup_in .series {
  display: block
}

#skin_care article.lineup_in .series h2 {
  width: 50%;
  padding: 1em 0;
  margin: 0;
  font-size: 26px;
  line-height: 46px
}

#skin_care article.lineup_in .series h3 {
  text-align: left;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  padding: 1em 0;
  letter-spacing: .1em
}

#skin_care article.lineup_in .series p {
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

#skin_care article.lineup_in #serum div {
  background: url(../../assets/img/beauty-item/photo3.png) no-repeat;
  background-position: right 0 top 2em;
  background-size: 60%;
  min-height: 30em;
  position: relative
}

#skin_care article.lineup_in #diary div {
  background: url(../../assets/img/beauty-item/photo7.png) no-repeat;
  background-position: right 0 top 2em;
  background-size: 60%;
  min-height: 30em;
  position: relative
}

#skin_care article.lineup_in .items {
  display: block;
  padding: 0 0 4em 4%
}

#skin_care article.lineup_in .items__flex {
  display: flex
}

#skin_care article.lineup_in #item01 {
  display: block;
  border-left: 5px solid #4CABE1
}

#skin_care article.lineup_in #item02 {
  display: block;
  border-left: 5px solid #EA6D8D
}

#skin_care article.lineup_in #item03 {
  display: block;
  border-left: 5px solid #8C9AAA
}

#skin_care article.lineup_in #item04 {
  display: block;
  border-left: 5px solid #F2971B
}

#skin_care article.lineup_in #item05 {
  display: block;
  border-left: 5px solid #2CB5A9;
  padding-bottom: 0;
  margin-bottom: 5em
}

#skin_care article.lineup_in #item06 {
  display: block;
  border-left: 5px solid #C95A9C
}

#skin_care article.lineup_in #item07 {
  display: block;
  border-left: 5px solid #AB9F91
}

#skin_care article.lineup_in .items figure.item_img {
  display: block;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-right: 2%
}

#skin_care article.lineup_in .items figure.item_img span {
  display: block;
  width: 50%
}

#skin_care article.lineup_in .items figure.item_img img {
  width: 70%
}

#skin_care article.lineup_in #item01 figure.item_img span:nth-of-type(1) img {
  width: 63%
}

#skin_care article.lineup_in #item04 figure.item_img span:nth-of-type(1) img {
  width: 48%
}

#skin_care article.lineup_in #item04 figure.item_img span:nth-of-type(2) img {
  width: 52%
}

#skin_care article.lineup_in #item05 figure.item_img span:nth-of-type(1) img {
  width: 48%
}

#skin_care article.lineup_in #item05 figure.item_img span:nth-of-type(2) img {
  width: 52%
}

#skin_care article.lineup_in #item06 figure.item_img span:nth-of-type(1) img {
  width: 48%
}

#skin_care article.lineup_in #item06 figure.item_img span:nth-of-type(2) img {
  width: 52%
}

#skin_care article.lineup_in #item07 figure.item_img span:nth-of-type(1) img {
  width: 75%
}

#skin_care article.lineup_in #item07 figure.item_img span:nth-of-type(2) img {
  width: 95%
}

#skin_care article.lineup_in .items div.item_txt {
  display: block;
  width: 60%
}

#skin_care article.lineup_in .items div.item_txt h3 {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  padding: 1em 0
}

#skin_care article.lineup_in .items div.item_txt h3 small {
  font-size: 11px;
  line-height: 20px
}

#skin_care article.lineup_in .items div.item_txt .item_border {
  border: 1px solid #000;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  font-family: Noto Sans JP, sans-serif
}

#skin_care article.lineup_in .items div.item_txt .item_border:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden
}

#skin_care article.lineup_in .items div.item_txt .item_border b {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 40%;
  top: 50%;
  transform: translateY(-50%);
  padding: .5em 0;
  float: left;
  position: absolute;
  z-index: 1;
  font-weight: 400
}

#skin_care article.lineup_in .items div.item_txt .item_border:before {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: calc(58% - 1px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 0 100px 40px;
  border-color: transparent transparent transparent #000
}

#skin_care article.lineup_in .items div.item_txt .item_border:after {
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 58%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 0 120px 47px;
  border-color: transparent transparent transparent #fff
}

#skin_care article.lineup_in .items div.item_txt .item_border strong {
  display: block;
  text-align: center;
  box-sizing: border-box;
  width: 58%;
  padding: .5em;
  float: right;
  font-weight: 400
}

#skin_care article.lineup_in .items div.item_txt .item_ml {
  text-align: right;
  display: block;
  padding: 1em 0 0;
  font-family: Noto Sans JP, sans-serif
}

#skin_care article.lineup_in .items div.item_txt p {
  padding: 1em 0 0;
  font-family: Noto Sans JP, sans-serif
}

#skin_care article.lineup_in .items div.item_txt .item_small {
  margin-top: 1em;
  text-align: left;
  display: block;
  font-family: Noto Sans JP, sans-serif
}

#skin_care article.lineup_in .items div.item_txt .item_small small {
  float: right
}

#skin_care article.lineup_in .items div.item_txt .item_small:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden
}

#skin_care article.lineup_in .items div.item_txt .item_price_out {
  padding-top: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center
}

#skin_care article.lineup_in .items div.item_txt .item_price {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(20px, 1.511627907vw, 26px);
  line-height: 20px;
  padding-top: 0
}

#skin_care article.lineup_in .items div.item_txt .item_price span {
  font-size: clamp(10px, .8139534884vw, 14px)
}

#skin_care article.lineup_in .items div.item_txt .item_buynow {
  display: block;
  max-width: 238px;
  width: 58%
}

#skin_care article.lineup_in .items div.item_txt .item_buynow .c-btn {
  padding: 10px 0 !important
}

@media (hover: hover) {
  #skin_care article.lineup_in .items div.item_txt .item_buynow .c-btn:hover:before {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)
  }
}

#skin_care article.lineup_in .items div.item_txt .item_buynow .c-btn:before {
  background: url(../../assets/img/beauty-item/cart.svg) no-repeat center center/cover;
  width: 20px;
  height: 20px;
  left: 17%
}

#skin_care article.lineup_in .items div.item_ex {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 5em
}

#skin_care article.lineup_in .items div.item_ex div {
  display: block;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  padding-bottom: 1em
}

#skin_care article.lineup_in .items div.item_ex strong {
  display: block;
  text-align: center;
  font-weight: 400;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 0 .5em
}

#skin_care article.lineup_in .items div.item_ex figure {
  width: 60%;
  margin-right: 0;
  margin-left: auto
}

#skin_care article.lineup_in .items div.item_ex:before {
  content: "";
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden
}

#skin_care article.skin_care_bottom {
  display: block;
  text-align: center
}

@media (max-width: 767px) {
  #skin_care article.skin_care_top section.skin_care_top2 h2 {
    font-size: 3.6vw;
    line-height: 1.5em
  }

  #skin_care article.skin_care_top section.skin_care_top2 p {
    font-size: 3.4vw;
    line-height: 1.5em
  }

  #skin_care article.skin_care_top section.skin_care_top3 .skin_care_top3_in p {
    font-size: 2vw;
    line-height: 1.5em
  }

  #skin_care article.lineup_in .items__flex {
    flex-direction: column
  }

  #skin_care article.lineup_in .items figure.item_img,
  #skin_care article.lineup_in .items div.item_txt {
    width: 100%
  }

  #skin_care article.lineup ul {
    flex-wrap: wrap;
    gap: 50px 0px;
    justify-content: start;
    margin: 0 auto
  }

  #skin_care article.lineup ul li {
    width: 25%
  }
}

@media (max-width: 640px) {
  #skin_care article.skin_care_top section.skin_care_top3 .skin_care_top3_in p {
    font-size: 3.2vw;
    line-height: 1.6em
  }

  #skin_care article.skin_care_top section.skin_care_top3:after {
    background: url(/assets/img/beauty-item/bg_txt_sp.png) no-repeat;
    background-size: cover;
    height: 100%
  }

  #skin_care article.lineup_in #item02 figure.item_img span:nth-of-type(1) img {
    width: 75%
  }

  #skin_care article.lineup_in #item03 figure.item_img span:nth-of-type(1) img {
    width: 80%
  }

  #skin_care article.lineup_in #item04 figure.item_img span:nth-of-type(1) img {
    width: 55%
  }

  #skin_care article.lineup_in #item05 figure.item_img span:nth-of-type(1) img {
    width: 55%
  }

  #skin_care article.lineup_in #item06 figure.item_img span:nth-of-type(1) img {
    width: 55%
  }

  #skin_care article.lineup_in #item07 figure.item_img span:nth-of-type(1) img {
    width: 75%
  }

  #skin_care article.lineup_in .series h2 {
    width: 90%;
    padding: 1vw 0 0
  }

  #skin_care article.lineup_in .series h3 {
    padding: 0
  }

  #skin_care article.lineup_in #serum div {
    background: url(../../assets/img/beauty-item/photo3.png) no-repeat;
    background-position: right 0 top 11em;
    background-size: 90%;
    min-height: 30em
  }

  #skin_care article.lineup_in #diary div {
    background: url(../../assets/img/beauty-item/photo7.png) no-repeat;
    background-position: right 0 top 12em;
    background-size: 90%;
    min-height: 30em
  }

  #skin_care article.lineup_in .series p {
    font-size: 4vw;
    line-height: 1.7em;
    position: sticky;
    top: inherit;
    transform: inherit
  }

  #skin_care article.lineup_in .items figure.item_img {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    margin-top: 0;
    margin-bottom: 1em
  }

  #skin_care article.lineup_in .items div.item_txt h3 {
    font-size: 5.6vw
  }

  #skin_care article.lineup_in .items div.item_txt .item_border b {
    font-size: 3.6vw;
    padding: .5em;
    line-height: 1.4em
  }

  #skin_care article.lineup_in .items div.item_txt .item_border strong {
    font-size: 3.6vw;
    padding: .5em;
    line-height: 1.4em;
    font-weight: 400
  }

  #skin_care article.lineup_in .items div.item_ex {
    margin-top: 2em
  }

  #skin_care article.lineup_in .items div.item_ex div {
    width: 70%;
    position: relative
  }

  #skin_care article.lineup_in .items div.item_ex figure {
    width: 95%;
    margin-top: -2.4em
  }

  #skin_care article.lineup_in .items div.item_ex strong {
    font-size: 3.3vw;
    line-height: 1.6em;
    position: relative;
    left: -.5em;
    padding-right: -1em
  }

  #skin_care article.lineup_in .items div.item_txt .item_buynow {
    width: 61%
  }

  #skin_care article.lineup_in .items div.item_txt .item_buynow .c-btn:before {
    left: 11%
  }

  #skin_care article.lineup_in .items div.item_txt .item_buynow .c-btn:after {
    right: 11%
  }

  #skin_care article.lineup ul {
    max-width: 480px
  }

  #skin_care article.lineup ul li {
    width: 33.3333333333%
  }
}

.p-company-profile .c-hero {
  background: url(../../assets/img/company-profile/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-company-profile .c-hero {
    background: url(../../assets/img/company-profile/hero_sp.png) no-repeat center center/cover
  }
}

.p-recruit .c-hero {
  background: url(../../assets/img/recruit/hero.png) no-repeat center center/cover
}

@media screen and (max-width: 767px) {
  .p-recruit .c-hero {
    background: url(../../assets/img/recruit/hero_sp.png) no-repeat center center/cover
  }
}

.p-recruit__note {
  margin-top: 52px
}

.p-recruit .c-btn__contact--wrap{
  margin: 40px auto 0;
}

.u-font-serif {
  font-family: "Noto Serif JP", serif
}

.u-font-sans {
  font-family: Noto Sans JP, sans-serif
}

.u-font-en {
  font-family: Cormorant, serif
}

.u-mt-0 {
  margin-top: 0 !important
}

.u-mt-1 {
  margin-top: .25rem !important
}

.u-mt-2 {
  margin-top: .5rem !important
}

.u-mt-3 {
  margin-top: 1rem !important
}

.u-mt-4 {
  margin-top: 1.5rem !important
}

.u-mt-5 {
  margin-top: 2rem !important
}

.u-pt-0 {
  padding-top: 0 !important
}

.u-pt-1 {
  padding-top: .25rem !important
}

.u-aspect-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto
}

.u-aspect-square {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto
}

.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center
}

.u-flex-between {
  display: flex;
  justify-content: space-between
}

.u-flex-wrap {
  flex-wrap: wrap !important
}

.u-flex-column {
  flex-direction: column !important
}

/* contact */
form.snow-monkey-form{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 300;
  font-size: 18px;
}

button, input, optgroup, select, textarea{
  font-size: 16px;
}

.smf-progress-tracker__item__number{
  height: 44px;
  width: 44px;
  font-family: "Noto Serif JP", serif;
}

.smf-progress-tracker__item__text{
  font-family: "Noto Serif JP", serif;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number{
  background-color: #d0c1c8;
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text{
  color: #d0c1c8;
}

.smf-progress-tracker__item:after, .smf-progress-tracker__item:before{
  top: 28%;
}

span.smf-item__label__text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

b, strong{
  display: contents;
}

.smf-item__label .has-inline-color.has-white-color,
.has-inline-color.has-vivid-green-cyan-color{
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 5px 3px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
}

.has-inline-color.has-vivid-green-cyan-color{
  border: 1px solid #00be3f;
  color: #00be3f;
}

.smf-item__description{
  font-size: 12px;
}

.smf-item__col.smf-item__col--controls {
  display: flex
;
  flex-direction: column;
  justify-content: center;
}

option{
  font-size: 14px;
}

.address_cts .smf-select-control{
  margin: 1.5rem 0;
}

.policy_cts .smf-checkbox-control__control{
  margin-top: 7px;
}

.policy_cts .smf-checkbox-control{
  margin: 1.5rem 0;
}

.policy_cts .smf-checkbox-control .smf-checkbox-control__label{
  font-size: 16px;
}

.policy_cts .smf-placeholder {
  margin-top: 10px;
}

.poricy {
  border: 1px solid #000;
  width: 100%;
  max-width: 658px;
  height: 16em;
  box-sizing: border-box;
  padding: 1em;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Noto Sans Japanese', sans-serif;
}

.smf-action .smf-button-control__control{
  background-image: none;
  background-color: #d21568;
  color: #fff;
  border-radius: inherit;
  padding: 0.6em 4em;
}

.smf-action .smf-button-control__control[data-action="back"] {
  background-color: #fff;
  color: #d21568;
  border: 1px solid #d21568;
}

.smf-complete-content {
  font-size: 18px;
  letter-spacing: .06em;
  font-family: "Noto Serif JP", serif;
  margin-top: 3em;
  border: 1px solid #d0c1c8;
  border-radius: 10px;
  padding: 4rem 4rem 1rem;
}

@media(max-width:767px){
  .smf-complete-content {
    padding: 4rem 2rem 1rem;
  }
}

.smf-complete-content p{
  margin-bottom: 2em;
  font-size: clamp(15px, 1.0465116279vw, 18px);
  font-weight: 600;
}

.smf-form--business+.smf-action{
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media(max-width:767px){
  .smf-form--business+.smf-action{
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

/* 
@media (min-width: 768px) {
  .sp-slide {
    width: 100%;
  }

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

  .c-slide.wide-splide.sp-slide .splide__track{
    transform: none !important;
  }

  .sp-slide .splide__list {
    display: flex;
    gap: 20px;
    transform: none !important;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .sp-slide .splide__slide {
    width: calc((100% - 40px) / 3) !important;
    flex-shrink: 0;
    margin: 0;
  }

  .sp-slide .splide__arrows-dots {
    display: none;
  }
} */
