@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
          box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: #000000;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  background: #fff;
  scroll-behavior: auto;
}
.is-hidden body {
  overflow: hidden;
}

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

a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

/* =========================================================

Layout

========================================================= */
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

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

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

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

#header {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 111111;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  #header {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.is-page-loaded #header {
  opacity: 1;
}
#header svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 182px;
}
#header svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  fill: #fff;
}

#header02 {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 111111;
}
#header02 svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 182px;
}
#header02 svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  fill: #fff;
}

.fixed {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.is-page-loaded .fixed {
  opacity: 1;
}
.fixed.is-active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}
@media (max-width: 767px) {
  .fixed.is-active svg {
    width: 116px;
    height: 16px;
  }
}

.fixed02 {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  mix-blend-mode: exclusion;
}
.fixed02.is-active {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}
@media (max-width: 767px) {
  .fixed02.is-active svg {
    width: 116px;
    height: 16px;
  }
}

main {
  position: relative;
}

.preload {
  position: fixed;
  background: #fff;
  z-index: 111111;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translate(100%) scale(1);
          transform: translate(100%) scale(1);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  pointer-events: none;
}
@media (max-width: 767px) {
  .preload {
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    -webkit-transform: translate(100%) scaleY(0.5);
            transform: translate(100%) scaleY(0.5);
  }
}
.is-page-loaded .preload {
  -webkit-transform: translate(-133.3333%, 0) scale(1);
          transform: translate(-133.3333%, 0) scale(1);
}
@media (max-width: 767px) {
  .is-page-loaded .preload {
    -webkit-transform: translate(-500%, 0) scale(1);
            transform: translate(-500%, 0) scale(1);
  }
}

.preload__list {
  width: 700%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preload__item {
  height: 100vh;
  width: 33.333344vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .preload__item {
    width: 100vw;
  }
}
.preload__item--1 {
  background: #9a9792;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--1 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--2 {
  background: #f0c9ce;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
@media (max-width: 767px) {
  .preload__item--2 {
    width: 100vw;
    margin: 0;
  }
}
.is-page-loaded .preload__item--2 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--3 {
  background: #e3cea1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--3 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--4 {
  background: #a393ab;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--4 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--5 {
  background: #734c44;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--5 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--6 {
  background: #a1e2e4;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--6 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.preload__item--7 {
  background: #e6edf5;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.is-page-loaded .preload__item--7 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.kv {
  width: 100%;
  position: relative;
}
.is-page-loaded .kv {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv {
    height: auto;
    opacity: 0;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .is-page-loaded .kv {
    opacity: 1;
  }
}

.kv__body {
  width: 100%;
  position: relative;
}
.kv__inner {
  width: 100%;
  height: 100dvh;
  position: relative;
  position: sticky;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .kv__inner {
    height: 100lvh;
  }
}

.kv-swiper__item {
  position: relative;
}
.kv-swiper__item--1:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #9a9792;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--1:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--1:after {
  width: 0;
}
.kv-swiper__item--2:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #f0c9ce;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--2:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--2:after {
  width: 0;
}
.kv-swiper__item--3:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #e3cea1;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--3:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--3:after {
  width: 0;
}
.kv-swiper__item--4:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #a393ab;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--4:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--4:after {
  width: 0;
}
.kv-swiper__item--5:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #734c44;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--5:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--5:after {
  width: 0;
}
.kv-swiper__item--6:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #a1e2e4;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--6:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--6:after {
  width: 0;
}
.kv-swiper__item--7:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #e6edf5;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .kv-swiper__item--7:after {
    width: 0;
  }
}
.is-page-loaded .kv-swiper__item--7:after {
  width: 0;
}

