@charset "UTF-8";
:root {
  --theme: #f67229;
  --white: #fff;
  --black: #000;
  --gray: #ddd;
  --base: #262626;
  --bg: #1c2e3c;
  --gothic: "ryo-gothic-plusn", sans-serif;
  --serif: "aktiv-grotesk", sans-serif;
  --ten: "ten-mincho-antique", sans-serif;
  --min: "Shippori Mincho", serif;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --ease: 0.6s cubic-bezier(0.09, 0.43, 0.1, 0.79);
  --solid: 1px solid var(--gray);
}

@media screen and (min-width: 1024px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: var(--wh);
  }
}
@media screen and (max-width: 1023px) and (min-width: 561px) {
  :root {
    --min-wh: 76.8rem;
    --max-wh: 102.4rem;
  }
}
@media screen and (max-width: 560px) {
  :root {
    --min-wh: 42rem;
    --max-wh: 89.6rem;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --base-width: 1500;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --base-width: 400;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --contents-lg: 86.66667vw;
    --contents2-lg: 91.13333vw;
    --contents-xxl: 97.33333vw;
    --contents-xxl-outside: 1.33333vw;
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --contents-xs: 75vw;
    --contents-sm: 80vw;
    --contents-rg: 82.5vw;
    --contents-md: 84vw;
    --contents-md2: 85vw;
    --contents-lg: 86vw;
    --contents-xl: 88.75vw;
    --contents-xxl: 91vw;
    --contents-xxl2: 90vw;
    --contents-xxxl: 92.5vw;
  }
}
:root {
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

:root {
  --border-width: 1px;
  --solid-main: solid 1px var(--color-main);
  --solid-main2: solid 1px var(--color-main2);
  --solid1: solid 1px var(--color-line);
  --solid2: solid 1px var(--color-line2);
  --solid3: solid 1px var(--color-line3);
  --solid4: solid 1px var(--color-line4);
  --solid5: solid 1px var(--color-line5);
  --solid6: solid 1px var(--color-line6);
  --solid7: solid 1px var(--color-line7);
  --solid8: solid 1px var(--color-line8);
  --solid9: solid 1px var(--color-line9);
  --solid10: solid 1px var(--color-line10);
  --solid11: solid 1px var(--color-line11);
  --solid12: solid 1px var(--color-line12);
  --solid13: solid 1px var(--color-line13);
  --solid14: solid 1px var(--color-line14);
  --solid15: solid 1px var(--color-line15);
  --solid16: solid 1px var(--color-line16);
  --solid17: solid 1px var(--color-line17);
}

@media screen and (min-width: 1024px) {
  :root {
    --solid-bold: solid 5px var(--color-txt);
  }
}
@media screen and (max-width: 1023px) {
  :root {
    --solid-bold: solid 3px var(--color-txt);
  }
}
:root {
  --ease-level1: var(--easeOutCubic);
  --ease-level2: var(--easeOutQuint);
  --ease-heavy1: var(--easeInOutQuart);
  --ease-heavy2: var(--easeInOutCirc);
  --ease-bound1: var(--easeOutBack);
  --transition-hover: 400ms var(--ease-level1);
  --transition-hover-fast: 200ms ease;
  --transition-hover-slow: 800ms var(--ease-level1);
  --transition-scroll-gnav: 500ms var(--ease-level1);
  --transition-scroll-change: 1800ms var(--ease-level1);
  --transition-sitemap: 880ms var(--ease-level1);
  --transition-button: 880ms var(--ease-level2);
  --transition-slider: 1800ms var(--ease-level1);
  --transition-slider-dots: 1000ms var(--ease-level1);
  --animation-slider-zoom: 10000ms linear;
  --transition-carousel: var(--ease-heavy1);
  --transition-carousel-slide: 600ms var(--ease-level1);
  --transition-accordion: 500ms var(--ease-heavy1);
  --transition-accordion2: 600ms var(--ease-level1);
  --transition-icon-show: 200ms var(--ease-level1);
  --transition-modal: 500ms var(--ease-level1);
  --transition-input: 200ms var(--ease-level1);
  --transition-tab: 400ms var(--ease-level1);
  --transition-fade: 2000ms var(--ease-level1);
  --transition-fade2: 1500ms var(--ease-level1);
  --transition-fade3: 800ms var(--ease-level1);
  --transition-fade-bg: 20000ms var(--ease-level1);
  --transition-fadeup: 1300ms var(--ease-level2);
  --transition-fadedown: 1300ms var(--ease-level2);
  --transition-slideline: 1200ms var(--ease-heavy1);
  --transition-slidetxt: 1500ms var(--ease-heavy1);
  --transition-slidetxt2: 1200ms var(--ease-level2);
  --transition-slidecross: 1300ms var(--ease-level2);
  --transition-scale: 1000ms var(--ease-level2);
  --transition-slidedaiagonal: 1000ms var(--ease-level2);
  --transition-splittext: 80ms var(--ease-level1);
  --transition-mountain: 10000ms var(--ease-level2);
  --transition-graph-bar: 1800ms var(--ease-heavy2);
  --transition-graph-fade: 1300ms var(--ease-level2);
  --transition-graph-pie: 700ms var(--ease-bound1);
  --transition-border: 500ms var(--ease-level1);
  --animation-scrolltxt: 3000ms var(--ease-heavy1) infinite;
  --animation-scrollmotion: 3000ms var(--ease-heavy1) infinite;
  --animation-translate: 1500ms var(--ease-level2) forwards;
  --animation-rotate360: 50000ms linear infinite;
  --animation-step-foot: 3000ms steps(2) 2;
  --animation-step-hand: 2000ms steps(2) infinite;
  --animation-step-move: 4000ms steps(6) forwards;
  --animation-step-entrance: 8000ms steps(15) forwards;
}

:root {
  --z-index-: -1;
  --z-index-l-main: 0;
  --z-index-l-footer: 10;
  --z-index-l-header__bar: 100;
  --z-index-l-gnav__overlay: 1000;
  --z-index-l-gnav__bg: 10000;
  --z-index-l-gnav__main: 100000;
  --z-index-l-header__logo: 1000000;
  --z-index-l-sitemap: 10000000;
  --z-index-l-gnav__sub: 100000000;
  --z-index-js-modal: 1000000000;
  --z-index-l-loading: 1000000010;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: 0 0;
}

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

body {
  line-height: 1;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

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

img,
picture {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:hover img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a,
button,
small,
span,
time {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

template {
  display: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

textarea {
  resize: vertical;
  overflow: auto;
}

[type=file] {
  line-height: 1 !important;
}

select::-ms-expand {
  display: none;
}

select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

input:-webkit-autofill,
option:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .lg-hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .md-hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-hide {
    display: none !important;
  }
}
.breadcrumb {
  position: relative;
  width: 100%;
  padding-top: clamp(2rem, 2rem + 0vw, 2rem);
  padding-right: clamp(2rem, 2rem + 0vw, 2rem);
  padding-bottom: clamp(3rem, 1.667rem + 1.736vw, 5rem);
  padding-left: clamp(2rem, 2rem + 0vw, 2rem);
  background-color: var(--bg);
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumb ul li {
  position: relative;
  margin: 0 0.8rem 0 0;
  padding: 0 1.8rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  line-height: 1;
}
.breadcrumb ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.6rem;
  height: 0.6rem;
  border-bottom: 1px solid var(--base);
  border-right: 1px solid var(--base);
  -webkit-transform: translateY(-45%) rotate(-45deg);
  transform: translateY(-45%) rotate(-45deg);
}
.breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb ul li:last-child::after {
  display: none;
}
.breadcrumb ul li a:hover {
  text-decoration: underline;
}

html {
  height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 62.5%;
  line-break: normal;
  overflow-wrap: break-word;
  text-underline-offset: 0.125em;
}

body {
  color: #262626;
  font-family: var(--gothic);
  font-weight: 400;
  font-size: clamp(1.4rem, 1.2666666667rem + 0.1736111111vw, 1.6rem);
  line-height: 1.5;
  letter-spacing: 0.075rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  text-decoration-thickness: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

address,
dd,
dt,
li,
td,
th {
  font-size: inherit;
  line-height: inherit;
}

ol,
ul {
  list-style-position: inside;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

svg {
  fill: currentColor;
}

body.top .logo svg {
  height: auto;
  transition: width 0.3s ease, fill 0.3s ease;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  body.top .logo svg {
    width: 150px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.top .logo svg {
    width: 220px !important;
  }
}
@media screen and (min-width: 1025px) {
  body.top .logo svg {
    width: 400px;
  }
}
body:not(.top) .logo svg {
  height: auto;
  transition: width 0.3s ease, fill 0.3s ease;
  fill: #000;
  width: 100px !important;
}
@media screen and (min-width: 768px) {
  body:not(.top) .logo svg {
    width: 150px !important;
  }
}

.logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 100;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    top: 3rem;
    left: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .logo {
    position: fixed;
    top: 4rem;
    left: 4rem;
  }
}

.nav-open .logo {
  position: fixed;
}
.nav-open .logo svg {
  fill: #fff !important;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header {
    display: flex;
    align-items: center;
  }
}
.header .nav {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 2%;
  padding-right: 2.5%;
}
@media screen and (max-width: 1024px) {
  .header .nav {
    display: block;
    height: 100vh;
    width: 100vw;
    padding: 30vh 7.5vw 10vh 7.5vw;
    transform: translate(0, 0) rotate(0.001deg);
    transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
    transform: translateY(-5%);
    visibility: hidden;
    opacity: 0;
    z-index: 11;
  }
}
.header .nav-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .nav-list {
    gap: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .nav-list {
    justify-content: flex-end;
    gap: 2rem;
  }
}
.header .nav-list li a {
  position: relative;
  padding-top: 1.25rem;
  font-family: var(--min);
  font-size: 1.6rem;
  color: var(--black);
  letter-spacing: 0.2rem;
  writing-mode: vertical-rl;
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .nav-list li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .header .nav-list li a {
    font-size: 1.6rem;
  }
}
.header .nav-list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background-color: var(--theme);
  border-radius: 9999rem;
}
.header .nav.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.header .sns {
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .header .sns {
    display: none;
  }
}
.header .sns ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: clamp(5rem, 4.333rem + 0.868vw, 6rem);
}

body.nav-open .header .nav-list li a {
  color: var(--white);
}
body.top .header .nav-list li a {
  color: var(--white);
}
body.top.js-change .header .nav-list li a {
  color: var(--black);
}

.hamburger {
  position: fixed;
  top: 0.6rem;
  right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 1003;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hamburger {
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-icon {
  position: relative;
  width: 2.6rem;
  height: 1.6rem;
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
@media screen and (min-width: 768px) {
  .hamburger .hamburger-icon {
    width: 3rem;
    height: 2rem;
  }
}
.hamburger .hamburger-icon span {
  position: absolute;
  display: block;
  height: 0.1rem;
  background-color: var(--bg);
  transition: ease 0.4s;
}
.hamburger .hamburger-icon span:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hamburger .hamburger-icon span:nth-of-type(1) {
    width: 2rem;
  }
}
.hamburger .hamburger-icon span:nth-of-type(2) {
  top: 50%;
  width: 100%;
  margin-top: -0.1rem;
}
.hamburger .hamburger-icon span:nth-of-type(3) {
  bottom: 0;
  left: 1rem;
  width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .hamburger .hamburger-icon span:nth-of-type(3) {
    width: 2rem;
  }
}
.hamburger.active .hamburger-icon span {
  background-color: var(--white);
}
.hamburger.active .hamburger-icon span:nth-of-type(1), .hamburger.active .hamburger-icon span:nth-of-type(3) {
  width: 2rem;
}
.hamburger.active .hamburger-icon span:nth-of-type(1) {
  top: 0.6rem;
  left: 0.5rem;
  transform: rotate(45deg);
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}
@media screen and (min-width: 768px) {
  .hamburger.active .hamburger-icon span:nth-of-type(1) {
    top: 1rem;
  }
}
.hamburger.active .hamburger-icon span:nth-of-type(2) {
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
  background-color: initial;
}
.hamburger.active .hamburger-icon span:nth-of-type(3) {
  left: 0.5rem;
  bottom: 0.95rem;
  transform: rotate(-45deg);
  transition: background-color 0.2s, top 0.2s, left 0.2s, transform 0.2s 0.15s;
}

body.top .hamburger-icon span {
  background-color: var(--white);
}
body.top.js-change .hamburger-icon span {
  background-color: var(--bg);
}
body.top.js-change.nav-open .hamburger-icon span {
  background-color: var(--white);
}
body.top.js-change.nav-open .hamburger-icon span:nth-of-type(2) {
  background-color: initial;
}

.line-slidein,
.line-slideout {
  display: inline-block;
  position: relative;
}

.line-slidein::before {
  content: "";
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--color-base);
  background-color: currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.line-slidein:hover::before {
  width: 100%;
}

.line-slidein-white::before {
  background-color: var(--white);
}

.line-slideout::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: var(--color-base);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
  transform-origin: center left;
}

.line-slideout:hover::before {
  transform: scaleX(0);
  transform-origin: center right;
}

.line-slideout-white::before {
  background-color: var(--white);
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.nav-open::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(28, 46, 60, 0.8);
  backdrop-filter: blur(5px);
  z-index: 2;
  transition: all 0.6s cubic-bezier(0.7, 0, 0.2, 1);
}

main {
  z-index: 3;
}

.ttl {
  font-size: clamp(1.6rem, 1.0666666667rem + 0.6944444444vw, 2.4rem);
}

.inner {
  position: relative;
}

.headline {
  margin-bottom: clamp(5rem, 0.333rem + 6.076vw, 12rem);
  text-align: center;
}
.headline h2 {
  font-family: var(--min);
  font-size: clamp(2.8rem, 0.6666666667rem + 2.7777777778vw, 6rem);
}
.headline p {
  padding-bottom: 1%;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 0.9333333333rem + 0.3472222222vw, 1.6rem);
}
.headline p::before {
  content: "（";
}
.headline p::after {
  content: "）";
}

.subline {
  margin-bottom: clamp(5rem, 3rem + 2.604vw, 8rem);
}
@media screen and (max-width: 767px) {
  .subline {
    text-align: center;
  }
}
.subline h2 {
  font-family: var(--min);
  font-size: clamp(2rem, 0.6666666667rem + 1.7361111111vw, 4rem);
}
.subline p {
  padding-bottom: 1%;
  font-family: var(--serif);
  font-size: clamp(1rem, 0.7333333333rem + 0.3472222222vw, 1.4rem);
}
.subline p::before {
  content: "（";
}
.subline p::after {
  content: "）";
}

.kv {
  position: relative;
  padding-top: 9%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv {
    padding-top: 8%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 1025px) {
  .kv {
    padding-top: 5%;
    padding-left: 7%;
  }
}
.kv ul {
  display: flex;
}
.kv ul li {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kv ul li {
    height: 70vh;
  }
}
.kv ul li:nth-child(2) {
  margin-top: 5%;
}
.kv ul li:nth-child(3) {
  margin-top: 10%;
}
@media screen and (max-width: 767px) {
  .kv ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.kv ul li .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c2e3c;
  transform-origin: right;
}

.kv-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.blob {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  filter: blur(40px);
}
@media screen and (min-width: 768px) {
  .blob {
    width: 300px;
    height: 300px;
    filter: blur(80px);
  }
}
.blob1 {
  top: 0;
  right: 20%;
}
.blob2 {
  top: 60%;
  left: -5%;
}
.blob3 {
  bottom: 0;
  left: 70%;
}
.blob4 {
  bottom: 0;
  right: 50%;
}

body.top {
  background-color: var(--bg);
  transition: var(--ease);
}
body.js-change {
  background-color: rgba(89, 110, 155, 0.05);
}
body.js-change .logo svg {
  fill: var(--black);
}
body.js-change .blob {
  background-color: rgba(223, 141, 87, 0.45);
}
body:not(.top) .blob {
  background-color: rgba(223, 141, 87, 0.45);
}

.news {
  border-top: 1px solid var(--gray);
}
.news .inner {
  padding: 12.5% 10%;
}
.news .inner .body {
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news .inner .body {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .news .inner .body {
    width: 70%;
  }
}
.news > li {
  border-bottom: var(--solid);
}
.news > li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: clamp(2rem, 0.667rem + 1.736vw, 4rem);
  padding-bottom: clamp(2rem, 0.667rem + 1.736vw, 4rem);
}
.news > li a em {
  width: 9rem;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 1.1666666667rem + 0.1736111111vw, 1.5rem);
}
.news > li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  border: 1px solid var(--black);
  font-style: normal;
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news > li a i {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news > li a i {
    width: 10rem;
    margin-inline: 2rem;
  }
}
.news > li a p {
  flex: 1;
  overflow: hidden;
  flex: 1 0 0;
  display: flex;
  align-items: center;
  width: calc(100% - 6rem);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .news > li a p {
    flex: 1 0 100%;
    margin-top: 0.8rem;
  }
}
.news > li a p span {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: var(--ease);
}
.news > li a p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0.1rem;
  background-color: var(--base);
  background-color: currentColor;
  transition: width 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.news > li a:hover p span {
  color: var(--bg);
}
.news > li a:hover p span::before {
  width: 100%;
}
.news-btn {
  display: flex;
  justify-content: end;
}
.news-btn-back {
  justify-content: start;
}
.news-btn a {
  display: flex;
  place-items: center;
  gap: 1.5rem;
  margin: 3rem 0 0;
  padding: 1rem 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
}
.news-btn a::after {
  content: "";
  height: 1px;
  width: 4.5rem;
  background: var(--black);
  transform-origin: right center;
}
.news-btn a:hover::after {
  -webkit-animation: newsBtn 1s;
  animation: newsBtn 1s;
}
@media screen and (max-width: 767px) {
  .news-list .inner {
    padding-top: 30%;
  }
}
.news-list li a p span {
  display: block;
  text-overflow: inherit;
  white-space: inherit;
  overflow: inherit;
}
@media screen and (max-width: 767px) {
  .news-dtl .inner {
    padding-top: 30%;
  }
}
.news-dtl .date {
  display: flex;
}
.news-dtl .date em {
  width: 9rem;
  font-family: var(--serif);
  font-size: clamp(1.3rem, 1.1666666667rem + 0.1736111111vw, 1.5rem);
}
.news-dtl .date i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7rem;
  border: 1px solid var(--black);
  font-style: normal;
  font-size: clamp(1rem, 0.8rem + 0.2604166667vw, 1.3rem);
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .news-dtl .date i {
    width: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  .news-dtl .date i {
    width: 10rem;
    margin-inline: 2rem;
  }
}
.news-dtl .ttl {
  padding-top: clamp(1.6rem, 0.267rem + 1.736vw, 3.6rem);
  padding-bottom: clamp(2rem, 0.267rem + 2.257vw, 4.6rem);
  border-bottom: 1px solid var(--bg);
  font-family: var(--min);
  line-height: 1;
  font-size: clamp(2rem, 0.6666666667rem + 1.7361111111vw, 4rem);
  letter-spacing: 0.2rem;
}
.news-dtl .article {
  padding-block: clamp(4rem, 3.6rem + 0.521vw, 4.6rem);
  border-bottom: 1px solid var(--bg);
  line-height: 2;
}
.news-dtl .article table {
  border-collapse: collapse;
}
.news-dtl .article table th,
.news-dtl .article table td {
  padding: clamp(1rem, 0.667rem + 0.434vw, 1.5rem);
  border: 1px solid #000;
}
.news-dtl .article ol,
.news-dtl .article ul {
  list-style: inherit;
  list-style: disc;
  margin-left: 1em;
}

@-webkit-keyframes newsBtn {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@keyframes newsBtn {
  0% {
    transform-origin: right;
    transform: scaleX(1);
  }
  50% {
    transform-origin: right;
    transform: scaleX(0);
  }
  51% {
    transform-origin: left;
    transform: scaleX(0);
  }
  100% {
    transform-origin: left;
    transform: scaleX(1);
  }
}
.movie {
  padding-top: 12.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .movie-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  .movie-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
  }
}
.movie-list li {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .movie-list li:nth-child(n+2) {
    margin-top: 10%;
  }
}
.movie-list li iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.movie-link {
  text-align: right;
}
.movie-link a {
  display: flex;
  place-items: center;
  gap: 1.5rem;
  margin: 3rem 0 0;
  padding: 1rem 0.5rem;
}
.movie-link a::after {
  content: "";
  height: 1px;
  width: 4.5rem;
  background: var(--black);
  transform-origin: right center;
}
.movie-link a:hover::after {
  -webkit-animation: newsBtn 1s;
  animation: newsBtn 1s;
}
.movie-link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.concept {
  position: relative;
  color: var(--white);
}
.concept .inner {
  padding-top: 25%;
  padding-bottom: 25%;
}
@media screen and (max-width: 767px) {
  .concept .inner {
    padding-inline: 5%;
  }
}
@media screen and (min-width: 768px) {
  .concept .inner {
    display: flex;
    justify-content: center;
    margin-inline: auto;
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concept .inner {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .concept .inner {
    width: 70%;
  }
}
.concept h3 {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  font-family: var(--ten);
  font-weight: 500;
  font-size: clamp(3.8rem, 1.9333333333rem + 2.4305555556vw, 6.6rem);
}
.concept h3 span {
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .concept h3 {
    gap: 1.8rem;
  }
}
.concept p {
  font-size: clamp(1.4rem, 1.1333333333rem + 0.3472222222vw, 1.8rem);
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .concept p {
    padding-top: 5rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .concept p {
    padding-left: clamp(5rem, -1.667rem + 8.681vw, 15rem);
  }
}
body.js-change .concept {
  color: currentColor;
}

.project {
  border-top: 1px solid var(--gray);
}
.project .inner {
  padding: 12.5% 10%;
}
.project .body {
  position: relative;
  margin-inline: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .project .body {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .project .body {
    width: 70%;
  }
}
.project .ttl {
  padding-bottom: clamp(4rem, 3.6rem + 0.521vw, 4.6rem);
  font-family: var(--min);
  line-height: 1;
  font-size: clamp(2.4rem, 0.9333333333rem + 1.9097222222vw, 4.6rem);
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .project .ttl {
    text-align: center;
  }
}
.project .cols {
  display: flex;
  justify-content: space-between;
}
.project .txt {
  position: relative;
}
.project .txt p {
  line-height: 2.5;
}
.project-slide {
  flex-grow: 1;
  margin-right: calc(50% - 50vw);
  padding-top: clamp(4rem, 2.667rem + 1.736vw, 6rem);
  overflow-x: hidden;
  position: relative;
}
.project-slide .swiper {
  overflow: visible;
}
.project-slide .swiper .swiper-pagination {
  position: relative;
  margin-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
  text-align: left;
}
.project-slide .swiper .swiper-pagination-bullet {
  margin: 0 1rem 0 0;
  background-color: var(--black);
  border-radius: 0;
  opacity: 1;
}
.project-slide .swiper .swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.project-slide .swiper .swiper-pagination-bullets {
  bottom: inherit;
}
.project dl {
  display: flex;
  margin-top: clamp(1rem, 0.333rem + 0.868vw, 2rem);
}
.project dl dt,
.project dl dd {
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
}
.project dl dt {
  position: relative;
  width: 10rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  font-family: var(--serif);
  --plus-size: 5px;
  --plus-thickness: 1px;
  --plus-color: #000;
}
.project dl dt::before, .project dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--theme);
  transform: translate(-50%, -50%);
  border-radius: 1px;
}
.project dl dt::before {
  width: 5px;
  height: 1px;
}
.project dl dt::after {
  width: 1px;
  height: 5px;
}
.project dl dd {
  padding-top: 0.5rem;
  flex: 1 0 0;
}
.project .box {
  margin-top: clamp(6rem, 3.333rem + 3.472vw, 10rem);
  padding-top: clamp(6rem, 3.333rem + 3.472vw, 10rem);
  border-top: 1px solid var(--gray);
}
@media screen and (max-width: 767px) {
  .project .info {
    margin-top: 10%;
  }
}

@keyframes circlemove {
  0% {
    bottom: 13rem;
  }
  100% {
    bottom: 3rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes kv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes kv-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
.sld {
  position: absolute;
  top: 0;
  left: 0;
}
.sd {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.sd::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--white);
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.sd::after {
  content: "";
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10rem;
  background-color: var(--white);
}
.sd a {
  color: var(--white);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  font-family: var(--garamond);
}

.container {
  position: relative;
  max-width: 166rem;
  width: 87.9518072289%;
  margin-inline: auto;
}
.container-sm {
  position: relative;
  max-width: 126rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .container-sm {
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1025px) {
  .container-sm {
    width: calc(100% - 20rem);
  }
}

.col0-sm {
  grid-template-columns: 1fr;
}

.grid {
  display: grid;
}

.gap10 {
  gap: 1rem;
}

.gap20 {
  gap: 2rem;
}

.gap30 {
  gap: 3rem;
}

.list-number li {
  position: relative;
  padding: 0 0 0 3rem;
}
.list-number li:not(:first-child) {
  margin-top: 1.5rem;
}
.list-number li:nth-of-type(1):before {
  content: "1.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(2):before {
  content: "2.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(3):before {
  content: "3.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(4):before {
  content: "4.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(5):before {
  content: "5.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(6):before {
  content: "6.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(7):before {
  content: "7.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(8):before {
  content: "8.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(9):before {
  content: "9.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(10):before {
  content: "10.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(11):before {
  content: "11.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(12):before {
  content: "12.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(13):before {
  content: "13.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(14):before {
  content: "14.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(15):before {
  content: "15.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(16):before {
  content: "16.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(17):before {
  content: "17.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(18):before {
  content: "18.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(19):before {
  content: "19.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(20):before {
  content: "20.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(21):before {
  content: "21.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(22):before {
  content: "22.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(23):before {
  content: "23.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(24):before {
  content: "24.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(25):before {
  content: "25.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(26):before {
  content: "26.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(27):before {
  content: "27.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(28):before {
  content: "28.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(29):before {
  content: "29.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(30):before {
  content: "30.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(31):before {
  content: "31.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(32):before {
  content: "32.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(33):before {
  content: "33.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(34):before {
  content: "34.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(35):before {
  content: "35.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(36):before {
  content: "36.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(37):before {
  content: "37.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(38):before {
  content: "38.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(39):before {
  content: "39.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(40):before {
  content: "40.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(41):before {
  content: "41.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(42):before {
  content: "42.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(43):before {
  content: "43.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(44):before {
  content: "44.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(45):before {
  content: "45.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(46):before {
  content: "46.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(47):before {
  content: "47.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(48):before {
  content: "48.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(49):before {
  content: "49.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(50):before {
  content: "50.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(51):before {
  content: "51.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(52):before {
  content: "52.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(53):before {
  content: "53.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(54):before {
  content: "54.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(55):before {
  content: "55.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(56):before {
  content: "56.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(57):before {
  content: "57.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(58):before {
  content: "58.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(59):before {
  content: "59.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(60):before {
  content: "60.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(61):before {
  content: "61.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(62):before {
  content: "62.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(63):before {
  content: "63.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(64):before {
  content: "64.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(65):before {
  content: "65.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(66):before {
  content: "66.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(67):before {
  content: "67.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(68):before {
  content: "68.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(69):before {
  content: "69.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(70):before {
  content: "70.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(71):before {
  content: "71.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(72):before {
  content: "72.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(73):before {
  content: "73.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(74):before {
  content: "74.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(75):before {
  content: "75.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(76):before {
  content: "76.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(77):before {
  content: "77.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(78):before {
  content: "78.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(79):before {
  content: "79.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(80):before {
  content: "80.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(81):before {
  content: "81.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(82):before {
  content: "82.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(83):before {
  content: "83.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(84):before {
  content: "84.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(85):before {
  content: "85.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(86):before {
  content: "86.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(87):before {
  content: "87.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(88):before {
  content: "88.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(89):before {
  content: "89.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(90):before {
  content: "90.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(91):before {
  content: "91.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(92):before {
  content: "92.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(93):before {
  content: "93.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(94):before {
  content: "94.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(95):before {
  content: "95.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(96):before {
  content: "96.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(97):before {
  content: "97.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(98):before {
  content: "98.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(99):before {
  content: "99.";
  position: absolute;
  left: 0;
  top: 0;
}
.list-number li:nth-of-type(100):before {
  content: "100.";
  position: absolute;
  left: 0;
  top: 0;
}

footer {
  position: relative;
}
footer .contact {
  background-color: var(--white);
}
footer .contact .inner {
  padding: 10% 5%;
}
@media screen and (min-width: 768px) {
  footer .contact .inner {
    padding: 5%;
  }
}
@media screen and (min-width: 768px) {
  footer .contact .cols {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  footer .contact .address dl {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  footer .contact .address dl {
    display: flex;
    gap: 2rem;
  }
}
footer .contact .address dt img {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  footer .contact .address dd {
    margin-top: 2rem;
  }
}
footer .contact .address dd p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  footer .contact .address dd p {
    justify-content: center;
  }
}
footer .contact .address dd p:nth-of-type(n + 2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  footer .contact .sns {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  footer .contact .sns {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
footer .contact .sns ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-bottom: clamp(5rem, 4.333rem + 0.868vw, 6rem);
}
@media screen and (min-width: 768px) {
  footer .contact .sns ul {
    justify-content: end;
  }
}
footer .contact-btn {
  display: flex;
  justify-content: end;
}
footer .contact-btn a {
  display: flex;
  place-items: center;
  gap: 1.5rem;
  margin: 3rem 0 0;
  padding: 1rem 0.5rem;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 1.0666666667rem + 0.1736111111vw, 1.4rem);
}
footer .contact-btn a::after {
  content: "";
  height: 1px;
  width: 4.5rem;
  background: var(--black);
  transform-origin: right center;
}
footer .contact-btn a:hover::after {
  -webkit-animation: newsBtn 1s;
  animation: newsBtn 1s;
}
footer .copyright {
  font-family: var(--garamond);
  font-size: clamp(1rem, 0.8666666667rem + 0.1736111111vw, 1.2rem);
  letter-spacing: 0.1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    text-align: right;
  }
}

.act span {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  -webkit-transform: translateX(0) skewX(0) scale(1);
  transform: translateX(0) skewX(0) scale(1);
}

.act span:nth-child(1) {
  transition-delay: 0.01s;
}

.act span:nth-child(2) {
  transition-delay: 0.07s;
}

.act span:nth-child(3) {
  transition-delay: 0.14s;
}

.act span:nth-child(4) {
  transition-delay: 0.21s;
}

.act span:nth-child(5) {
  transition-delay: 0.28s;
}

.act span:nth-child(6) {
  transition-delay: 0.35s;
}

.act span:nth-child(7) {
  transition-delay: 0.42s;
}

.act span:nth-child(8) {
  transition-delay: 0.49s;
}

.act span:nth-child(9) {
  transition-delay: 0.56s;
}

.act span:nth-child(10) {
  transition-delay: 0.63s;
}

.act span:nth-child(11) {
  transition-delay: 0.7s;
}

.act span:nth-child(12) {
  transition-delay: 0.77s;
}

.act span:nth-child(13) {
  transition-delay: 0.84s;
}

.act span:nth-child(14) {
  transition-delay: 0.91s;
}

.act span:nth-child(15) {
  transition-delay: 0.98s;
}

.act span:nth-child(16) {
  transition-delay: 1.05s;
}

.act span:nth-child(17) {
  transition-delay: 1.12s;
}

.act span:nth-child(18) {
  transition-delay: 1.19s;
}

.act span:nth-child(19) {
  transition-delay: 1.26s;
}

.act span:nth-child(20) {
  transition-delay: 1.33s;
}

.act span:nth-child(21) {
  transition-delay: 1.4s;
}

.act span:nth-child(22) {
  transition-delay: 1.47s;
}

.act span:nth-child(23) {
  transition-delay: 1.53s;
}

.act span:nth-child(24) {
  transition-delay: 1.6s;
}

.act span:nth-child(25) {
  transition-delay: 1.67s;
}

.act span:nth-child(26) {
  transition-delay: 1.74s;
}

.act span:nth-child(27) {
  transition-delay: 1.81s;
}

.act span:nth-child(28) {
  transition-delay: 1.88s;
}

.act span:nth-child(29) {
  transition-delay: 1.95s;
}

.act span:nth-child(30) {
  transition-delay: 2.02s;
}

.act span:nth-child(31) {
  transition-delay: 2.09s;
}

.act span:nth-child(32) {
  transition-delay: 2.16s;
}

.icon {
  fill: var(--black);
}
.icon-header {
  fill: var(--white);
}

.pager {
  margin-top: 60px;
  text-align: right;
}

.pager a:link,
.pager a,
.pager span {
  vertical-align: middle;
}

.pager span.pages {
  display: inline-block;
  padding-right: 7px;
  height: 48px;
  color: #898989;
  font-size: 1.4rem;
  line-height: 48px;
}

.pager {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
.pager a {
  position: relative;
  border-radius: 9999rem;
  border: 1px solid #212836;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager a.prev, .pager a.next {
  width: 4rem;
  height: 4rem;
}
@media screen and (min-width: 768px) {
  .pager a.prev, .pager a.next {
    width: 5rem;
    height: 5rem;
  }
}
.pager a.prev::before, .pager a.next::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pager a.prev::before {
  border-left: 1px solid #212836;
  border-bottom: 1px solid #212836;
  transform: translateX(1px) rotate(45deg);
}
.pager a.next::before {
  border-right: 1px solid #212836;
  border-top: 1px solid #212836;
  transform: translateX(-1px) rotate(45deg);
}

.pager a.next:hover,
.pager a.prev:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .pager {
    margin-top: 20px;
  }
  .pager a.next:hover,
  .pager a.prev:hover {
    opacity: 1;
  }
}
.project-text {
  padding-top: 1.5rem;
  font-size: 1.1rem;
}/*# sourceMappingURL=style.css.map */