@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -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) */
/* ============================================ */
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 */
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -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 */
}

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

/* line-heightの上下をなくす
===================================================== */
/* letter-spacingの文末をなくす
===================================================== */
/* clearfix
===================================================== */
/* hover
===================================================== */
/* linkcolor
===================================================== */
/* z-index
===================================================== */
/* rem変換
===================================================== */
/* %変換
===================================================== */
/* vh変換(SP用)
===================================================== */
/* vw変換(SP用)
===================================================== */
/* vw変換(PC用) minとmax
===================================================== */
/* spをpcへ引き伸ばし(px)
===================================================== */
/* spをpcへ引き伸ばし(vw)
===================================================== */
/* ラインハイト計算
===================================================== */
/* レタースペーシング計算
===================================================== */
/* right-arrow
===================================================== */
/* aspect-area(padding-top)
===================================================== */
/* aspect-area-h(height)
===================================================== */
/* youtube
===================================================== */
/* margin: 0 auto
===================================================== */
/* color
===================================================== */
/* font-size
===================================================== */
/* font-family
===================================================== */
/* width
===================================================== */
/* margin
===================================================== */
/* media query
===================================================== */
/* speed
============================================ */
/* fadeIn
============================================ */
.fadeIn {
  opacity: 0;
  transition: opacity 1s;
}
.fadeIn.on {
  opacity: 1;
}

.animeWrap .animeWrap_item__in {
  opacity: 0;
  transition: opacity 1s;
}
.animeWrap.on .animeWrap_item__in {
  opacity: 1;
}

/* fadeUp
============================================ */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.fadeUp.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__up {
  opacity: 1;
  transform: translateY(0);
}

