:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --noto-serif: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --playfair: "Playfair Display", "Noto Sans JP", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #e60012;
  --gray: #808080;
  --body: #fff;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: 0;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  field-sizing: content;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

:focus:not(:focus-visible) {
  outline: none;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

::-webkit-scrollbar {
  width: 15px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

body {
  position: relative;
  background-color: var(--body);
  overflow-x: hidden;
  font-weight: 500;
}

html {
  height: 100%;
  width: 100%;
  font-family: var(--noto-sans);
  font-size: 100%;
  color: var(--black);
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.ff-playfair {
  font-family: var(--playfair);
}

.ff-serif {
  font-family: var(--noto-serif);
}

* {
  -webkit-print-color-adjust: exact;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

a {
  color: var(--black);
}

p,
dd,
li {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  p,
  dd,
  li {
    font-size: 15px;
  }
}

table {
  border-collapse: collapse;
}

header.c-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
header.c-header > .inner {
  position: relative;
}
header.c-header > .inner .logo-head {
  width: 200px;
  position: relative;
  z-index: 20;
  pointer-events: auto;
}
header.c-header > .inner .menu-circle {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: var(--black);
  border-radius: 100%;
  transition: scale 0.5s var(--ease);
  z-index: 6;
  pointer-events: auto;
}
header.c-header > .inner .menu-circle.hover {
  scale: 1.15;
}
header.c-header > .inner .menu-circle.is-active {
  scale: 60 !important;
  pointer-events: none;
}
header.c-header > .inner .menu-circle-open {
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background-color: var(--white);
  border-radius: 100%;
  z-index: 7;
  pointer-events: none;
  opacity: 0;
  pointer-events: auto;
}
header.c-header > .inner .menu-circle-open.is-active {
  opacity: 1;
}
header.c-header > .inner button.btn-menu {
  position: absolute;
  z-index: 8;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  transform-origin: center center;
  pointer-events: auto;
}
header.c-header > .inner button.btn-menu:before {
  content: "";
  width: 24px;
  height: 2px;
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
}
header.c-header > .inner button.btn-menu:after {
  content: "";
  width: 2px;
  height: 24px;
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--white);
  transition: rotate 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
header.c-header > .inner button.btn-menu.is-active:before {
  background-color: var(--black);
}
header.c-header > .inner button.btn-menu.is-active:after {
  background-color: var(--black);
  rotate: 90deg;
}
header.c-header nav {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s;
  max-width: 1200px;
  width: 100%;
  pointer-events: auto;
}
header.c-header nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header.c-header nav.is-active li {
  animation-name: fadeIn;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
header.c-header nav ul.nav-list {
  transform: translate(-50%, -50%);
  pointer-events: none;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list {
    padding: 3vw 5% 0;
  }
}
header.c-header nav ul.nav-list.is-active {
  pointer-events: visible;
}
header.c-header nav ul.nav-list > li {
  opacity: 0;
  display: flex;
  align-items: center;
  background-size: 100% !important;
  font-weight: 400;
  overflow: hidden;
  transition: height 0.4s;
  height: 75px;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li {
    height: 65px;
    transition: none;
    background: none !important;
    height: 12vw !important;
  }
}
header.c-header nav ul.nav-list > li a {
  transition: background 0.3s;
}
@media (hover) {
  header.c-header nav ul.nav-list > li:hover {
    position: relative;
    z-index: 100;
    height: 240px;
    position: relative;
    z-index: 11;
  }
}
@media screen and (hover) and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:hover {
    background: none !important;
  }
}
@media (hover) {
  header.c-header nav ul.nav-list > li:hover img {
    opacity: 1;
    filter: blur(0);
  }
}
@media screen and (hover) and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:hover img {
    opacity: 0 !important;
  }
}
@media (hover) {
  header.c-header nav ul.nav-list > li:hover p {
    color: var(--white);
  }
  header.c-header nav ul.nav-list > li:hover h3 {
    color: var(--white);
    height: 60px;
    font-weight: 500;
    line-height: 1.2;
  }
}
@media screen and (hover) and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:hover h3 {
    height: 0;
  }
}
@media (hover) {
  header.c-header nav ul.nav-list > li:hover .link {
    opacity: 1;
    right: 70px;
  }
}
header.c-header nav ul.nav-list > li:nth-child(1) {
  animation-delay: 0s;
}
header.c-header nav ul.nav-list > li:nth-child(2) {
  animation-delay: 0.1s;
}
header.c-header nav ul.nav-list > li:nth-child(3) {
  animation-delay: 0.2s;
}
header.c-header nav ul.nav-list > li:nth-child(4) {
  animation-delay: 0.3s;
}
header.c-header nav ul.nav-list > li:nth-child(5) {
  animation-delay: 0.4s;
}
header.c-header nav ul.nav-list > li:nth-child(6) {
  animation-delay: 0.5s;
}
header.c-header nav ul.nav-list > li:last-child {
  animation-delay: 0.6s;
  margin-top: 30px;
  border-top: 1px solid var(--gray);
  padding-top: 30px;
  background: none;
  height: auto;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:last-child {
    margin-top: 4vw;
    padding-top: 5vw;
  }
}
header.c-header nav ul.nav-list > li:last-child ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 0 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:last-child ul {
    padding: 0;
    gap: 20px;
  }
}
header.c-header nav ul.nav-list > li:last-child ul li a {
  display: inline-block;
  font-family: var(--playfair);
  color: var(--gray);
  font-size: 24px;
  transition: color 0.3s;
  padding: 0;
}
@media (hover) {
  header.c-header nav ul.nav-list > li:last-child ul li a:hover {
    color: var(--white);
  }
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li:last-child ul li a {
    font-size: 5vw;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
    filter: blur(1rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
    filter: blur(0);
  }
}
header.c-header nav ul.nav-list > li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
header.c-header nav ul.nav-list > li a hgroup {
  padding: 0 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li a hgroup {
    padding: 0;
  }
}
header.c-header nav ul.nav-list > li a hgroup p {
  font-family: var(--playfair);
  font-size: 32px;
  color: var(--gray);
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li a hgroup p {
    font-size: 6vw;
    margin: 1vw 0;
  }
}
header.c-header nav ul.nav-list > li a hgroup h3 {
  color: var(--gray);
  font-size: 40px;
  height: 0;
  transition: color 0.3s, height 0.3s;
}
header.c-header nav ul.nav-list > li a .link {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 30px;
  right: 100px;
  transition: opacity 0.3s, right 0.3s;
  transition-delay: 0.2s;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header.c-header nav ul.nav-list > li a .link {
    display: none;
  }
}
header.c-header nav ul.nav-list > li a img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: blur(0.5rem);
  transition: all 0.3s;
}

main {
  position: relative;
}
main ul.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  right: 90px;
  margin-left: 220px;
}
@media screen and (max-width: 767px) {
  main ul.breadcrumb {
    margin: 0;
    top: 70px;
    right: auto;
    left: 5%;
    width: 90%;
  }
}
main ul.breadcrumb.none {
  pointer-events: none;
}
main ul.breadcrumb li {
  color: var(--gray);
  font-size: 13px;
  position: relative;
  margin-right: 40px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main ul.breadcrumb li {
    margin-right: 25px;
  }
}
main ul.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  width: 15px;
  height: 1px;
  background-color: var(--gray);
}
@media screen and (max-width: 767px) {
  main ul.breadcrumb li:after {
    left: calc(100% + 5px);
  }
}
main ul.breadcrumb li:last-child {
  margin-right: 0;
}
main ul.breadcrumb li:last-child:after {
  display: none;
}
main ul.breadcrumb li a {
  color: var(--gray);
  font-size: 13px;
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover) {
  main ul.breadcrumb li a:hover {
    opacity: 0.6;
  }
  main ul.breadcrumb li a:hover:after {
    opacity: 1;
  }
}
main section.mv-under {
  padding-top: 150px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  main section.mv-under {
    margin-bottom: 80px;
  }
}
main section.mv-under hgroup {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}
main section.mv-under hgroup h1 {
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  main section.mv-under hgroup h1 {
    font-size: 11vw;
  }
}
main section.mv-under hgroup p {
  margin-top: 15px;
  font-size: 18px;
}
main section.under {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  main section.under {
    margin-top: 80px;
  }
}
main hgroup.h2-under p {
  font-size: 20px;
  color: var(--gray);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  main hgroup.h2-under p {
    font-size: 18px;
  }
}
main hgroup.h2-under h2 {
  font-size: 32px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main hgroup.h2-under h2 {
    font-size: 26px;
    padding-bottom: 15px;
  }
}
main hgroup.h2-under h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 6px;
  background-color: var(--black);
}

