@charset "UTF-8";
/* ============================================ */
*,
::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;
}

.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;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  display: none;
}
.is-page-loaded .kv__logo {
  opacity: 1;
}
@media (max-width: 767px) {
  .kv__logo {
    display: block;
    top: 16px;
    right: 10px;
    width: 106px;
    z-index: 11;
  }
}

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

.kv__inner {
  position: relative;
  height: 100%;
}

.kv__img {
  position: relative;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 0 0 100%);
  overflow: visible;
  background-size: cover;
  background-position: center left;
  width: 100%;
  height: 100%;
}
.kv__img img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}
.is-page-loaded .kv__img img {
  opacity: 1;
}
.is-page-loaded .kv__img {
  clip-path: inset(0 0 0 0);
}

.kv__img-1 {
  width: 27.6%;
  position: absolute;
  top: 5.6%;
  right: 5.7%;
  -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.8s;
          transition-delay: 0.8s;
  clip-path: inset(0 100% 0 0);
}
.is-page-loaded .kv__img-1 {
  clip-path: inset(0 0 0 0);
}
@media (max-width: 767px) {
  .kv__img-1 {
    width: 202px;
    top: 25px;
    right: inherit;
    left: 13px;
  }
}

.kv__img-3 {
  width: 23.1vw;
  position: absolute;
  left: -5.7%;
  bottom: -3%;
  z-index: 1111;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -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: 0.8s;
          transition-delay: 0.8s;
}
.is-page-loaded .kv__img-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 767px) {
  .kv__img-3 {
    width: 209px;
    left: 0px;
    bottom: -21px;
  }
}

.kv__ttl {
  position: absolute;
  width: 4.75vw;
  top: 17.3%;
  right: 11.75%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 56px;
    top: 97px;
    right: inherit;
    left: 37px;
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.kv__ttl:before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 0;
  left: 0;
  background: #e6c521;
  opacity: 0.12;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}