.marquee__img-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.kv__ttl {
  position: absolute;
  top: 50dvh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1111;
}
.kv__ttl svg {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.is-page-loaded .kv__ttl svg {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__ttl {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .kv__ttl svg {
    width: 200px;
    height: 59px;
  }
}

/* Slider */
.slide-container {
  width: 100%;
}

.swiper-container {
  width: 92.2%;
  left: -3.9%;
  background-color: #fff;
}

.kv__lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  font-size: min(1.2vw, 18px);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1111;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media (max-width: 767px) {
  .kv__lead {
    font-size: min(3vw, 12px);
    width: 100%;
  }
}

.kv-swiper {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  margin-left: 100%;
}
@media (max-width: 767px) {
  .kv-swiper {
    margin-left: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-clip-path: inset(0 0 0% 0);
            clip-path: inset(0 0 0% 0);
  }
}
.is-page-loaded .kv-swiper {
  margin-left: -133.333334vw;
}
@media (max-width: 767px) {
  .is-page-loaded .kv-swiper {
    margin-left: 0;
  }
}

/* ====== 基本設定（必要に応じて調整） ====== */
:root {
  --duration: 40s;
  /* 速さ（短いほど速い） */
}
@media (max-width: 767px) {
  :root {
    --duration: 40s;
    /* 速さ（短いほど速い） */
  }
}

/* 画面高フィット */
.marquee {
  overflow: hidden;
  height: 100dvh;
}
@media (max-width: 767px) {
  .marquee {
    height: 51lvh;
  }
}

.marquee__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* 内容幅に追従 */
  height: 100%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 767px) {
  .marquee__inner {
    margin-left: -5.384615vw;
  }
  .is-kv-swiper .marquee__inner {
    -webkit-animation: marquee-scroll var(--duration) linear infinite;
            animation: marquee-scroll var(--duration) linear infinite;
  }
}
.marquee__inner--2 {
  margin-left: -32.103175%;
}

/* 継ぎ目なし：同列を2回並べて -50% 移動 */
@-webkit-keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.marquee__img {
  position: relative;
  width: 33.333344vw;
  /* ちょうど3枚で100vw */
  height: 100%;
}
@media (max-width: 767px) {
  .marquee__img {
    width: 55.384615vw;
  }
}

/* ★各画像は 33.3333vw × 100%（画面高）でトリミング */
.marquee__img img {
  width: 100%;
  height: 100%;
  /* 画面高にフィット */
  -o-object-fit: cover;
     object-fit: cover;
  /* 歪ませずにトリミング */
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  position: relative;
}

/* 逆方向で流したいとき（任意） */
.marquee.-reverse .marquee__inner {
  animation-direction: reverse;
}

/* 動きを苦手とするユーザー配慮 */
@media (prefers-reduced-motion: reduce) {
  .marquee__inner {
    -webkit-animation: none;
            animation: none;
  }
}
.kv__space {
  height: 200vh;
}

.kv__space-2 {
  height: 100vh;
}

.lead .jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.5;
  font-size: 14px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lead .jp {
    font-size: 12px;
    margin-bottom: 36px;
  }
}