/* fadeDown
============================================ */
.fadeDown {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeDown.on {
  opacity: 1;
  transform: translateY(0);
}

.animeWrap .animeWrap_item__down {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__down {
  opacity: 1;
  transform: translateY(0);
}

/* fadeLeft
============================================ */
.fadeLeft {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.fadeLeft.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__left {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__left {
  opacity: 1;
  transform: translateX(0);
}

/* fadeRight
============================================ */
.fadeRight {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.fadeRight.on {
  opacity: 1;
  transform: translateX(0);
}

.animeWrap .animeWrap_item__right {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s, transform 1s;
}
.animeWrap.on .animeWrap_item__right {
  opacity: 1;
  transform: translateX(0);
}

/* colorBeta
============================================ */
.colorBeta {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBeta::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBeta.on {
  opacity: 1;
}
.colorBeta.on::before {
  opacity: 0;
}

.colorBetaWrap .colorBetaWrap_item {
  opacity: 0;
  position: relative;
  transition: opacity 1s;
}
.colorBetaWrap .colorBetaWrap_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 1s;
  transition-delay: 0.5s;
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item {
  opacity: 1;
}
.colorBetaWrap.on .colorBetaWrap_item::before {
  opacity: 0;
}

/* blur
===================================================== */
.blur {
  opacity: 0;
  filter: blur(8px);
}
.blur.on {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animeWrap .animeWrap_item__blur {
  opacity: 0;
  filter: blur(8px);
}
.animeWrap.on .animeWrap_item__blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes blurAnime {
  from {
    opacity: 0;
    filter: blur(8px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
/* blurStep
===================================================== */
.blurStep span {
  opacity: 0;
  filter: blur(10px);
  transform: translate3d(0, 10%, 0);
}
.blurStep.on span {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0);
  transition: transform 1s ease, opacity 1s ease, filter 1s ease;
}

/* slide
============================================ */
.slide {
  overflow: hidden;
}
.slide .slide_item {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.slide.on .slide_item {
  transform: translateX(0);
}

.animeWrap .animeWrap_item__slide {
  overflow: hidden;
}
.animeWrap .animeWrap_item__slide .animeWrap_item__slideImg {
  transform: translateX(-105%);
  transition: transform 1s ease;
}
.animeWrap.on .animeWrap_item__slideImg {
  transform: translateX(0);
}

/* loopslide_x
============================================ */
/* loopslide_y
============================================ */
/* 読み込み
===================================================== */
/* common
===================================================== */
html,
body {
  overflow: visible;
  background-color: #bba998;
}
html.stop,
body.stop {
  overflow: hidden;
}

.wrapper {
  overflow-x: clip;
  width: 100%;
  background-color: #bba998;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.6;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .wrapper {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 13px;
  }
}

* {
  box-sizing: border-box;
}

[v-cloak] {
  opacity: 0;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a[href=""] {
  pointer-events: none;
}

img,
video {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

/* .loading
===================================================== */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  pointer-events: none;
  transition: opacity 1.2s ease;
}
.loading.hide {
  opacity: 0;
}

/* .header
===================================================== */
.header {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .header {
    height: 70px;
    padding: 0 65px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 20px;
  }
}
.header.show {
  opacity: 1;
  pointer-events: auto;
}
.header .headerTitle {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .header .headerTitle {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerTitle {
    font-size: 16px;
  }
}
.header .headerBtn {
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .header .headerBtn {
    width: 117px;
    height: 32px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerBtn {
    width: 84px;
    height: 31px;
    gap: 5px;
  }
}
.header .headerBtn span {
  color: #af9da1;
  letter-spacing: 0.03em;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .header .headerBtn span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerBtn span {
    font-size: 16px;
  }
}
.header .headerBtn svg {
  transform: translateY(1px);
}
@media screen and (min-width: 769px) {
  .header .headerBtn svg {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .header .headerBtn svg {
    width: 8px;
  }
}
.header .close {
  display: none;
}

.close {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .close {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .close {
    width: 20px;
    height: 20px;
  }
}
.close::before, .close::after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* .main
===================================================== */
.main {
  background-color: #af9da1;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .main {
    margin-bottom: calc(100vh + 7.9861111111vw);
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-bottom: calc(137.0666666667vw + 10px);
  }
}

/* .fv
===================================================== */
.fv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100svh;
    margin-bottom: 85px;
  }
}
.fv .fvSlide {
  display: flex;
  flex-wrap: nowrap;
}
.fv .fvSlide .fvSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.fv .fvSlide .fvSlide_item {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 80s -40s linear infinite;
            animation: loopslide1_x 80s -40s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .fvSlide_inner:first-child {
    -webkit-animation: loopslide1_x 50s -25s linear infinite;
            animation: loopslide1_x 50s -25s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .fv .fvSlide .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 80s linear infinite;
            animation: loopslide2_y 80s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide .fvSlide_inner:last-child {
    -webkit-animation: loopslide2_y 50s linear infinite;
            animation: loopslide2_y 50s linear infinite;
  }
}
@-webkit-keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.fv .fvSlide img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .fv .fvSlide img {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvSlide img {
    height: 100vh;
    height: 100svh;
  }
}
.fv .fvTitle {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .fv .fvTitle {
    width: 33.1944444444vw;
    left: 5.5555555556vw;
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fvTitle {
    width: 258px;
    left: 8vw;
    bottom: 38px;
  }
}

/* .leadMenu
===================================================== */
@media screen and (min-width: 769px) {
  .leadMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 105px 0 120px;
    gap: 115px;
  }
}
/* .lead
===================================================== */
.lead {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 769px) {
  .lead {
    width: 460px;
    padding: 55px 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    margin-left: auto;
    margin-right: auto;
    width: 88.8vw;
    max-width: 355px;
    padding: 45px 0;
    margin-bottom: 50px;
  }
}
.lead .lead_logo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .lead .lead_logo {
    width: 330px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_logo {
    width: 226px;
    margin-bottom: 30px;
  }
}
.lead .lead_text {
  line-height: 1.9166666667;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead .lead_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_text {
    font-size: 12px;
  }
}
.lead .lead_text span {
  display: block;
}
@media screen and (min-width: 769px) {
  .lead .lead_text span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .lead .lead_text span {
    font-size: 14px;
  }
}
.lead .lead_text a {
  text-decoration: underline;
}

/* .menu
===================================================== */
@media screen and (min-width: 769px) {
  .menu {
    width: 580px;
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 768px) {
  .menu {
    margin-bottom: 80px;
  }
}
.menu .menuTitle {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .menu .menuTitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .menu .menuTitle {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.menu .menuList {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .menu .menuList {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .menu .menuList {
    width: 91.2vw;
  }
}
@media screen and (min-width: 769px) {
  .menu .menuList .menuList_item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .menu .menuList .menuList_item {
    width: calc((100% - 2.6666666667vw) / 3);
  }
}
.menu .menuList .menuList_item:nth-of-type(1) {
  transition-delay: 0s;
}
.menu .menuList .menuList_item:nth-of-type(2) {
  transition-delay: 0.3s;
}
.menu .menuList .menuList_item:nth-of-type(3) {
  transition-delay: 0.6s;
}
.menu .menuList a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .menu .menuList a {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .menu .menuList a {
    border-radius: 8vw;
  }
}
.menu .menuList a:hover img {
  filter: blur(4px);
}
.menu .menuList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.menu .menuList .menuList_img {
  position: relative;
  z-index: 1;
  transition: filter 0.3s;
}
.menu .menuList .menuList_num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .menu .menuList .menuList_num {
    font-size: 43px;
  }
}
@media screen and (max-width: 768px) {
  .menu .menuList .menuList_num {
    font-size: 35px;
  }
}

/* .sec
===================================================== */
@media screen and (min-width: 769px) {
  .sec {
    padding-top: 140px;
  }
}
@media screen and (max-width: 768px) {
  .sec {
    padding-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .sec .sec_inner {
    margin-left: auto;
    margin-right: auto;
    width: min(93vw, 1116px);
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .sec .secData {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    display: flex;
    align-items: center;
    height: calc(100vh - 70px);
    opacity: 0;
    transition: opacity 0.5s;
  }
}
@media screen and (min-width: 769px) {
  .sec .secData.show {
    opacity: 1;
  }
}
.sec .secTop {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec .secTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 89.3333333333vw;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 769px) {
  .sec .secTop .secTop_left {
    width: min(14.7272727273vw, 162px);
    margin-bottom: min(5.9090909091vw, 65px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secTop .secTop_left {
    width: 118px;
  }
}
.sec .secTop .secTop_right {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .sec .secTop .secTop_right {
    gap: min(1.1818181818vw, 13px);
    margin-top: max(-0.2727272727vw, -3px);
    margin-bottom: min(2.7272727273vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secTop .secTop_right {
    gap: 9px;
    margin-top: -3px;
  }
}
.sec .secTop .secTop_right span {
  display: block;
  letter-spacing: 0.03em;
}
.sec .secTop .secTop_right span:nth-of-type(1) {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .sec .secTop .secTop_right span:nth-of-type(1) {
    font-size: min(3vw, 33px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secTop .secTop_right span:nth-of-type(1) {
    font-size: 22px;
  }
}
.sec .secTop .secTop_right span:nth-of-type(2) {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sec .secTop .secTop_right span:nth-of-type(2) {
    width: min(2.7272727273vw, 30px);
    height: 1px;
    margin-bottom: min(0.4545454545vw, 5px);
    transform: translateY(max(-1.0909090909vw, -12px));
  }
}
@media screen and (max-width: 768px) {
  .sec .secTop .secTop_right span:nth-of-type(2) {
    width: 24px;
    height: 1px;
    margin-bottom: 5px;
    transform: translateY(-4px);
  }
}
.sec .secTop .secTop_right span:nth-of-type(3) {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .secTop .secTop_right span:nth-of-type(3) {
    font-size: min(3.4545454545vw, 38px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secTop .secTop_right span:nth-of-type(3) {
    font-size: 22px;
  }
}
.sec .secName {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .sec .secName {
    font-size: min(6.2727272727vw, 69px);
    margin-bottom: min(4.0909090909vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secName {
    font-size: 60px;
    margin-left: 4vw;
    margin-bottom: 20px;
  }
}
.sec .secName span {
  display: inline-block;
}
.sec .secName span:nth-of-type(1) {
  transition-delay: 0ms;
}
.sec .secName span:nth-of-type(2) {
  transition-delay: 80ms;
}
.sec .secName span:nth-of-type(3) {
  transition-delay: 160ms;
}
.sec .secName span:nth-of-type(4) {
  transition-delay: 240ms;
}
.sec .secName span:nth-of-type(5) {
  transition-delay: 320ms;
}
.sec .secName span:nth-of-type(6) {
  transition-delay: 400ms;
}
.sec .secName span:nth-of-type(7) {
  transition-delay: 480ms;
}
.sec .secName span:nth-of-type(8) {
  transition-delay: 560ms;
}
.sec .secName span:nth-of-type(9) {
  transition-delay: 640ms;
}
.sec .secName span:nth-of-type(10) {
  transition-delay: 720ms;
}
.sec .secName span:nth-of-type(11) {
  transition-delay: 800ms;
}
.sec .secName span:nth-of-type(12) {
  transition-delay: 880ms;
}
.sec .secName span:nth-of-type(13) {
  transition-delay: 960ms;
}
.sec .secName span:nth-of-type(14) {
  transition-delay: 1040ms;
}
.sec .secName span:nth-of-type(15) {
  transition-delay: 1120ms;
}
.sec .secName span:nth-of-type(16) {
  transition-delay: 1200ms;
}
.sec .secName span:nth-of-type(17) {
  transition-delay: 1280ms;
}
.sec .secName span:nth-of-type(18) {
  transition-delay: 1360ms;
}
.sec .secName span:nth-of-type(19) {
  transition-delay: 1440ms;
}
.sec .secName span:nth-of-type(20) {
  transition-delay: 1520ms;
}
.sec .secName span:nth-of-type(21) {
  transition-delay: 1600ms;
}
.sec .secName span:nth-of-type(22) {
  transition-delay: 1680ms;
}
.sec .secName span:nth-of-type(23) {
  transition-delay: 1760ms;
}
.sec .secName span:nth-of-type(24) {
  transition-delay: 1840ms;
}
.sec .secName span:nth-of-type(25) {
  transition-delay: 1940ms;
}
.sec .secName span:nth-of-type(26) {
  transition-delay: 2000ms;
}
.sec .secPrice a {
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sec .secPrice a .secPrice_num {
  margin-right: min(1.3636363636vw, 15px);
  font-size: min(2vw, 22px);
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}
.sec .secPrice a .secPrice_btn {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  text-transform: uppercase;
  font-size: min(1.1818181818vw, 13px);
  width: min(5.6363636364vw, 62px);
  line-height: min(1.8181818182vw, 20px);
  border-radius: 999px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec .colorBlock {
    max-width: min(47.25vw, 567px);
    flex-shrink: 0;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .sec .colorBlock {
    padding-bottom: min(10.8333333333vw, 130px);
  }
}
@media screen and (max-width: 768px) {
  .sec .colorBlock {
    padding-bottom: 80px;
  }
}
.sec .secMain {
  position: relative;
}
@media screen and (min-width: 769px) {
  .sec .secMain {
    margin-bottom: min(7.5vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain {
    margin-bottom: 60px;
  }
}
.sec .secMain .secMainList {
  position: relative;
}
.sec .secMain .secMainList .arrow {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainList .arrow {
    padding: min(1.6666666667vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainList .arrow {
    padding: 10px;
  }
}
.sec .secMain .secMainList .arrow.arrow__prev {
  left: 0;
}
.sec .secMain .secMainList .arrow.arrow__next {
  right: 0;
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainList .arrow img {
    width: min(1.6666666667vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainList .arrow img {
    width: 13px;
  }
}
.sec .secMain .secMainColor {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainColor {
    bottom: min(2.5vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainColor {
    bottom: 15px;
  }
}
.sec .secMain .secMainColor li {
  text-transform: capitalize;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainColor li {
    font-size: min(2vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainColor li {
    font-size: 19px;
  }
}
.sec .secMain .secMainColor li.active span {
  display: block;
  position: relative;
}
.sec .secMain .secMainColor li:not(:last-of-type)::after {
  content: "・";
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainColor li:not(:last-of-type)::after {
    margin: 0 min(1.6666666667vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainColor li:not(:last-of-type)::after {
    margin: 0 10px;
  }
}
.sec .secMain .secMainColor li .tegaki {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}
@media screen and (min-width: 769px) {
  .sec .secMain .secMainColor li .tegaki {
    width: min(5vw, 60px);
    bottom: max(-0.4166666667vw, -5px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secMain .secMainColor li .tegaki {
    width: 42px;
    bottom: 0;
  }
}
.sec .secMain .secMainColor li .tegaki .base path {
  fill: #fff; /* 塗りの色 */
}
.sec .secMain .secMainColor li .tegaki .mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 2px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}
@media screen and (min-width: 769px) {
  .sec .secSub {
    margin-bottom: min(5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secSub {
    margin-bottom: 30px;
  }
}
.sec .secCredit {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .sec .secCredit {
    max-width: min(35.2941176471vw, 300px);
    gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit {
    max-width: 235px;
    gap: 5px;
  }
}
.sec .secCredit .secCredit_item {
  width: 100%;
}
.sec .secCredit .secCredit_link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec .secCredit .secCredit_price,
.sec .secCredit .secCredit_btn {
  flex-shrink: 0;
}
.sec .secCredit .secCredit_name,
.sec .secCredit .secCredit_price {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_name,
.sec .secCredit .secCredit_price {
    font-size: min(2.1176470588vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_name,
.sec .secCredit .secCredit_price {
    font-size: 15px;
  }
}
.sec .secCredit .secCredit_name {
  text-transform: capitalize;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_name {
    margin-right: min(1.1764705882vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_name {
    margin-right: 10px;
  }
}
.sec .secCredit .secCredit_name span {
  display: block;
}
.sec .secCredit .secCredit_name span:nth-of-type(1) {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_name span:nth-of-type(1) {
    margin-right: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_name span:nth-of-type(1) {
    margin-right: 10px;
  }
}
.sec .secCredit .secCredit_name span:nth-of-type(2) {
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #fff;
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_price {
    margin-right: min(1.1764705882vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_price {
    margin-right: 10px;
  }
}
.sec .secCredit .secCredit_btn {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  text-transform: uppercase;
  border-radius: 999px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_btn {
    font-size: min(1.6470588235vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_btn {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .sec .secCredit .secCredit_btn.secCredit_btn__buy {
    width: min(6.1176470588vw, 52px);
    line-height: min(2.2352941176vw, 19px);
  }
}
@media screen and (max-width: 768px) {
  .sec .secCredit .secCredit_btn.secCredit_btn__buy {
    width: 37px;
    line-height: 15px;
  }
}

/* #sec__1
===================================================== */
#sec__1 {
  background-color: #bba998;
}
#sec__1 .secCredit_btn,
#sec__1 .secPrice_btn {
  color: #bba998;
}
#sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: min(40.75vw, 489px);
    margin-bottom: min(5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: 86.9333333333vw;
    margin-bottom: 40px;
  }
}
#sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: min(24.625vw, 295.5px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: 52.5333333333vw;
  }
}
#sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: min(30.875vw, 370.5px);
    margin-right: min(4.625vw, 55.5px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: 65.8666666667vw;
    margin-right: 9.8666666667vw;
    margin-bottom: 25px;
  }
}
#sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: min(24.625vw, 295.5px);
    margin-left: min(4.25vw, 51px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: 52.5333333333vw;
    margin-left: 9.0666666667vw;
  }
}
#sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__1 {
    width: min(30.875vw, 370.5px);
    margin-left: min(4.25vw, 51px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__1 {
    width: 65.8666666667vw;
    margin-left: 9.0666666667vw;
    margin-bottom: 25px;
  }
}
#sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__2 {
    width: min(24.625vw, 295.5px);
    margin-right: min(4.25vw, 51px);
  }
}
@media screen and (max-width: 768px) {
  #sec__1 #colorBlock__3 .secSub .secSub_item.secSub_item__2 {
    width: 52.5333333333vw;
    margin-right: 9.0666666667vw;
  }
}

/* #sec__2
===================================================== */
#sec__2 .secCredit_btn,
#sec__2 .secPrice_btn {
  color: #af9da1;
}
#sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: min(29.875vw, 358.5px);
    margin-right: min(5vw, 60px);
    margin-bottom: min(5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: 63.7333333333vw;
    margin-right: 10.6666666667vw;
    margin-bottom: 40px;
  }
}
#sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: min(25.75vw, 309px);
    margin-left: min(5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #sec__2 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: 54.9333333333vw;
    margin-left: 10.6666666667vw;
  }
}
#sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: min(30.875vw, 370.5px);
    margin-left: min(4.125vw, 49.5px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: 65.8666666667vw;
    margin-left: 8.8vw;
    margin-bottom: 25px;
  }
}
#sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: min(24.625vw, 295.5px);
    margin-right: min(3.75vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  #sec__2 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: 52.5333333333vw;
    margin-right: 8vw;
  }
}

/* #sec__3
===================================================== */
#sec__3 {
  background-color: #bba998;
}
#sec__3 .secName {
  line-height: 1.1538461538;
}
@media screen and (max-width: 768px) {
  #sec__3 .secName {
    font-size: 52px;
  }
}
#sec__3 .secCredit_btn,
#sec__3 .secPrice_btn {
  color: #bba998;
}
#sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: min(30.875vw, 370.5px);
    margin-right: min(4.125vw, 49.5px);
    margin-bottom: min(3.3333333333vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  #sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__1 {
    width: 65.8666666667vw;
    margin-right: 8.8vw;
    margin-bottom: 25px;
  }
}
#sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: min(24.625vw, 295.5px);
    margin-left: min(4.375vw, 52.5px);
  }
}
@media screen and (max-width: 768px) {
  #sec__3 #colorBlock__1 .secSub .secSub_item.secSub_item__2 {
    width: 52.5333333333vw;
    margin-left: 9.3333333333vw;
  }
}
#sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  #sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: min(23.875vw, 286.5px);
    margin-left: min(4.5vw, 54px);
    margin-bottom: min(5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  #sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__1 {
    width: 50.9333333333vw;
    margin-left: 9.6vw;
    margin-bottom: 40px;
  }
}
#sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  #sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: min(31.25vw, 375px);
    margin-right: min(4.375vw, 52.5px);
  }
}
@media screen and (max-width: 768px) {
  #sec__3 #colorBlock__2 .secSub .secSub_item.secSub_item__2 {
    width: 66.6666666667vw;
    margin-right: 9.3333333333vw;
  }
}

/* .bg__beige
===================================================== */
.bg__beige {
  position: relative;
  background-color: #bba998;
}
@media screen and (min-width: 769px) {
  .bg__beige {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bg__beige {
    padding-bottom: 60px;
  }
}
.bg__beige .staffCover {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  background-position: center bottom;
}
@media screen and (min-width: 769px) {
  .bg__beige .staffCover {
    background-image: url(../images/cover_pc.png);
    width: 119.4444444444vw;
    height: 7.9861111111vw;
    background-size: 119.4444444444vw 66.5277777778vw;
  }
}
@media screen and (max-width: 768px) {
  .bg__beige .staffCover {
    background-image: url(../images/cover_sp.png);
    width: 135.2vw;
    height: 13.3333333333vw;
    background-size: 135.2vw 173.8666666667vw;
  }
}

/* 
===================================================== */
.goods,
.movie,
.styling {
  position: relative;
  z-index: 2;
}

/* .goods
===================================================== */
@media screen and (min-width: 769px) {
  .goods {
    padding: 60px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .goods {
    padding: 55px 0 85px;
  }
}
.goods .goodsImg {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .goods .goodsImg {
    transform: translateX(-8%);
    width: 360px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .goods .goodsImg {
    transform: translateX(-1%);
    width: 78.9333333333vw;
    margin-bottom: 50px;
  }
}
.goods .goodsImg a {
  display: block;
}
.goods .goodsBtn {
  background-color: #37332F;
  border-radius: 999px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .goods .goodsBtn {
    width: 314px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .goods .goodsBtn {
    width: 67.7333333333vw;
    line-height: 50px;
  }
}
.goods .goodsBtn a {
  display: block;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .goods .goodsBtn a {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .goods .goodsBtn a {
    font-size: 13px;
  }
}

/* .movie
===================================================== */
.movie {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .movie {
    margin-bottom: 150px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    margin-bottom: 90px;
  }
}
.movie .movieSlide {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.03em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .movie .movieSlide {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieSlide {
    font-size: 23px;
  }
}
.movie .movieSlide.movieSlide__top {
  display: flex;
  flex-wrap: nowrap;
}
.movie .movieSlide.movieSlide__top .movieSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.movie .movieSlide.movieSlide__top .movieSlide_inner:first-child {
  -webkit-animation: loopslide1_x 400s -200s linear infinite;
          animation: loopslide1_x 400s -200s linear infinite;
}
.movie .movieSlide.movieSlide__top .movieSlide_inner:last-child {
  -webkit-animation: loopslide2_y 400s linear infinite;
          animation: loopslide2_y 400s linear infinite;
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.movie .movieSlide.movieSlide__top .movieSlide_item {
  flex-shrink: 0;
}
.movie .movieSlide.movieSlide__bottom {
  display: flex;
  flex-wrap: nowrap;
}
.movie .movieSlide.movieSlide__bottom .movieSlide_inner {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.movie .movieSlide.movieSlide__bottom .movieSlide_inner:first-child {
  -webkit-animation: loopslide1_x_r 400s -200s linear infinite;
          animation: loopslide1_x_r 400s -200s linear infinite;
}
.movie .movieSlide.movieSlide__bottom .movieSlide_inner:last-child {
  -webkit-animation: loopslide2_y_r 400s linear infinite;
          animation: loopslide2_y_r 400s linear infinite;
}
@-webkit-keyframes loopslide1_x_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes loopslide1_x_r {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes loopslide2_y_r {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes loopslide2_y_r {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.movie .movieSlide.movieSlide__bottom .movieSlide_item {
  flex-shrink: 0;
}
.movie .movieSlide .movieSlide_inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.movie .movieSlide .movieSlide_item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.25em;
}
.movie .movieMain {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .movie .movieMain {
    width: 267px;
    padding: 65px 0;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieMain {
    width: 62.1333333333vw;
    padding: 45px 0;
  }
}
.movie .movieMain .movieMainText {
  text-transform: uppercase;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translate(-65%, -50%) rotate(180deg);
}
@media screen and (min-width: 769px) {
  .movie .movieMain .movieMainText {
    font-size: 94px;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieMain .movieMainText {
    font-size: 82px;
  }
}
.movie .movieMain .movieMainVideo {
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .movie .movieMain .movieMainVideo {
    border-radius: 28px;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieMain .movieMainVideo {
    border-radius: 7.4666666667vw;
  }
}
.movie .movieMain .movieMainVideo video {
  filter: blur(6px);
}
.movie .movieMain .movieMainClick {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.movie .movieMain .movieMainClick span {
  display: block;
  background-color: #82545D;
  border-radius: 50%;
  text-align: center;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 769px) {
  .movie .movieMain .movieMainClick span {
    width: 99px;
    line-height: 99px;
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .movie .movieMain .movieMainClick span {
    width: 22.9333333333vw;
    line-height: 22.9333333333vw;
    font-size: 6.4vw;
  }
}

/* .styling
===================================================== */
@media screen and (min-width: 769px) {
  .styling {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .styling {
    margin-bottom: 90px;
  }
}
.styling .stylingTitle {
  text-transform: capitalize;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
  border: 1px solid #fff;
  border-radius: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .styling .stylingTitle {
    font-size: 31px;
    width: 260px;
    line-height: 72px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .styling .stylingTitle {
    font-size: 24px;
    width: 202px;
    line-height: 58px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 769px) {
  .styling .stylingArea {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .styling .stylingArea {
    margin-bottom: 10.6666666667vw;
  }
}
.styling .stylingArea.anime {
  display: flex;
  flex-wrap: nowrap;
}
.styling .stylingArea.anime .styling-list {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .styling .stylingArea.anime .styling-list:first-child {
    -webkit-animation: loopslide1_x 120s -60s linear infinite;
            animation: loopslide1_x 120s -60s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .styling .stylingArea.anime .styling-list:first-child {
    -webkit-animation: loopslide1_x 110s -55s linear infinite;
            animation: loopslide1_x 110s -55s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .styling .stylingArea.anime .styling-list:last-child {
    -webkit-animation: loopslide2_y 120s linear infinite;
            animation: loopslide2_y 120s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .styling .stylingArea.anime .styling-list:last-child {
    -webkit-animation: loopslide2_y 110s linear infinite;
            animation: loopslide2_y 110s linear infinite;
  }
}
@keyframes loopslide1_x {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2_y {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.styling .stylingArea.anime .styling-list__item {
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .styling .styling-list .styling-list__item {
    width: 215px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 768px) {
  .styling .styling-list .styling-list__item {
    width: 200px;
    margin: 0 4px;
  }
}
.styling .styling-list .styling-list__link {
  display: block;
  position: relative;
}
.styling .styling-list .styling-list__link::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.styling .styling-list .styling-list__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.styling .styling-list__2 {
  display: flex;
  justify-content: center;
}

/* .staff
===================================================== */
.staff .staffText {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  text-transform: lowercase;
}
@media screen and (min-width: 769px) {
  .staff .staffText {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .staff .staffText {
    font-size: 15px;
  }
}

/* .footer
===================================================== */
.footer {
  z-index: -1;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center bottom;
}
@media screen and (min-width: 769px) {
  .footer {
    background-image: url(../images/footer_pc.jpg);
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    background-image: url(../images/footer_sp.jpg);
    height: 137.0666666667vw;
  }
}
.footer .footerContent {
  width: 100%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .footer .footerContent {
    bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerContent {
    bottom: 30px;
  }
}
.footer .footerContent .footerLogo {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .footer .footerContent .footerLogo {
    width: 190px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerContent .footerLogo {
    width: 148px;
    margin-bottom: 15px;
  }
}
.footer .footerContent .footerCopy small {
  display: block;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .footerContent .footerCopy small {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footerContent .footerCopy small {
    font-size: 12px;
  }
}

/* .modal
===================================================== */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #bba998;
}
/* .modalMenu
===================================================== */
.modalMenu {
  z-index: 2;
  display: none;
}
.modalMenu .modalMenu_inner {
  overflow-y: auto;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenu_inner {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenu_inner {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenu_content {
    margin: 110px auto 65px;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenu_content {
    margin: 110px auto 30px;
  }
}
.modalMenu .modalMenuTitle {
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuTitle {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuTitle {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.modalMenu .modalMenuList {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuList {
    gap: 8px 8px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuList {
    width: 93.3333333333vw;
    gap: 12px 5px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuList .modalMenuList_item {
    width: calc((100% - 16px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuList .modalMenuList_item {
    width: calc((100% - 10px) / 3);
  }
}
.modalMenu .modalMenuList .modalMenuList_item:last-of-type {
  width: 100%;
}
.modalMenu .modalMenuList a {
  display: block;
  position: relative;
  overflow: hidden;
}
.modalMenu .modalMenuList a:hover .modalMenuList_img {
  filter: blur(4px);
}
.modalMenu .modalMenuList .modalMenuList_img {
  transition: filter 0.3s;
}
.modalMenu .modalMenuList .modalMenuList_name {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuList .modalMenuList_name {
    font-size: 31px;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuList .modalMenuList_name {
    font-size: 24px;
  }
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuBtnArea {
    display: flex;
    justify-content: center;
    gap: 14px;
  }
}
.modalMenu .modalMenuBtn {
  border: 1px solid #fff;
  border-radius: 999px;
  text-align: center;
  text-transform: capitalize;
  font-family: "orpheuspro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .modalMenu .modalMenuBtn {
    width: 271px;
    line-height: 50px;
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuBtn {
    width: 271px;
    line-height: 47px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .modalMenu .modalMenuBtn.modalMenuBtn__movie {
    margin-bottom: 20px;
  }
}
.modalMenu .modalMenuBtn a {
  display: block;
}

/* .modalMovie
===================================================== */
.modalMovie {
  z-index: 3;
  display: none;
}
.modalMovie .modalMovie_inner {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .modalMovie .modalMovie_inner {
    padding: 60px 0 60px;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .modalMovie .modalMovie_inner {
    padding: 85px 0 60px;
    height: 100vh;
    height: 100svh;
  }
}
.modalMovie .close {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .modalMovie .close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modalMovie .close {
    top: 20px;
    right: 20px;
  }
}
.modalMovie .modalMovieVideo {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.modalMovie .modalMovieVideo video {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 769px) {
  .modalMovie .modalMovieVideo video {
    border-radius: 28px;
  }
}
@media screen and (max-width: 768px) {
  .modalMovie .modalMovieVideo video {
    border-radius: 7.4666666667vw;
  }
}/*# sourceMappingURL=style.css.map */