/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

/*======================================================
# Media Query
====================================================== */
/*======================================================
# vw
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}
.is-modal body {
  overflow: hidden;
}

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

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

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

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

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

.mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 1s;
  transition: 1s;
}
.fade-in.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.p-kv {
  position: relative;
  overflow: hidden;
}

.p-kv__bg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .p-kv__bg {
    display: block;
  }
}

.p-kv__bg-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.p-kv__bg-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}
.is-page-loaded .p-kv__bg-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.is-page-loaded .p-kv__bg-img {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-kv__bg-img {
    width: 100%;
  }
}

.p-kv__logo {
  position: absolute;
  top: 21px;
  right: 29px;
  z-index: 1;
  width: 147px;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.is-page-loaded .p-kv__logo {
  opacity: 1;
}
@media (max-width: 767px) {
  .p-kv__logo {
    top: 16px;
    right: inherit;
    left: 10px;
    width: 110px;
  }
}

.p-kv__ttl {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 31.47vw;
}

.p-kv__copy {
  position: absolute;
  top: 112px;
  right: 60px;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media (max-width: 767px) {
  .p-kv__copy {
    top: 42px;
    right: 20px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
.is-page-loaded .p-kv__copy {
  opacity: 1;
}
.p-kv__copy-01 {
  position: relative;
  display: inline-block;
  width: 36px;
  padding: 3px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-kv__copy-01 {
    width: 22px;
    padding: 2px;
  }
}
.p-kv__copy-01 span {
  position: relative;
  z-index: 11;
}
.p-kv__copy-01:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #c4b68e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-page-loaded .p-kv__copy-01:after {
  height: 100%;
}
.p-kv__copy-02 {
  position: relative;
  display: inline-block;
  width: 36px;
  padding: 3px;
  margin-top: 30px;
  margin-right: 9px;
}
@media (max-width: 767px) {
  .p-kv__copy-02 {
    width: 22px;
    margin-right: 5px;
    padding: 2px;
  }
}
.p-kv__copy-02 span {
  position: relative;
  z-index: 11;
}
.p-kv__copy-02:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #c4b68e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.is-page-loaded .p-kv__copy-02:after {
  height: 100%;
}

.p-kv__img-01 {
  width: 21.27vw;
  margin: 0 auto;
  padding: 9px 0;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-page-loaded .p-kv__img-01 {
  opacity: 1;
}
.p-kv__img-01:after {
  position: absolute;
  top: 0;
  left: -18px;
  width: 0;
  height: calc(100% + 0px);
  content: "";
  background: #e9537e;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-page-loaded .p-kv__img-01:after {
  width: calc(100% + 36px);
}
@media (max-width: 767px) {
  .p-kv__img-01:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .p-kv__img-01 {
    width: 276px;
    margin-top: -20px;
    padding: 0;
  }
}

.p-kv__img-bg {
  position: relative;
}

.p-kv__img-02 {
  opacity: 0;
  margin-top: -26px;
  z-index: -2;
  position: relative;
}
.p-kv__img-02 svg {
  width: 27.89vw;
  display: table;
  margin: 0 auto;
}
.is-page-loaded .p-kv__img-02 {
  opacity: 1;
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1488.7260742188px;
    stroke-dasharray: 1488.7260742188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1488.7260742188px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1488.7260742188px;
    stroke-dasharray: 1488.7260742188px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1488.7260742188px;
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1465.2321777344px;
    stroke-dasharray: 1465.2321777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1465.2321777344px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1465.2321777344px;
    stroke-dasharray: 1465.2321777344px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1465.2321777344px;
  }
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1437.0695800781px;
    stroke-dasharray: 1437.0695800781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1437.0695800781px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1437.0695800781px;
    stroke-dasharray: 1437.0695800781px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1437.0695800781px;
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1465.2391357422px;
    stroke-dasharray: 1465.2391357422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1465.2391357422px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 1465.2391357422px;
    stroke-dasharray: 1465.2391357422px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1465.2391357422px;
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 477.9036560059px;
    stroke-dasharray: 477.9036560059px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 477.9036560059px;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 477.9036560059px;
    stroke-dasharray: 477.9036560059px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 477.9036560059px;
  }
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 313.2923583984px;
    stroke-dasharray: 313.2923583984px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 313.2923583984px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 313.2923583984px;
    stroke-dasharray: 313.2923583984px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 313.2923583984px;
  }
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 874.6442871094px;
    stroke-dasharray: 874.6442871094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 874.6442871094px;
  }
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 874.6442871094px;
    stroke-dasharray: 874.6442871094px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 874.6442871094px;
  }
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 976.6931762695px;
    stroke-dasharray: 976.6931762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 976.6931762695px;
  }
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 976.6931762695px;
    stroke-dasharray: 976.6931762695px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 976.6931762695px;
  }
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 423.9098510742px;
    stroke-dasharray: 423.9098510742px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.9098510742px;
  }
}
@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 423.9098510742px;
    stroke-dasharray: 423.9098510742px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 423.9098510742px;
  }
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(233, 83, 126);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 299.084197998px;
    stroke-dasharray: 299.084197998px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 299.084197998px;
  }
}
@keyframes animate-svg-stroke-10 {
  0% {
    stroke-dashoffset: 299.084197998px;
    stroke-dasharray: 299.084197998px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 299.084197998px;
  }
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-10 {
  -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
          animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
}
@-webkit-keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 202.3639984131px;
    stroke-dasharray: 202.3639984131px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.3639984131px;
  }
}
@keyframes animate-svg-stroke-11 {
  0% {
    stroke-dashoffset: 202.3639984131px;
    stroke-dasharray: 202.3639984131px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.3639984131px;
  }
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-11 {
  -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@-webkit-keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 198.2834472656px;
    stroke-dasharray: 198.2834472656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 198.2834472656px;
  }
}
@keyframes animate-svg-stroke-12 {
  0% {
    stroke-dashoffset: 198.2834472656px;
    stroke-dasharray: 198.2834472656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 198.2834472656px;
  }
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-12 {
  -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
          animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@-webkit-keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 268.8011474609px;
    stroke-dasharray: 268.8011474609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.8011474609px;
  }
}
@keyframes animate-svg-stroke-13 {
  0% {
    stroke-dashoffset: 268.8011474609px;
    stroke-dasharray: 268.8011474609px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 268.8011474609px;
  }
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-13 {
  -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@-webkit-keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 202.363571167px;
    stroke-dasharray: 202.363571167px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.363571167px;
  }
}
@keyframes animate-svg-stroke-14 {
  0% {
    stroke-dashoffset: 202.363571167px;
    stroke-dasharray: 202.363571167px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 202.363571167px;
  }
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-14 {
  -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@-webkit-keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 326.6522827148px;
    stroke-dasharray: 326.6522827148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 326.6522827148px;
  }
}
@keyframes animate-svg-stroke-15 {
  0% {
    stroke-dashoffset: 326.6522827148px;
    stroke-dasharray: 326.6522827148px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 326.6522827148px;
  }
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-15 {
  -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@-webkit-keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 310.0590820313px;
    stroke-dasharray: 310.0590820313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.0590820313px;
  }
}
@keyframes animate-svg-stroke-16 {
  0% {
    stroke-dashoffset: 310.0590820313px;
    stroke-dasharray: 310.0590820313px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 310.0590820313px;
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-16 {
  -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
          animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@-webkit-keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 132.2077941895px;
    stroke-dasharray: 132.2077941895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132.2077941895px;
  }
}
@keyframes animate-svg-stroke-17 {
  0% {
    stroke-dashoffset: 132.2077941895px;
    stroke-dasharray: 132.2077941895px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 132.2077941895px;
  }
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-17 {
  -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
          animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@-webkit-keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 170.1440582275px;
    stroke-dasharray: 170.1440582275px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 170.1440582275px;
  }
}
@keyframes animate-svg-stroke-18 {
  0% {
    stroke-dashoffset: 170.1440582275px;
    stroke-dasharray: 170.1440582275px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 170.1440582275px;
  }
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-18 {
  -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@-webkit-keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 282.3260192871px;
    stroke-dasharray: 282.3260192871px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.3260192871px;
  }
}
@keyframes animate-svg-stroke-19 {
  0% {
    stroke-dashoffset: 282.3260192871px;
    stroke-dasharray: 282.3260192871px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 282.3260192871px;
  }
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-19 {
  -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@-webkit-keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 100.7074508667px;
    stroke-dasharray: 100.7074508667px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100.7074508667px;
  }
}
@keyframes animate-svg-stroke-20 {
  0% {
    stroke-dashoffset: 100.7074508667px;
    stroke-dasharray: 100.7074508667px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 100.7074508667px;
  }
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-20 {
  -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@-webkit-keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 67.8721389771px;
    stroke-dasharray: 67.8721389771px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.8721389771px;
  }
}
@keyframes animate-svg-stroke-21 {
  0% {
    stroke-dashoffset: 67.8721389771px;
    stroke-dasharray: 67.8721389771px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 67.8721389771px;
  }
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-21 {
  -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}
@-webkit-keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 105.9189453125px;
    stroke-dasharray: 105.9189453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.9189453125px;
  }
}
@keyframes animate-svg-stroke-22 {
  0% {
    stroke-dashoffset: 105.9189453125px;
    stroke-dasharray: 105.9189453125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 105.9189453125px;
  }
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-22 {
  -webkit-animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
          animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
}
@-webkit-keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 74.6013870239px;
    stroke-dasharray: 74.6013870239px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.6013870239px;
  }
}
@keyframes animate-svg-stroke-23 {
  0% {
    stroke-dashoffset: 74.6013870239px;
    stroke-dasharray: 74.6013870239px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.6013870239px;
  }
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-23 {
  -webkit-animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
          animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
}
@-webkit-keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 46.4351959229px;
    stroke-dasharray: 46.4351959229px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.4351959229px;
  }
}
@keyframes animate-svg-stroke-24 {
  0% {
    stroke-dashoffset: 46.4351959229px;
    stroke-dasharray: 46.4351959229px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 46.4351959229px;
  }
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-24 {
  -webkit-animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
          animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
}
@-webkit-keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 94.7351074219px;
    stroke-dasharray: 94.7351074219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.7351074219px;
  }
}
@keyframes animate-svg-stroke-25 {
  0% {
    stroke-dashoffset: 94.7351074219px;
    stroke-dasharray: 94.7351074219px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.7351074219px;
  }
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-25 {
  -webkit-animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
          animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
}
@-webkit-keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 114.2832489014px;
    stroke-dasharray: 114.2832489014px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.2832489014px;
  }
}
@keyframes animate-svg-stroke-26 {
  0% {
    stroke-dashoffset: 114.2832489014px;
    stroke-dasharray: 114.2832489014px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 114.2832489014px;
  }
}
@-webkit-keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-26 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-26 {
  -webkit-animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
          animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
}
@-webkit-keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 74.0116653442px;
    stroke-dasharray: 74.0116653442px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.0116653442px;
  }
}
@keyframes animate-svg-stroke-27 {
  0% {
    stroke-dashoffset: 74.0116653442px;
    stroke-dasharray: 74.0116653442px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 74.0116653442px;
  }
}
@-webkit-keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-27 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-27 {
  -webkit-animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
          animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
}
@-webkit-keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 94.8075637817px;
    stroke-dasharray: 94.8075637817px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.8075637817px;
  }
}
@keyframes animate-svg-stroke-28 {
  0% {
    stroke-dashoffset: 94.8075637817px;
    stroke-dasharray: 94.8075637817px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 94.8075637817px;
  }
}
@-webkit-keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
@keyframes animate-svg-fill-28 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(0, 0, 0);
  }
}
.is-page-loaded .p-kv__img-02 .svg-elem-28 {
  -webkit-animation: animate-svg-stroke-28 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s both, animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
          animation: animate-svg-stroke-28 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s both, animate-svg-fill-28 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
}

@media (max-width: 767px) {
  .p-kv__img-02-sp {
    opacity: 0;
    margin-top: 10px;
    z-index: -2;
    position: relative;
  }
  .p-kv__img-02-sp svg {
    width: 310px;
    display: table;
    margin: 0 auto;
  }
  .is-page-loaded .p-kv__img-02-sp {
    opacity: 1;
  }
  @-webkit-keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 515.4596557617px;
      stroke-dasharray: 515.4596557617px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 515.4596557617px;
    }
  }
  @keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 515.4596557617px;
      stroke-dasharray: 515.4596557617px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 515.4596557617px;
    }
  }
  @-webkit-keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-1 {
    -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
  }
  @-webkit-keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 337.8711242676px;
      stroke-dasharray: 337.8711242676px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 337.8711242676px;
    }
  }
  @keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 337.8711242676px;
      stroke-dasharray: 337.8711242676px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 337.8711242676px;
    }
  }
  @-webkit-keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-2 {
    -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
  }
  @-webkit-keyframes animate-svg-stroke-3 {
    0% {
      stroke-dashoffset: 555.8432617188px;
      stroke-dasharray: 555.8432617188px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 555.8432617188px;
    }
  }
  @keyframes animate-svg-stroke-3 {
    0% {
      stroke-dashoffset: 555.8432617188px;
      stroke-dasharray: 555.8432617188px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 555.8432617188px;
    }
  }
  @-webkit-keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-3 {
    -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
    animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  }
  @-webkit-keyframes animate-svg-stroke-4 {
    0% {
      stroke-dashoffset: 620.5997314453px;
      stroke-dasharray: 620.5997314453px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 620.5997314453px;
    }
  }
  @keyframes animate-svg-stroke-4 {
    0% {
      stroke-dashoffset: 620.5997314453px;
      stroke-dasharray: 620.5997314453px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 620.5997314453px;
    }
  }
  @-webkit-keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-4 {
    -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
    animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  }
  @-webkit-keyframes animate-svg-stroke-5 {
    0% {
      stroke-dashoffset: 269.768951416px;
      stroke-dasharray: 269.768951416px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 269.768951416px;
    }
  }
  @keyframes animate-svg-stroke-5 {
    0% {
      stroke-dashoffset: 269.768951416px;
      stroke-dasharray: 269.768951416px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 269.768951416px;
    }
  }
  @-webkit-keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(233, 83, 126);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-5 {
    -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
    animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  }
  @-webkit-keyframes animate-svg-stroke-6 {
    0% {
      stroke-dashoffset: 237.7840576172px;
      stroke-dasharray: 237.7840576172px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 237.7840576172px;
    }
  }
  @keyframes animate-svg-stroke-6 {
    0% {
      stroke-dashoffset: 237.7840576172px;
      stroke-dasharray: 237.7840576172px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 237.7840576172px;
    }
  }
  @-webkit-keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-6 {
    -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
    animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
  }
  @-webkit-keyframes animate-svg-stroke-7 {
    0% {
      stroke-dashoffset: 161.0307312012px;
      stroke-dasharray: 161.0307312012px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 161.0307312012px;
    }
  }
  @keyframes animate-svg-stroke-7 {
    0% {
      stroke-dashoffset: 161.0307312012px;
      stroke-dasharray: 161.0307312012px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 161.0307312012px;
    }
  }
  @-webkit-keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-7 {
    -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
    animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
  }
  @-webkit-keyframes animate-svg-stroke-8 {
    0% {
      stroke-dashoffset: 157.8151550293px;
      stroke-dasharray: 157.8151550293px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 157.8151550293px;
    }
  }
  @keyframes animate-svg-stroke-8 {
    0% {
      stroke-dashoffset: 157.8151550293px;
      stroke-dasharray: 157.8151550293px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 157.8151550293px;
    }
  }
  @-webkit-keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-8 {
    -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
    animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
  }
  @-webkit-keyframes animate-svg-stroke-9 {
    0% {
      stroke-dashoffset: 213.7547149658px;
      stroke-dasharray: 213.7547149658px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 213.7547149658px;
    }
  }
  @keyframes animate-svg-stroke-9 {
    0% {
      stroke-dashoffset: 213.7547149658px;
      stroke-dasharray: 213.7547149658px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 213.7547149658px;
    }
  }
  @-webkit-keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-9 {
    -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
    animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both, animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
  }
  @-webkit-keyframes animate-svg-stroke-10 {
    0% {
      stroke-dashoffset: 161.029800415px;
      stroke-dasharray: 161.029800415px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 161.029800415px;
    }
  }
  @keyframes animate-svg-stroke-10 {
    0% {
      stroke-dashoffset: 161.029800415px;
      stroke-dasharray: 161.029800415px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 161.029800415px;
    }
  }
  @-webkit-keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-10 {
    -webkit-animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
    animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.08s both, animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7s both;
  }
  @-webkit-keyframes animate-svg-stroke-11 {
    0% {
      stroke-dashoffset: 259.6447753906px;
      stroke-dasharray: 259.6447753906px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 259.6447753906px;
    }
  }
  @keyframes animate-svg-stroke-11 {
    0% {
      stroke-dashoffset: 259.6447753906px;
      stroke-dasharray: 259.6447753906px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 259.6447753906px;
    }
  }
  @-webkit-keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-11 {
    -webkit-animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
    animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both, animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
  }
  @-webkit-keyframes animate-svg-stroke-12 {
    0% {
      stroke-dashoffset: 74.4810028076px;
      stroke-dasharray: 74.4810028076px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 74.4810028076px;
    }
  }
  @keyframes animate-svg-stroke-12 {
    0% {
      stroke-dashoffset: 74.4810028076px;
      stroke-dasharray: 74.4810028076px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 74.4810028076px;
    }
  }
  @-webkit-keyframes animate-svg-fill-12 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgba(0, 0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-12 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgba(0, 0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-12 {
    -webkit-animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
    animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.32s both, animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
  }
  @-webkit-keyframes animate-svg-stroke-13 {
    0% {
      stroke-dashoffset: 74.4760131836px;
      stroke-dasharray: 74.4760131836px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 74.4760131836px;
    }
  }
  @keyframes animate-svg-stroke-13 {
    0% {
      stroke-dashoffset: 74.4760131836px;
      stroke-dasharray: 74.4760131836px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 74.4760131836px;
    }
  }
  @-webkit-keyframes animate-svg-fill-13 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgba(0, 0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-13 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgba(0, 0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-13 {
    -webkit-animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
    animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.44s both, animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
  }
  @-webkit-keyframes animate-svg-stroke-14 {
    0% {
      stroke-dashoffset: 882px;
      stroke-dasharray: 882px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 882px;
    }
  }
  @keyframes animate-svg-stroke-14 {
    0% {
      stroke-dashoffset: 882px;
      stroke-dasharray: 882px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 882px;
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-14 {
    -webkit-animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
    animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.56s both, animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
  }
  @-webkit-keyframes animate-svg-stroke-15 {
    0% {
      stroke-dashoffset: 116.8578872681px;
      stroke-dasharray: 116.8578872681px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 116.8578872681px;
    }
  }
  @keyframes animate-svg-stroke-15 {
    0% {
      stroke-dashoffset: 116.8578872681px;
      stroke-dasharray: 116.8578872681px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 116.8578872681px;
    }
  }
  @-webkit-keyframes animate-svg-fill-15 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-15 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-15 {
    -webkit-animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
    animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.68s both, animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
  }
  @-webkit-keyframes animate-svg-stroke-16 {
    0% {
      stroke-dashoffset: 150.3280181885px;
      stroke-dasharray: 150.3280181885px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 150.3280181885px;
    }
  }
  @keyframes animate-svg-stroke-16 {
    0% {
      stroke-dashoffset: 150.3280181885px;
      stroke-dasharray: 150.3280181885px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 150.3280181885px;
    }
  }
  @-webkit-keyframes animate-svg-fill-16 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-16 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-16 {
    -webkit-animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
    animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both, animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
  }
  @-webkit-keyframes animate-svg-stroke-17 {
    0% {
      stroke-dashoffset: 249.3636627197px;
      stroke-dasharray: 249.3636627197px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 249.3636627197px;
    }
  }
  @keyframes animate-svg-stroke-17 {
    0% {
      stroke-dashoffset: 249.3636627197px;
      stroke-dasharray: 249.3636627197px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 249.3636627197px;
    }
  }
  @-webkit-keyframes animate-svg-fill-17 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-17 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-17 {
    -webkit-animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
    animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.92s both, animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
  }
  @-webkit-keyframes animate-svg-stroke-18 {
    0% {
      stroke-dashoffset: 89.0727386475px;
      stroke-dasharray: 89.0727386475px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 89.0727386475px;
    }
  }
  @keyframes animate-svg-stroke-18 {
    0% {
      stroke-dashoffset: 89.0727386475px;
      stroke-dasharray: 89.0727386475px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 89.0727386475px;
    }
  }
  @-webkit-keyframes animate-svg-fill-18 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-18 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-18 {
    -webkit-animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
    animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.04s both, animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
  }
  @-webkit-keyframes animate-svg-stroke-19 {
    0% {
      stroke-dashoffset: 60.1041412354px;
      stroke-dasharray: 60.1041412354px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 60.1041412354px;
    }
  }
  @keyframes animate-svg-stroke-19 {
    0% {
      stroke-dashoffset: 60.1041412354px;
      stroke-dasharray: 60.1041412354px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 60.1041412354px;
    }
  }
  @-webkit-keyframes animate-svg-fill-19 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-19 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-19 {
    -webkit-animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
    animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.16s both, animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
  }
  @-webkit-keyframes animate-svg-stroke-20 {
    0% {
      stroke-dashoffset: 93.6677474976px;
      stroke-dasharray: 93.6677474976px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 93.6677474976px;
    }
  }
  @keyframes animate-svg-stroke-20 {
    0% {
      stroke-dashoffset: 93.6677474976px;
      stroke-dasharray: 93.6677474976px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 93.6677474976px;
    }
  }
  @-webkit-keyframes animate-svg-fill-20 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-20 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-20 {
    -webkit-animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
    animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.28s both, animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
  }
  @-webkit-keyframes animate-svg-stroke-21 {
    0% {
      stroke-dashoffset: 66.0458831787px;
      stroke-dasharray: 66.0458831787px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 66.0458831787px;
    }
  }
  @keyframes animate-svg-stroke-21 {
    0% {
      stroke-dashoffset: 66.0458831787px;
      stroke-dasharray: 66.0458831787px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 66.0458831787px;
    }
  }
  @-webkit-keyframes animate-svg-fill-21 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-21 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-21 {
    -webkit-animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
    animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both, animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  }
  @-webkit-keyframes animate-svg-stroke-22 {
    0% {
      stroke-dashoffset: 41.2016830444px;
      stroke-dasharray: 41.2016830444px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 41.2016830444px;
    }
  }
  @keyframes animate-svg-stroke-22 {
    0% {
      stroke-dashoffset: 41.2016830444px;
      stroke-dasharray: 41.2016830444px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 41.2016830444px;
    }
  }
  @-webkit-keyframes animate-svg-fill-22 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-22 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-22 {
    -webkit-animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
    animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.52s both, animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  }
  @-webkit-keyframes animate-svg-stroke-23 {
    0% {
      stroke-dashoffset: 83.8003082275px;
      stroke-dasharray: 83.8003082275px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 83.8003082275px;
    }
  }
  @keyframes animate-svg-stroke-23 {
    0% {
      stroke-dashoffset: 83.8003082275px;
      stroke-dasharray: 83.8003082275px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 83.8003082275px;
    }
  }
  @-webkit-keyframes animate-svg-fill-23 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-23 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-23 {
    -webkit-animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
    animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.64s both, animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  }
  @-webkit-keyframes animate-svg-stroke-24 {
    0% {
      stroke-dashoffset: 101.0570755005px;
      stroke-dasharray: 101.0570755005px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 101.0570755005px;
    }
  }
  @keyframes animate-svg-stroke-24 {
    0% {
      stroke-dashoffset: 101.0570755005px;
      stroke-dasharray: 101.0570755005px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 101.0570755005px;
    }
  }
  @-webkit-keyframes animate-svg-fill-24 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-24 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-24 {
    -webkit-animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
    animation: animate-svg-stroke-24 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.76s both, animate-svg-fill-24 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1s both;
  }
  @-webkit-keyframes animate-svg-stroke-25 {
    0% {
      stroke-dashoffset: 65.5116577148px;
      stroke-dasharray: 65.5116577148px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 65.5116577148px;
    }
  }
  @keyframes animate-svg-stroke-25 {
    0% {
      stroke-dashoffset: 65.5116577148px;
      stroke-dasharray: 65.5116577148px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 65.5116577148px;
    }
  }
  @-webkit-keyframes animate-svg-fill-25 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-25 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-25 {
    -webkit-animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
    animation: animate-svg-stroke-25 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.88s both, animate-svg-fill-25 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both;
  }
  @-webkit-keyframes animate-svg-stroke-26 {
    0% {
      stroke-dashoffset: 83.8642501831px;
      stroke-dasharray: 83.8642501831px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 83.8642501831px;
    }
  }
  @keyframes animate-svg-stroke-26 {
    0% {
      stroke-dashoffset: 83.8642501831px;
      stroke-dasharray: 83.8642501831px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 83.8642501831px;
    }
  }
  @-webkit-keyframes animate-svg-fill-26 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  @keyframes animate-svg-fill-26 {
    0% {
      fill: transparent;
    }
    100% {
      fill: rgb(0, 0, 0);
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-26 {
    -webkit-animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
    animation: animate-svg-stroke-26 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both, animate-svg-fill-26 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
  }
  @-webkit-keyframes animate-svg-stroke-27 {
    0% {
      stroke-dashoffset: 546px;
      stroke-dasharray: 546px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 546px;
    }
  }
  @keyframes animate-svg-stroke-27 {
    0% {
      stroke-dashoffset: 546px;
      stroke-dasharray: 546px;
    }
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 546px;
    }
  }
  .is-page-loaded .p-kv__img-02-sp .svg-elem-27 {
    -webkit-animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
    animation: animate-svg-stroke-27 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both, animate-svg-fill-27 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
  }
}
.lead {
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .lead {
    margin-top: 30px;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    padding: 0 20px;
  }
}

.index {
  max-width: 510px;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .index {
    margin: 40px auto 0;
    padding: 0 30px;
  }
}

.index__ttl {
  overflow: hidden;
  font-family: "EB Garamond", serif;
  font-size: 26px;
  text-align: center;
  display: table;
  margin-bottom: 20px;
}
.index__ttl span {
  display: block;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.index__ttl.is-onscreen span {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .index__list {
    margin-left: -8px;
    margin-right: -8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.index__item {
  width: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .index__item {
    padding: 0 8px;
    margin-bottom: 16px;
    width: 50%;
  }
}
.index__item a {
  display: block;
  padding: 10px 10px 14px;
  background: #f8f4ec;
  border-radius: 2px;
  border: 1px solid #000;
}
.index__item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index__item a:hover .index__svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.index__item a:hover p {
  opacity: 0.6;
}

.index__img {
  overflow: hidden;
}
.index__img img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.is-onscreen .index__img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.index__textbox {
  height: 66px;
  position: relative;
  margin-top: 13px;
}
.index__textbox p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 26px;
}
.index__textbox p span {
  font-size: 12px;
  display: block;
}

.index__svg {
  display: table;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 14px auto 0;
}

.section-ttl {
  max-width: 580px;
  margin: 0 auto;
}

.section-ttl__img {
  width: 361px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-ttl__img {
    width: 276px;
  }
}

.section-ttl__img-02 {
  width: 413px;
  margin: 20px auto 26px;
}
@media (max-width: 767px) {
  .section-ttl__img-02 {
    width: 316px;
    margin: 16px auto 20px;
  }
}

.section-ttl__img-03 {
  position: relative;
  width: 240px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-ttl__img-03 {
    width: 184px;
  }
}

.section-ttl__img-03-svg {
  position: absolute;
  top: 18px;
  left: 27px;
}
@media (max-width: 767px) {
  .section-ttl__img-03-svg {
    top: 14px;
    left: 21px;
  }
}
@media (max-width: 767px) {
  .section-ttl__img-03-svg svg {
    width: 143px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 222.8971252441px;
    stroke-dasharray: 222.8971252441px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 222.8971252441px;
  }
}
.is-onscreen .section-ttl__img-03-svg .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both;
}

.section-ttl__thumb {
  margin-top: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-ttl__thumb {
    margin-top: 20px;
    padding: 0 20px;
  }
}
.section-ttl__thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}
.section-ttl__thumb.is-onscreen img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-01 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .section-01 {
    padding-top: 70px;
  }
}

.section-02 {
  padding-top: 100px;
  background: #fcfaf7;
  margin-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-02 {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 70px;
  }
}

.section-03 {
  padding-top: 100px;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .section-03 {
    padding-top: 70px;
  }
}

.collabo__ttl {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .collabo__ttl {
    margin-top: 20px;
  }
}

.collabo__ttl-cat {
  font-family: "EB Garamond", serif;
  color: #e9537e;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 9px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .collabo__ttl-cat {
    font-size: 16px;
    line-height: 22px;
  }
}
.collabo__ttl-cat span {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  display: block;
}
.collabo__ttl-cat.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.collabo__ttl-img {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 12px;
  position: relative;
}
.collabo__ttl-img img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.collabo__ttl-img.is-onscreen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.stylish .collabo__ttl-img {
  width: 309px;
}
@media (max-width: 767px) {
  .stylish .collabo__ttl-img {
    width: 199px;
  }
}
.femine .collabo__ttl-img {
  width: 232px;
}
@media (max-width: 767px) {
  .femine .collabo__ttl-img {
    width: 152px;
  }
}

.collabo__ttl-img-svg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .collabo__ttl-img-svg {
    bottom: inherit;
    top: 23px;
  }
  .collabo__ttl-img-svg svg {
    width: 143px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 496px;
    stroke-dasharray: 496px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 496px;
  }
}
.is-onscreen .collabo__ttl-img-svg .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
          animation: animate-svg-stroke-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s both;
}

.collabo__itemlist {
  background: #fdf8fa;
  padding: 40px 0 46px;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .collabo__itemlist {
    padding: 25px 20px 20px;
    margin-top: 27px;
  }
}

.collabo__itemlist-ttl-01 {
  width: 322px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .collabo__itemlist-ttl-01 {
    width: 146px;
  }
}
.collabo__itemlist-ttl-01 img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.collabo__itemlist-ttl-01.is-onscreen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.collabo__itemlist-ttl-02 {
  width: 140px;
  margin: 14px auto 16px;
  position: relative;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .collabo__itemlist-ttl-02 {
    width: 112px;
  }
  .femine .collabo__itemlist-ttl-02 {
    width: 114px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .femine .collabo__itemlist-ttl-02 {
    width: 91px;
  }
}
.collabo__itemlist-ttl-02:after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
  height: calc(100% + 0px);
  content: "";
  background: #e9537e;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.collabo__itemlist-ttl-02.is-onscreen:after {
  width: calc(100% + 20px);
}

.collabo__itemlist-ttl-03 {
  width: 280px;
  margin: 0 auto 28px;
  position: relative;
}
@media (max-width: 767px) {
  .collabo__itemlist-ttl-03 {
    width: 223px;
  }
}

.collabo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 984px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .collabo__row {
    display: block;
  }
}

.collabo__img {
  width: 55%;
  mix-blend-mode: multiply;
}
@media (max-width: 767px) {
  .collabo__img {
    width: 100%;
    margin-bottom: 8px;
  }
}

.collabo__textarea {
  width: 45%;
  padding-left: 70px;
}
@media (max-width: 767px) {
  .collabo__textarea {
    width: 100%;
    padding-left: 0px;
  }
}

.collabo__textarea-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .collabo__textarea-item {
    margin-bottom: 25px;
  }
}

.collabo__textarea-num {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.collabo__textarea-heading {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 14px;
  color: #e9537e;
  font-family: "Shippori Mincho", serif;
}
@media (max-width: 767px) {
  .collabo__textarea-heading {
    font-size: 16px;
  }
}

.collabo__textarea-lead {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  line-height: 24px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .collabo__textarea-lead {
    font-size: 12px;
    line-height: 20px;
    padding-right: 0px;
  }
}

.collabo-coordinate {
  padding-top: 120px;
  max-width: 900px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .collabo-coordinate {
    padding-top: 50px;
    padding-bottom: 0px;
  }
}

.collabo-coordinate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .collabo-coordinate__wrap {
    display: block;
  }
}
.collabo-coordinate__wrap.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.collabo-coordinate__img {
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .collabo-coordinate__img {
    width: 100%;
  }
}
.collabo-coordinate__img .p-credit {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .collabo-coordinate__img .p-credit {
    margin-top: 0px;
  }
}

.collabo-coordinate__img-list {
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
}
.collabo-coordinate__img-list:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.collabo-coordinate__img-list.is-onscreen:after {
  height: 0%;
}

.collabo-coordinate__textarea {
  width: 45%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
}
@media (max-width: 767px) {
  .collabo-coordinate__textarea {
    width: 100%;
    padding-left: 0px;
  }
}
.is-reverse .collabo-coordinate__textarea {
  padding-left: 0px;
  padding-right: 60px;
}
@media (max-width: 767px) {
  .is-reverse .collabo-coordinate__textarea {
    width: 100%;
    padding-right: 0px;
  }
}
.collabo-coordinate__lead {
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  line-height: 24px;
  max-width: 336px;
  margin: 0 auto 78px;
}
.ceremony-coordinate__wrap .collabo-coordinate__lead {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__wrap .collabo-coordinate__lead {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .collabo-coordinate__lead {
    font-size: 13px;
    max-width: 100%;
    line-height: 26px;
    padding: 0 20px;
    margin: 0 auto 32px;
  }
}

.collabo-coordinate__color {
  margin-top: 9px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.collabo-coordinate__color img {
  -webkit-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.collabo-coordinate__color.is-onscreen img {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.collabo-coordinate__color.is-navy {
  width: 16.6vw;
  -webkit-transform: translate(-80px, 0);
          transform: translate(-80px, 0);
}
@media (max-width: 767px) {
  .collabo-coordinate__color.is-navy {
    -webkit-transform: translate(20px, 0);
            transform: translate(20px, 0);
    width: 128px;
    margin-bottom: -28px;
    position: relative;
    z-index: 111;
  }
}
.collabo-coordinate__color.is-beige {
  width: 17.3vw;
  -webkit-transform: translate(170px, 0);
          transform: translate(170px, 0);
  margin-left: auto;
}
@media (max-width: 767px) {
  .collabo-coordinate__color.is-beige {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    margin-bottom: -10px;
    width: 134px;
    position: relative;
    z-index: 111;
  }
}

.collabo-coordinate__heading {
  text-align: center;
  font-size: 19px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.75;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .collabo-coordinate__heading {
    margin-top: 23px;
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
}

.collabo-coordinate__subimg {
  position: relative;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.collabo-coordinate__subimg:hover {
  opacity: 0.5;
}
.collabo-coordinate__subimg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.collabo-coordinate__subimg:before {
  content: "";
  width: 100%;
  height: 0%;
  background: #e9537e;
  opacity: 0.1;
  position: absolute;
  top: 20px;
  left: -20px;
  z-index: -1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .collabo-coordinate__subimg:before {
    top: 10px;
    left: -10px;
  }
}
.is-reverse .collabo-coordinate__subimg:before {
  left: inherit;
  right: -20px;
}
@media (max-width: 767px) {
  .is-reverse .collabo-coordinate__subimg:before {
    right: -10px;
  }
}
.collabo-coordinate__subimg.is-onscreen:after {
  height: 0%;
}
.collabo-coordinate__subimg.is-onscreen:before {
  height: 100%;
}
@media (max-width: 767px) {
  .collabo-coordinate__subimg {
    width: calc(100% - 86px);
    margin-left: auto;
    margin-top: 30px;
  }
  .is-reverse .collabo-coordinate__subimg {
    margin-left: inherit;
  }
  .collabo-coordinate__subimg--2 {
    margin-left: inherit;
  }
  .collabo-coordinate__subimg--2:before {
    left: inherit;
    right: -10px;
  }
}

.section-ceremony-ttl {
  margin: 0 auto;
  display: table;
}

.section-ceremony-ttl__eng {
  text-align: center;
  color: #c4b68e;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  line-height: 22px;
  letter-spacing: 0.1em;
  overflow: hidden;
}
.section-ceremony-ttl__eng span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.section-ceremony-ttl__eng.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.section-ceremony-ttl__img {
  width: 309px;
  margin: 25px auto 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-ceremony-ttl__img {
    width: 277px;
    margin: 20px auto 30px;
  }
}
.section-ceremony-ttl__img img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.section-ceremony-ttl__img.is-onscreen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.section-ceremony-ttl__img--2 {
  width: 344px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .section-ceremony-ttl__img--2 {
    width: 288px;
  }
}

.section-ceremony-ttl__img-svg {
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .section-ceremony-ttl__img-svg {
    top: 34px;
  }
  .section-ceremony-ttl__img-svg svg {
    width: 246px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 297.2443847656px;
    stroke-dasharray: 297.2443847656px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 297.2443847656px;
  }
}
.is-onscreen .section-ceremony-ttl__img-svg .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

.ceremony__index {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ceremony__index {
    padding: 0 20px;
  }
}

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

.ceremony__index-item {
  width: 33.33333%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .ceremony__index-item {
    padding: 0 6px;
  }
}
.ceremony__index-item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ceremony__index-item a:hover span {
  opacity: 0.3;
}

.ceremony__index-img {
  overflow: hidden;
}
.ceremony__index-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony__index-img.is-onscreen img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.ceremony__index-ttl-en {
  text-align: center;
  color: #c4b68e;
  font-size: 24px;
  font-family: "EB Garamond", serif;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 400;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ceremony__index-ttl-en {
    font-size: 20px;
  }
}
.ceremony__index-ttl-en span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony__index-ttl-en.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ceremony__index-ttl-jp {
  text-align: center;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .ceremony__index-ttl-jp {
    font-size: 16px;
    margin-top: 0px;
  }
}
.ceremony__index-ttl-jp span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony__index-ttl-jp.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ceremony-coordinate {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .ceremony-coordinate {
    padding-top: 50px;
  }
}
.ceremony-coordinate--2 {
  margin-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .ceremony-coordinate--2 {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.ceremony-coordinate--2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
}

.ceremony-coordinate__ttl {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 16px 0 18px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__ttl {
    width: calc(100% - 70px);
  }
}
.ceremony-coordinate__ttl:before {
  content: "";
  width: 0%;
  height: 9px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-coordinate__ttl:after {
  content: "";
  width: 0%;
  height: 9px;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-coordinate__ttl.is-onscreen:before {
  width: 100%;
}
.ceremony-coordinate__ttl.is-onscreen:after {
  width: 100%;
}

.ceremony-coordinate__ttl-en {
  text-align: center;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin-top: 8px;
  overflow: hidden;
}
.ceremony-coordinate__ttl-en span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-coordinate__ttl-en.is-onscreen span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ceremony-coordinate__ttl-jp {
  text-align: center;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  line-height: 32px;
  font-weight: 400;
  overflow: hidden;
  margin-top: 3px;
  margin-bottom: 15px;
}
.ceremony-coordinate__ttl-jp img {
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-coordinate__ttl-jp.is-onscreen img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ceremony-coordinate__wrap {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .ceremony-coordinate__wrap {
    padding-top: 50px;
  }
}

.ceremony-coordinate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ceremony-coordinate__inner {
    display: block;
  }
}
.ceremony-coordinate__inner.is-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ceremony-coordinate__img {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .ceremony-coordinate__img {
    width: 100%;
  }
  .ceremony-coordinate__img--1 {
    padding-left: 30px;
  }
  .ceremony-coordinate__img--1b {
    padding-left: 30px;
  }
  .ceremony-coordinate__img--1c {
    padding-left: 30px;
    margin-top: 25px;
  }
  .ceremony-coordinate__img--2 {
    padding-right: 30px;
  }
  .ceremony-coordinate__img--2b {
    padding-right: 30px;
  }
  .ceremony-coordinate__img--2c {
    padding-right: 30px;
  }
  .ceremony-coordinate__img--3 {
    padding-left: 30px;
  }
  .ceremony-coordinate__img--3b {
    padding-left: 30px;
  }
  .ceremony-coordinate__img--4 {
    padding-right: 30px;
  }
  .ceremony-coordinate__img--4b {
    padding-right: 30px;
  }
  .ceremony-coordinate__img--5 {
    padding-left: 30px;
    margin-top: 32px;
  }
  .ceremony-coordinate__img--6 {
    padding-right: 30px;
  }
}

.ceremony-coordinate__textarea {
  width: 50%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__textarea {
    padding-left: 0px;
    width: 100%;
  }
}
.is-reverse .ceremony-coordinate__textarea {
  padding-left: inherit;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .is-reverse .ceremony-coordinate__textarea {
    padding-right: 0px;
  }
}

.ceremony-coordinate__num {
  margin: 20px auto 35px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-coordinate__num.is-onscreen {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
@media (max-width: 767px) {
  .ceremony-coordinate__num {
    position: absolute;
    margin: 0;
  }
}
.ceremony-coordinate__num--01 {
  width: 75px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--01 {
    width: 100px;
  }
  .ceremony-coordinate__img--1 .ceremony-coordinate__num--01 {
    top: 18px;
    right: 13px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--1b .ceremony-coordinate__num--01 {
    top: 55px;
    right: 17px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--1c .ceremony-coordinate__num--01 {
    top: -26px;
    left: 20px;
    z-index: 11111;
  }
}
.ceremony-coordinate__num--02 {
  width: 78px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--02 {
    width: 104px;
  }
  .ceremony-coordinate__img--2 .ceremony-coordinate__num--02 {
    top: 21px;
    right: 19px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--2b .ceremony-coordinate__num--02 {
    bottom: 90px;
    right: 16px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--2c .ceremony-coordinate__num--02 {
    top: 177px;
    right: 16px;
    z-index: 11111;
  }
}
.ceremony-coordinate__num--03 {
  width: 75px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--03 {
    width: 100px;
  }
  .ceremony-coordinate__img--3 .ceremony-coordinate__num--03 {
    top: 117px;
    left: 15px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--3b .ceremony-coordinate__num--03 {
    top: 122px;
    left: 20px;
    z-index: 11111;
  }
}
.ceremony-coordinate__num--04 {
  width: 77px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--04 {
    width: 102px;
  }
  .ceremony-coordinate__img--4 .ceremony-coordinate__num--04 {
    top: 264px;
    right: 18px;
    z-index: 11111;
  }
  .ceremony-coordinate__img--4b .ceremony-coordinate__num--04 {
    top: 26px;
    left: 20px;
    z-index: 11111;
  }
}
.ceremony-coordinate__num--05 {
  width: 75px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--05 {
    width: 100px;
  }
  .ceremony-coordinate__img--5 .ceremony-coordinate__num--05 {
    top: -32px;
    left: 12px;
    z-index: 11111;
  }
}
.ceremony-coordinate__num--06 {
  width: 78px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__num--06 {
    width: 102px;
  }
  .ceremony-coordinate__img--6 .ceremony-coordinate__num--06 {
    top: 19px;
    right: 44px;
    z-index: 11111;
  }
}

.ceremony-coordinate__tag {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 30px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media (max-width: 767px) {
  .ceremony-coordinate__tag {
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0%) rotate(180deg);
            transform: translateY(0%) rotate(180deg);
    left: 10px;
  }
}
.ceremony-coordinate__wrap--2 .ceremony-coordinate__tag {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  left: inherit;
  right: 30px;
}
@media (max-width: 767px) {
  .ceremony-coordinate__wrap--2 .ceremony-coordinate__tag {
    top: inherit;
    bottom: 0;
    -webkit-transform: translateY(0%) rotate(0deg);
            transform: translateY(0%) rotate(0deg);
    right: 10px;
  }
}

.ceremony-goods__wrap {
  max-width: 1068px;
  margin: 0 auto;
}
.ceremony-goods__wrap--2 {
  max-width: 1000px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .ceremony-goods__wrap--2 {
    margin-top: 50px;
  }
}

.ceremony-goods__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .ceremony-goods__img {
    display: block;
  }
}

.ceremony-goods__img-item {
  width: 52vw;
  position: relative;
}
@media (max-width: 767px) {
  .ceremony-goods__img-item {
    width: 100%;
  }
}
.ceremony-goods__img-item--2 {
  width: 48vw;
  padding-left: 40px;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .ceremony-goods__img-item--2 {
    width: 100%;
    padding-left: 30px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .ceremony-goods__img-item--3 {
    width: 100%;
    padding-right: 30px;
  }
}
.ceremony-goods__img-item--4 {
  width: 48vw;
  padding-left: 40px;
  margin-top: 180px;
}
@media (max-width: 767px) {
  .ceremony-goods__img-item--4 {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
.ceremony-goods__img-item:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.ceremony-goods__img-item.is-onscreen:after {
  height: 0%;
}

.swiper-pagination {
  position: absolute;
  left: inherit !important;
  right: 20px !important;
  bottom: 12px;
  width: 60px !important;
}
@media (max-width: 767px) {
  .swiper-pagination {
    right: 4px !important;
    bottom: 10px;
    width: 40px !important;
  }
}
.swiper-pagination-05 {
  width: 90px !important;
}
@media (max-width: 767px) {
  .swiper-pagination-05 {
    width: 60px !important;
  }
}

.swiper-pagination-bullet {
  margin: 0 10px !important;
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 6px !important;
    height: 6px !important;
  }
}

.swiper-pagination-bullet-active {
  background: #e9537e !important;
}

.p-footer {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .p-footer {
    padding: 80px 0px 0px;
  }
}

.p-footer__btn {
  margin: 0 auto 240px;
  max-width: 712px;
}
@media (max-width: 767px) {
  .p-footer__btn {
    margin: 0 auto 90px;
  }
}

.p-footer__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .p-footer__btn-list {
    display: block;
    margin: 0;
  }
}

.p-footer__btn-item {
  width: 50%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-footer__btn-item {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
  }
}
.p-footer__btn-item a {
  display: block;
  background: #c4b68e;
  color: #fff;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  padding: 30px 0;
  text-align: center;
}

.p-footer__inner {
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .p-footer__inner {
    width: auto;
    padding: 0 20px;
  }
}
.p-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .p-footer__link {
    gap: 12px;
  }
}
.p-footer__linkItem {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .p-footer__linkItem {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 1000px) {
  .p-footer__linkItem {
    width: calc(50% - 0.6rem);
    height: 70px;
  }
}
.p-footer__linkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #bcac83;
}

@media (max-width: 1000px) {
  .p-footer__linkInner {
    height: 70px;
  }
}
.p-footer__linkInner svg {
  display: block;
  width: auto;
  height: 100%;
}

.p-footer__linkInner path {
  fill: #fff;
}

.p-footer__note {
  text-align: center;
  font-size: 14px;
  line-height: 1.7857142857;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .p-footer__note {
    font-size: 12px;
    text-align: left;
    line-height: 2;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.p-footer__bottom {
  background-color: #bcac83;
  padding-top: 120px;
  margin-top: 240px;
}
@media (max-width: 767px) {
  .p-footer__bottom {
    padding-top: 40px;
    margin-top: 80px;
  }
}

.p-footer__brand-logo {
  width: 137px;
}

.p-footer__brand-logo,
.p-footer__sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  margin-left: auto;
}

.p-footer__sns-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-footer__sns-list {
    margin-top: 70px;
  }
}

.p-footer__sns-item {
  display: table;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: 0 auto;
  padding: 0 15px;
}
.p-footer__sns-item img {
  text-align: center;
  width: 30px;
}

.p-footer__sns-item:hover {
  opacity: 0.6;
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5.6rem;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .p-footer__nav-list {
    gap: 10px;
    margin-top: 70px;
  }
}

.p-footer__nav-item {
  color: #fff;
  font-family: "EB Garamond", serif;
  letter-spacing: -0.03em;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .p-footer__nav-item {
    font-size: 12px;
  }
}

.p-footer__nav-item:hover {
  opacity: 0.6;
}

.p-footer__company-logo {
  display: block;
  width: 140px;
  margin-top: 5.6rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .p-footer__company-logo {
    margin-top: 70px;
  }
}

.p-footer__copyright {
  margin-top: 6rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "EB Garamond", serif;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 12px;
    margin-top: 70px;
  }
}

.p-credit-more {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  font-weight: 400;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 4px 0;
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.p-credit-more:hover {
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .p-credit-more {
    display: block;
  }
}
.p-credit-more.is-none {
  display: none;
}

@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}

@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  49.9% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  50% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
.section-01b .p-credit {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-01b .p-credit {
    margin-top: 0px;
  }
}
.ceremony-coordinate__wrap .p-credit {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .ceremony-coordinate__wrap .p-credit {
    margin-top: 32px !important;
  }
}

.p-credit-row {
  max-width: 722px;
  margin: 53px auto 0;
}
@media (max-width: 767px) {
  .p-credit-row {
    margin: 33px auto 0;
  }
}
.p-credit-row .p-credit__list {
  padding: 0 25px;
  width: 50%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .p-credit-row .p-credit__list {
    width: 100%;
    padding: 0px;
  }
}
.p-credit-row .p-credit__left {
  padding-left: 31px;
  white-space: nowrap;
}

.p-credit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 767px) {
  .p-credit__inner {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.p-credit__num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-credit__list {
  position: relative;
  max-width: 336px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-credit__list {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-credit__item {
  display: none;
}
.p-credit__item.is-active {
  opacity: 1;
  display: block;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-credit__item.is-active {
    margin-bottom: 17px;
  }
}
.is-open .p-credit__item {
  opacity: 1;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .is-open .p-credit__item {
    margin-bottom: 17px;
  }
}

.p-credit__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .p-credit__row {
    width: 100%;
  }
  .ceremony-goods .p-credit__row {
    padding: 0px 20px;
  }
}

.p-credit__left {
  position: relative;
  width: 96px;
}

.p-credit__right {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  margin-right: -3px;
}
@media (max-width: 767px) {
  .p-credit__right {
    width: calc(100% - 96px);
  }
}
.p-credit__right.col-4 p {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
}
.p-credit__right.col-8 p {
  width: 66.7777%;
  margin-left: 33.3333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
}
.p-credit__right a {
  display: block;
  background: #c4b68e;
  padding: 7px 0;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
}
.p-credit__right a:hover {
  background: #000000;
}

.p-credit__name {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 3px;
  font-family: "Shippori Mincho", serif;
}

.p-credit__price {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.03em;
}
.p-credit__price span {
  font-family: "Shippori Mincho", serif;
  font-size: 9px;
  margin-left: -2px;
}

.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  overflow-y: scroll;
  pointer-events: none;
}
.is-modal .nav {
  opacity: 1;
  pointer-events: all;
}

.nav__ttl {
  height: 51px;
  position: relative;
}
@media (max-width: 767px) {
  .nav__ttl {
    height: auto;
  }
}
.nav__ttl img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .nav__ttl img {
    top: 0%;
    left: 0%;
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .nav__wrap {
    display: block;
  }
}

.nav__list {
  width: 25%;
  padding: 77px 45px 0px;
  position: relative;
  height: auto;
}
@media (max-width: 767px) {
  .nav__list {
    width: 100%;
    padding: 40px 65px 0px;
  }
}
.nav__list:after {
  content: "";
  width: 0;
  height: 200vh;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
}
.is-modal .nav__list:after {
  width: 25%;
}
@media (max-width: 767px) {
  .is-modal .nav__list:after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .nav__list:after {
    position: absolute;
    height: 100%;
  }
}
.nav__list--1:after {
  background: #e9537e;
  opacity: 0.1;
}
.nav__list--2:after {
  background: #c4b68e;
  opacity: 0.3;
  left: 25%;
}
@media (max-width: 767px) {
  .nav__list--2:after {
    left: 0%;
  }
}
.nav__list--3:after {
  background: #c4b68e;
  opacity: 0.1;
  left: 50%;
}
@media (max-width: 767px) {
  .nav__list--3:after {
    left: 0%;
  }
}
@media (max-width: 767px) {
  .nav__list--4 {
    padding: 40px 20px 0px;
  }
}
.nav__list--4:after {
  background: #c4b68e;
  opacity: 0.3;
  left: 75%;
}
@media (max-width: 767px) {
  .nav__list--4:after {
    left: 0%;
  }
}

.nav__ttl {
  margin: 0 auto 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .nav__ttl {
    margin: 0 auto 25px;
  }
}
.nav__ttl img {
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
@media (max-width: 767px) {
  .nav__ttl img {
    position: relative;
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
}
.is-modal .nav__ttl img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}
@media (max-width: 767px) {
  .is-modal .nav__ttl img {
    position: relative;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
.nav__ttl--1 {
  width: 146px;
}
@media (max-width: 767px) {
  .nav__ttl--1 {
    width: 213px;
  }
}
.nav__ttl--2 {
  width: 141px;
}
.nav__ttl--3 {
  width: 124px;
}
.nav__ttl--4 {
  width: 115px;
}

.nav__thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .nav__thumb {
    padding-bottom: 40px;
  }
  .nav__thumb--4 .nav__thumb-item {
    width: 33.33333%;
  }
}

.nav__thumb-item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 12px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.nav__thumb-item img {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.is-modal .nav__thumb-item img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.nav__thumb-item:hover {
  opacity: 0.6;
}
.nav__thumb-item:hover img {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important;
}
.is-modal .nav__thumb-item a {
  display: block;
}

.nav__thumb-img {
  overflow: hidden;
}

.nav__btn {
  position: fixed;
  right: 34px;
  bottom: 10px;
  width: 110px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .nav__btn {
    right: 10px;
    width: 80px;
  }
}
.nav__btn:hover {
  opacity: 0.5 !important;
}
.is-modal .nav__btn {
  opacity: 1;
  pointer-events: all;
}

.flow__btn {
  position: fixed;
  right: 34px;
  bottom: 10px;
  width: 110px;
  opacity: 0;
  z-index: 111111;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .flow__btn {
    right: 10px;
    width: 80px;
  }
}
.is-fixed .flow__btn {
  opacity: 1;
}
.flow__btn:hover {
  opacity: 0.5;
}
.is-modal .flow__btn {
  opacity: 0;
  pointer-events: none;
}

.js-fixed {
  overflow: hidden;
}

.swiper {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.swiper:hover {
  opacity: 0.5;
}