@media (max-width: 767px) {
  .kv__ttl:before {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
}
.is-page-loaded .kv__ttl:before {
  clip-path: inset(0 0 0 0);
}
.kv__ttl img {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.is-page-loaded .kv__ttl img {
  clip-path: inset(0 0 0 0);
}

.kv__ttl-line {
  position: absolute;
  background: #fff;
}
.kv__ttl-line--left {
  width: 1px;
  bottom: -10px;
  left: -10px;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
  height: 0;
}
.is-page-loaded .kv__ttl-line--left {
  height: calc(100% + 20px);
}
.kv__ttl-line--top {
  height: 1px;
  top: -10px;
  left: -10px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  width: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.is-page-loaded .kv__ttl-line--top {
  width: calc(100% + 20px);
}
.kv__ttl-line--right {
  width: 1px;
  top: -10px;
  right: -10px;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  height: 0;
}
.is-page-loaded .kv__ttl-line--right {
  height: calc(100% + 20px);
}
.kv__ttl-line--bottom {
  height: 1px;
  bottom: -10px;
  right: -10px;
  -webkit-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
  width: 0;
}
.is-page-loaded .kv__ttl-line--bottom {
  width: calc(100% + 20px);
}

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

#mask {
  width: 50%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1111;
}

#base path {
  fill: #000; /* 塗りの色 */
}

#mask path {
  fill: none; /* 塗りの色 */
  stroke: #ffffff; /* 線の色 */
  stroke-width: 10px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

.index {
  width: 37.3%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
  z-index: 1111;
}
.is-page-loaded .index {
  opacity: 1;
}
@media (max-width: 767px) {
  .index {
    width: 100%;
    position: relative;
    height: 510px;
    margin-top: 80px;
    z-index: 1111;
  }
}

.index__body {
  position: relative;
  width: 100%;
  height: 100%;
}

.index__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.index__ttl {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .index__ttl {
    width: 100%;
    position: static;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.index__ttl-01 {
  width: 140px;
  -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;
  display: table;
  margin: 0 auto 14px;
}
@media (max-width: 768px) {
  .index__ttl-01 {
    margin: 0 auto 14px;
    width: 140px;
    clip-path: inset(0 100% 0 0);
  }
  .is-onscreen .index__ttl-01 {
    clip-path: inset(0 0 0 0);
  }
}
.index__ttl-02 {
  width: 312px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  display: table;
  margin: 0 auto 40px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 768px) {
  .index__ttl-02 {
    width: 312px;
    clip-path: inset(0 100% 0 0);
  }
  .is-onscreen .index__ttl-02 {
    clip-path: inset(0 0 0 0);
  }
}
.index__ttl-03 {
  width: 97px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  position: absolute;
  top: -57px;
  right: -15.4%;
  z-index: -1;
}
@media (max-width: 768px) {
  .index__ttl-03 {
    width: 97px;
    opacity: 0;
    top: -57px;
    right: -10px;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
  .is-onscreen .index__ttl-03 {
    opacity: 1;
  }
}

.index__list {
  width: 100%;
  height: 100%;
}

.index__item {
  position: absolute;
}
.index__item--1 {
  top: 35%;
  left: 18.44%;
}
@media (max-width: 767px) {
  .index__item--1 {
    top: 113px;
    left: 24px;
  }
}
.index__item--1 .index__item-img {
  width: 7.8vw;
}
@media (max-width: 767px) {
  .index__item--1 .index__item-img {
    width: 103px;
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
}
.index__item--1 .index__item-num {
  position: absolute;
  top: -12.6%;
  right: -13%;
}
@media (max-width: 767px) {
  .index__item--1 .index__item-num {
    top: -18px;
    right: -18px;
  }
}
.index__item--1 .index__item-num img {
  width: 3.6vw;
}
@media (max-width: 767px) {
  .index__item--1 .index__item-num img {
    width: 49px;
  }
}
.index__item--2 {
  top: 38.4%;
  left: 41.35%;
}
@media (max-width: 767px) {
  .index__item--2 {
    top: 139px;
    left: 140px;
  }
}
.index__item--2 .index__item-img {
  width: 7.9vw;
}
@media (max-width: 767px) {
  .index__item--2 .index__item-img {
    width: 108px;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.index__item--2 .index__item-num {
  position: absolute;
  top: 0;
  right: -36%;
}
@media (max-width: 767px) {
  .index__item--2 .index__item-num {
    right: -39px;
  }
}
.index__item--2 .index__item-num img {
  width: 3.7vw;
}
@media (max-width: 767px) {
  .index__item--2 .index__item-num img {
    width: 51px;
  }
}
.index__item--3 {
  top: 51.1%;
  left: 62.33%;
}
@media (max-width: 767px) {
  .index__item--3 {
    top: 237px;
    right: 20px;
    left: inherit;
  }
}
.index__item--3 .index__item-img {
  width: 8.2vw;
}
@media (max-width: 767px) {
  .index__item--3 .index__item-img {
    width: 112px;
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
}
.index__item--3 .index__item-num {
  position: absolute;
  top: 85%;
  right: 6.25%;
}
@media (max-width: 767px) {
  .index__item--3 .index__item-num {
    bottom: -40px;
    top: inherit;
    right: 7px;
  }
}
.index__item--3 .index__item-num img {
  width: 3.7vw;
}
@media (max-width: 767px) {
  .index__item--3 .index__item-num img {
    width: 51px;
  }
}
.index__item--4 {
  top: 57.8%;
  left: 20.97%;
}
@media (max-width: 767px) {
  .index__item--4 {
    top: 288px;
    left: 37px;
  }
}
.index__item--4 .index__item-img {
  width: 8.2vw;
}
@media (max-width: 767px) {
  .index__item--4 .index__item-img {
    width: 112px;
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s;
  }
}
.index__item--4 .index__item-num {
  position: absolute;
  top: 74.5%;
  left: -8.92%;
}
@media (max-width: 767px) {
  .index__item--4 .index__item-num {
    top: 114px;
    left: -10px;
  }
}
.index__item--4 .index__item-num img {
  width: 3.8vw;
}
@media (max-width: 767px) {
  .index__item--4 .index__item-num img {
    width: 52px;
  }
}
.index__item--5 {
  top: 65.75%;
  left: 42.7%;
}
@media (max-width: 767px) {
  .index__item--5 {
    left: 150px;
    top: inherit;
    bottom: 10px;
  }
}
.index__item--5 .index__item-img {
  width: 9.1vw;
}
@media (max-width: 767px) {
  .index__item--5 .index__item-img {
    width: 125px;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
.index__item--5 .index__item-num {
  position: absolute;
  top: 68.6%;
  right: -26.4%;
}
@media (max-width: 767px) {
  .index__item--5 .index__item-num {
    right: -33px;
    top: inherit;
    bottom: -10px;
  }
}
.index__item--5 .index__item-num img {
  width: 3.7vw;
}
@media (max-width: 767px) {
  .index__item--5 .index__item-num img {
    width: 51px;
  }
}

.index__item-icon {
  display: table;
  margin: 11px auto 0;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@media (max-width: 767px) {
  .index__item-icon {
    margin: 6px auto 0;
  }
}
.index__item-icon svg {
  width: 1.9vw;
}
@media (max-width: 767px) {
  .index__item-icon svg {
    width: 26px;
  }
}

@media (max-width: 767px) {
  .index__item-num {
    -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;
    opacity: 0;
  }
  .is-onscreen .index__item-num {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .index__item-img {
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .is-onscreen .index__item-img {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.main {
  position: relative;
  overflow: hidden;
}

.kv__icon {
  width: 11vw;
  position: absolute;
  right: 1.7%;
  top: 78.6%;
}
@media (max-width: 767px) {
  .kv__icon {
    width: 124px;
    bottom: -11px;
    top: inherit;
    right: 3px;
  }
}
.kv__icon-1 {
  width: 95%;
  margin: 0 auto;
  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: 3.5s;
          transition-delay: 3.5s;
}
.is-page-loaded .kv__icon-1 {
  clip-path: inset(0 0 0 0);
}
.kv__icon-2 {
  width: 69%;
  margin: 0 auto;
  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: 3.7s;
          transition-delay: 3.7s;
}
.is-page-loaded .kv__icon-2 {
  clip-path: inset(0 0 0 0);
}

.background {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .background {
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: inherit;
    bottom: 0;
  }
}

.background-item {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .background-item {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: inherit;
    z-index: 11;
    bottom: -120px;
  }
}
.background-item--index {
  bottom: inherit;
  top: 0;
}
.background-item--index img {
  position: absolute;
  top: -65px;
  left: 0;
}

.content {
  position: relative;
  width: 62.3%;
  margin-left: auto;
  padding-right: 4.24%;
}
@media (max-width: 767px) {
  .content {
    padding-right: 0;
    width: 100%;
    z-index: 111;
  }
}

.inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.section {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .section {
    padding-top: 130px;
    padding-bottom: 0;
  }
}
.section--kv {
  padding: 0;
}
.section--1 .section-copy {
  top: 4.6%;
  right: -3%;
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  width: 18.7%;
}
@media (max-width: 767px) {
  .section--1:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 1;
    background: #fff;
    top: 0;
    left: 0;
  }
}
.section--2 .section-copy {
  top: 4.6%;
  right: -3%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  width: 18.7%;
}
.section--3 .section-copy {
  top: 18.47%;
  left: -10.9%;
  -webkit-transform: rotate(-355deg);
          transform: rotate(-355deg);
  width: 21.89%;
}
.section--4 .section-copy {
  top: 7.2%;
  left: -1.2%;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  width: 18.7%;
}
.section--5 .section-copy {
  top: 5.4%;
  right: 1.2%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  width: 18.7%;
}
.section--6 {
  width: 24.59%;
  max-width: 336px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section--6 {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 60px;
    margin-top: 120px;
  }
}

.section-ttl {
  width: 42.8%;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 111;
}
@media (max-width: 767px) {
  .section-ttl {
    width: 100%;
    top: inherit;
    position: relative;
    margin-bottom: 30px;
  }
}
.section-ttl--1 .section-ttl__num {
  width: 26.47%;
}
.section-ttl--2 .section-ttl__num {
  width: 27.35%;
}
.section-ttl--3 .section-ttl__num {
  width: 27.35%;
}
.section-ttl--4 .section-ttl__num {
  width: 27.9%;
}
.section-ttl--5 .section-ttl__num {
  width: 27.35%;
}

.section-ttl__en {
  width: 25.3%;
  display: table;
  margin: 0 auto;
  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;
}
.is-onscreen .section-ttl__en {
  clip-path: inset(0 0 0 0);
}

.section-ttl__num {
  display: table;
  margin: 0 auto;
  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: 0.3s;
          transition-delay: 0.3s;
}
.is-onscreen .section-ttl__num {
  clip-path: inset(0 0 0 0);
}

.section-ttl__text {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1vw;
  text-align: center;
  position: relative;
  display: table;
  margin: 18px auto;
  padding-bottom: 6px;
  -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;
  clip-path: inset(100% 0 0 0);
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
@media (max-width: 767px) {
  .section-ttl__text {
    font-size: 34px;
  }
}
.is-onscreen .section-ttl__text {
  clip-path: inset(0 0 0 0);
}
.section-ttl__text:after {
  content: "";
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 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: 1.5s;
          transition-delay: 1.5s;
}
.section--1 .section-ttl__text:after {
  background: #ed7b89;
}
.section--2 .section-ttl__text:after {
  background: #33AEDB;
}
.section--3 .section-ttl__text:after {
  background: #DD6560;
}
.section--4 .section-ttl__text:after {
  background: #40ACB5;
}
.section--5 .section-ttl__text:after {
  background: #F48554;
}
.is-onscreen .section-ttl__text:after {
  width: 100%;
}

.section-ttl__text-2 {
  font-family: "Shippori Mincho", serif;
  font-size: 0.9vw;
  text-align: center;
  -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;
}
@media (max-width: 767px) {
  .section-ttl__text-2 {
    font-size: 14px;
  }
}

.section-ttl__icon {
  width: 7.6%;
  margin: 17px auto 10px;
  -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;
  animation: floating-y 1.2s ease-in-out infinite alternate-reverse;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-onscreen .section-ttl__icon {
  opacity: 1;
}

.check__list {
  position: relative;
  display: table;
  margin: 0 auto;
}

.check__item {
  width: 100%;
}
.check__item p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  margin-left: 8px;
  font-family: "Noto Serif JP", serif;
}

.check__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -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: 0.3s;
          transition-delay: 0.3s;
}
.check__text.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.check__text:last-child {
  margin-bottom: 0;
}

.check__icon {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #000;
}
.check__icon svg {
  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: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translate(3px, -2px);
          transform: translate(3px, -2px);
}
.is-onscreen .check__icon svg {
  clip-path: inset(0 0 0 0);
}

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

.section-left {
  width: 47.4%;
}
@media (max-width: 767px) {
  .section-left {
    width: 100%;
    position: relative;
    z-index: 111;
  }
}

.section-right {
  width: 52.6%;
}
@media (max-width: 767px) {
  .section-right {
    width: 100%;
    padding: 0 20px;
  }
}

.section-copy {
  position: absolute;
  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;
  margin-left: -3px;
  margin-right: -3px;
}

.section-copy-a {
  width: 50%;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 0 100% 0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  padding-left: 3px;
}
.is-onscreen .section-copy-a {
  clip-path: inset(0 0 0 0);
}

.section-copy-b {
  width: 50%;
  -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;
  padding-right: 3px;
  clip-path: inset(0 0 100% 0);
}
.is-onscreen .section-copy-b {
  clip-path: inset(0 0 0 0);
}

.section-img__top {
  width: 87.7%;
  position: relative;
  z-index: 1;
}
.section--4 .section-img__top {
  margin-left: auto;
}
.section-img__top a {
  display: block;
}

.section-img__bottom {
  width: 72.87%;
  position: relative;
  margin-top: -25px;
  margin-left: auto;
  z-index: 2;
}
.section--4 .section-img__bottom {
  margin-left: inherit;
}
.section-img__bottom a {
  display: block;
}

.section-price {
  position: absolute;
  width: 63.8%;
  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;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.is-onscreen .section-price {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.section-price--1 {
  left: -26%;
  top: 10%;
}
.section-price--2 {
  left: -26%;
  bottom: 7.8%;
}
.section-price--3 {
  width: 52.1%;
  right: -7.8%;
  top: 6.6%;
}
.section-price--4 {
  right: -29.9%;
  top: 11.95%;
}
.section-price--5 {
  left: -29.9%;
  top: 8%;
}

.caption {
  font-size: 14px;
  line-height: 26px;
  padding: 0 8%;
  margin-top: 30px;
  font-family: "Shippori Mincho", serif;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .caption {
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.maskleft {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 100% 0 0);
}
.is-onscreen .maskleft {
  clip-path: inset(0 0 0 0);
}

.maskright {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  clip-path: inset(0 0 0 100%);
}
.is-onscreen .maskright {
  clip-path: inset(0 0 0 0);
}

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

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

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

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

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

@media (max-width: 767px) {
  .footer__inner {
    width: auto;
    padding: 0 20px;
  }
}
.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) {
  .footer__link {
    gap: 12px;
  }
}
.footer__linkItem {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .footer__linkItem {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 1000px) {
  .footer__linkItem {
    width: calc(50% - 0.6rem);
    height: 70px;
  }
}
.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) {
  .footer__linkInner {
    height: 70px;
  }
}
.footer__linkInner svg {
  display: block;
  width: auto;
  height: 100%;
}

.footer__linkInner path {
  fill: #fff;
}

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

.footer__brand-logo {
  width: 137px;
}

.footer__brand-logo,
.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;
}

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

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

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

.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) {
  .footer__nav-list {
    gap: 10px;
    margin-top: 70px;
  }
}

.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) {
  .footer__nav-item {
    font-size: 12px;
  }
}

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

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

.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) {
  .footer__copyright {
    font-size: 12px;
    margin-top: 70px;
  }
}

.credit-more {
  font-family: "EB Garamond", serif;
  display: block;
  background: #e6c521;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  display: none;
}
.credit-more:hover {
  background: #d9d9d9;
}
.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: #e6c521;
  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: #000;
  text-transform: uppercase;
  line-height: 14px;
}
.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: #e6c521;
  font-size: 16px;
  text-align: center;
  line-height: 78px;
}
.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;
}