.heading__text {
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 64px */
  margin-bottom: 48px;
  overflow: hidden;
}
.heading__text span {
  display: block;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.heading__text.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .heading__text {
    font-size: 24px;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fade-in.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .style__item {
    padding-bottom: 35vh;
  }
  .style__item--7 {
    padding-bottom: 10vh;
  }
}

.style__body {
  position: sticky;
  top: 0;
  height: 100vh;
}
@media (max-width: 767px) {
  .style__body {
    top: 0;
  }
}

.style__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.11640212vw;
  width: 100%;
}
@media (max-width: 767px) {
  .style__inner {
    left: 0vw;
    display: block;
    top: 56px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.style__img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .style__img-cover {
    height: 66.6667vh;
  }
}
.style__item--1 .style__img-cover {
  background: #95908a;
}
.style__item--2 .style__img-cover {
  background: #d0a19d;
}
.style__item--3 .style__img-cover {
  background: #c1a167;
}
.style__item--4 .style__img-cover {
  background: #8c7a86;
}
.style__item--5 .style__img-cover {
  background: #7d524a;
}
.style__item--6 .style__img-cover {
  background: #0cbbbb;
}
.style__item--7 .style__img-cover {
  background: #786e61;
}

.style__img {
  width: 46.82353968vw;
  height: 91.8862434vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.style__img.is-onscreen {
  opacity: 1;
}
@media (max-width: 767px) {
  .style__img {
    width: 100vw;
    height: 100vh;
  }
}

.style__img-bg {
  width: 46.82353968vw;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .style__img-bg {
    width: 100vw;
    height: 66.7vh;
  }
}

.style__img-bg--01_a {
  opacity: 1;
}

.style__img-bg--02_a {
  opacity: 1;
}

.style__img-bg--03_a {
  opacity: 1;
}

.style__img-bg--04_a {
  opacity: 1;
}

.style__img-bg--05_a {
  opacity: 1;
}

.style__img-bg--06_a {
  opacity: 1;
}

.style__img-bg--07_a {
  opacity: 1;
}

.fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* ← ここがポイント */
  -o-object-position: center;
     object-position: center;
  display: block;
  /* レターボックスの色。必要に応じて */
}

.style__space-1_a {
  height: 150vh;
}

.style__space-1_b {
  height: 150vh;
}

@media (max-width: 767px) {
  .style__space-1_c {
    height: 150vh;
  }
}
.style__space-2_a {
  height: 130vh;
}

.style__space-2_b {
  height: 130vh;
}

.style__space-2_c {
  height: 130vh;
}

.style__space-3_a {
  height: 130vh;
}

.style__space-3_b {
  height: 130vh;
}

.style__space-5_a {
  height: 130vh;
}

.style__space-5_b {
  height: 130vh;
}

.style__space-6_a {
  height: 130vh;
}

.style__space-6_b {
  height: 130vh;
}

.style__space-7_a {
  height: 130vh;
}

.style__tag {
  font-family: "Zen Kaku Gothic New";
  font-size: min(0.8vw, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .style__tag {
    font-size: 3vw;
  }
}

.style__lead {
  font-family: "Zen Kaku Gothic New";
  font-size: min(1vw, 15px);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 32px */
  margin: 4.8rem 0 3.2rem;
}
@media (max-width: 767px) {
  .style__lead {
    font-size: 3vw;
    margin: 3.6rem 0 2.4rem;
  }
}

.style__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.style__heading .elm {
  margin-left: -18px;
}
@media (max-width: 767px) {
  .style__heading {
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .style__heading span {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .style__heading .elm {
    margin-left: -12px;
  }
}
.style__heading p {
  font-family: "Zen Kaku Gothic New";
  font-size: 2.1333333vw;
  line-height: 1.5;
  font-weight: 400;
  font-size: min(2.1333333vw, 32px);
}
@media (max-width: 767px) {
  .style__heading p {
    font-size: 6vw;
  }
}

.style__textarea {
  width: 29vw;
  margin-left: auto;
  position: sticky;
  top: 70vh;
}
@media (max-width: 767px) {
  .style__textarea {
    width: 100vw;
    padding: 0 12vw 0 6vw;
    margin-top: -28vh;
  }
  .style__textarea svg {
    width: 12px;
    height: 9px;
  }
}
.style__textarea--1 {
  color: #95908a;
}
.style__textarea--2 {
  color: #d0a19d;
}
.style__textarea--3 {
  color: #c1a167;
}
.style__textarea--4 {
  color: #8c7a86;
}
.style__textarea--5 {
  color: #7d524a;
}
.style__textarea--6 {
  color: #0cbbbb;
}
.style__textarea--7 {
  color: #786e61;
}

.advice {
  position: relative;
  margin-top: -50vh;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .advice {
    margin-top: -100vh;
  }
}

.advice__body {
  width: 100%;
  position: relative;
  padding-top: 50px;
}

.advice__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advice__main {
  width: 85%;
}
@media (max-width: 767px) {
  .advice__main {
    width: 100%;
  }
}

.advice__nav {
  width: 4.23280423%;
  height: 100vh;
  position: sticky;
  top: 0;
  margin-left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .advice__nav {
    height: 100dvh;
    width: 8.2vw;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
  }
}

.advice__nav-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.advice__nav-item {
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.advice__nav-item a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.advice__nav-item a:hover {
  opacity: 0.5;
}
.advice__nav-item.is-active {
  opacity: 0.5;
}

.order {
  padding: 130px 12.0290813vw 190px;
  background: #f2f2f2;
}
@media (max-width: 767px) {
  .order {
    padding: 64px 24px;
  }
}

.order__body {
  position: relative;
}

.order__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 767px) {
  .order__row {
    margin: 0;
    display: block;
  }
}

.order__heading {
  margin: 32px auto 96px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.33333vw;
}
@media (max-width: 767px) {
  .order__heading {
    font-size: 4vw;
    margin: 32px auto 36px;
  }
}

.order__lead {
  line-height: 2;
  margin-bottom: 64px;
  color: #000;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New";
  font-size: min(1vw, 15px);
}
@media (max-width: 767px) {
  .order__lead {
    font-size: 3vw;
    margin-bottom: 35px;
  }
}

.order__right {
  width: 36.8386243vw;
}
@media (max-width: 767px) {
  .order__right {
    width: 100%;
    margin-bottom: 35px;
  }
}

.order__left {
  width: 29.1005291vw;
}
@media (max-width: 767px) {
  .order__left {
    width: 100%;
  }
}
.order__left .c-button {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}
.order__left .c-button a {
  width: 274px;
}
.order__left .c-button__icon {
  border: 1px solid #cdcdcd;
}

.order__right {
  margin-left: auto;
}

.shop {
  padding: 130px 4.23280423% 0;
}
@media (max-width: 767px) {
  .shop {
    padding: 64px 24px 0;
  }
}

.shop__body {
  position: relative;
}

.shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop__row {
    margin: 0;
  }
}

.shop__left {
  width: 41.6667%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .shop__left {
    width: 100%;
    padding: 0;
  }
  .shop__left .shop__map svg {
    width: calc(100% + 48px);
    height: 382px;
    display: table;
    margin: -146px auto 60px;
    -webkit-transform: translateX(-24px);
            transform: translateX(-24px);
  }
}

.shop__right {
  width: 66.6184971%;
  padding: 0 15px;
  margin-left: -8.5656538%;
  position: relative;
}
@media (max-width: 767px) {
  .shop__right {
    width: 100%;
    margin-left: 0%;
  }
}
.shop__right svg {
  width: 100%;
}

.shop__map {
  height: 100%;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.shop__map-svg {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.shop__map-svg--1 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.shop__map-svg--2 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.shop__map-svg--3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.shop__map-svg--4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.shop__map-svg--5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.shop__map-svg--6 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.shop__map-svg--7 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.shop__map-svg--8 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.shop__map-svg--9 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.shop__map-svg--10 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.shop__map-svg--11 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.shop__map-svg--12 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.shop__map-svg--13 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.shop__map-svg--14 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.shop__map-svg--15 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.shop__map-svg--16 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.shop__map-svg--17 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.shop__map-svg--18 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.shop__map-svg--19 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.shop__map-svg--20 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.shop__map-svg--21 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.is-onscreen .shop__map-svg {
  opacity: 1;
}
.is-onscreen .shop__map {
  opacity: 1;
}
.shop__map.is-onscreen {
  opacity: 1;
}

.c-button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  /* 40px */
  text-transform: uppercase;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #000;
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button a:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}

.c-button__inner {
  width: calc(100% - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button__icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  border: 1px solid #e8e8e8;
  margin-left: 31px;
  position: relative;
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  overflow: hidden;
  width: 26px;
  height: 40px;
  z-index: 11;
}

.c-button__icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-front svg {
  position: relative;
}

.c-button__icon-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-back svg {
  position: relative;
}

.off {
  padding: 130px 4.23280423%;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .off {
    padding: 64px 24px;
    padding: 0 4.23280423% 64px;
  }
}
.off .off__img {
  background: #b9b6b3;
}

.off-02 {
  padding: 130px 4.23280423% 0;
  position: relative;
}
@media (max-width: 767px) {
  .off-02 {
    padding: 64px 24px;
  }
}
.off-02 .off__img {
  background: #efb5b0;
}

.off__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .off__row {
    display: block;
    margin: 0;
  }
}

.off__left {
  width: 50%;
  padding: 0 15px;
}
.off__left a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.off__left a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .off__left {
    width: 100%;
    padding: 0;
  }
}

.off__img {
  width: calc(100% - 30px);
  background: #f2f2f2;
  border-radius: 64px;
  padding: 266px 0;
}
@media (max-width: 767px) {
  .off__img {
    width: 100%;
    padding: 32px 0;
    border-radius: 16px;
  }
}
.off__img img {
  width: 28.4vw;
  margin: 0 auto;
  display: table;
}
@media (max-width: 767px) {
  .off__img img {
    width: 164px;
  }
}

.off__img-ttl {
  text-align: center;
  width: 100%;
}

.off__img-ttl01 {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 24px */
  position: relative;
  display: table;
  margin: 0 auto 2.4rem;
  padding-bottom: 14px;
  color: #fff;
}
@media (max-width: 767px) {
  .off__img-ttl01 {
    font-size: 3vw;
    padding-bottom: 6px;
    margin: 0 auto 1.2rem;
  }
}
.off__img-ttl01:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-onscreen .off__img-ttl01:after {
  width: 100%;
}

.off__img-ttl02 {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.533333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  /* 47.5px */
  margin: 0 0 5rem;
  color: #fff;
}
@media (max-width: 767px) {
  .off__img-ttl02 {
    font-size: 4vw;
    margin: 0 0 2.4rem;
  }
}
.off .off__img-ttl02 {
  color: #f7ffff;
}

.off__img-ttl03 {
  width: 34.1269841vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl03 {
    width: 52.564103vw !important;
  }
  .off__img-ttl03 img {
    width: 52.564103vw !important;
  }
}

.off__img-ttl04 {
  width: 22.0238095vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl04 {
    width: 33.3333333vw;
  }
}

.off__right {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .off__right {
    width: 100%;
    padding: 18px 0 0;
  }
}

.off__heading {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.1333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 64px */
}
@media (max-width: 767px) {
  .off__heading {
    font-size: 18px;
  }
}

.off__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  /* 35px */
  margin: 32px 0 48px;
}
@media (max-width: 767px) {
  .off__lead {
    font-size: 12px;
    margin: 32px 0 36px;
  }
}

.off__info {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
  margin-top: 64px;
}
@media (max-width: 767px) {
  .off__info {
    margin-top: 36px;
  }
}
.off__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}

.price {
  font-family: "Zen Kaku Gothic New";
  font-size: min(0.8vw, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  /* 24px */
  opacity: 0.8 !important;
}
@media (min-width: 1513px) {
  .price {
    font-size: 12px;
  }
}
.price a {
  color: #786e61;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .price {
    font-size: 2.5vw;
  }
}

.credit {
  padding: 194px 4.23280423% 160px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f6f6f;
  margin-top: -6.4rem;
}
@media (max-width: 767px) {
  .credit {
    padding: 128px 24px 116px;
    display: block;
  }
}

.credit__info {
  color: #6f6f6f;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
}
.credit__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .credit__info {
    margin-bottom: 64px;
  }
}