footer.c-footer {
  background-color: var(--black);
  padding-top: 70px;
  margin-top: 200px;
}
@media screen and (max-width: 767px) {
  footer.c-footer {
    padding-top: 60px;
    margin-top: 80px;
  }
}
footer.c-footer .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
footer.c-footer .inner > .logo-foot {
  width: 260px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner > .logo-foot {
    width: 180px;
  }
}
footer.c-footer .inner .box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box {
    margin-top: 20px;
    flex-direction: column;
  }
}
footer.c-footer .inner .box ul.partners-list li {
  font-size: 0;
  line-height: 1;
  margin-top: 30px;
}
footer.c-footer .inner .box ul.partners-list li:nth-child(1) {
  width: 250px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(1) {
    margin-top: 30px;
    width: 58.59375vw;
  }
}
footer.c-footer .inner .box ul.partners-list li:nth-child(2) {
  width: 132px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(2) {
    width: 30.2083333333vw;
  }
}
footer.c-footer .inner .box ul.partners-list li:nth-child(3) {
  width: 132px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(3) {
    width: 30.2083333333vw;
  }
}
footer.c-footer .inner .box ul.partners-list li:nth-child(4) {
  width: 116px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(4) {
    width: 28.125vw;
  }
}
footer.c-footer .inner .box ul.partners-list li:nth-child(5) {
  width: 116px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(5) {
    width: 28.125vw;
  }
}
footer.c-footer .inner .box ul.partners-list li:nth-child(6) {
  width: 160px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box ul.partners-list li:nth-child(6) {
    width: 40.208333vw;
  }
}

