@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td, caption,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

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

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

iframe {
  border: none;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

[role=button] {
  cursor: pointer;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

body {
  line-height: 1;
}

body, button, input, select, textarea, datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-blue: #3eaaf5;
  --ease-main: cubic-bezier(0.33, 1, 0.68, 1);
  --font-jp: "Noto Serif JP","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  --font-en: "Cormorant","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

img {
  max-width: 100%;
  display: block;
  vertical-align: middle;
}

@media screen and (min-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
}
@media screen and (max-width: 899px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
}
html {
  font-size: 0.625em;
}

body {
  font-weight: 400;
  font-family: var(--font-jp);
  position: relative;
}

h2,
h3 {
  font-weight: 400;
}

a {
  text-decoration: none;
}

.m-modal.m-modal-custom .m-modal__bg {
  background: var(--color-white);
  opacity: 0.8;
}
.m-modal.m-modal-custom .m-modal__content {
  max-width: 1000px;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__content {
    width: 100%;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn {
  width: 78px;
  height: 78px;
  top: 20px;
  right: 21px;
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 50%;
  background-color: var(--color-blue);
}
@media screen and (max-width: 899px) {
  .m-modal.m-modal-custom .m-modal__close-btn::before, .m-modal.m-modal-custom .m-modal__close-btn::after {
    height: 2px;
  }
}
.m-modal.m-modal-custom .m-modal__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.m-modal.m-modal-custom .m-modal__close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.l-footer {
  padding: 100px 0;
}
@media screen and (max-width: 899px) {
  .l-footer {
    padding: 50px 0;
  }
}

.l-footer__sns-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 899px) {
  .l-footer__sns-list {
    gap: 25px;
  }
}
.l-footer__sns-item {
  width: 32px;
  transition: transform 0.6s var(--ease-main);
}
.l-footer__sns-item img {
  width: 100%;
}
@media screen and (max-width: 899px) {
  .l-footer__sns-item {
    width: 25px;
  }
}
@media (hover: hover) {
  .l-footer__sns-item:hover {
    transform: scale(0.9);
  }
}

.l-footer__link {
  margin-top: 40px;
}
@media screen and (max-width: 899px) {
  .l-footer__link {
    margin-top: 47px;
  }
}
.l-footer__link-list {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 899px) {
  .l-footer__link-list {
    gap: 12px;
  }
}
.l-footer__link-item {
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 899px) {
  .l-footer__link-item {
    font-size: 1.1rem;
    letter-spacing: 0.03em;
  }
}
.l-footer__link-item a {
  color: var(--color-black);
  transition: color 0.6s var(--ease-main);
}
@media (hover: hover) {
  .l-footer__link-item a:hover {
    color: var(--color-blue);
  }
}

.l-footer__caution {
  margin-top: 17px;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
  .l-footer__caution {
    margin-top: 12px;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7;
  }
}

.l-footer__copy {
  margin-top: 16px;
  text-align: center;
  font-size: 1.2rem;
}

.c-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  opacity: 0;
  filter: blur(10px);
  transform: translateY(10px);
  transition: transform 1s var(--ease-main), filter 1s var(--ease-main), opacity 0.8s var(--ease-main);
}
.p-scroll.is-active .c-title {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.c-title__text {
  font-family: var(--font-en);
  font-size: 10rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  position: relative;
}
@media screen and (max-width: 899px) {
  .c-title__text {
    font-size: 5rem;
  }
}