.credit__list {
  width: 441px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .credit__list {
    width: 100%;
  }
}

.credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
}

.credit__job {
  width: 50%;
}
@media (max-width: 767px) {
  .credit__job {
    width: 128px;
  }
}

.credit__name {
  width: calc(100% - 128px);
}

.footer {
  padding: 15px 0;
  border-top: 1px solid #000;
  background: #fff;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0 70px;
  }
}
.footer p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
  text-align: center;
}

.flowbtn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 1111111;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  .flowbtn {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: calc(100% - 22px);
    border-top-right-radius: 4px;
    opacity: 0;
  }
}
.is-page-loaded .flowbtn {
  opacity: 1;
}
@media (max-width: 767px) {
  .is-page-loaded .flowbtn {
    opacity: 0;
  }
}
.flowbtn.is-active {
  opacity: 1;
}
.flowbtn a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.flowbtn a:hover {
  opacity: 0.5;
}

.flowbtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .flowbtn__list {
    gap: 0px;
    border-top-right-radius: 4px;
  }
}

.flowbtn__item {
  width: 184px;
}
.flowbtn__item img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .flowbtn__item {
    width: 50%;
  }
  .flowbtn__item img {
    border-radius: 0;
  }
  .flowbtn__item:nth-child(1) img {
    border-top-left-radius: 4px;
  }
  .flowbtn__item:nth-child(2) img {
    border-top-right-radius: 4px;
  }
}