footer.c-footer .inner .box ul.partners-list li a {
  transition: filter 0.4s;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}
footer.c-footer .inner .box ul.partners-list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 10;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 100%);
  transform: skewX(-50deg);
}
@media (hover) {
  footer.c-footer .inner .box ul.partners-list li a:hover:before {
    animation: shine 1s;
    animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  }
}
@keyframes shine {
  100% {
    left: 120%;
  }
}
footer.c-footer .inner .box nav {
  max-width: 395px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav {
    max-width: 100%;
    margin: 40px 0 0;
  }
}
footer.c-footer .inner .box nav ul.link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 35px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list {
    gap: 20px 10px;
  }
}
footer.c-footer .inner .box nav ul.link-list li {
  line-height: 1;
  position: relative;
}
footer.c-footer .inner .box nav ul.link-list li a {
  color: var(--gray);
  font-size: 20px;
  line-height: 1.3;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li a {
    font-size: 18px;
  }
}
@media (hover) {
  footer.c-footer .inner .box nav ul.link-list li a:hover {
    color: var(--white);
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(1) {
  grid-area: 1/1/2/2;
  width: 225px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(1) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(2) {
  grid-area: 2/1/3/2;
  padding-left: 20px;
  width: 225px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(2) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(2):before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--gray);
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(3) {
  grid-area: 3/1/4/2;
  padding-left: 20px;
  width: 225px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(3) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(3):before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--gray);
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(4) {
  grid-area: 4/1/5/2;
  padding-left: 20px;
  width: 225px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(4) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 1px;
  background-color: var(--gray);
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(5) {
  grid-area: 1/2/2/3;
  width: 135px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(5) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(6) {
  grid-area: 2/2/3/3;
  width: 135px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(6) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(7) {
  grid-area: 3/2/4/3;
  width: 135px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(7) {
    width: auto;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(8) {
  grid-area: 4/2/5/3;
  width: 135px;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .box nav ul.link-list li:nth-child(8) {
    width: auto;
    padding-top: 1px;
  }
}
footer.c-footer .inner .box nav ul.link-list li:nth-child(8) a {
  font-size: 16px;
}
footer.c-footer .inner .copyright-area {
  margin-top: 90px;
  border-top: 1px solid var(--gray);
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .copyright-area {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
}
footer.c-footer .inner .copyright-area .about {
  color: var(--white);
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .copyright-area .about {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .copyright-area .about span {
    display: none;
  }
}
footer.c-footer .inner .copyright-area p.copyright small {
  color: var(--gray);
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer.c-footer .inner .copyright-area p.copyright small {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
}

.c-arw-link {
  display: flex;
  width: 225px;
  height: 53px;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  font-family: var(--playfair);
  position: relative;
  margin: 3px 5px 4px auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-arw-link {
    width: 180px;
    font-size: 16px;
  }
}
.c-arw-link.white {
  color: var(--white);
}
.c-arw-link.white:before {
  border-color: var(--white);
}
.c-arw-link.white:after {
  background: url(/common/img/icn_arw_link_w.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .c-arw-link.white:after {
    top: 11px;
    width: 55px;
    height: 15px;
    background-size: 100%;
  }
}
@media (hover) {
  .c-arw-link:hover:before {
    scale: 1.15;
  }
  .c-arw-link:hover:after {
    right: -5px;
  }
}
.c-arw-link:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 50px;
  width: 50px;
  height: 50px;
  transition: scale 0.15s;
  border: 1px solid var(--black);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .c-arw-link:before {
    width: 40px;
    height: 40px;
    right: 40px;
    top: 5px;
  }
}
.c-arw-link:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 5px;
  background: url(/common/img/icn_arw_link_b.svg) no-repeat center;
  translate: 0 50%;
  width: 70px;
  height: 17px;
  transition: right 0.15s;
}
@media screen and (max-width: 767px) {
  .c-arw-link:after {
    top: 11px;
    width: 55px;
    height: 15px;
    background-size: 100%;
  }
}

canvas {
  object-fit: cover !important;
  object-position: center !important;
  width: 100% !important;
  height: 100svh !important;
}

.lottie1 {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
}

.lottie2 {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100svh !important;
  z-index: 6;
}
.lottie2.is-active {
  opacity: 1;
}

.lottie-under {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 530px;
  z-index: -1;
}
.lottie-under canvas {
  height: 530px !important;
}
.lottie-under:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff, transparent, transparent), top center/cover;
}

.text-bg {
  position: relative;
  overflow: hidden;
  color: transparent !important;
  opacity: 0;
  display: inline-block;
}
.text-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  z-index: 10;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
}
.text-bg * {
  opacity: 0 !important;
}
.text-bg *:before, .text-bg *:after {
  display: none !important;
}
.text-bg.block {
  display: block !important;
}
.text-bg.inline-block {
  display: inline-block !important;
}

.text-bg.reveal {
  opacity: 1;
}
.text-bg.reveal:before {
  transform: translateX(0);
}
.text-bg.reveal.reveal.remove-bg {
  color: inherit !important;
}
.text-bg.reveal.reveal.remove-bg * {
  opacity: 1 !important;
}
.text-bg.reveal.reveal.remove-bg *:before, .text-bg.reveal.reveal.remove-bg *:after {
  display: block !important;
}
.text-bg.reveal.reveal.remove-bg:before {
  transform: translateX(101%);
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}