/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Pinyon+Script&display=swap');
/*! destyle.css v2.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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

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

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Butler → Cormorant Garamond (Google Fonts) */
/* Lust Script → Pinyon Script (Google Fonts) */
* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 0.78125vw;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000;
  background: url(../images/main_bg_r.png);
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../images/main_bg_r_sp.png);
  }
}

a,
button {
  text-decoration: none;
  color: #000;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

select::-ms-expand {
  display: none;
}

button:focus {
  outline: none;
}

.c-butler {
  font-family: "Cormorant Garamond", serif;
}

.c-lust {
  font-family: "Pinyon Script", serif;
}

.c-en {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.c-sans {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.l-ftr {
  padding-top: 12rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-ftr {
    padding-top: 5rem;
  }
}
.l-ftr .c-inner {
  max-width: 91.5rem;
}
@media screen and (max-width: 768px) {
  .l-ftr .c-inner {
    padding: 0 4.6rem;
  }
}
.l-ftr__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .logo {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 6rem;
  }
}
.l-ftr__flex .logo a {
  position: relative;
  display: inline-block;
}
.l-ftr__flex .logo a:hover {
  opacity: 1;
}
.l-ftr__flex .logo a:hover svg path {
  fill: #dd4f32;
}
.l-ftr__flex .logo__circle {
  position: absolute;
  top: -3rem;
  left: -10.2rem;
  width: 17.2rem;
  height: 8.6rem;
  transform: rotate(-56deg);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
          mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .logo__circle {
    width: 9.2rem;
    height: 6rem;
    top: -3.6rem;
    left: -6.2rem;
  }
}
.l-ftr__flex .logo__circle .image {
  width: 100%;
  height: 17.2rem;
  position: absolute;
  top: 0;
  left: 0;
  animation: rotatelogo 5s linear infinite 0s;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .logo__circle .image {
    height: 9.2rem;
  }
}
@keyframes rotatelogo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l-ftr__flex .logo__circle img {
  width: 100%;
}
.l-ftr__flex .logo svg {
  width: 34rem;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .logo svg {
    width: 22rem;
  }
}
.l-ftr__flex .nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .nav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .nav li {
    text-align: center;
    border-bottom: 1px solid #000;
  }
}
.l-ftr__flex .nav li + li {
  margin-top: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .nav li + li {
    margin-top: 0;
  }
}
.l-ftr__flex .nav li a {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.07;
  font-weight: 500;
  opacity: 0.45;
}
@media screen and (max-width: 768px) {
  .l-ftr__flex .nav li a {
    font-size: 2.4rem;
    padding: 2.2rem 0;
    display: block;
    position: relative;
  }
  .l-ftr__flex .nav li a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
  }
}
.l-ftr__flex .nav li a:hover {
  opacity: 1;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(1) {
  transition-delay: 0.3s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(2) {
  transition-delay: 0.4s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(3) {
  transition-delay: 0.5s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(4) {
  transition-delay: 0.6s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(5) {
  transition-delay: 0.7s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(6) {
  transition-delay: 0.8s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(7) {
  transition-delay: 0.9s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(8) {
  transition-delay: 1s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(9) {
  transition-delay: 1.1s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(10) {
  transition-delay: 1.2s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(11) {
  transition-delay: 1.3s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(12) {
  transition-delay: 1.4s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(13) {
  transition-delay: 1.5s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(14) {
  transition-delay: 1.6s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(15) {
  transition-delay: 1.7s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(16) {
  transition-delay: 1.8s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(17) {
  transition-delay: 1.9s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(18) {
  transition-delay: 2s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(19) {
  transition-delay: 2.1s;
}
.l-ftr__flex .nav li:nth-child(1) a > span:nth-child(20) {
  transition-delay: 2.2s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(1) {
  transition-delay: 0.5s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(2) {
  transition-delay: 0.6s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(3) {
  transition-delay: 0.7s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(4) {
  transition-delay: 0.8s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(5) {
  transition-delay: 0.9s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(6) {
  transition-delay: 1s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(7) {
  transition-delay: 1.1s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(8) {
  transition-delay: 1.2s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(9) {
  transition-delay: 1.3s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(10) {
  transition-delay: 1.4s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(11) {
  transition-delay: 1.5s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(12) {
  transition-delay: 1.6s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(13) {
  transition-delay: 1.7s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(14) {
  transition-delay: 1.8s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(15) {
  transition-delay: 1.9s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(16) {
  transition-delay: 2s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(17) {
  transition-delay: 2.1s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(18) {
  transition-delay: 2.2s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(19) {
  transition-delay: 2.3s;
}
.l-ftr__flex .nav li:nth-child(2) a > span:nth-child(20) {
  transition-delay: 2.4s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(1) {
  transition-delay: 0.7s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(2) {
  transition-delay: 0.8s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(3) {
  transition-delay: 0.9s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(4) {
  transition-delay: 1s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(5) {
  transition-delay: 1.1s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(6) {
  transition-delay: 1.2s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(7) {
  transition-delay: 1.3s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(8) {
  transition-delay: 1.4s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(9) {
  transition-delay: 1.5s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(10) {
  transition-delay: 1.6s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(11) {
  transition-delay: 1.7s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(12) {
  transition-delay: 1.8s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(13) {
  transition-delay: 1.9s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(14) {
  transition-delay: 2s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(15) {
  transition-delay: 2.1s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(16) {
  transition-delay: 2.2s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(17) {
  transition-delay: 2.3s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(18) {
  transition-delay: 2.4s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(19) {
  transition-delay: 2.5s;
}
.l-ftr__flex .nav li:nth-child(3) a > span:nth-child(20) {
  transition-delay: 2.6s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(1) {
  transition-delay: 0.9s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(2) {
  transition-delay: 1s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(3) {
  transition-delay: 1.1s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(4) {
  transition-delay: 1.2s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(5) {
  transition-delay: 1.3s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(6) {
  transition-delay: 1.4s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(7) {
  transition-delay: 1.5s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(8) {
  transition-delay: 1.6s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(9) {
  transition-delay: 1.7s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(10) {
  transition-delay: 1.8s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(11) {
  transition-delay: 1.9s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(12) {
  transition-delay: 2s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(13) {
  transition-delay: 2.1s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(14) {
  transition-delay: 2.2s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(15) {
  transition-delay: 2.3s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(16) {
  transition-delay: 2.4s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(17) {
  transition-delay: 2.5s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(18) {
  transition-delay: 2.6s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(19) {
  transition-delay: 2.7s;
}
.l-ftr__flex .nav li:nth-child(4) a > span:nth-child(20) {
  transition-delay: 2.8s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(1) {
  transition-delay: 1.1s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(2) {
  transition-delay: 1.2s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(3) {
  transition-delay: 1.3s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(4) {
  transition-delay: 1.4s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(5) {
  transition-delay: 1.5s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(6) {
  transition-delay: 1.6s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(7) {
  transition-delay: 1.7s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(8) {
  transition-delay: 1.8s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(9) {
  transition-delay: 1.9s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(10) {
  transition-delay: 2s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(11) {
  transition-delay: 2.1s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(12) {
  transition-delay: 2.2s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(13) {
  transition-delay: 2.3s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(14) {
  transition-delay: 2.4s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(15) {
  transition-delay: 2.5s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(16) {
  transition-delay: 2.6s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(17) {
  transition-delay: 2.7s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(18) {
  transition-delay: 2.8s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(19) {
  transition-delay: 2.9s;
}
.l-ftr__flex .nav li:nth-child(5) a > span:nth-child(20) {
  transition-delay: 3s;
}
/* Contact Form */
.p-contact {
  padding: 10rem 0 3rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 7rem 0 2rem;
  }
}
.p-contact .c-inner {
  max-width: 80rem;
}
.p-contact__head {
  text-align: center;
  margin-bottom: 6rem;
}
.p-contact__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    font-size: 4rem;
  }
}
.p-contact__sub {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  opacity: 0.6;
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.p-contact__row {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__row {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.p-contact__field {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex: 1;
}
.p-contact__label {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.5;
}
.p-contact__input,
.p-contact__textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.2rem 0;
  font-size: 1.6rem;
  font-family: inherit;
  color: #000;
  outline: none;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
.p-contact__input:focus,
.p-contact__textarea:focus {
  border-bottom-color: #000;
}
.p-contact__textarea {
  resize: none;
  height: 14rem;
}
.p-contact__submit {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.p-contact__btn {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  padding: 1.6rem 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}
.p-contact__btn:hover {
  background: transparent;
  color: #000;
}
.p-contact__address {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  opacity: 0.5;
  margin-top: 1.5rem;
}
.p-contact__divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 auto 10rem;
  max-width: 91.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact__divider {
    margin-bottom: 6rem;
  }
}

.l-ftr__logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 3;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .l-ftr__logo {
    padding-bottom: 12rem;
  }
}
.l-ftr__logo .logo1 {
  width: 50rem;
  max-width: 80vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-ftr__logo .logo1 {
    width: 70vw;
  }
}
.l-ftr__logo .logo2 {
  display: none;
}
.l-ftr__logo .logo3 {
  display: none;
}
.l-ftr__bubble {
  height: 68.5rem;
  position: absolute;
  bottom: -30rem;
  left: 0;
  width: 100%;
  z-index: 4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble {
    height: 51.5rem;
  }
}
.l-ftr__bubble > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-ftr__bubble > span .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.l-ftr__bubble .bubble1 .image {
  background-image: url(../images/mv_bubble1.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble1 .image {
    background-image: url(../images/mv_bubble1_sp@2x.png);
  }
}
.l-ftr__bubble .bubble2 .image {
  background-image: url(../images/mv_bubble2.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble2 .image {
    background-image: url(../images/mv_bubble2_sp@2x.png);
  }
}
.l-ftr__bubble .bubble3 .image {
  background-image: url(../images/mv_bubble3.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble3 .image {
    background-image: url(../images/mv_bubble3_sp@2x.png);
  }
}
.l-ftr__bubble .bubble4 .image {
  background-image: url(../images/mv_bubble4.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble4 .image {
    background-image: url(../images/mv_bubble4_sp@2x.png);
  }
}
.l-ftr__bubble .bubble5 .image {
  background-image: url(../images/mv_bubble5.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble5 .image {
    background-image: url(../images/mv_bubble5_sp@2x.png);
  }
}
.l-ftr__bubble .bubble6 .image {
  background-image: url(../images/mv_bubble6.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble6 .image {
    background-image: url(../images/mv_bubble6_sp@2x.png);
  }
}
.l-ftr__bubble .bubble7 .image {
  background-image: url(../images/mv_bubble7.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble7 .image {
    background-image: url(../images/mv_bubble7_sp@2x.png);
  }
}
.l-ftr__bubble .bubble8 .image {
  background-image: url(../images/mv_bubble8.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble8 .image {
    background-image: url(../images/mv_bubble8_sp@2x.png);
  }
}
.l-ftr__bubble .bubble9 .image {
  background-image: url(../images/mv_bubble9.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble9 .image {
    background-image: url(../images/mv_bubble9_sp@2x.png);
  }
}
.l-ftr__bubble .bubble10 .image {
  background-image: url(../images/mv_bubble10.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble10 .image {
    background-image: url(../images/mv_bubble10_sp@2x.png);
  }
}
.l-ftr__bubble .bubble11 .image {
  background-image: url(../images/mv_bubble11.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble11 .image {
    background-image: url(../images/mv_bubble11_sp@2x.png);
  }
}
.l-ftr__bubble .bubble12 .image {
  background-image: url(../images/mv_bubble12.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble12 .image {
    background-image: url(../images/mv_bubble12_sp@2x.png);
  }
}
.l-ftr__bubble .bubble13 .image {
  background-image: url(../images/mv_bubble13.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble13 .image {
    background-image: url(../images/mv_bubble13_sp@2x.png);
  }
}
.l-ftr__bubble .bubble14 .image {
  background-image: url(../images/mv_bubble14.png);
}
@media screen and (max-width: 768px) {
  .l-ftr__bubble .bubble14 .image {
    background-image: url(../images/mv_bubble14_sp@2x.png);
  }
}
.l-ftr__bubble--bubble13 {
  z-index: 4;
}
.l-ftr__bubble--bubble2 {
  z-index: 4;
}

.l-gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;
}
@media screen and (max-width: 768px) {
  .l-gnav {
    background: url(../images/main_bg.png) #dd4f32;
    background-size: 100%;
    background-blend-mode: multiply;
    padding: 8.7rem 0 2.5rem;
    overflow: auto;
    display: block;
    transform: translateX(100%);
  }
}
.l-gnav:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 200vw;
  height: 200vw;
  background: url(../images/main_bg.png) #dd4f32;
  background-size: 100%;
  background-blend-mode: multiply;
  opacity: 0;
  transform: scale(0) translate(-50%, 50%);
  transform-origin: center;
  transition: 1s ease;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .l-gnav:before {
    content: none;
  }
}
.l-gnav__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-gnav__bg {
    align-items: flex-end;
  }
}
.l-gnav__bg img {
  width: 131.2rem;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .l-gnav__bg img {
    width: 100%;
  }
}
.l-gnav__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 12.4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l-gnav__inner {
    display: block;
    padding-right: 0;
  }
}
.l-gnav__logo {
  margin-left: -8.1rem;
}
@media screen and (max-width: 768px) {
  .l-gnav__logo {
    text-align: center;
    padding: 0 1.8rem;
    margin-left: 0;
    margin-bottom: 4.4rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.l-gnav__logo img:nth-child(1) {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .l-gnav__logo img:nth-child(1) {
    width: 20rem;
  }
}
.l-gnav__logo img:nth-child(2) {
  width: 28.6rem;
}
@media screen and (max-width: 768px) {
  .l-gnav__logo img:nth-child(2) {
    width: 10.2rem;
  }
}
.l-gnav__logo img:nth-child(3) {
  width: 41.2rem;
}
@media screen and (max-width: 768px) {
  .l-gnav__logo img:nth-child(3) {
    width: 14.6rem;
  }
}
.l-gnav__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l-gnav__nav {
    display: block;
    padding: 0 4.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav__nav li {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}
.l-gnav__nav li + li {
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-gnav__nav li + li {
    margin-top: 0;
  }
}
.l-gnav__nav li a {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.07;
  font-weight: 500;
  opacity: 0.6;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-gnav__nav li a {
    font-size: 2.4rem;
    padding: 2.2rem 0;
    display: block;
    position: relative;
  }
  .l-gnav__nav li a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
  }
}
.l-gnav__nav li a:hover {
  opacity: 1;
}
.l-gnav__nav li a.c-anime_textrotation > span,
.l-gnav__nav li a.c-anime_textrotation > img {
  transition-delay: 0s;
}
@media screen and (max-width: 768px) {
  .l-gnav__link {
    text-align: center;
    margin-top: 6.5rem;
  }
  .l-gnav__link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid white;
    position: relative;
    color: #edf0f5;
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 1px;
  }
  .l-gnav__link a:before, .l-gnav__link a:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
  }
  .l-gnav__link a:after {
    left: auto;
    right: 0;
  }
}
.l-gnav.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .l-gnav.is-open {
    transform: translateX(0);
  }
}
.l-gnav.is-open:before {
  transform: scale(1) translate(-50%, 50%);
  opacity: 1;
}
.l-gnav.is-open .l-gnav__logo.c-anime_textrotation > span,
.l-gnav.is-open .l-gnav__logo.c-anime_textrotation > img {
  transform: translateZ(0) !important;
  opacity: 1 !important;
}
@media screen and (min-width: 769px), print {
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > span:nth-child(1),
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > img:nth-child(1) {
    transition-delay: 0.8s;
  }
}
@media screen and (min-width: 769px), print {
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > span:nth-child(2),
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > img:nth-child(2) {
    transition-delay: 0.9s;
  }
}
@media screen and (min-width: 769px), print {
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > span:nth-child(3),
  .l-gnav.is-open .l-gnav__logo.c-anime_textrotation > img:nth-child(3) {
    transition-delay: 1s;
  }
}
.l-gnav.is-open .l-gnav__nav li a.c-anime_textrotation > span,
.l-gnav.is-open .l-gnav__nav li a.c-anime_textrotation > img {
  transform: translateZ(0) !important;
  opacity: 1 !important;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(1) {
  transition-delay: 0.65s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(2) {
  transition-delay: 0.7s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(3) {
  transition-delay: 0.75s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(4) {
  transition-delay: 0.8s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(5) {
  transition-delay: 0.85s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(6) {
  transition-delay: 0.9s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(7) {
  transition-delay: 0.95s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(8) {
  transition-delay: 1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(9) {
  transition-delay: 1.05s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(10) {
  transition-delay: 1.1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(11) {
  transition-delay: 1.15s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(12) {
  transition-delay: 1.2s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(13) {
  transition-delay: 1.25s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(14) {
  transition-delay: 1.3s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(15) {
  transition-delay: 1.35s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(16) {
  transition-delay: 1.4s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(17) {
  transition-delay: 1.45s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(18) {
  transition-delay: 1.5s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(19) {
  transition-delay: 1.55s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(1) a > span:nth-child(20) {
  transition-delay: 1.6s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(1) {
  transition-delay: 0.75s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(2) {
  transition-delay: 0.8s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(3) {
  transition-delay: 0.85s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(4) {
  transition-delay: 0.9s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(5) {
  transition-delay: 0.95s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(6) {
  transition-delay: 1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(7) {
  transition-delay: 1.05s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(8) {
  transition-delay: 1.1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(9) {
  transition-delay: 1.15s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(10) {
  transition-delay: 1.2s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(11) {
  transition-delay: 1.25s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(12) {
  transition-delay: 1.3s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(13) {
  transition-delay: 1.35s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(14) {
  transition-delay: 1.4s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(15) {
  transition-delay: 1.45s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(16) {
  transition-delay: 1.5s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(17) {
  transition-delay: 1.55s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(18) {
  transition-delay: 1.6s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(19) {
  transition-delay: 1.65s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(2) a > span:nth-child(20) {
  transition-delay: 1.7s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(1) {
  transition-delay: 0.85s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(2) {
  transition-delay: 0.9s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(3) {
  transition-delay: 0.95s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(4) {
  transition-delay: 1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(5) {
  transition-delay: 1.05s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(6) {
  transition-delay: 1.1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(7) {
  transition-delay: 1.15s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(8) {
  transition-delay: 1.2s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(9) {
  transition-delay: 1.25s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(10) {
  transition-delay: 1.3s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(11) {
  transition-delay: 1.35s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(12) {
  transition-delay: 1.4s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(13) {
  transition-delay: 1.45s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(14) {
  transition-delay: 1.5s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(15) {
  transition-delay: 1.55s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(16) {
  transition-delay: 1.6s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(17) {
  transition-delay: 1.65s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(18) {
  transition-delay: 1.7s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(19) {
  transition-delay: 1.75s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(3) a > span:nth-child(20) {
  transition-delay: 1.8s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(1) {
  transition-delay: 0.95s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(2) {
  transition-delay: 1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(3) {
  transition-delay: 1.05s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(4) {
  transition-delay: 1.1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(5) {
  transition-delay: 1.15s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(6) {
  transition-delay: 1.2s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(7) {
  transition-delay: 1.25s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(8) {
  transition-delay: 1.3s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(9) {
  transition-delay: 1.35s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(10) {
  transition-delay: 1.4s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(11) {
  transition-delay: 1.45s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(12) {
  transition-delay: 1.5s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(13) {
  transition-delay: 1.55s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(14) {
  transition-delay: 1.6s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(15) {
  transition-delay: 1.65s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(16) {
  transition-delay: 1.7s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(17) {
  transition-delay: 1.75s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(18) {
  transition-delay: 1.8s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(19) {
  transition-delay: 1.85s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(4) a > span:nth-child(20) {
  transition-delay: 1.9s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(1) {
  transition-delay: 1.05s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(2) {
  transition-delay: 1.1s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(3) {
  transition-delay: 1.15s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(4) {
  transition-delay: 1.2s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(5) {
  transition-delay: 1.25s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(6) {
  transition-delay: 1.3s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(7) {
  transition-delay: 1.35s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(8) {
  transition-delay: 1.4s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(9) {
  transition-delay: 1.45s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(10) {
  transition-delay: 1.5s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(11) {
  transition-delay: 1.55s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(12) {
  transition-delay: 1.6s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(13) {
  transition-delay: 1.65s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(14) {
  transition-delay: 1.7s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(15) {
  transition-delay: 1.75s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(16) {
  transition-delay: 1.8s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(17) {
  transition-delay: 1.85s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(18) {
  transition-delay: 1.9s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(19) {
  transition-delay: 1.95s;
}
.l-gnav.is-open .l-gnav__nav li:nth-child(5) a > span:nth-child(20) {
  transition-delay: 2s;
}

@media screen and (max-width: 768px) {
  body .l-main {
    transition: 1s ease;
  }
  body.is-gnavopen .l-main {
    transform: translateX(-100%);
  }
}

.l-hdr {
  position: fixed;
  top: 2.5rem;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-hdr {
    top: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr .c-inner {
    padding: 0 1.6rem;
  }
}
.l-hdr__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-hdr__logo {
  transition: opacity 0.3s ease;
}
.l-hdr__logo svg {
  width: 18rem;
}
@media screen and (max-width: 768px) {
  .l-hdr__logo svg {
    width: 10.9rem;
  }
}
.l-hdr__hmb {
  width: 6.5rem;
  height: 6.5rem;
  position: relative;
  border-radius: 50%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .l-hdr__hmb {
    width: 2rem;
    height: 1.3rem;
  }
}
.l-hdr__hmb > span {
  width: 3.2rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-hdr__hmb > span {
    width: 100%;
    height: 0.2rem;
  }
}
.l-hdr__hmb > span:nth-child(1) {
  transform: translateY(-0.7rem);
}
@media screen and (max-width: 768px) {
  .l-hdr__hmb > span:nth-child(1) {
    transform: translateY(-0.3rem);
  }
}
.l-hdr__hmb > span:nth-child(2) {
  transform: translateY(0.7rem);
}
@media screen and (max-width: 768px) {
  .l-hdr__hmb > span:nth-child(2) {
    transform: translateY(0.3rem);
  }
}
.l-hdr.is-white .l-hdr__logo {
  opacity: 0;
}
.l-hdr.is-white .l-hdr__hmb > span {
  background-color: #fff;
}
.l-hdr.is-hide {
  opacity: 0;
}
.l-hdr.is-open .l-hdr__logo svg path {
  fill: #fff;
}
.l-hdr.is-open .l-hdr__hmb {
  background-color: #d9d9d9;
}
@media screen and (max-width: 768px) {
  .l-hdr.is-open .l-hdr__hmb {
    background: none;
  }
}
.l-hdr.is-open .l-hdr__hmb > span {
  background-color: #dd4f32;
}
@media screen and (max-width: 768px) {
  .l-hdr.is-open .l-hdr__hmb > span {
    background-color: #d9d9d9;
  }
}
.l-hdr.is-open .l-hdr__hmb > span:nth-child(1) {
  transform: rotate(45deg);
}
.l-hdr.is-open .l-hdr__hmb > span:nth-child(2) {
  transform: rotate(-45deg);
}

.l-mouse {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  pointer-events: none;
}
.l-mouse.is-hide {
  opacity: 0;
  display: none;
}
.l-mouse:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff4810;
  border-radius: inherit;
  opacity: 1;
  transition: 0.3s ease;
  opacity: 0.6;
  border-radius: 50%;
}
.l-mouse.is-big {
  display: block;
  mix-blend-mode: multiply;
}
.l-mouse.is-big:after {
  transform: scale(4);
}
.l-mouse.is-text {
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
}
.l-mouse.is-text:after {
  transform: scale(4);
}
.l-mouse.is-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 182px;
  height: 175px;
  transform: scale(4);
  background: url(../images/design_circletext.svg) center center/contain no-repeat;
  animation: rotatelogo 5s linear infinite 0s;
}

.c-anime_textrotation > span,
.c-anime_textrotation > img,
.c-anime_textrotation > picture {
  transition: transform 1.5s cubic-bezier(0.32, 0.94, 0.6, 1), opacity 0.75s cubic-bezier(0.32, 0.94, 0.6, 1);
  will-change: auto;
  transform-origin: left bottom;
  transform: translate3d(0, 2em, 0) rotate(10deg) rotateY(120deg) rotateX(-30deg) scale(1.1);
  opacity: 0;
  display: inline-block;
}
.c-anime_textrotation > span:nth-child(1),
.c-anime_textrotation > img:nth-child(1),
.c-anime_textrotation > picture:nth-child(1) {
  transition-delay: 0.03s;
}
.c-anime_textrotation > span:nth-child(2),
.c-anime_textrotation > img:nth-child(2),
.c-anime_textrotation > picture:nth-child(2) {
  transition-delay: 0.06s;
}
.c-anime_textrotation > span:nth-child(3),
.c-anime_textrotation > img:nth-child(3),
.c-anime_textrotation > picture:nth-child(3) {
  transition-delay: 0.09s;
}
.c-anime_textrotation > span:nth-child(4),
.c-anime_textrotation > img:nth-child(4),
.c-anime_textrotation > picture:nth-child(4) {
  transition-delay: 0.12s;
}
.c-anime_textrotation > span:nth-child(5),
.c-anime_textrotation > img:nth-child(5),
.c-anime_textrotation > picture:nth-child(5) {
  transition-delay: 0.15s;
}
.c-anime_textrotation > span:nth-child(6),
.c-anime_textrotation > img:nth-child(6),
.c-anime_textrotation > picture:nth-child(6) {
  transition-delay: 0.18s;
}
.c-anime_textrotation > span:nth-child(7),
.c-anime_textrotation > img:nth-child(7),
.c-anime_textrotation > picture:nth-child(7) {
  transition-delay: 0.21s;
}
.c-anime_textrotation > span:nth-child(8),
.c-anime_textrotation > img:nth-child(8),
.c-anime_textrotation > picture:nth-child(8) {
  transition-delay: 0.24s;
}
.c-anime_textrotation > span:nth-child(9),
.c-anime_textrotation > img:nth-child(9),
.c-anime_textrotation > picture:nth-child(9) {
  transition-delay: 0.27s;
}
.c-anime_textrotation > span:nth-child(10),
.c-anime_textrotation > img:nth-child(10),
.c-anime_textrotation > picture:nth-child(10) {
  transition-delay: 0.3s;
}
.c-anime_textrotation > span:nth-child(11),
.c-anime_textrotation > img:nth-child(11),
.c-anime_textrotation > picture:nth-child(11) {
  transition-delay: 0.33s;
}
.c-anime_textrotation > span:nth-child(12),
.c-anime_textrotation > img:nth-child(12),
.c-anime_textrotation > picture:nth-child(12) {
  transition-delay: 0.36s;
}
.c-anime_textrotation > span:nth-child(13),
.c-anime_textrotation > img:nth-child(13),
.c-anime_textrotation > picture:nth-child(13) {
  transition-delay: 0.39s;
}
.c-anime_textrotation > span:nth-child(14),
.c-anime_textrotation > img:nth-child(14),
.c-anime_textrotation > picture:nth-child(14) {
  transition-delay: 0.42s;
}
.c-anime_textrotation > span:nth-child(15),
.c-anime_textrotation > img:nth-child(15),
.c-anime_textrotation > picture:nth-child(15) {
  transition-delay: 0.45s;
}
.c-anime_textrotation > span:nth-child(16),
.c-anime_textrotation > img:nth-child(16),
.c-anime_textrotation > picture:nth-child(16) {
  transition-delay: 0.48s;
}
.c-anime_textrotation > span:nth-child(17),
.c-anime_textrotation > img:nth-child(17),
.c-anime_textrotation > picture:nth-child(17) {
  transition-delay: 0.51s;
}
.c-anime_textrotation > span:nth-child(18),
.c-anime_textrotation > img:nth-child(18),
.c-anime_textrotation > picture:nth-child(18) {
  transition-delay: 0.54s;
}
.c-anime_textrotation > span:nth-child(19),
.c-anime_textrotation > img:nth-child(19),
.c-anime_textrotation > picture:nth-child(19) {
  transition-delay: 0.57s;
}
.c-anime_textrotation > span:nth-child(20),
.c-anime_textrotation > img:nth-child(20),
.c-anime_textrotation > picture:nth-child(20) {
  transition-delay: 0.6s;
}
.c-anime_textrotation > span:nth-child(21),
.c-anime_textrotation > img:nth-child(21),
.c-anime_textrotation > picture:nth-child(21) {
  transition-delay: 0.63s;
}
.c-anime_textrotation > span:nth-child(22),
.c-anime_textrotation > img:nth-child(22),
.c-anime_textrotation > picture:nth-child(22) {
  transition-delay: 0.66s;
}
.c-anime_textrotation > span:nth-child(23),
.c-anime_textrotation > img:nth-child(23),
.c-anime_textrotation > picture:nth-child(23) {
  transition-delay: 0.69s;
}
.c-anime_textrotation > span:nth-child(24),
.c-anime_textrotation > img:nth-child(24),
.c-anime_textrotation > picture:nth-child(24) {
  transition-delay: 0.72s;
}
.c-anime_textrotation > span:nth-child(25),
.c-anime_textrotation > img:nth-child(25),
.c-anime_textrotation > picture:nth-child(25) {
  transition-delay: 0.75s;
}
.c-anime_textrotation > span:nth-child(26),
.c-anime_textrotation > img:nth-child(26),
.c-anime_textrotation > picture:nth-child(26) {
  transition-delay: 0.78s;
}
.c-anime_textrotation > span:nth-child(27),
.c-anime_textrotation > img:nth-child(27),
.c-anime_textrotation > picture:nth-child(27) {
  transition-delay: 0.81s;
}
.c-anime_textrotation > span:nth-child(28),
.c-anime_textrotation > img:nth-child(28),
.c-anime_textrotation > picture:nth-child(28) {
  transition-delay: 0.84s;
}
.c-anime_textrotation > span:nth-child(29),
.c-anime_textrotation > img:nth-child(29),
.c-anime_textrotation > picture:nth-child(29) {
  transition-delay: 0.87s;
}
.c-anime_textrotation > span:nth-child(30),
.c-anime_textrotation > img:nth-child(30),
.c-anime_textrotation > picture:nth-child(30) {
  transition-delay: 0.9s;
}
.c-anime_textrotation > span:nth-child(31),
.c-anime_textrotation > img:nth-child(31),
.c-anime_textrotation > picture:nth-child(31) {
  transition-delay: 0.93s;
}
.c-anime_textrotation > span:nth-child(32),
.c-anime_textrotation > img:nth-child(32),
.c-anime_textrotation > picture:nth-child(32) {
  transition-delay: 0.96s;
}
.c-anime_textrotation > span:nth-child(33),
.c-anime_textrotation > img:nth-child(33),
.c-anime_textrotation > picture:nth-child(33) {
  transition-delay: 0.99s;
}
.c-anime_textrotation > span:nth-child(34),
.c-anime_textrotation > img:nth-child(34),
.c-anime_textrotation > picture:nth-child(34) {
  transition-delay: 1.02s;
}
.c-anime_textrotation > span:nth-child(35),
.c-anime_textrotation > img:nth-child(35),
.c-anime_textrotation > picture:nth-child(35) {
  transition-delay: 1.05s;
}
.c-anime_textrotation > span:nth-child(36),
.c-anime_textrotation > img:nth-child(36),
.c-anime_textrotation > picture:nth-child(36) {
  transition-delay: 1.08s;
}
.c-anime_textrotation > span:nth-child(37),
.c-anime_textrotation > img:nth-child(37),
.c-anime_textrotation > picture:nth-child(37) {
  transition-delay: 1.11s;
}
.c-anime_textrotation > span:nth-child(38),
.c-anime_textrotation > img:nth-child(38),
.c-anime_textrotation > picture:nth-child(38) {
  transition-delay: 1.14s;
}
.c-anime_textrotation > span:nth-child(39),
.c-anime_textrotation > img:nth-child(39),
.c-anime_textrotation > picture:nth-child(39) {
  transition-delay: 1.17s;
}
.c-anime_textrotation > span:nth-child(40),
.c-anime_textrotation > img:nth-child(40),
.c-anime_textrotation > picture:nth-child(40) {
  transition-delay: 1.2s;
}
.c-anime_textrotation > span:nth-child(41),
.c-anime_textrotation > img:nth-child(41),
.c-anime_textrotation > picture:nth-child(41) {
  transition-delay: 1.23s;
}
.c-anime_textrotation > span:nth-child(42),
.c-anime_textrotation > img:nth-child(42),
.c-anime_textrotation > picture:nth-child(42) {
  transition-delay: 1.26s;
}
.c-anime_textrotation > span:nth-child(43),
.c-anime_textrotation > img:nth-child(43),
.c-anime_textrotation > picture:nth-child(43) {
  transition-delay: 1.29s;
}
.c-anime_textrotation > span:nth-child(44),
.c-anime_textrotation > img:nth-child(44),
.c-anime_textrotation > picture:nth-child(44) {
  transition-delay: 1.32s;
}
.c-anime_textrotation > span:nth-child(45),
.c-anime_textrotation > img:nth-child(45),
.c-anime_textrotation > picture:nth-child(45) {
  transition-delay: 1.35s;
}
.c-anime_textrotation > span:nth-child(46),
.c-anime_textrotation > img:nth-child(46),
.c-anime_textrotation > picture:nth-child(46) {
  transition-delay: 1.38s;
}
.c-anime_textrotation > span:nth-child(47),
.c-anime_textrotation > img:nth-child(47),
.c-anime_textrotation > picture:nth-child(47) {
  transition-delay: 1.41s;
}
.c-anime_textrotation > span:nth-child(48),
.c-anime_textrotation > img:nth-child(48),
.c-anime_textrotation > picture:nth-child(48) {
  transition-delay: 1.44s;
}
.c-anime_textrotation > span:nth-child(49),
.c-anime_textrotation > img:nth-child(49),
.c-anime_textrotation > picture:nth-child(49) {
  transition-delay: 1.47s;
}
.c-anime_textrotation > span:nth-child(50),
.c-anime_textrotation > img:nth-child(50),
.c-anime_textrotation > picture:nth-child(50) {
  transition-delay: 1.5s;
}
.c-anime_textrotation > span:nth-child(51),
.c-anime_textrotation > img:nth-child(51),
.c-anime_textrotation > picture:nth-child(51) {
  transition-delay: 1.53s;
}
.c-anime_textrotation > span:nth-child(52),
.c-anime_textrotation > img:nth-child(52),
.c-anime_textrotation > picture:nth-child(52) {
  transition-delay: 1.56s;
}
.c-anime_textrotation > span:nth-child(53),
.c-anime_textrotation > img:nth-child(53),
.c-anime_textrotation > picture:nth-child(53) {
  transition-delay: 1.59s;
}
.c-anime_textrotation > span:nth-child(54),
.c-anime_textrotation > img:nth-child(54),
.c-anime_textrotation > picture:nth-child(54) {
  transition-delay: 1.62s;
}
.c-anime_textrotation > span:nth-child(55),
.c-anime_textrotation > img:nth-child(55),
.c-anime_textrotation > picture:nth-child(55) {
  transition-delay: 1.65s;
}
.c-anime_textrotation > span:nth-child(56),
.c-anime_textrotation > img:nth-child(56),
.c-anime_textrotation > picture:nth-child(56) {
  transition-delay: 1.68s;
}
.c-anime_textrotation > span:nth-child(57),
.c-anime_textrotation > img:nth-child(57),
.c-anime_textrotation > picture:nth-child(57) {
  transition-delay: 1.71s;
}
.c-anime_textrotation > span:nth-child(58),
.c-anime_textrotation > img:nth-child(58),
.c-anime_textrotation > picture:nth-child(58) {
  transition-delay: 1.74s;
}
.c-anime_textrotation > span:nth-child(59),
.c-anime_textrotation > img:nth-child(59),
.c-anime_textrotation > picture:nth-child(59) {
  transition-delay: 1.77s;
}
.c-anime_textrotation > span:nth-child(60),
.c-anime_textrotation > img:nth-child(60),
.c-anime_textrotation > picture:nth-child(60) {
  transition-delay: 1.8s;
}
.c-anime_textrotation > span:nth-child(61),
.c-anime_textrotation > img:nth-child(61),
.c-anime_textrotation > picture:nth-child(61) {
  transition-delay: 1.83s;
}
.c-anime_textrotation > span:nth-child(62),
.c-anime_textrotation > img:nth-child(62),
.c-anime_textrotation > picture:nth-child(62) {
  transition-delay: 1.86s;
}
.c-anime_textrotation > span:nth-child(63),
.c-anime_textrotation > img:nth-child(63),
.c-anime_textrotation > picture:nth-child(63) {
  transition-delay: 1.89s;
}
.c-anime_textrotation > span:nth-child(64),
.c-anime_textrotation > img:nth-child(64),
.c-anime_textrotation > picture:nth-child(64) {
  transition-delay: 1.92s;
}
.c-anime_textrotation > span:nth-child(65),
.c-anime_textrotation > img:nth-child(65),
.c-anime_textrotation > picture:nth-child(65) {
  transition-delay: 1.95s;
}
.c-anime_textrotation > span:nth-child(66),
.c-anime_textrotation > img:nth-child(66),
.c-anime_textrotation > picture:nth-child(66) {
  transition-delay: 1.98s;
}
.c-anime_textrotation > span:nth-child(67),
.c-anime_textrotation > img:nth-child(67),
.c-anime_textrotation > picture:nth-child(67) {
  transition-delay: 2.01s;
}
.c-anime_textrotation > span:nth-child(68),
.c-anime_textrotation > img:nth-child(68),
.c-anime_textrotation > picture:nth-child(68) {
  transition-delay: 2.04s;
}
.c-anime_textrotation > span:nth-child(69),
.c-anime_textrotation > img:nth-child(69),
.c-anime_textrotation > picture:nth-child(69) {
  transition-delay: 2.07s;
}
.c-anime_textrotation > span:nth-child(70),
.c-anime_textrotation > img:nth-child(70),
.c-anime_textrotation > picture:nth-child(70) {
  transition-delay: 2.1s;
}
.c-anime_textrotation > span:nth-child(71),
.c-anime_textrotation > img:nth-child(71),
.c-anime_textrotation > picture:nth-child(71) {
  transition-delay: 2.13s;
}
.c-anime_textrotation > span:nth-child(72),
.c-anime_textrotation > img:nth-child(72),
.c-anime_textrotation > picture:nth-child(72) {
  transition-delay: 2.16s;
}
.c-anime_textrotation > span:nth-child(73),
.c-anime_textrotation > img:nth-child(73),
.c-anime_textrotation > picture:nth-child(73) {
  transition-delay: 2.19s;
}
.c-anime_textrotation > span:nth-child(74),
.c-anime_textrotation > img:nth-child(74),
.c-anime_textrotation > picture:nth-child(74) {
  transition-delay: 2.22s;
}
.c-anime_textrotation > span:nth-child(75),
.c-anime_textrotation > img:nth-child(75),
.c-anime_textrotation > picture:nth-child(75) {
  transition-delay: 2.25s;
}
.c-anime_textrotation > span:nth-child(76),
.c-anime_textrotation > img:nth-child(76),
.c-anime_textrotation > picture:nth-child(76) {
  transition-delay: 2.28s;
}
.c-anime_textrotation > span:nth-child(77),
.c-anime_textrotation > img:nth-child(77),
.c-anime_textrotation > picture:nth-child(77) {
  transition-delay: 2.31s;
}
.c-anime_textrotation > span:nth-child(78),
.c-anime_textrotation > img:nth-child(78),
.c-anime_textrotation > picture:nth-child(78) {
  transition-delay: 2.34s;
}
.c-anime_textrotation > span:nth-child(79),
.c-anime_textrotation > img:nth-child(79),
.c-anime_textrotation > picture:nth-child(79) {
  transition-delay: 2.37s;
}
.c-anime_textrotation > span:nth-child(80),
.c-anime_textrotation > img:nth-child(80),
.c-anime_textrotation > picture:nth-child(80) {
  transition-delay: 2.4s;
}
.c-anime_textrotation > span:nth-child(81),
.c-anime_textrotation > img:nth-child(81),
.c-anime_textrotation > picture:nth-child(81) {
  transition-delay: 2.43s;
}
.c-anime_textrotation > span:nth-child(82),
.c-anime_textrotation > img:nth-child(82),
.c-anime_textrotation > picture:nth-child(82) {
  transition-delay: 2.46s;
}
.c-anime_textrotation > span:nth-child(83),
.c-anime_textrotation > img:nth-child(83),
.c-anime_textrotation > picture:nth-child(83) {
  transition-delay: 2.49s;
}
.c-anime_textrotation > span:nth-child(84),
.c-anime_textrotation > img:nth-child(84),
.c-anime_textrotation > picture:nth-child(84) {
  transition-delay: 2.52s;
}
.c-anime_textrotation > span:nth-child(85),
.c-anime_textrotation > img:nth-child(85),
.c-anime_textrotation > picture:nth-child(85) {
  transition-delay: 2.55s;
}
.c-anime_textrotation > span:nth-child(86),
.c-anime_textrotation > img:nth-child(86),
.c-anime_textrotation > picture:nth-child(86) {
  transition-delay: 2.58s;
}
.c-anime_textrotation > span:nth-child(87),
.c-anime_textrotation > img:nth-child(87),
.c-anime_textrotation > picture:nth-child(87) {
  transition-delay: 2.61s;
}
.c-anime_textrotation > span:nth-child(88),
.c-anime_textrotation > img:nth-child(88),
.c-anime_textrotation > picture:nth-child(88) {
  transition-delay: 2.64s;
}
.c-anime_textrotation > span:nth-child(89),
.c-anime_textrotation > img:nth-child(89),
.c-anime_textrotation > picture:nth-child(89) {
  transition-delay: 2.67s;
}
.c-anime_textrotation > span:nth-child(90),
.c-anime_textrotation > img:nth-child(90),
.c-anime_textrotation > picture:nth-child(90) {
  transition-delay: 2.7s;
}
.c-anime_textrotation > span:nth-child(91),
.c-anime_textrotation > img:nth-child(91),
.c-anime_textrotation > picture:nth-child(91) {
  transition-delay: 2.73s;
}
.c-anime_textrotation > span:nth-child(92),
.c-anime_textrotation > img:nth-child(92),
.c-anime_textrotation > picture:nth-child(92) {
  transition-delay: 2.76s;
}
.c-anime_textrotation > span:nth-child(93),
.c-anime_textrotation > img:nth-child(93),
.c-anime_textrotation > picture:nth-child(93) {
  transition-delay: 2.79s;
}
.c-anime_textrotation > span:nth-child(94),
.c-anime_textrotation > img:nth-child(94),
.c-anime_textrotation > picture:nth-child(94) {
  transition-delay: 2.82s;
}
.c-anime_textrotation > span:nth-child(95),
.c-anime_textrotation > img:nth-child(95),
.c-anime_textrotation > picture:nth-child(95) {
  transition-delay: 2.85s;
}
.c-anime_textrotation > span:nth-child(96),
.c-anime_textrotation > img:nth-child(96),
.c-anime_textrotation > picture:nth-child(96) {
  transition-delay: 2.88s;
}
.c-anime_textrotation > span:nth-child(97),
.c-anime_textrotation > img:nth-child(97),
.c-anime_textrotation > picture:nth-child(97) {
  transition-delay: 2.91s;
}
.c-anime_textrotation > span:nth-child(98),
.c-anime_textrotation > img:nth-child(98),
.c-anime_textrotation > picture:nth-child(98) {
  transition-delay: 2.94s;
}
.c-anime_textrotation > span:nth-child(99),
.c-anime_textrotation > img:nth-child(99),
.c-anime_textrotation > picture:nth-child(99) {
  transition-delay: 2.97s;
}
.c-anime_textrotation > span:nth-child(100),
.c-anime_textrotation > img:nth-child(100),
.c-anime_textrotation > picture:nth-child(100) {
  transition-delay: 3s;
}
.c-anime_textrotation.aos-animate > span,
.c-anime_textrotation.aos-animate > img,
.c-anime_textrotation.aos-animate > picture {
  transform: translateZ(0) !important;
  opacity: 1 !important;
}

.c-anime_bubble:nth-of-type(1) > span,
.c-anime_bubble:nth-of-type(1) > img,
.c-anime_bubble:nth-of-type(1) > picture {
  animation-delay: -4.2s;
}
.c-anime_bubble:nth-of-type(2) > span,
.c-anime_bubble:nth-of-type(2) > img,
.c-anime_bubble:nth-of-type(2) > picture {
  animation-delay: -6s;
}
.c-anime_bubble:nth-of-type(3) > span,
.c-anime_bubble:nth-of-type(3) > img,
.c-anime_bubble:nth-of-type(3) > picture {
  animation-delay: -2.4s;
}
.c-anime_bubble:nth-of-type(4) > span,
.c-anime_bubble:nth-of-type(4) > img,
.c-anime_bubble:nth-of-type(4) > picture {
  animation-delay: -1.2s;
}
.c-anime_bubble:nth-of-type(5) > span,
.c-anime_bubble:nth-of-type(5) > img,
.c-anime_bubble:nth-of-type(5) > picture {
  animation-delay: -5.4s;
}
.c-anime_bubble:nth-of-type(6) > span,
.c-anime_bubble:nth-of-type(6) > img,
.c-anime_bubble:nth-of-type(6) > picture {
  animation-delay: -8.4s;
}
.c-anime_bubble:nth-of-type(7) > span,
.c-anime_bubble:nth-of-type(7) > img,
.c-anime_bubble:nth-of-type(7) > picture {
  animation-delay: -7.2s;
}
.c-anime_bubble:nth-of-type(8) > span,
.c-anime_bubble:nth-of-type(8) > img,
.c-anime_bubble:nth-of-type(8) > picture {
  animation-delay: -2.4s;
}
.c-anime_bubble:nth-of-type(9) > span,
.c-anime_bubble:nth-of-type(9) > img,
.c-anime_bubble:nth-of-type(9) > picture {
  animation-delay: -0.6s;
}
.c-anime_bubble:nth-of-type(10) > span,
.c-anime_bubble:nth-of-type(10) > img,
.c-anime_bubble:nth-of-type(10) > picture {
  animation-delay: -7.2s;
}
.c-anime_bubble:nth-of-type(11) > span,
.c-anime_bubble:nth-of-type(11) > img,
.c-anime_bubble:nth-of-type(11) > picture {
  animation-delay: -6.6s;
}
.c-anime_bubble:nth-of-type(12) > span,
.c-anime_bubble:nth-of-type(12) > img,
.c-anime_bubble:nth-of-type(12) > picture {
  animation-delay: -1.2s;
}
.c-anime_bubble:nth-of-type(13) > span,
.c-anime_bubble:nth-of-type(13) > img,
.c-anime_bubble:nth-of-type(13) > picture {
  animation-delay: -8.4s;
}
.c-anime_bubble:nth-of-type(14) > span,
.c-anime_bubble:nth-of-type(14) > img,
.c-anime_bubble:nth-of-type(14) > picture {
  animation-delay: -6.6s;
}
.c-anime_bubble:nth-of-type(15) > span,
.c-anime_bubble:nth-of-type(15) > img,
.c-anime_bubble:nth-of-type(15) > picture {
  animation-delay: -2.4s;
}
.c-anime_bubble:nth-of-type(16) > span,
.c-anime_bubble:nth-of-type(16) > img,
.c-anime_bubble:nth-of-type(16) > picture {
  animation-delay: -8.4s;
}
.c-anime_bubble:nth-of-type(17) > span,
.c-anime_bubble:nth-of-type(17) > img,
.c-anime_bubble:nth-of-type(17) > picture {
  animation-delay: -3.6s;
}
.c-anime_bubble:nth-of-type(18) > span,
.c-anime_bubble:nth-of-type(18) > img,
.c-anime_bubble:nth-of-type(18) > picture {
  animation-delay: -8.4s;
}
.c-anime_bubble:nth-of-type(19) > span,
.c-anime_bubble:nth-of-type(19) > img,
.c-anime_bubble:nth-of-type(19) > picture {
  animation-delay: -8.4s;
}
.c-anime_bubble:nth-of-type(20) > span,
.c-anime_bubble:nth-of-type(20) > img,
.c-anime_bubble:nth-of-type(20) > picture {
  animation-delay: -6s;
}
.c-anime_bubble > span,
.c-anime_bubble > img,
.c-anime_bubble > picture {
  transform-origin: center;
  animation: bubble 4s linear alternate infinite;
  display: inline-block;
}
.c-anime_bubble > span:nth-child(2),
.c-anime_bubble > img:nth-child(2),
.c-anime_bubble > picture:nth-child(2) {
  animation-delay: -4.2s;
}
.c-anime_bubble > span:nth-child(3),
.c-anime_bubble > img:nth-child(3),
.c-anime_bubble > picture:nth-child(3) {
  animation-delay: -4.8s;
}
.c-anime_bubble > span:nth-child(4),
.c-anime_bubble > img:nth-child(4),
.c-anime_bubble > picture:nth-child(4) {
  animation-delay: -8.4s;
}
.c-anime_bubble > span:nth-child(5),
.c-anime_bubble > img:nth-child(5),
.c-anime_bubble > picture:nth-child(5) {
  animation-delay: -6s;
}
.c-anime_bubble > span:nth-child(6),
.c-anime_bubble > img:nth-child(6),
.c-anime_bubble > picture:nth-child(6) {
  animation-delay: -4.2s;
}
.c-anime_bubble > span:nth-child(7),
.c-anime_bubble > img:nth-child(7),
.c-anime_bubble > picture:nth-child(7) {
  animation-delay: -8.4s;
}
.c-anime_bubble > span:nth-child(8),
.c-anime_bubble > img:nth-child(8),
.c-anime_bubble > picture:nth-child(8) {
  animation-delay: -4.2s;
}
.c-anime_bubble > span:nth-child(9),
.c-anime_bubble > img:nth-child(9),
.c-anime_bubble > picture:nth-child(9) {
  animation-delay: -3s;
}
.c-anime_bubble > span:nth-child(10),
.c-anime_bubble > img:nth-child(10),
.c-anime_bubble > picture:nth-child(10) {
  animation-delay: -4.8s;
}
.c-anime_bubble > span:nth-child(11),
.c-anime_bubble > img:nth-child(11),
.c-anime_bubble > picture:nth-child(11) {
  animation-delay: -1.2s;
}
.c-anime_bubble > span:nth-child(12),
.c-anime_bubble > img:nth-child(12),
.c-anime_bubble > picture:nth-child(12) {
  animation-delay: -3s;
}
.c-anime_bubble > span:nth-child(13),
.c-anime_bubble > img:nth-child(13),
.c-anime_bubble > picture:nth-child(13) {
  animation-delay: -4.8s;
}
.c-anime_bubble > span:nth-child(14),
.c-anime_bubble > img:nth-child(14),
.c-anime_bubble > picture:nth-child(14) {
  animation-delay: -5.4s;
}
.c-anime_bubble > span:nth-child(15),
.c-anime_bubble > img:nth-child(15),
.c-anime_bubble > picture:nth-child(15) {
  animation-delay: -3s;
}
.c-anime_bubble > span:nth-child(16),
.c-anime_bubble > img:nth-child(16),
.c-anime_bubble > picture:nth-child(16) {
  animation-delay: -6.6s;
}
.c-anime_bubble > span:nth-child(17),
.c-anime_bubble > img:nth-child(17),
.c-anime_bubble > picture:nth-child(17) {
  animation-delay: -6s;
}
.c-anime_bubble > span:nth-child(18),
.c-anime_bubble > img:nth-child(18),
.c-anime_bubble > picture:nth-child(18) {
  animation-delay: -5.4s;
}
.c-anime_bubble > span:nth-child(19),
.c-anime_bubble > img:nth-child(19),
.c-anime_bubble > picture:nth-child(19) {
  animation-delay: -3.6s;
}
.c-anime_bubble > span:nth-child(20),
.c-anime_bubble > img:nth-child(20),
.c-anime_bubble > picture:nth-child(20) {
  animation-delay: -7.2s;
}
@keyframes bubble {
  0% {
    transform: scale(1, 0.95) translateY(-2rem);
  }
  10% {
    transform: scale(1, 0.95) translateY(-2rem);
  }
  50% {
    transform: scale(1, 1) translateY(0rem);
  }
  90% {
    transform: scale(1, 0.95) translateY(2rem);
  }
  100% {
    transform: scale(1, 0.95) translateY(2rem);
  }
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    width: 4rem;
    height: 4rem;
  }
}
.c-btnA svg {
  width: 2.9rem;
  transform: translateY(-0.3rem);
}
@media screen and (max-width: 768px) {
  .c-btnA svg {
    width: 1.9rem;
  }
}
.c-btnA svg path fill {
  color: #edf0f5;
  transition: 0.3s ease;
}
.c-btnA:hover {
  background-color: #edf0f5;
}
.c-btnA:hover svg path {
  fill: black;
}
.c-btnA--white {
  background-color: #edf0f5;
  border: none;
}
.c-btnA--white svg path {
  fill: black;
}
.c-btnA--white:hover {
  background: #000;
}
.c-btnA--white:hover svg path {
  fill: #edf0f5;
}
.c-btnA--red {
  background-color: #edf0f5;
  border: none;
}
.c-btnA--red svg path {
  fill: #dd4f32;
}
.c-btnA--red:hover {
  background: #000;
}
.c-btnA--red:hover svg path {
  fill: #edf0f5;
}

.c-loading {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(../images/loading_bg.png);
  background-color: #000;
  transition: all 0.5s;
}

.c-loading__logo {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 400px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .c-loading__logo {
    width: 280px;
  }
}

.c-loading__img {
  position: absolute;
  top: 40px;
  width: 300px;
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-loading__img {
    top: 30px;
    width: 200px;
  }
}

.c-loading__img .logo01 {
  width: 24%;
}

.c-loading__img .logo02 {
  width: 30%;
}

.c-loading__img .logo03 {
  margin-left: auto;
  width: 42%;
}

.c-loading__anime {
  width: 100%;
}

.c-loading__text {
  position: absolute;
  opacity: 0;
}

.c-loading .centertext {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-loading .centertext {
    font-size: 2.5rem;
  }
}

.c-inner {
  max-width: 99rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    padding: 0 2.6rem;
  }
}

@media screen and (min-width: 1025px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;, object-position: center;";
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 768px) {
  .mb105 {
    margin-bottom: 63px !important;
  }
}

.mt105 {
  margin-top: 105px !important;
}
@media screen and (max-width: 768px) {
  .mt105 {
    margin-top: 63px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 66px !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}
@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 66px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 768px) {
  .mb115 {
    margin-bottom: 69px !important;
  }
}

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 768px) {
  .mt115 {
    margin-top: 69px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 72px !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}
@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 72px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 768px) {
  .mb125 {
    margin-bottom: 75px !important;
  }
}

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 768px) {
  .mt125 {
    margin-top: 75px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 768px) {
  .mb130 {
    margin-bottom: 78px !important;
  }
}

.mt130 {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .mt130 {
    margin-top: 78px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 768px) {
  .mb135 {
    margin-bottom: 81px !important;
  }
}

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 768px) {
  .mt135 {
    margin-top: 81px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb140 {
    margin-bottom: 84px !important;
  }
}

.mt140 {
  margin-top: 140px !important;
}
@media screen and (max-width: 768px) {
  .mt140 {
    margin-top: 84px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 768px) {
  .mb145 {
    margin-bottom: 87px !important;
  }
}

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 768px) {
  .mt145 {
    margin-top: 87px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  .mb150 {
    margin-bottom: 90px !important;
  }
}

.mt150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 768px) {
  .mt150 {
    margin-top: 90px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 768px) {
  .mb155 {
    margin-bottom: 93px !important;
  }
}

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 768px) {
  .mt155 {
    margin-top: 93px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 768px) {
  .mb160 {
    margin-bottom: 96px !important;
  }
}

.mt160 {
  margin-top: 160px !important;
}
@media screen and (max-width: 768px) {
  .mt160 {
    margin-top: 96px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 768px) {
  .mb165 {
    margin-bottom: 99px !important;
  }
}

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 768px) {
  .mt165 {
    margin-top: 99px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 768px) {
  .mb170 {
    margin-bottom: 102px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 768px) {
  .mt170 {
    margin-top: 102px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 768px) {
  .mb175 {
    margin-bottom: 105px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 768px) {
  .mt175 {
    margin-top: 105px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 768px) {
  .mb180 {
    margin-bottom: 108px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 108px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 768px) {
  .mb185 {
    margin-bottom: 111px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 768px) {
  .mt185 {
    margin-top: 111px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 768px) {
  .mb190 {
    margin-bottom: 114px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 768px) {
  .mt190 {
    margin-top: 114px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 768px) {
  .mb195 {
    margin-bottom: 117px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 768px) {
  .mt195 {
    margin-top: 117px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 768px) {
  .mb200 {
    margin-bottom: 120px !important;
  }
}

.mt200 {
  margin-top: 200px !important;
}
@media screen and (max-width: 768px) {
  .mt200 {
    margin-top: 120px !important;
  }
}

.mb205 {
  margin-bottom: 205px !important;
}
@media screen and (max-width: 768px) {
  .mb205 {
    margin-bottom: 123px !important;
  }
}

.mt205 {
  margin-top: 205px !important;
}
@media screen and (max-width: 768px) {
  .mt205 {
    margin-top: 123px !important;
  }
}

.mb210 {
  margin-bottom: 210px !important;
}
@media screen and (max-width: 768px) {
  .mb210 {
    margin-bottom: 126px !important;
  }
}

.mt210 {
  margin-top: 210px !important;
}
@media screen and (max-width: 768px) {
  .mt210 {
    margin-top: 126px !important;
  }
}

.mb215 {
  margin-bottom: 215px !important;
}
@media screen and (max-width: 768px) {
  .mb215 {
    margin-bottom: 129px !important;
  }
}

.mt215 {
  margin-top: 215px !important;
}
@media screen and (max-width: 768px) {
  .mt215 {
    margin-top: 129px !important;
  }
}

.mb220 {
  margin-bottom: 220px !important;
}
@media screen and (max-width: 768px) {
  .mb220 {
    margin-bottom: 132px !important;
  }
}

.mt220 {
  margin-top: 220px !important;
}
@media screen and (max-width: 768px) {
  .mt220 {
    margin-top: 132px !important;
  }
}

.mb225 {
  margin-bottom: 225px !important;
}
@media screen and (max-width: 768px) {
  .mb225 {
    margin-bottom: 135px !important;
  }
}

.mt225 {
  margin-top: 225px !important;
}
@media screen and (max-width: 768px) {
  .mt225 {
    margin-top: 135px !important;
  }
}

.mb230 {
  margin-bottom: 230px !important;
}
@media screen and (max-width: 768px) {
  .mb230 {
    margin-bottom: 138px !important;
  }
}

.mt230 {
  margin-top: 230px !important;
}
@media screen and (max-width: 768px) {
  .mt230 {
    margin-top: 138px !important;
  }
}

.mb235 {
  margin-bottom: 235px !important;
}
@media screen and (max-width: 768px) {
  .mb235 {
    margin-bottom: 141px !important;
  }
}

.mt235 {
  margin-top: 235px !important;
}
@media screen and (max-width: 768px) {
  .mt235 {
    margin-top: 141px !important;
  }
}

.mb240 {
  margin-bottom: 240px !important;
}
@media screen and (max-width: 768px) {
  .mb240 {
    margin-bottom: 144px !important;
  }
}

.mt240 {
  margin-top: 240px !important;
}
@media screen and (max-width: 768px) {
  .mt240 {
    margin-top: 144px !important;
  }
}

.mb245 {
  margin-bottom: 245px !important;
}
@media screen and (max-width: 768px) {
  .mb245 {
    margin-bottom: 147px !important;
  }
}

.mt245 {
  margin-top: 245px !important;
}
@media screen and (max-width: 768px) {
  .mt245 {
    margin-top: 147px !important;
  }
}

.mb250 {
  margin-bottom: 250px !important;
}
@media screen and (max-width: 768px) {
  .mb250 {
    margin-bottom: 150px !important;
  }
}

.mt250 {
  margin-top: 250px !important;
}
@media screen and (max-width: 768px) {
  .mt250 {
    margin-top: 150px !important;
  }
}

.mb255 {
  margin-bottom: 255px !important;
}
@media screen and (max-width: 768px) {
  .mb255 {
    margin-bottom: 153px !important;
  }
}

.mt255 {
  margin-top: 255px !important;
}
@media screen and (max-width: 768px) {
  .mt255 {
    margin-top: 153px !important;
  }
}

.mb260 {
  margin-bottom: 260px !important;
}
@media screen and (max-width: 768px) {
  .mb260 {
    margin-bottom: 156px !important;
  }
}

.mt260 {
  margin-top: 260px !important;
}
@media screen and (max-width: 768px) {
  .mt260 {
    margin-top: 156px !important;
  }
}

.mb265 {
  margin-bottom: 265px !important;
}
@media screen and (max-width: 768px) {
  .mb265 {
    margin-bottom: 159px !important;
  }
}

.mt265 {
  margin-top: 265px !important;
}
@media screen and (max-width: 768px) {
  .mt265 {
    margin-top: 159px !important;
  }
}

.mb270 {
  margin-bottom: 270px !important;
}
@media screen and (max-width: 768px) {
  .mb270 {
    margin-bottom: 162px !important;
  }
}

.mt270 {
  margin-top: 270px !important;
}
@media screen and (max-width: 768px) {
  .mt270 {
    margin-top: 162px !important;
  }
}

.mb275 {
  margin-bottom: 275px !important;
}
@media screen and (max-width: 768px) {
  .mb275 {
    margin-bottom: 165px !important;
  }
}

.mt275 {
  margin-top: 275px !important;
}
@media screen and (max-width: 768px) {
  .mt275 {
    margin-top: 165px !important;
  }
}

.mb280 {
  margin-bottom: 280px !important;
}
@media screen and (max-width: 768px) {
  .mb280 {
    margin-bottom: 168px !important;
  }
}

.mt280 {
  margin-top: 280px !important;
}
@media screen and (max-width: 768px) {
  .mt280 {
    margin-top: 168px !important;
  }
}

.mb285 {
  margin-bottom: 285px !important;
}
@media screen and (max-width: 768px) {
  .mb285 {
    margin-bottom: 171px !important;
  }
}

.mt285 {
  margin-top: 285px !important;
}
@media screen and (max-width: 768px) {
  .mt285 {
    margin-top: 171px !important;
  }
}

.mb290 {
  margin-bottom: 290px !important;
}
@media screen and (max-width: 768px) {
  .mb290 {
    margin-bottom: 174px !important;
  }
}

.mt290 {
  margin-top: 290px !important;
}
@media screen and (max-width: 768px) {
  .mt290 {
    margin-top: 174px !important;
  }
}

.mb295 {
  margin-bottom: 295px !important;
}
@media screen and (max-width: 768px) {
  .mb295 {
    margin-bottom: 177px !important;
  }
}

.mt295 {
  margin-top: 295px !important;
}
@media screen and (max-width: 768px) {
  .mt295 {
    margin-top: 177px !important;
  }
}

.mb300 {
  margin-bottom: 300px !important;
}
@media screen and (max-width: 768px) {
  .mb300 {
    margin-bottom: 180px !important;
  }
}

.mt300 {
  margin-top: 300px !important;
}
@media screen and (max-width: 768px) {
  .mt300 {
    margin-top: 180px !important;
  }
}

.mb305 {
  margin-bottom: 305px !important;
}
@media screen and (max-width: 768px) {
  .mb305 {
    margin-bottom: 183px !important;
  }
}

.mt305 {
  margin-top: 305px !important;
}
@media screen and (max-width: 768px) {
  .mt305 {
    margin-top: 183px !important;
  }
}

.mb310 {
  margin-bottom: 310px !important;
}
@media screen and (max-width: 768px) {
  .mb310 {
    margin-bottom: 186px !important;
  }
}

.mt310 {
  margin-top: 310px !important;
}
@media screen and (max-width: 768px) {
  .mt310 {
    margin-top: 186px !important;
  }
}

.mb315 {
  margin-bottom: 315px !important;
}
@media screen and (max-width: 768px) {
  .mb315 {
    margin-bottom: 189px !important;
  }
}

.mt315 {
  margin-top: 315px !important;
}
@media screen and (max-width: 768px) {
  .mt315 {
    margin-top: 189px !important;
  }
}

.mb320 {
  margin-bottom: 320px !important;
}
@media screen and (max-width: 768px) {
  .mb320 {
    margin-bottom: 192px !important;
  }
}

.mt320 {
  margin-top: 320px !important;
}
@media screen and (max-width: 768px) {
  .mt320 {
    margin-top: 192px !important;
  }
}

.mb325 {
  margin-bottom: 325px !important;
}
@media screen and (max-width: 768px) {
  .mb325 {
    margin-bottom: 195px !important;
  }
}

.mt325 {
  margin-top: 325px !important;
}
@media screen and (max-width: 768px) {
  .mt325 {
    margin-top: 195px !important;
  }
}

.mb330 {
  margin-bottom: 330px !important;
}
@media screen and (max-width: 768px) {
  .mb330 {
    margin-bottom: 198px !important;
  }
}

.mt330 {
  margin-top: 330px !important;
}
@media screen and (max-width: 768px) {
  .mt330 {
    margin-top: 198px !important;
  }
}

.mb335 {
  margin-bottom: 335px !important;
}
@media screen and (max-width: 768px) {
  .mb335 {
    margin-bottom: 201px !important;
  }
}

.mt335 {
  margin-top: 335px !important;
}
@media screen and (max-width: 768px) {
  .mt335 {
    margin-top: 201px !important;
  }
}

.mb340 {
  margin-bottom: 340px !important;
}
@media screen and (max-width: 768px) {
  .mb340 {
    margin-bottom: 204px !important;
  }
}

.mt340 {
  margin-top: 340px !important;
}
@media screen and (max-width: 768px) {
  .mt340 {
    margin-top: 204px !important;
  }
}

.mb345 {
  margin-bottom: 345px !important;
}
@media screen and (max-width: 768px) {
  .mb345 {
    margin-bottom: 207px !important;
  }
}

.mt345 {
  margin-top: 345px !important;
}
@media screen and (max-width: 768px) {
  .mt345 {
    margin-top: 207px !important;
  }
}

.mb350 {
  margin-bottom: 350px !important;
}
@media screen and (max-width: 768px) {
  .mb350 {
    margin-bottom: 210px !important;
  }
}

.mt350 {
  margin-top: 350px !important;
}
@media screen and (max-width: 768px) {
  .mt350 {
    margin-top: 210px !important;
  }
}

.mb355 {
  margin-bottom: 355px !important;
}
@media screen and (max-width: 768px) {
  .mb355 {
    margin-bottom: 213px !important;
  }
}

.mt355 {
  margin-top: 355px !important;
}
@media screen and (max-width: 768px) {
  .mt355 {
    margin-top: 213px !important;
  }
}

.mb360 {
  margin-bottom: 360px !important;
}
@media screen and (max-width: 768px) {
  .mb360 {
    margin-bottom: 216px !important;
  }
}

.mt360 {
  margin-top: 360px !important;
}
@media screen and (max-width: 768px) {
  .mt360 {
    margin-top: 216px !important;
  }
}

.mb365 {
  margin-bottom: 365px !important;
}
@media screen and (max-width: 768px) {
  .mb365 {
    margin-bottom: 219px !important;
  }
}

.mt365 {
  margin-top: 365px !important;
}
@media screen and (max-width: 768px) {
  .mt365 {
    margin-top: 219px !important;
  }
}

.mb370 {
  margin-bottom: 370px !important;
}
@media screen and (max-width: 768px) {
  .mb370 {
    margin-bottom: 222px !important;
  }
}

.mt370 {
  margin-top: 370px !important;
}
@media screen and (max-width: 768px) {
  .mt370 {
    margin-top: 222px !important;
  }
}

.mb375 {
  margin-bottom: 375px !important;
}
@media screen and (max-width: 768px) {
  .mb375 {
    margin-bottom: 225px !important;
  }
}

.mt375 {
  margin-top: 375px !important;
}
@media screen and (max-width: 768px) {
  .mt375 {
    margin-top: 225px !important;
  }
}

.mb380 {
  margin-bottom: 380px !important;
}
@media screen and (max-width: 768px) {
  .mb380 {
    margin-bottom: 228px !important;
  }
}

.mt380 {
  margin-top: 380px !important;
}
@media screen and (max-width: 768px) {
  .mt380 {
    margin-top: 228px !important;
  }
}

.mb385 {
  margin-bottom: 385px !important;
}
@media screen and (max-width: 768px) {
  .mb385 {
    margin-bottom: 231px !important;
  }
}

.mt385 {
  margin-top: 385px !important;
}
@media screen and (max-width: 768px) {
  .mt385 {
    margin-top: 231px !important;
  }
}

.mb390 {
  margin-bottom: 390px !important;
}
@media screen and (max-width: 768px) {
  .mb390 {
    margin-bottom: 234px !important;
  }
}

.mt390 {
  margin-top: 390px !important;
}
@media screen and (max-width: 768px) {
  .mt390 {
    margin-top: 234px !important;
  }
}

.mb395 {
  margin-bottom: 395px !important;
}
@media screen and (max-width: 768px) {
  .mb395 {
    margin-bottom: 237px !important;
  }
}

.mt395 {
  margin-top: 395px !important;
}
@media screen and (max-width: 768px) {
  .mt395 {
    margin-top: 237px !important;
  }
}

.mb400 {
  margin-bottom: 400px !important;
}
@media screen and (max-width: 768px) {
  .mb400 {
    margin-bottom: 240px !important;
  }
}

.mt400 {
  margin-top: 400px !important;
}
@media screen and (max-width: 768px) {
  .mt400 {
    margin-top: 240px !important;
  }
}

.mb405 {
  margin-bottom: 405px !important;
}
@media screen and (max-width: 768px) {
  .mb405 {
    margin-bottom: 243px !important;
  }
}

.mt405 {
  margin-top: 405px !important;
}
@media screen and (max-width: 768px) {
  .mt405 {
    margin-top: 243px !important;
  }
}

.mb410 {
  margin-bottom: 410px !important;
}
@media screen and (max-width: 768px) {
  .mb410 {
    margin-bottom: 246px !important;
  }
}

.mt410 {
  margin-top: 410px !important;
}
@media screen and (max-width: 768px) {
  .mt410 {
    margin-top: 246px !important;
  }
}

.mb415 {
  margin-bottom: 415px !important;
}
@media screen and (max-width: 768px) {
  .mb415 {
    margin-bottom: 249px !important;
  }
}

.mt415 {
  margin-top: 415px !important;
}
@media screen and (max-width: 768px) {
  .mt415 {
    margin-top: 249px !important;
  }
}

.mb420 {
  margin-bottom: 420px !important;
}
@media screen and (max-width: 768px) {
  .mb420 {
    margin-bottom: 252px !important;
  }
}

.mt420 {
  margin-top: 420px !important;
}
@media screen and (max-width: 768px) {
  .mt420 {
    margin-top: 252px !important;
  }
}

.mb425 {
  margin-bottom: 425px !important;
}
@media screen and (max-width: 768px) {
  .mb425 {
    margin-bottom: 255px !important;
  }
}

.mt425 {
  margin-top: 425px !important;
}
@media screen and (max-width: 768px) {
  .mt425 {
    margin-top: 255px !important;
  }
}

.mb430 {
  margin-bottom: 430px !important;
}
@media screen and (max-width: 768px) {
  .mb430 {
    margin-bottom: 258px !important;
  }
}

.mt430 {
  margin-top: 430px !important;
}
@media screen and (max-width: 768px) {
  .mt430 {
    margin-top: 258px !important;
  }
}

.mb435 {
  margin-bottom: 435px !important;
}
@media screen and (max-width: 768px) {
  .mb435 {
    margin-bottom: 261px !important;
  }
}

.mt435 {
  margin-top: 435px !important;
}
@media screen and (max-width: 768px) {
  .mt435 {
    margin-top: 261px !important;
  }
}

.mb440 {
  margin-bottom: 440px !important;
}
@media screen and (max-width: 768px) {
  .mb440 {
    margin-bottom: 264px !important;
  }
}

.mt440 {
  margin-top: 440px !important;
}
@media screen and (max-width: 768px) {
  .mt440 {
    margin-top: 264px !important;
  }
}

.mb445 {
  margin-bottom: 445px !important;
}
@media screen and (max-width: 768px) {
  .mb445 {
    margin-bottom: 267px !important;
  }
}

.mt445 {
  margin-top: 445px !important;
}
@media screen and (max-width: 768px) {
  .mt445 {
    margin-top: 267px !important;
  }
}

.mb450 {
  margin-bottom: 450px !important;
}
@media screen and (max-width: 768px) {
  .mb450 {
    margin-bottom: 270px !important;
  }
}

.mt450 {
  margin-top: 450px !important;
}
@media screen and (max-width: 768px) {
  .mt450 {
    margin-top: 270px !important;
  }
}

.mb455 {
  margin-bottom: 455px !important;
}
@media screen and (max-width: 768px) {
  .mb455 {
    margin-bottom: 273px !important;
  }
}

.mt455 {
  margin-top: 455px !important;
}
@media screen and (max-width: 768px) {
  .mt455 {
    margin-top: 273px !important;
  }
}

.mb460 {
  margin-bottom: 460px !important;
}
@media screen and (max-width: 768px) {
  .mb460 {
    margin-bottom: 276px !important;
  }
}

.mt460 {
  margin-top: 460px !important;
}
@media screen and (max-width: 768px) {
  .mt460 {
    margin-top: 276px !important;
  }
}

.mb465 {
  margin-bottom: 465px !important;
}
@media screen and (max-width: 768px) {
  .mb465 {
    margin-bottom: 279px !important;
  }
}

.mt465 {
  margin-top: 465px !important;
}
@media screen and (max-width: 768px) {
  .mt465 {
    margin-top: 279px !important;
  }
}

.mb470 {
  margin-bottom: 470px !important;
}
@media screen and (max-width: 768px) {
  .mb470 {
    margin-bottom: 282px !important;
  }
}

.mt470 {
  margin-top: 470px !important;
}
@media screen and (max-width: 768px) {
  .mt470 {
    margin-top: 282px !important;
  }
}

.mb475 {
  margin-bottom: 475px !important;
}
@media screen and (max-width: 768px) {
  .mb475 {
    margin-bottom: 285px !important;
  }
}

.mt475 {
  margin-top: 475px !important;
}
@media screen and (max-width: 768px) {
  .mt475 {
    margin-top: 285px !important;
  }
}

.mb480 {
  margin-bottom: 480px !important;
}
@media screen and (max-width: 768px) {
  .mb480 {
    margin-bottom: 288px !important;
  }
}

.mt480 {
  margin-top: 480px !important;
}
@media screen and (max-width: 768px) {
  .mt480 {
    margin-top: 288px !important;
  }
}

.mb485 {
  margin-bottom: 485px !important;
}
@media screen and (max-width: 768px) {
  .mb485 {
    margin-bottom: 291px !important;
  }
}

.mt485 {
  margin-top: 485px !important;
}
@media screen and (max-width: 768px) {
  .mt485 {
    margin-top: 291px !important;
  }
}

.mb490 {
  margin-bottom: 490px !important;
}
@media screen and (max-width: 768px) {
  .mb490 {
    margin-bottom: 294px !important;
  }
}

.mt490 {
  margin-top: 490px !important;
}
@media screen and (max-width: 768px) {
  .mt490 {
    margin-top: 294px !important;
  }
}

.mb495 {
  margin-bottom: 495px !important;
}
@media screen and (max-width: 768px) {
  .mb495 {
    margin-bottom: 297px !important;
  }
}

.mt495 {
  margin-top: 495px !important;
}
@media screen and (max-width: 768px) {
  .mt495 {
    margin-top: 297px !important;
  }
}

.mb500 {
  margin-bottom: 500px !important;
}
@media screen and (max-width: 768px) {
  .mb500 {
    margin-bottom: 300px !important;
  }
}

.mt500 {
  margin-top: 500px !important;
}
@media screen and (max-width: 768px) {
  .mt500 {
    margin-top: 300px !important;
  }
}

.c-center {
  text-align: center;
}

.c-left {
  text-align: left;
}

.c-right {
  text-align: right;
}

.p-design {
  background: url(../images/main_bg.png) center, url(../images/design_bg@2x.png) top 6rem right no-repeat #dd4f32;
  background-size: 100%, 127.7rem;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 3rem 2.5rem rgba(0, 0, 0, 0.1), 0px -3rem 2.5rem rgba(0, 0, 0, 0.1);
  border-radius: 9rem;
  padding: 5rem 0 24rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .p-design {
    border-radius: 2.6rem;
    box-shadow: 0px 0.8rem 0.7rem rgba(0, 0, 0, 0.1), 0px -0.8rem 0.7rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0 7rem;
    background: url(../images/main_bg.png) center no-repeat, url(../images/design_bg_sp@2x.png) right top 7.7rem no-repeat #dd4f32;
    background-size: cover, 27rem;
    background-blend-mode: multiply, normal;
  }
}
@media screen and (max-width: 768px) {
  .p-design .c-inner {
    padding: 0 4.6rem;
  }
}
.p-design .p-project__page {
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-design .p-project__page {
    margin-bottom: 3.6rem;
  }
}
.p-design__title {
  color: #edf0f5;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-design__title {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: center;
  }
}
.p-design__stitle {
  color: #edf0f5;
  font-size: 8.5rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 13.6rem;
}
@media screen and (max-width: 768px) {
  .p-design__stitle {
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 6.4rem;
  }
}
.p-design__stitle > span {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 1rem;
}
.p-design__stitle > span > span {
  transform: translateY(calc(100% + 1rem));
  transition: 0.5s ease;
}
.p-design__stitle > span > span:nth-child(1) {
  transition-delay: 0.03s;
}
.p-design__stitle > span > span:nth-child(2) {
  transition-delay: 0.06s;
}
.p-design__stitle > span > span:nth-child(3) {
  transition-delay: 0.09s;
}
.p-design__stitle > span > span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-design__stitle > span > span:nth-child(5) {
  transition-delay: 0.15s;
}
.p-design__stitle > span > span:nth-child(6) {
  transition-delay: 0.18s;
}
.p-design__stitle > span > span:nth-child(7) {
  transition-delay: 0.21s;
}
.p-design__stitle > span > span:nth-child(8) {
  transition-delay: 0.24s;
}
.p-design__stitle > span > span:nth-child(9) {
  transition-delay: 0.27s;
}
.p-design__stitle > span > span:nth-child(10) {
  transition-delay: 0.3s;
}
.p-design__stitle > span > span:nth-child(11) {
  transition-delay: 0.33s;
}
.p-design__stitle > span > span:nth-child(12) {
  transition-delay: 0.36s;
}
.p-design__stitle > span > span:nth-child(13) {
  transition-delay: 0.39s;
}
.p-design__stitle > span > span:nth-child(14) {
  transition-delay: 0.42s;
}
.p-design__stitle > span > span:nth-child(15) {
  transition-delay: 0.45s;
}
.p-design__stitle > span > span:nth-child(16) {
  transition-delay: 0.48s;
}
.p-design__stitle > span > span:nth-child(17) {
  transition-delay: 0.51s;
}
.p-design__stitle > span > span:nth-child(18) {
  transition-delay: 0.54s;
}
.p-design__stitle > span > span:nth-child(19) {
  transition-delay: 0.57s;
}
.p-design__stitle > span > span:nth-child(20) {
  transition-delay: 0.6s;
}
.p-design__stitle > span > span:nth-child(21) {
  transition-delay: 0.63s;
}
.p-design__stitle > span > span:nth-child(22) {
  transition-delay: 0.66s;
}
.p-design__stitle > span > span:nth-child(23) {
  transition-delay: 0.69s;
}
.p-design__stitle > span > span:nth-child(24) {
  transition-delay: 0.72s;
}
.p-design__stitle > span > span:nth-child(25) {
  transition-delay: 0.75s;
}
.p-design__stitle > span > span:nth-child(26) {
  transition-delay: 0.78s;
}
.p-design__stitle > span > span:nth-child(27) {
  transition-delay: 0.81s;
}
.p-design__stitle > span > span:nth-child(28) {
  transition-delay: 0.84s;
}
.p-design__stitle > span > span:nth-child(29) {
  transition-delay: 0.87s;
}
.p-design__stitle > span > span:nth-child(30) {
  transition-delay: 0.9s;
}
.p-design__stitle > span > span:nth-child(31) {
  transition-delay: 0.93s;
}
.p-design__stitle > span > span:nth-child(32) {
  transition-delay: 0.96s;
}
.p-design__stitle > span > span:nth-child(33) {
  transition-delay: 0.99s;
}
.p-design__stitle > span > span:nth-child(34) {
  transition-delay: 1.02s;
}
.p-design__stitle > span > span:nth-child(35) {
  transition-delay: 1.05s;
}
.p-design__stitle > span > span:nth-child(36) {
  transition-delay: 1.08s;
}
.p-design__stitle > span > span:nth-child(37) {
  transition-delay: 1.11s;
}
.p-design__stitle > span > span:nth-child(38) {
  transition-delay: 1.14s;
}
.p-design__stitle > span > span:nth-child(39) {
  transition-delay: 1.17s;
}
.p-design__stitle > span > span:nth-child(40) {
  transition-delay: 1.2s;
}
.p-design__stitle > span > span:nth-child(41) {
  transition-delay: 1.23s;
}
.p-design__stitle > span > span:nth-child(42) {
  transition-delay: 1.26s;
}
.p-design__stitle > span > span:nth-child(43) {
  transition-delay: 1.29s;
}
.p-design__stitle > span > span:nth-child(44) {
  transition-delay: 1.32s;
}
.p-design__stitle > span > span:nth-child(45) {
  transition-delay: 1.35s;
}
.p-design__stitle > span > span:nth-child(46) {
  transition-delay: 1.38s;
}
.p-design__stitle > span > span:nth-child(47) {
  transition-delay: 1.41s;
}
.p-design__stitle > span > span:nth-child(48) {
  transition-delay: 1.44s;
}
.p-design__stitle > span > span:nth-child(49) {
  transition-delay: 1.47s;
}
.p-design__stitle > span > span:nth-child(50) {
  transition-delay: 1.5s;
}
.p-design__stitle.aos-animate > span > span {
  transform: translateY(0);
}
.p-design__textarea {
  color: #edf0f5;
  width: 35rem;
  margin-left: auto;
  margin-bottom: 11.4rem;
}
@media screen and (max-width: 768px) {
  .p-design__textarea {
    width: auto;
  }
}
.p-design__textarea .title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-design__textarea .title {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.p-design__textarea .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  .p-design__textarea .text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-design__swiper {
    margin: 0 1rem;
    position: relative;
  }
}
.p-design__swiper .swiper {
  overflow: visible;
}
.p-design__swiper .swiper-slide {
  width: 37.1rem;
}
@media screen and (max-width: 768px) {
  .p-design__swiper .swiper-slide {
    width: auto;
  }
}
@media screen and (min-width: 769px), print {
  .p-design__swiper .pager {
    margin-top: 6.2rem;
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
  }
}
.p-design__swiper .pager .swiper-button-prev, .p-design__swiper .pager .swiper-button-next {
  width: auto;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 769px), print {
  .p-design__swiper .pager .swiper-button-prev, .p-design__swiper .pager .swiper-button-next {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .p-design__swiper .pager .swiper-button-prev, .p-design__swiper .pager .swiper-button-next {
    top: 16rem;
  }
}
.p-design__swiper .pager .swiper-button-prev:after, .p-design__swiper .pager .swiper-button-next:after {
  content: "none";
}
.p-design__swiper .pager .swiper-button-prev {
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .p-design__swiper .pager .swiper-button-prev {
    left: -2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-design__swiper .pager .swiper-button-next {
    right: -2rem;
  }
}
.p-design__article {
  display: block;
}
.p-design__article:hover {
  opacity: 1;
}
.p-design__article:hover .image {
  transform: scale(0.9);
}
.p-design__article:hover .image:after {
  opacity: 1;
}
.p-design__article:hover .image img {
  transform: scale(1.0869565217);
}
.p-design__article-list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-design__article-list {
    flex-direction: column;
  }
}
.p-design__article .image {
  height: 47.1rem;
  position: relative;
  transition: 0.3s ease;
  border-radius: 5rem;
  overflow: hidden;
  isolation: isolate;
}
@media screen and (max-width: 768px) {
  .p-design__article .image {
    height: 33rem;
    border-radius: 3rem;
  }
}
.p-design__article .image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  opacity: 0;
}
.p-design__article .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.p-design__article .textarea {
  margin-top: 4.7rem;
  padding: 0 1.7rem;
  opacity: 0.6;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-design__article .textarea {
    position: relative;
    z-index: 1;
    margin-top: 1rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-design__article .textarea .date {
  font-size: 1.4rem;
  line-height: 2.14;
  color: #d9d9d9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-design__article .textarea .date {
    font-size: 1.1rem;
    margin-right: 1rem;
  }
}
.p-design__article .textarea .title {
  font-size: 1.6rem;
  line-height: 1.88;
  color: #edf0f5;
  font-weight: bold;
  margin: 0.7rem 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .p-design__article .textarea .title {
    order: 2;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.85;
  }
}
.p-design__article .textarea .tag {
  font-size: 1.4rem;
  line-height: 2.14;
  color: #d9d9d9;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-design__article .textarea .tag {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-design__btn {
    text-align: right;
    margin-top: 3.2rem;
  }
}

.p-design {
  padding-bottom: 14rem;
}

.p-design__inner {
  position: relative;
  translate: none;
  transform: none;
}

.p-design__bubble {
  position: absolute;
  top: 43rem;
  left: -14rem;
  z-index: 1;
  width: 51.6rem;
  height: auto;
  aspect-ratio: 516/502;
  pointer-events: none;
}

.p-design a:hover img {
  scale: 1.04;
}
.p-design a:hover .textarea {
  opacity: 1;
}

.p-design .image__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 479/471;
  overflow: hidden;
  border-radius: 5rem;
}

.p-design .image__image img {
  transition: 0.8s ease;
}

.p-design .scrollText_Wrap {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 200rem;
  max-width: none;
  height: 8.7rem;
  overflow: hidden;
}

.p-design .scrollText {
  display: flex;
}

.p-design .scrollText img {
  padding-left: 5rem;
}

.p-design .scrollText img:first-child {
  animation: mvscroll01 30s -15s linear infinite;
}

.p-design .scrollText img:last-child {
  animation: mvscroll02 30s linear infinite;
}

@keyframes mvscroll01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes mvscroll02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@media screen and (max-width: 768px) {
  .p-design {
    padding-bottom: 8rem;
  }
  .p-design__textarea {
    margin-bottom: 3rem;
  }
  .p-design .image__image {
    border-radius: 1.5rem;
    aspect-ratio: 285/205;
  }
  .p-design .image__image img {
    width: 200%;
    max-width: none;
  }
  .p-design__bubble {
    top: auto;
    bottom: -20rem;
    width: 36rem;
  }
  .p-design .scrollText_Wrap {
    width: 57rem;
    height: 5rem;
    overflow: hidden;
  }
}
.p-flowtext {
  position: relative;
}
.p-flowtext:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(white 0%, rgba(255, 255, 255, 0) 60%);
  width: 100%;
  height: 100vw;
  z-index: 2;
  pointer-events: none;
}
.p-flowtext .swiper {
  z-index: 1;
}
.p-flowtext .swiper-wrapper {
  transition-timing-function: linear;
}
.p-flowtext .swiper-slide {
  font-size: 12.8rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  .p-flowtext .swiper-slide {
    font-size: 4.8rem;
  }
}

.p-goods {
  background: url(../images/main_bg.png) center, url(../images/goods_bg@2x.png) top 9.2rem left no-repeat #566ca3;
  background-size: 100%, 113rem;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 3rem 2.5rem rgba(0, 0, 0, 0.1), 0px -3rem 2.5rem rgba(0, 0, 0, 0.1);
  border-radius: 9rem 9rem 0 0;
  padding: 5rem 0 24.1rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-bottom: -9rem;
}
@media screen and (max-width: 768px) {
  .p-goods {
    border-radius: 2.6rem 2.6rem 0 0;
    margin-bottom: -2.6rem;
    box-shadow: 0px 0.8rem 0.7rem rgba(0, 0, 0, 0.1), 0px -0.8rem 0.7rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0 9rem;
    background: url(../images/main_bg.png) center no-repeat, url(../images/goods_bg_sp@2x.png) top 2.4rem left no-repeat #566ca3;
    background-size: cover, 39.5rem;
    background-blend-mode: multiply, normal;
  }
}
@media screen and (max-width: 768px) {
  .p-goods .c-inner {
    padding: 0 4.5rem;
  }
}
.p-goods .p-project__page {
  margin-bottom: 15.5rem;
}
@media screen and (max-width: 768px) {
  .p-goods .p-project__page {
    margin-bottom: 1.8rem;
  }
}
.p-goods__title {
  color: #edf0f5;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-goods__title {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }
}
.p-goods__stitle {
  color: #edf0f5;
  font-size: 10rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 14rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-goods__stitle {
    font-size: 4rem;
    line-height: 1.25;
    text-align: center;
    align-items: center;
    margin-bottom: 7rem;
  }
}
.p-goods__stitle > span {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-goods__stitle > span {
    padding-bottom: 0;
  }
}
.p-goods__stitle > span > span {
  transform: translateY(calc(100% + 1rem));
  transition: 0.5s ease;
}
.p-goods__stitle > span > span:nth-child(1) {
  transition-delay: 0.03s;
}
.p-goods__stitle > span > span:nth-child(2) {
  transition-delay: 0.06s;
}
.p-goods__stitle > span > span:nth-child(3) {
  transition-delay: 0.09s;
}
.p-goods__stitle > span > span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-goods__stitle > span > span:nth-child(5) {
  transition-delay: 0.15s;
}
.p-goods__stitle > span > span:nth-child(6) {
  transition-delay: 0.18s;
}
.p-goods__stitle > span > span:nth-child(7) {
  transition-delay: 0.21s;
}
.p-goods__stitle > span > span:nth-child(8) {
  transition-delay: 0.24s;
}
.p-goods__stitle > span > span:nth-child(9) {
  transition-delay: 0.27s;
}
.p-goods__stitle > span > span:nth-child(10) {
  transition-delay: 0.3s;
}
.p-goods__stitle > span > span:nth-child(11) {
  transition-delay: 0.33s;
}
.p-goods__stitle > span > span:nth-child(12) {
  transition-delay: 0.36s;
}
.p-goods__stitle > span > span:nth-child(13) {
  transition-delay: 0.39s;
}
.p-goods__stitle > span > span:nth-child(14) {
  transition-delay: 0.42s;
}
.p-goods__stitle > span > span:nth-child(15) {
  transition-delay: 0.45s;
}
.p-goods__stitle > span > span:nth-child(16) {
  transition-delay: 0.48s;
}
.p-goods__stitle > span > span:nth-child(17) {
  transition-delay: 0.51s;
}
.p-goods__stitle > span > span:nth-child(18) {
  transition-delay: 0.54s;
}
.p-goods__stitle > span > span:nth-child(19) {
  transition-delay: 0.57s;
}
.p-goods__stitle > span > span:nth-child(20) {
  transition-delay: 0.6s;
}
.p-goods__stitle > span > span:nth-child(21) {
  transition-delay: 0.63s;
}
.p-goods__stitle > span > span:nth-child(22) {
  transition-delay: 0.66s;
}
.p-goods__stitle > span > span:nth-child(23) {
  transition-delay: 0.69s;
}
.p-goods__stitle > span > span:nth-child(24) {
  transition-delay: 0.72s;
}
.p-goods__stitle > span > span:nth-child(25) {
  transition-delay: 0.75s;
}
.p-goods__stitle > span > span:nth-child(26) {
  transition-delay: 0.78s;
}
.p-goods__stitle > span > span:nth-child(27) {
  transition-delay: 0.81s;
}
.p-goods__stitle > span > span:nth-child(28) {
  transition-delay: 0.84s;
}
.p-goods__stitle > span > span:nth-child(29) {
  transition-delay: 0.87s;
}
.p-goods__stitle > span > span:nth-child(30) {
  transition-delay: 0.9s;
}
.p-goods__stitle > span > span:nth-child(31) {
  transition-delay: 0.93s;
}
.p-goods__stitle > span > span:nth-child(32) {
  transition-delay: 0.96s;
}
.p-goods__stitle > span > span:nth-child(33) {
  transition-delay: 0.99s;
}
.p-goods__stitle > span > span:nth-child(34) {
  transition-delay: 1.02s;
}
.p-goods__stitle > span > span:nth-child(35) {
  transition-delay: 1.05s;
}
.p-goods__stitle > span > span:nth-child(36) {
  transition-delay: 1.08s;
}
.p-goods__stitle > span > span:nth-child(37) {
  transition-delay: 1.11s;
}
.p-goods__stitle > span > span:nth-child(38) {
  transition-delay: 1.14s;
}
.p-goods__stitle > span > span:nth-child(39) {
  transition-delay: 1.17s;
}
.p-goods__stitle > span > span:nth-child(40) {
  transition-delay: 1.2s;
}
.p-goods__stitle > span > span:nth-child(41) {
  transition-delay: 1.23s;
}
.p-goods__stitle > span > span:nth-child(42) {
  transition-delay: 1.26s;
}
.p-goods__stitle > span > span:nth-child(43) {
  transition-delay: 1.29s;
}
.p-goods__stitle > span > span:nth-child(44) {
  transition-delay: 1.32s;
}
.p-goods__stitle > span > span:nth-child(45) {
  transition-delay: 1.35s;
}
.p-goods__stitle > span > span:nth-child(46) {
  transition-delay: 1.38s;
}
.p-goods__stitle > span > span:nth-child(47) {
  transition-delay: 1.41s;
}
.p-goods__stitle > span > span:nth-child(48) {
  transition-delay: 1.44s;
}
.p-goods__stitle > span > span:nth-child(49) {
  transition-delay: 1.47s;
}
.p-goods__stitle > span > span:nth-child(50) {
  transition-delay: 1.5s;
}
.p-goods__stitle.aos-animate > span > span {
  transform: translateY(0);
}
.p-goods__flex {
  display: flex;
  align-items: flex-end;
  gap: 14.5rem;
  margin-left: -14.6rem;
}
@media screen and (max-width: 768px) {
  .p-goods__flex {
    display: block;
    margin-left: 0;
  }
}
.p-goods__flex .image {
  position: relative;
  width: 64.1rem;
  height: auto;
  aspect-ratio: 641/457;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .image {
    width: auto;
    text-align: center;
  }
}
.p-goods__flex .image .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("../images/kv_slide_mask.png");
          mask-image: url("../images/kv_slide_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 200% 200%;
          mask-size: 200% 200%;
  -webkit-mask-position: 100% 100%;
          mask-position: 100% 100%;
}
.p-goods__flex .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .image img {
    border-radius: 1.5rem;
  }
}
.p-goods__flex .textarea {
  color: #edf0f5;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .textarea .titlearea {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
.p-goods__flex .textarea .num {
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .textarea .num {
    font-size: 3rem;
    margin-bottom: 0;
  }
}
.p-goods__flex .textarea .title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .textarea .title {
    font-size: 1.6rem;
    line-height: 1.69;
  }
}
.p-goods__flex .textarea .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  .p-goods__flex .textarea .text {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 3.2rem;
  }
}
.p-goods__flex .textarea .btn {
  text-align: right;
  margin-top: 3rem;
}
.p-goods__flex--rev {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: -14.6rem;
  margin-bottom: 16rem;
}
@media screen and (max-width: 768px) {
  .p-goods__flex--rev {
    margin-right: 0;
    margin-bottom: 9.7rem;
  }
}
@media screen and (min-width: 769px), print {
  .p-goods__flex--rev .image img {
    border-radius: 5rem 0 0 5rem;
  }
}

.p-landing {
  background: url(../images/main_bg.png) center, url(../images/landing_bg@2x.png) center no-repeat #dd4f32;
  background-size: 100%, 121.3rem;
  background-blend-mode: multiply, normal;
  box-shadow: 0px 3rem 2.5rem rgba(0, 0, 0, 0.1), 0px -3rem 2.5rem rgba(0, 0, 0, 0.1);
  border-radius: 9rem;
  padding: 5rem 0 23.7rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-landing {
    border-radius: 2.6rem;
    box-shadow: 0px 0.8rem 0.7rem rgba(0, 0, 0, 0.1), 0px -0.8rem 0.7rem rgba(0, 0, 0, 0.1);
    padding: 1.5rem 0 7rem;
    background: url(../images/main_bg.png) center, url(../images/landing_bg_sp@2x.png) left bottom no-repeat #dd4f32;
    background-size: cover, 31.1rem;
    background-blend-mode: multiply, normal;
  }
}
.p-landing .p-project__page {
  margin-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-landing .p-project__page {
    padding: 0 2rem;
    margin-bottom: 2.8rem;
  }
}
.p-landing__title {
  color: #edf0f5;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-landing__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.p-landing__stitle {
  color: #edf0f5;
  font-size: 10rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 18rem;
}
.p-landing__stitle > span {
  display: inline-flex;
  overflow: hidden;
  padding-bottom: 1rem;
}
.p-landing__stitle > span > span {
  transform: translateY(calc(100% + 1rem));
  transition: 0.5s ease;
}
.p-landing__stitle > span > span:nth-child(1) {
  transition-delay: 0.03s;
}
.p-landing__stitle > span > span:nth-child(2) {
  transition-delay: 0.06s;
}
.p-landing__stitle > span > span:nth-child(3) {
  transition-delay: 0.09s;
}
.p-landing__stitle > span > span:nth-child(4) {
  transition-delay: 0.12s;
}
.p-landing__stitle > span > span:nth-child(5) {
  transition-delay: 0.15s;
}
.p-landing__stitle > span > span:nth-child(6) {
  transition-delay: 0.18s;
}
.p-landing__stitle > span > span:nth-child(7) {
  transition-delay: 0.21s;
}
.p-landing__stitle > span > span:nth-child(8) {
  transition-delay: 0.24s;
}
.p-landing__stitle > span > span:nth-child(9) {
  transition-delay: 0.27s;
}
.p-landing__stitle > span > span:nth-child(10) {
  transition-delay: 0.3s;
}
.p-landing__stitle > span > span:nth-child(11) {
  transition-delay: 0.33s;
}
.p-landing__stitle > span > span:nth-child(12) {
  transition-delay: 0.36s;
}
.p-landing__stitle > span > span:nth-child(13) {
  transition-delay: 0.39s;
}
.p-landing__stitle > span > span:nth-child(14) {
  transition-delay: 0.42s;
}
.p-landing__stitle > span > span:nth-child(15) {
  transition-delay: 0.45s;
}
.p-landing__stitle > span > span:nth-child(16) {
  transition-delay: 0.48s;
}
.p-landing__stitle > span > span:nth-child(17) {
  transition-delay: 0.51s;
}
.p-landing__stitle > span > span:nth-child(18) {
  transition-delay: 0.54s;
}
.p-landing__stitle > span > span:nth-child(19) {
  transition-delay: 0.57s;
}
.p-landing__stitle > span > span:nth-child(20) {
  transition-delay: 0.6s;
}
.p-landing__stitle > span > span:nth-child(21) {
  transition-delay: 0.63s;
}
.p-landing__stitle > span > span:nth-child(22) {
  transition-delay: 0.66s;
}
.p-landing__stitle > span > span:nth-child(23) {
  transition-delay: 0.69s;
}
.p-landing__stitle > span > span:nth-child(24) {
  transition-delay: 0.72s;
}
.p-landing__stitle > span > span:nth-child(25) {
  transition-delay: 0.75s;
}
.p-landing__stitle > span > span:nth-child(26) {
  transition-delay: 0.78s;
}
.p-landing__stitle > span > span:nth-child(27) {
  transition-delay: 0.81s;
}
.p-landing__stitle > span > span:nth-child(28) {
  transition-delay: 0.84s;
}
.p-landing__stitle > span > span:nth-child(29) {
  transition-delay: 0.87s;
}
.p-landing__stitle > span > span:nth-child(30) {
  transition-delay: 0.9s;
}
.p-landing__stitle > span > span:nth-child(31) {
  transition-delay: 0.93s;
}
.p-landing__stitle > span > span:nth-child(32) {
  transition-delay: 0.96s;
}
.p-landing__stitle > span > span:nth-child(33) {
  transition-delay: 0.99s;
}
.p-landing__stitle > span > span:nth-child(34) {
  transition-delay: 1.02s;
}
.p-landing__stitle > span > span:nth-child(35) {
  transition-delay: 1.05s;
}
.p-landing__stitle > span > span:nth-child(36) {
  transition-delay: 1.08s;
}
.p-landing__stitle > span > span:nth-child(37) {
  transition-delay: 1.11s;
}
.p-landing__stitle > span > span:nth-child(38) {
  transition-delay: 1.14s;
}
.p-landing__stitle > span > span:nth-child(39) {
  transition-delay: 1.17s;
}
.p-landing__stitle > span > span:nth-child(40) {
  transition-delay: 1.2s;
}
.p-landing__stitle > span > span:nth-child(41) {
  transition-delay: 1.23s;
}
.p-landing__stitle > span > span:nth-child(42) {
  transition-delay: 1.26s;
}
.p-landing__stitle > span > span:nth-child(43) {
  transition-delay: 1.29s;
}
.p-landing__stitle > span > span:nth-child(44) {
  transition-delay: 1.32s;
}
.p-landing__stitle > span > span:nth-child(45) {
  transition-delay: 1.35s;
}
.p-landing__stitle > span > span:nth-child(46) {
  transition-delay: 1.38s;
}
.p-landing__stitle > span > span:nth-child(47) {
  transition-delay: 1.41s;
}
.p-landing__stitle > span > span:nth-child(48) {
  transition-delay: 1.44s;
}
.p-landing__stitle > span > span:nth-child(49) {
  transition-delay: 1.47s;
}
.p-landing__stitle > span > span:nth-child(50) {
  transition-delay: 1.5s;
}
.p-landing__stitle.aos-animate > span > span {
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .p-landing__stitle {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 3.2rem;
    margin-top: 0.5rem;
  }
}
.p-landing__flex {
  display: flex;
  gap: 14.5rem;
}
@media screen and (max-width: 768px) {
  .p-landing__flex {
    display: block;
  }
}
.p-landing__flex .image {
  width: 64.1rem;
  flex-shrink: 0;
  margin-left: -14.6rem;
}
@media screen and (max-width: 768px) {
  .p-landing__flex .image {
    width: auto;
    margin-left: 0;
    text-align: center;
  }
}
.p-landing__flex .image img {
  width: 100%;
  border-radius: 0 5rem 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-landing__flex .image img {
    width: 28.5rem;
    border-radius: 1.5rem;
  }
}
.p-landing__flex .textarea {
  color: #edf0f5;
  margin-top: 22.7rem;
}
@media screen and (max-width: 768px) {
  .p-landing__flex .textarea {
    margin-top: 3.2rem;
    padding: 0 1.4rem;
  }
}
.p-landing__flex .textarea .title {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.015em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-landing__flex .textarea .title {
    font-size: 1.6rem;
    line-height: 1.6875;
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.p-landing__flex .textarea .text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1428571429;
  letter-spacing: normal;
}
@media screen and (max-width: 768px) {
  .p-landing__flex .textarea .text {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.p-landing__flex .textarea .btn {
  text-align: right;
  margin-top: 3rem;
}

.p-message {
  padding-top: 24rem;
  padding-bottom: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-message {
    padding-top: 9.3rem;
    padding-bottom: 17.6rem;
    margin-bottom: -7.6rem;
  }
}
.p-message__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-message__flex {
    display: block;
  }
}
.p-message__flex .textarea {
  width: 48.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea {
    width: auto;
  }
}
.p-message__flex .textarea .bubble {
  position: absolute;
  left: -9.6rem;
  top: -8.2rem;
  width: 35.6rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea .bubble {
    width: 18.5rem;
    left: 16.2rem;
    top: -3.6rem;
  }
}
.p-message__flex .textarea .bubble img {
  width: 100%;
}
.p-message__flex .textarea .title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.035em;
  padding-bottom: 3.2rem;
  margin-bottom: 4.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea .title {
    font-size: 4.5rem;
    line-height: 1.11;
    text-align: center;
    padding-bottom: 2.2rem;
    margin-bottom: 3.2rem;
  }
}
.p-message__flex .textarea .title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #000;
  opacity: 0;
  transition: 1s 1s ease;
  border-radius: 50%;
}
.p-message__flex .textarea .title:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: 1s 1s ease;
}
.p-message__flex .textarea .title.aos-animate:before {
  opacity: 1;
}
.p-message__flex .textarea .title.aos-animate:after {
  transform: scaleX(1);
}
.p-message__flex .textarea .stitle {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6785714286;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea .stitle {
    font-size: 1.8rem;
    line-height: 1.78;
    text-align: center;
  }
}
.p-message__flex .textarea .text {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea .text {
    font-size: 1.2rem;
    text-align: justify;
  }
}
.p-message__flex .textarea .text + .text {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .p-message__flex .textarea .text + .text {
    margin-top: 3.2rem;
  }
}
.p-message__flex .textarea .btn {
  margin-top: 3.2rem;
  text-align: right;
}
.p-message__flex .image {
  width: 41.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image {
    width: auto;
    margin-top: 5rem;
    text-align: center;
  }
}
.p-message__flex .image__image {
  border-radius: 5rem;
  overflow: hidden;
  height: 64rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image__image {
    width: 28.6rem;
    height: 39.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-message__flex .image__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: calc(100% + 600px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image__image img {
    height: calc(100% + 300px);
  }
}
.p-message__flex .image .bubble1 {
  position: absolute;
  z-index: 2;
  bottom: -18.4rem;
  right: -3.2rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble1 {
    bottom: -6rem;
    left: 6.6rem;
  }
}
.p-message__flex .image .bubble1 img {
  width: 36.7rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble1 img {
    width: 24.5rem;
  }
}
.p-message__flex .image .bubble2 {
  position: absolute;
  bottom: 8.2rem;
  right: -9.9rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble2 {
    bottom: 5.8rem;
    right: -2.6rem;
  }
}
.p-message__flex .image .bubble2 img {
  width: 21.6rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble2 img {
    width: 13.7rem;
  }
}
.p-message__flex .image .bubble3 {
  position: absolute;
  bottom: -18.1rem;
  left: -19.7rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble3 {
    left: 11.7rem;
    bottom: -17.6rem;
  }
}
.p-message__flex .image .bubble3 img {
  width: 47rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex .image .bubble3 img {
    width: 21.1rem;
  }
}
.p-message__flex--rev {
  flex-direction: row-reverse;
}
.p-message__flex--rev .textarea .bubble {
  left: auto;
  right: -14.8rem;
  top: -19.5rem;
  width: 24.3rem;
}
@media screen and (max-width: 768px) {
  .p-message__flex--rev .textarea .bubble {
    top: -5rem;
    right: auto;
    left: -2.6rem;
    width: 16.2rem;
  }
}
.p-message__flex--rev .textarea .bubble img {
  width: 100%;
}
.p-message .p-flowtext {
  margin-top: 25rem;
  margin-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  .p-message .p-flowtext {
    margin: 8rem 0;
  }
}
.p-message .p-flowtext img {
  width: 106.8rem;
}
@media screen and (max-width: 768px) {
  .p-message .p-flowtext img {
    width: 39.8rem;
  }
}

.p-mv {
  width: 100%;
  height: 100svh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv {
    padding-top: 10rem;
  }
}
.p-mv__logo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 150vh;
  max-width: 90vw;
  padding-top: 15vh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-mv__logo {
    width: auto;
    z-index: 3;
    padding-top: 0;
    padding-bottom: 45.4rem;
  }
}
.p-mv__logo .logo1 {
  width: 80%;
  max-width: 70rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-mv__logo .logo1 {
    width: 80%;
    max-width: 30rem;
  }
}
.p-mv__logo .logo2 {
  display: none;
}
.p-mv__logo .logo3 {
  display: none;
}
.p-mv__bubble {
  height: 68.5rem;
  position: absolute;
  bottom: -20rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-mv__bubble {
    bottom: 0;
    height: 51.5rem;
  }
}
.p-mv__bubble > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-mv__bubble > span .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.p-mv__bubble .bubble1 .image {
  background-image: url(../images/mv_bubble1.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble1 .image {
    background-image: url(../images/mv_bubble1_sp@2x.webp);
  }
}
.p-mv__bubble .bubble2 .image {
  background-image: url(../images/mv_bubble2.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble2 .image {
    background-image: url(../images/mv_bubble2_sp@2x.webp);
  }
}
.p-mv__bubble .bubble3 .image {
  background-image: url(../images/mv_bubble3.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble3 .image {
    background-image: url(../images/mv_bubble3_sp@2x.webp);
  }
}
.p-mv__bubble .bubble4 .image {
  background-image: url(../images/mv_bubble4.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble4 .image {
    background-image: url(../images/mv_bubble4_sp@2x.webp);
  }
}
.p-mv__bubble .bubble5 .image {
  background-image: url(../images/mv_bubble5.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble5 .image {
    background-image: url(../images/mv_bubble5_sp@2x.webp);
  }
}
.p-mv__bubble .bubble6 .image {
  background-image: url(../images/mv_bubble6.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble6 .image {
    background-image: url(../images/mv_bubble6_sp@2x.webp);
  }
}
.p-mv__bubble .bubble7 .image {
  background-image: url(../images/mv_bubble7.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble7 .image {
    background-image: url(../images/mv_bubble7_sp@2x.webp);
  }
}
.p-mv__bubble .bubble8 .image {
  background-image: url(../images/mv_bubble8.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble8 .image {
    background-image: url(../images/mv_bubble8_sp@2x.webp);
  }
}
.p-mv__bubble .bubble9 .image {
  background-image: url(../images/mv_bubble9.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble9 .image {
    background-image: url(../images/mv_bubble9_sp@2x.webp);
  }
}
.p-mv__bubble .bubble10 .image {
  background-image: url(../images/mv_bubble10.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble10 .image {
    background-image: url(../images/mv_bubble10_sp@2x.webp);
  }
}
.p-mv__bubble .bubble11 .image {
  background-image: url(../images/mv_bubble11.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble11 .image {
    background-image: url(../images/mv_bubble11_sp@2x.webp);
  }
}
.p-mv__bubble .bubble12 .image {
  background-image: url(../images/mv_bubble12.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble12 .image {
    background-image: url(../images/mv_bubble12_sp@2x.webp);
  }
}
.p-mv__bubble .bubble13 .image {
  background-image: url(../images/mv_bubble13.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble13 .image {
    background-image: url(../images/mv_bubble13_sp@2x.webp);
  }
}
.p-mv__bubble .bubble14 .image {
  background-image: url(../images/mv_bubble14.webp);
}
@media screen and (max-width: 768px) {
  .p-mv__bubble .bubble14 .image {
    background-image: url(../images/mv_bubble14_sp@2x.webp);
  }
}
.p-mv__bubble--bubble13 {
  z-index: 2;
}
.p-mv__bubble--bubble10 {
  z-index: 11;
}
.p-mv__bubble--bubble2 {
  z-index: 4;
}
.p-mv__graph {
  position: absolute;
  z-index: 10;
  bottom: 5vh;
  left: 50%;
  width: 100%;
  max-width: 99rem;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-mv__graph {
    width: 90%;
    max-width: 100%;
    margin-top: -6.7rem;
    padding-top: 0.6rem;
  }
}
.p-mv__graph--border {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 1px;
}
.p-mv__graph .text {
  font-size: 2rem;
  font-weight: 500;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .p-mv__graph .text {
    font-size: 1.6rem;
  }
}
.p-mv__graph .centertext {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-mv__graph .centertext {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
.p-mv__graph .centertext .c-lust {
  font-weight: 500;
}

.p-project {
  padding-top: 19rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 3;
  background: url(../images/main_bg_r.png) center;
}
@media screen and (max-width: 768px) {
  .p-project {
    padding-top: 7rem;
    padding-bottom: 1rem;
    background: url(../images/main_bg_r_sp.png);
  }
}
.p-project__bg {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  border-radius: 9rem 9rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-project__bg {
    border-radius: 2.6rem 2.6rem 0 0;
  }
}
.p-project__inner,
.p-project .p-worksimages {
  position: relative;
}
.p-project__inner + .p-project__inner,
.p-project .p-worksimages + .p-project__inner {
  z-index: 2;
}
.p-project-header {
  border-radius: 9rem 9rem 0 0;
  box-shadow: 0px -3rem 2.5rem rgba(0, 0, 0, 0.25);
  background: url(../images/main_bg_r.png) center;
  padding-top: 17.5rem;
  padding-bottom: 9rem;
  margin-bottom: -9rem;
  position: relative;
  overflow: hidden;
  transform-origin: bottom center;
}
@media screen and (max-width: 768px) {
  .p-project-header {
    padding-top: 4.8rem;
    border-radius: 2.6rem 2.6rem 0 0;
    box-shadow: 0px -0.8rem 0.7rem rgba(0, 0, 0, 0.1);
    padding-bottom: 2.6rem;
    margin-bottom: -2.6rem;
    background: url(../images/main_bg_r_sp.png);
  }
}
.p-project-header__title {
  text-align: center;
}
.p-project-header__title img {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .p-project-header__title img {
    width: 15rem;
  }
}
.p-project-header__text {
  text-align: center;
  margin-top: 3.3rem;
  font-size: 2.7rem;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.08em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-project-header__text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
.p-project-header__bubble {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .p-project-header__bubble {
    margin-top: -3.6rem;
  }
}
.p-project-header__bubble img {
  width: 123.4rem;
}
@media screen and (max-width: 768px) {
  .p-project-header__bubble img {
    width: 35.3rem;
  }
}
.p-project__bubble {
  height: 68.5rem;
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-project__bubble {
    height: 51.5rem;
  }
}
.p-project__bubble > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-project__bubble > span .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.p-project__bubble .bubble1 .image {
  background-image: url(../images/mv_bubble1.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble1 .image {
    background-image: url(../images/mv_bubble1_sp@2x.webp);
  }
}
.p-project__bubble .bubble2 .image {
  background-image: url(../images/mv_bubble2.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble2 .image {
    background-image: url(../images/mv_bubble2_sp@2x.webp);
  }
}
.p-project__bubble .bubble3 .image {
  background-image: url(../images/mv_bubble3.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble3 .image {
    background-image: url(../images/mv_bubble3_sp@2x.webp);
  }
}
.p-project__bubble .bubble4 .image {
  background-image: url(../images/mv_bubble4.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble4 .image {
    background-image: url(../images/mv_bubble4_sp@2x.webp);
  }
}
.p-project__bubble .bubble5 .image {
  background-image: url(../images/mv_bubble5.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble5 .image {
    background-image: url(../images/mv_bubble5_sp@2x.webp);
  }
}
.p-project__bubble .bubble6 .image {
  background-image: url(../images/mv_bubble6.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble6 .image {
    background-image: url(../images/mv_bubble6_sp@2x.webp);
  }
}
.p-project__bubble .bubble7 .image {
  background-image: url(../images/mv_bubble7.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble7 .image {
    background-image: url(../images/mv_bubble7_sp@2x.webp);
  }
}
.p-project__bubble .bubble8 .image {
  background-image: url(../images/mv_bubble8.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble8 .image {
    background-image: url(../images/mv_bubble8_sp@2x.webp);
  }
}
.p-project__bubble .bubble9 .image {
  background-image: url(../images/mv_bubble9.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble9 .image {
    background-image: url(../images/mv_bubble9_sp@2x.webp);
  }
}
.p-project__bubble .bubble10 .image {
  background-image: url(../images/mv_bubble10.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble10 .image {
    background-image: url(../images/mv_bubble10_sp@2x.webp);
  }
}
.p-project__bubble .bubble11 .image {
  background-image: url(../images/mv_bubble11.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble11 .image {
    background-image: url(../images/mv_bubble11_sp@2x.webp);
  }
}
.p-project__bubble .bubble12 .image {
  background-image: url(../images/mv_bubble12.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble12 .image {
    background-image: url(../images/mv_bubble12_sp@2x.webp);
  }
}
.p-project__bubble .bubble13 .image {
  background-image: url(../images/mv_bubble13.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble13 .image {
    background-image: url(../images/mv_bubble13_sp@2x.webp);
  }
}
.p-project__bubble .bubble14 .image {
  background-image: url(../images/mv_bubble14.webp);
}
@media screen and (max-width: 768px) {
  .p-project__bubble .bubble14 .image {
    background-image: url(../images/mv_bubble14_sp@2x.webp);
  }
}
.p-project__bubble--bubble13 {
  z-index: 2;
}
.p-project__bubble--bubble10 {
  z-index: 11;
}
.p-project__bubble--bubble2 {
  z-index: 4;
}
.p-project__page {
  color: white;
  display: flex;
  align-items: center;
  color: #edf0f5;
  gap: 0.5rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-project__page {
    font-size: 1.2rem;
  }
}
.p-project__page .line {
  background: #edf0f5;
  width: 1rem;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-project__page .line {
    width: 0.5rem;
  }
}

.p-service {
  margin-top: 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service {
    margin-top: 2rem;
  }
}
.p-service__title {
  position: sticky;
  top: calc(50% - 27.8rem);
  left: 0;
  z-index: 1;
  height: 0;
}
@media screen and (max-width: 768px) {
  .p-service__title {
    top: calc(50% - 11.6rem);
  }
}
.p-service__title--multiply {
  mix-blend-mode: multiply;
  opacity: 0.1;
  z-index: 3;
}
.p-service__title img {
  width: 100%;
}
.p-service__bubble {
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .p-service__bubble {
    margin-top: 15rem;
  }
}
.p-service__bubble img {
  width: 66rem;
}
@media screen and (max-width: 768px) {
  .p-service__bubble img {
    width: 23.4rem;
  }
}
.p-service__bgwrap {
  width: 100%;
  height: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.p-service__bginner {
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  display: flex;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-service__bginner {
    min-height: 120vh;
  }
}
.p-service__bg {
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 16/10;
  position: relative;
}
.p-service__bg img {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-service__bg canvas {
  width: 100vw !important;
  height: 100vh !important;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
}
.p-service-contents {
  position: relative;
  z-index: 5;
}
.p-service-contents__inner {
  display: flex;
  flex-direction: column;
  padding: 25rem 0;
}
@media screen and (max-width: 768px) {
  .p-service-contents__inner {
    padding: 10rem 0;
    align-items: center;
  }
}
.p-service-contents.js-service1 .p-service-contents__inner {
  padding-top: 13rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents.js-service1 .p-service-contents__inner {
    padding-top: 7rem;
  }
}
.p-service-contents.js-service4 .p-service-contents__inner {
  padding-bottom: 13rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents.js-service4 .p-service-contents__inner {
    padding-bottom: 7rem;
  }
}
.p-service-contents__title {
  font-weight: 700;
  font-size: 10rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #edf0f5;
  padding-bottom: 5rem;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-contents__title {
    font-size: 4rem;
    padding-bottom: 1.8rem;
    text-align: center;
  }
}
.p-service-contents__title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #edf0f5;
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s ease;
}
.p-service-contents__title:after {
  content: "";
  width: 23.4rem;
  height: 1px;
  background: #edf0f5;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  transform: scaleX(0);
  transition: 1s ease;
}
@media screen and (max-width: 768px) {
  .p-service-contents__title:after {
    width: 100%;
  }
}
.p-service-contents__title.aos-animate:before {
  opacity: 1;
}
.p-service-contents__title.aos-animate:after {
  transform: scaleX(1);
}
.p-service-contents__text {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  color: #edf0f5;
  padding-top: 3.2rem;
  position: relative;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-contents__text {
    font-size: 1.2rem;
    padding-top: 1.8rem;
    text-align: center;
  }
}
.p-service-contents__text2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 9.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-contents__text2 {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
  }
}
.p-service-contents__text2 .text {
  font-size: 1.7rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #edf0f5;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents__text2 .text {
    font-size: 1rem;
    margin-right: 0;
  }
}
.p-service-contents__text2 .c-btnA {
  margin-right: 2.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service-contents__text2 .c-btnA {
    margin-top: 1.8rem;
  }
}
.p-service-contents__bubble {
  filter: blur(5rem);
  transform: scale(0.8);
  transition: 2s ease;
  transition-property: all !important;
  position: absolute;
  transform-origin: center;
}
.p-service-contents__bubble img {
  width: 100%;
}
.p-service-contents__bubble.aos-animate {
  filter: blur(0);
  transform: scale(1);
}
.p-service-contents__bubble.bubble1 {
  top: 15.2rem;
  left: 70.4rem;
  width: 51.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents__bubble.bubble1 {
    width: 19.3rem;
    top: auto;
    left: 16.3rem;
    bottom: 7.3rem;
  }
}
.p-service-contents__bubble.bubble2 {
  top: 20rem;
  left: 61.1rem;
  width: 58.5rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents__bubble.bubble2 {
    width: 19.8rem;
    top: auto;
    left: 0;
    bottom: 11.3rem;
  }
}
.p-service-contents__bubble.bubble3 {
  top: 3.2rem;
  left: 54.6rem;
  width: 48.6rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents__bubble.bubble3 {
    width: 19.9rem;
    top: auto;
    left: 0;
    bottom: 10.2rem;
  }
}
.p-service-contents__bubble.bubble4 {
  top: 17.1rem;
  left: 56.8rem;
  width: 43.8rem;
}
@media screen and (max-width: 768px) {
  .p-service-contents__bubble.bubble4 {
    width: 13.7rem;
    top: auto;
    left: auto;
    right: 0;
    bottom: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-service-contents__bubble.bubble5 {
    width: 14.8rem;
    left: 0;
    bottom: 3rem;
  }
}

.p-works {
  padding-top: 15rem;
  background-color: #f5f4f0;
  background: url(../images/main_bg_r.png) center, #f5f4f0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-works {
    padding-top: 10rem;
    background-color: #f5f4f0;
    background: url(../images/main_bg_r_sp.png), #f5f4f0;
  }
}
.p-works .p-flowtext img {
  width: 97.5rem;
}
@media screen and (max-width: 768px) {
  .p-works .p-flowtext img {
    width: 36.5rem;
  }
}
.p-works__listimageswrap {
  position: relative;
  overflow: hidden;
}
.p-works__listimages {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.p-works__listimages.is-hide {
  opacity: 0;
  display: none;
}
.p-works__listimages .inner {
  transition: transform 0.3s ease;
  width: 42.8rem;
  height: 24.2rem;
  overflow: hidden;
  transform: scale(0);
}
@media screen and (max-width: 768px) {
  .p-works__listimages .inner {
    width: 25rem;
    height: 14rem;
  }
}
.p-works__listimages .inner.is-active {
  transform: scale(1);
}
.p-works__listimages img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  display: block;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem;
}
.p-works__listimages img.is-active {
  opacity: 1;
}
.p-works__list {
  margin-top: 14rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-works__list {
    margin-top: 7rem;
  }
}
.p-works__list li {
  border-bottom: 1px solid #000;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .p-works__list li {
    position: relative;
  }
}
.p-works__list li:hover .textarea {
  z-index: 3;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-works__list li:hover .spimage {
    opacity: 0.8;
    transform: scale(1);
  }
}
.p-works__list li .textarea {
  height: 25rem;
  display: flex;
  align-items: center;
  opacity: 0.45;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-works__list li .textarea {
    height: 17.4rem;
    padding: 2.3rem 0;
    z-index: 1;
  }
}
.p-works__list li .textarea .inner {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-works__list li .textarea .inner {
    flex-wrap: wrap;
  }
}
.p-works__list li .textarea .num {
  font-size: 1.5rem;
  font-weight: bold;
  margin-right: 7.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-works__list li .textarea .num {
    font-size: 1.8rem;
    margin-right: 3rem;
  }
}
.p-works__list li .textarea .title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.203125;
  letter-spacing: 0.01em;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-works__list li .textarea .title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 0;
  }
}
.p-works__list li .textarea .cap {
  margin-left: auto;
  align-self: flex-end;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-works__list li .textarea .cap {
    margin-top: 1.8rem;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-works__list li .spimage {
    position: absolute;
    top: 0.5rem;
    bottom: 0.5rem;
    left: 4.2rem;
    width: 26rem;
    opacity: 0;
    transition: 0.3s ease;
    transform: scale(0);
  }
  .p-works__list li .spimage img {
    border-radius: 4.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.p-works__btn {
  text-align: right;
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .p-works__btn {
    margin-top: 3.2rem;
  }
}

.p-worksimages {
  background: #1d1d1d;
  margin: -9rem 0;
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-worksimages {
    margin: -2.6rem 0;
    padding: 6rem 0;
  }
}
.p-worksimages__swipers {
  width: 100%;
  transform: rotate(-10deg);
  transform-origin: center;
}
@media screen and (max-width: 768px) {
  .p-worksimages__swipers {
    transform: rotate(-10deg);
  }
}
.p-worksimages__swipers .swiper {
  overflow: visible;
}
.p-worksimages__swipers .swiper + .swiper {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-worksimages__swipers .swiper + .swiper {
    margin-top: 1rem;
  }
}
.p-worksimages__swipers .swiper-wrapper {
  transition-timing-function: linear;
}
.p-worksimages__swipers .swiper-slide {
  width: 38.6rem;
}
@media screen and (max-width: 768px) {
  .p-worksimages__swipers .swiper-slide {
    width: 14.7rem;
  }
}
.p-worksimages__swipers .swiper-slide img {
  width: 100%;
}