.color {
  margin-top: 5rem;
  display: table;
  cursor: pointer;
}
@media (max-width: 767px) {
  .color {
    margin-top: 3.5rem;
  }
}
.color:hover {
  opacity: 0.5;
}
.color.is-onscreen p:after {
  width: 100%;
}
.color p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-family: "Zen Kaku Gothic New";
  font-size: min(0.8vw, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .color p {
    font-size: 3vw;
  }
}
.color p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  content: "";
}
.style__item--1 .color p:after {
  background: #95908a;
}
.style__item--2 .color p:after {
  background: #d0a19d;
}
.style__item--3 .color p:after {
  background: #c1a167;
}
.style__item--4 .color p:after {
  background: #8c7a86;
}
.style__item--5 .color p:after {
  background: #7d524a;
}
.style__item--6 .color p:after {
  background: #0cbbbb;
}
.style__item--7 .color p:after {
  background: #786e61;
}
.color p span {
  display: block;
}

.c-modal__item {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  background: #fff;
}
.c-modal__item.is-modal-open {
  opacity: 1;
  z-index: 1111;
  pointer-events: all;
}
.c-modal__item .price {
  color: #95908a;
}

/* 最後のスライドだけ 1枚分にする */
.c-modal__body {
  width: 100%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 40px 0rem;
}
@media screen and (max-width: 768px) {
  .c-modal__body .price {
    margin-top: 4px;
  }
}

