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

.main {
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}

.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);
}

.kv {
  position: relative;
}

.kv__logo {
  position: absolute;
  top: 17px;
  left: 18px;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  z-index: 11;
  width: 125px;
}
.is-page-loaded .kv__logo {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__logo {
    display: block;
    top: 14px;
    left: 14px;
    width: 106px;
    z-index: 11;
  }
}

.kv__body {
  position: relative;
}
@media (max-width: 767px) {
  .kv__body {
    width: 100%;
  }
}

.kv__inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .kv__inner {
    display: block;
    height: auto;
  }
}

.kv__ttl {
  width: 45%;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 100%;
    margin-top: -90px;
  }
}
.kv__ttl:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: #ff708d;
  top: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .kv__ttl:after {
    height: calc(100% - 96px);
    top: 90px;
  }
}
.is-page-loaded .kv__ttl:after {
  width: 100%;
}
.kv__ttl-01 {
  width: 69%;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media (max-width: 767px) {
  .kv__ttl-01 {
    width: 223px;
  }
}
.is-page-loaded .kv__ttl-01 {
  clip-path: inset(0 0 0 0);
}
.kv__ttl-02 {
  width: 50%;
  margin-top: -20px;
  margin-left: 2%;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px) {
  .kv__ttl-02 {
    margin-top: -10px;
    width: 161px;
  }
}
.is-page-loaded .kv__ttl-02 {
  clip-path: inset(0 0 0 0);
}
.kv__ttl-03 {
  width: 101%;
  margin-top: -14px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media (max-width: 767px) {
  .kv__ttl-03 {
    margin-top: -10px;
    width: 325px;
  }
}
.is-page-loaded .kv__ttl-03 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.kv__ttl-04 {
  width: 85%;
  margin-top: -3px;
  margin-left: 5.4%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media (max-width: 767px) {
  .kv__ttl-04 {
    width: 274px;
  }
}
.is-page-loaded .kv__ttl-04 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.kv__ttl-05 {
  width: 35%;
  position: absolute;
  top: 16%;
  right: 2%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  opacity: 0;
}
.is-page-loaded .kv__ttl-05 {
  opacity: 1;
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 2.5s forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) 2.5s forwards;
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 15px);
            transform: scale(0.98, 0.9) translate(0, 15px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 18px);
            transform: scale(1.02, 1) translate(0, 18px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -18px);
            transform: scale(0.98, 1.05) translate(0, -18px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 15px);
            transform: scale(1, 0.9) translate(0, 15px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 15px);
            transform: scale(0.98, 0.9) translate(0, 15px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 18px);
            transform: scale(1.02, 1) translate(0, 18px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -18px);
            transform: scale(0.98, 1.05) translate(0, -18px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 15px);
            transform: scale(1, 0.9) translate(0, 15px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
            transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
.kv__ttl-inner {
  position: absolute;
  top: 11%;
  left: 14.8%;
  width: 101%;
}
@media (max-width: 767px) {
  .kv__ttl-inner {
    position: relative;
    width: 326px;
    left: 0;
    top: 0;
    display: table;
    margin: 0 auto;
  }
}

.kv__img {
  position: relative;
  overflow: hidden;
  width: 55%;
  height: 100%;
}
@media (max-width: 767px) {
  .kv__img {
    width: 100%;
  }
}
.kv__img img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
}
.is-page-loaded .kv__img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.is-page-loaded .kv__img {
  clip-path: inset(0 0 0 0);
}

.inner {
  max-width: 809px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .inner {
    display: block;
  }
}

.index {
  margin-bottom: 50px;
}

.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner-left {
  width: 39%;
}
@media (max-width: 767px) {
  .inner-left {
    width: 100%;
  }
}

.inner-right {
  width: 61%;
  padding-left: 14%;
}
@media (max-width: 767px) {
  .inner-right {
    width: 100%;
    padding-left: 0;
  }
}

.index-pc {
  margin-top: -220px;
}

.index__ttl {
  margin: 50px auto 20px;
  display: table;
}
.index__ttl-01 {
  margin: 0 auto 3px;
  display: table;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.index__ttl-01.is-onscreen {
  clip-path: inset(0 0 0 0);
}
.index__ttl-02 {
  margin: 0 auto;
  display: table;
  clip-path: inset(100% 0 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.index__ttl-02.is-onscreen {
  clip-path: inset(0 0 0 0);
}

.index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: -6px;
  margin-right: -6px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .index__list {
    padding: 0 40px;
  }
}

.index__item {
  width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  margin-bottom: 17px;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.index__item.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.index__item.is-onscreen a:after {
  width: 100%;
}
.index__item a {
  display: block;
  position: relative;
}
.index__item a:after {
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.index__item:nth-child(odd) a:after {
  background: #ff708d;
}
.index__item:nth-child(even) a:after {
  background: #7ec441;
}

.lead {
  padding-top: 50px;
}
.lead p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 34px;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.lead p.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.section {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 0px;
  }
}

.section-ttl {
  padding-top: 191px;
}
.section-ttl--1 {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .section-ttl {
    padding-top: 80px;
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}

.section-ttl__inner {
  position: relative;
  display: table;
  margin: 0 auto;
}

.section-ttl__name {
  position: relative;
  display: table;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.is-onscreen .section-ttl__name {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.section-ttl__elm-1 {
  position: absolute;
  top: 50%;
  left: -42px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-ttl--1 .section-ttl__elm-1 {
  left: -46px;
}
.section-ttl--4 .section-ttl__elm-1 {
  left: -26px;
}
.is-onscreen .section-ttl__elm-1 {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-ttl__elm-2 {
  position: absolute;
  top: 50%;
  right: -42px;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.section-ttl--1 .section-ttl__elm-2 {
  right: -46px;
}
.section-ttl--4 .section-ttl__elm-2 {
  right: -26px;
}
.is-onscreen .section-ttl__elm-2 {
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-ttl__cat {
  position: relative;
  padding-bottom: 24px;
}
.section-ttl__cat:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.section-ttl__cat.is-onscreen:after {
  width: 100%;
}

.section-ttl__num {
  position: relative;
  display: table;
  margin: 23px auto 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  z-index: 11;
}
.section-ttl__num.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.section-ttl__num-icon {
  position: absolute;
  left: -28px;
  bottom: 6px;
}

.section-wrap {
  position: relative;
}
.section-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #ff708d;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0.1;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-wrap:after {
    content: none;
  }
}
.section--2 .section-wrap:after {
  background: #7ec441;
}
.section-wrap.is-onscreen:after {
  width: 100%;
}

.section-img-top {
  padding-right: 46px;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .section-img-top {
    margin-top: -24px;
    background: none;
  }
  .section-img-top:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #ff708d;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 0.1;
    z-index: -1;
  }
  .section--2 .section-img-top:after {
    background: #7ec441;
    left: 0;
    right: inherit;
  }
  .section-img-top.is-onscreen:after {
    width: 46px;
  }
}
.section--2 .section-img-top {
  padding-left: 46px;
  padding-right: 0;
}
.section-img-top.is-onscreen .swiper-img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.section-img-bottom {
  padding-left: 102px;
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .section-img-bottom {
    background: none;
  }
  .section-img-bottom:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #ff708d;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 0.1;
    z-index: -1;
  }
  .section--2 .section-img-bottom:after {
    background: #7ec441;
    left: inherit;
    right: 0;
  }
  .section-img-bottom.is-onscreen:after {
    width: 102px;
  }
}
.section--2 .section-img-bottom {
  padding-left: 0;
  padding-right: 102px;
}
.section-img-bottom:hover .swiper-img img {
  opacity: 0.8;
}

.swiper-pagination-01 {
  position: absolute;
  top: 20px;
  left: 10px !important;
  z-index: 111;
  width: 6px !important;
  height: 26px !important;
}

.swiper-pagination-02 {
  position: absolute;
  top: 20px;
  left: 56px !important;
  z-index: 111;
  width: 6px !important;
  height: 26px !important;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  display: table !important;
  margin-bottom: 10px !important;
  background: #fff !important;
  opacity: 1 !important;
}

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

.swiper02 .swiper-pagination-bullet-active {
  background: #7ec441 !important;
}

.swiper-img {
  overflow: hidden;
}
.swiper-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  opacity: 0;
}
.swiper-img.is-onscreen img {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.swiper-wrapper:hover {
  opacity: 0.8;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s !important;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s !important;
}

.credit-more {
  font-family: "EB Garamond", serif;
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  display: none;
  margin-top: 30px;
  border: 1px solid #ff708d;
  color: #ff708d;
}
.section--2 .credit-more {
  border: 1px solid #7ec441;
  color: #7ec441;
}
.credit-more:hover {
  background: #ff708d;
  color: #fff;
}
.section--2 .credit-more:hover {
  background: #7ec441;
}
.credit-more.is-none {
  display: none;
}
@media (max-width: 767px) {
  .credit-more {
    display: block;
  }
}

.credit {
  position: relative;
  z-index: 11;
}
.section-01b .credit {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-01b .credit {
    margin-top: 0px;
  }
}
.ceremony-coordinate__wrap .credit {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .ceremony-coordinate__wrap .credit {
    margin-top: 32px !important;
  }
}

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

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

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

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

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

.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) {
  .credit__row {
    width: 100%;
  }
  .ceremony-goods .credit__row {
    padding: 0px 20px;
  }
}

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

.credit__right {
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3px;
  margin-right: -3px;
}
@media (max-width: 767px) {
  .credit__right {
    width: calc(100% - 96px);
  }
}
.credit__right.col-6 p {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
}
.credit__right.col-12 p {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
}
.credit__right a {
  display: block;
  background: #ff708d;
  padding: 7px 0;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #fff;
  text-transform: uppercase;
  line-height: 14px;
}
.section--2 .credit__right a {
  background: #7ec441;
}
.credit__right a:hover {
  background: #000000;
  color: #fff;
}

.credit__name {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 3px;
  font-family: "Noto Serif JP", serif;
}

.credit__price {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: "Noto Serif JP", serif;
}
.credit__price span {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  margin-left: -2px;
}

.btn {
  height: 78px;
}
.btn a {
  display: block;
  background: #ff708d;
  font-size: 16px;
  text-align: center;
  line-height: 78px;
  color: #fff;
}
.btn-2 {
  font-family: "Lato", sans-serif;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

.logo1 {
  border-top: 1px solid #000;
  margin: 80px auto 60px;
  padding-top: 80px;
}
.logo1 img {
  width: 140px;
  margin: 0 auto;
  display: table;
}

.insta {
  margin: 0 auto 60px;
}
.insta img {
  width: 36px;
  margin: 0 auto;
  display: table;
}

.logo2 {
  padding-top: 60px;
  margin-bottom: 65px;
}
.logo2 img {
  width: 133px;
  margin: 0 auto;
  display: table;
}

.attention {
  font-size: 12px;
  line-height: 20px;
  font-family: "Shippori Mincho", serif;
  padding-top: 30px;
}

.copyright {
  font-size: 12px;
  line-height: 20px;
  font-family: "Lato", sans-serif;
  text-align: center;
}

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

.point {
  position: absolute;
  right: 20px;
  bottom: 59px;
  z-index: 11;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.section--2 .point {
  right: inherit;
  left: 20px;
}
.point.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 82.7512969971px;
    stroke-dasharray: 82.7512969971px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 82.7512969971px;
  }
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 82.7512969971px;
    stroke-dasharray: 82.7512969971px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 82.7512969971px;
  }
}
.point.is-onscreen .svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 0.5s 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 0.5s 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;
}

.section-bottom {
  max-width: 819px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-bottom {
    display: block;
  }
}

.section-bottom__text {
  width: 59%;
  margin-left: 13%;
}
@media (max-width: 767px) {
  .section-bottom__text {
    width: 100%;
    margin-left: 0;
  }
}

.section-bottom__credit {
  width: 41%;
}
@media (max-width: 767px) {
  .section-bottom__credit {
    width: 100%;
    margin-top: 30px;
  }
}

.section-bottom__text-inner {
  padding: 0 20px;
}

.heading {
  font-size: 20px;
  line-height: 26px;
  font-family: "Shippori Mincho", serif;
}
.heading p {
  margin-bottom: 10px;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.heading.is-onscreen p {
  clip-path: inset(0 0 0 0);
}
.heading span {
  margin-right: 6px;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.heading.is-onscreen span {
  clip-path: inset(0 0 0 0);
}

.caption {
  font-size: 14px;
  line-height: 26px;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}

.img-elm {
  position: absolute;
  top: 87px;
  right: 10px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.img-elm.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}