.c-modal__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 4.23280423vw;
}

.c-modal-swiper__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-modal-swiper__item {
    display: block;
  }
}

.c-modal__img {
  width: 52.5132275vw;
}
@media screen and (max-width: 768px) {
  .c-modal__img {
    width: 100%;
  }
}

.c-modal__textarea {
  width: 29.1005291vw;
}
@media screen and (max-width: 768px) {
  .c-modal__textarea {
    width: 100%;
  }
}

.c-modal-swiper__item {
  padding-right: 64px;
}
@media screen and (max-width: 768px) {
  .c-modal-swiper__item {
    padding-right: 16px;
  }
}

.c-modal__swiper {
  overflow: hidden;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
  margin-left: auto;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: 0;
  width: auto !important;
  height: 10px !important;
  margin-top: 0 !important;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "none" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "none" !important;
}

.swiper-button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 4.23280423vw;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .swiper-button-box {
    padding-right: 6vw;
  }
}

.swiper-next {
  margin-left: auto;
}

.c-modal__ttl {
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  color: #95908a;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .c-modal__ttl {
    font-size: 3vw;
    margin-bottom: 4rem;
  }
}

.c-modal__close {
  position: absolute;
  top: 0;
  right: 4.23280423vw;
}
@media screen and (max-width: 768px) {
  .c-modal__close {
    right: 6vw;
  }
}
.c-modal__close p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  color: #95908a;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Zen Kaku Gothic New";
  font-size: 0.8vw;
  font-style: normal;
  font-weight: 500;
  padding-bottom: 4px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-modal__close p {
    font-size: 3vw;
  }
}
.c-modal__close:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #95908a;
}

/* ---------------------------------------------------------


Utility

--------------------------------------------------------- */