/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
body.sp {
  display: block !important;
}

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

.header {
  opacity: 0 !important;
}
.header.fixed {
  top: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .header.fixed {
    opacity: 0 !important;
  }
}
.header.fixed:not(.visible) {
  -webkit-transition: none !important;
  transition: none !important;
}
.header.fixed.visible {
  opacity: 1 !important;
}
@media print, screen and (max-width: 1023.9px) {
  .header.fixed.-is-visible {
    opacity: 1 !important;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header.fixed:not(.-is-visible):not(.top) {
    opacity: 0 !important;
  }
}
.header.fixed .header__block01 {
  -webkit-transition: none !important;
  transition: none !important;
}
.header.fixed .header__inner {
  -webkit-transition: none !important;
  transition: none !important;
}
.header.fixed:not(.top) .header__inner {
  padding-top: 0 !important;
}
@media print, screen and (max-width: 1023.9px) {
  .header.fixed:not(.top) .header__block01 {
    height: 13.3333333333vw !important;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header.fixed:not(.top) .header__logo.tokyo-tatemono {
    position: absolute !important;
    top: 0 !important;
    -webkit-transform: translateY(-100%) !important;
            transform: translateY(-100%) !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.header.fixed .header__logo.tokyo-tatemono {
  -webkit-transition: none !important;
  transition: none !important;
}
.header.top {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media print, screen and (min-width: 1024px) {
  .hide-at-pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .hide-at-sp {
    display: none !important;
  }
}

.brillia-nav {
  display: none !important;
}

.contents-wrapper {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

main {
  margin-bottom: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  main {
    margin-bottom: 110px;
    margin-top: 90px;
  }
}

.mv-wrap {
  position: relative;
}

.mv {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .mv {
    display: none !important;
  }
}

.mv__text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
}
.mv__text-area.-loaded {
  opacity: 1;
}

.mv__copy {
  color: #093544;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
  font-size: clamp(3.75rem, 2.2888rem + 2.2831vw, 5rem);
}
.mv__copy img {
  margin-right: auto;
  margin-left: auto;
}

.mv__text {
  text-align: center;
  font-size: 18px;
  line-height: 2.5;
  font-family: "Noto Serif JP", serif;
  margin-top: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .mv__text {
    margin-top: 12px;
  }
}

.mv__copy-wrap {
  position: relative;
  width: 21vw;
  margin: 0 auto;
}

.mv__svg {
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16vw;
  z-index: -1;
}

.mv {
  position: relative;
  height: 100vh;
  overflow: clip;
  width: 100%;
}

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

.mv__block {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: clip;
}
.mv__block.-left {
  left: 0;
}
.mv__block.-right {
  right: 0;
}
.mv__block.-right .mv__item:not(.-main) {
  margin-left: auto;
}

.mv__block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.mv__item {
  width: 27vw;
}
@media print, screen and (min-width: 1600px) {
  .mv__item {
    width: 500px;
  }
}
@media screen and (min-height: 1200px) and (min-width: 1600px) {
  .mv__item {
    width: 1000px;
  }
}
.mv__item img {
  width: 100%;
}
.mv__item.-main {
  max-width: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 1024px) {
  .mv__item.-main {
    width: 50vw;
  }
}
.mv__item.-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv__item.-main.-left {
  top: 0;
  left: 0;
}
.mv__item.-main.-right {
  right: 0;
}
.mv__item:not(.-main) {
  overflow: hidden;
}
.mv__item:not(.-main).-from-right {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
.mv__item:not(.-main).-from-left {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.mv__item:not(.-main) img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.sp-mv {
  height: 100dvh;
  position: relative;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
@media print, screen and (min-width: 1024px) {
  .sp-mv {
    display: none !important;
  }
}

.sp-mv__text-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 6;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sp-mv__text-area.-loaded {
  opacity: 1;
}

.sp-mv__copy-wrap {
  position: relative;
}

.sp-mv__svg {
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52%;
  z-index: -1;
}

.sp-mv__copy {
  margin-right: auto;
  margin-left: auto;
  width: 46%;
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.sp-mv__text {
  text-align: center;
  margin-top: 10px;
  font-size: 13.5px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}

.sp-mv__item {
  position: absolute;
  will-change: transform, width, height, top, left, right, bottom;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  contain: layout style;
}
.sp-mv__item:not(.-main).-n1 {
  width: 142px;
  left: -70px;
  top: 155px;
}
.sp-mv__item:not(.-main).-n2 {
  top: 75px;
  width: 187px;
  right: -93px;
}
.sp-mv__item:not(.-main).-n3 {
  width: 83px;
  left: -30px;
  bottom: 150px;
  z-index: 1;
}
.sp-mv__item:not(.-main).-n4 {
  width: 110px;
  left: 36px;
  bottom: 86px;
}
.sp-mv__item:not(.-main) img {
  -webkit-transform: scale3d(1.3, 1.3, 1);
          transform: scale3d(1.3, 1.3, 1);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sp-mv__item.-main {
  height: 50%;
  position: absolute;
  z-index: 5;
  width: 100%;
}
.sp-mv__item.-main.-n1 {
  left: 0;
  top: 0;
}
.sp-mv__item.-main.-n2 {
  right: 0;
  bottom: 2px;
}
.sp-mv__item.-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.scroll-icon-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.scroll-icon-wrapper.-loaded {
  opacity: 1;
}

.scroll-icon {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding-bottom: 50px;
  line-height: 1;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .scroll-icon {
    padding-bottom: 50px;
  }
}
.scroll-icon span {
  display: inline-block;
  line-height: 0;
  width: 68px;
  height: 14px;
  background-image: url(../img/ico-scroll_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media print, screen and (max-width: 1023.9px) {
  .scroll-icon span {
    width: 68px;
    height: 14px;
  }
}
.scroll-icon::before, .scroll-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  left: 50%;
  width: 1px;
  height: 90px;
}
@media print, screen and (max-width: 1023.9px) {
  .scroll-icon::before, .scroll-icon::after {
    top: 24px;
    height: 92px;
  }
}
.scroll-icon::before {
  background-color: #c7e5f7;
}
.scroll-icon::after {
  background-color: #051e2c;
  -webkit-animation: scrollbar 2.5s ease infinite;
          animation: scrollbar 2.5s ease infinite;
}

@-webkit-keyframes scrollbar {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scrollbar {
  0% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  51% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
.bukken-wrapper {
  margin-top: 130px;
  margin-bottom: 130px;
}
@media print, screen and (max-width: 1023.9px) {
  .bukken-wrapper {
    margin-top: 92px;
    margin-bottom: 80px;
    padding-inline: 9%;
  }
}

.bukken-wrapper__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .bukken-wrapper__inner {
    gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}

.bukken {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  gap: 0;
}

.bukken__text {
  text-align: center;
  margin-top: 34px;
  font-size: 20px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 1023.9px) {
  .bukken__text {
    margin-top: 17px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bukken__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bukken__more {
  margin-top: 34px;
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 260px;
  width: 100%;
  border: 1px solid #051e2c;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .bukken__more {
    margin-top: 10px;
  }
}
.bukken__more::after {
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.489' viewBox='0 0 10 6.489'%3E%3Cpath id='arrow' d='M5,6.489l-5-5L1.489,0,5,3.511,8.511,0,10,1.489Z' fill='%23051e2c'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .bukken__more:hover {
    background-color: #051e2c;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #fff;
  }
  .bukken__more:hover::after {
    -webkit-animation: hoverbtnarrow 0.6s ease;
            animation: hoverbtnarrow 0.6s ease;
    background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.489' viewBox='0 0 10 6.489'%3E%3Cpath id='arrow' d='M5,6.489l-5-5L1.489,0,5,3.511,8.511,0,10,1.489Z' fill='%23ffffff'/%3E%3C/svg%3E");
  }
}

@-webkit-keyframes hoverbtnarrow {
  0% {
    background-position-y: 0px;
    opacity: 1;
  }
  49% {
    background-position-y: 8px;
    opacity: 1;
  }
  50% {
    background-position-y: 50px;
    opacity: 0;
  }
  51% {
    background-position-y: -100px;
    opacity: 0;
  }
  100% {
    background-position-y: 0px;
    opacity: 1;
  }
}

@keyframes hoverbtnarrow {
  0% {
    background-position-y: 0px;
    opacity: 1;
  }
  49% {
    background-position-y: 8px;
    opacity: 1;
  }
  50% {
    background-position-y: 50px;
    opacity: 0;
  }
  51% {
    background-position-y: -100px;
    opacity: 0;
  }
  100% {
    background-position-y: 0px;
    opacity: 1;
  }
}
.img-row {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media print, screen and (min-width: 1024px) {
  .img-row a {
    height: 100%;
    display: block;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row a figure {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row a figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.img-row + .img-row {
  margin-top: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-sp-mt_0 {
    margin-top: 0;
  }
}
.img-row.-n1-1 {
  -ms-grid-columns: 63.6% 1fr;
  grid-template-columns: 63.6% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n1-1 {
    -ms-grid-columns: 63.7% 1fr;
    grid-template-columns: 63.7% 1fr;
  }
}
.img-row.-n1-2 {
  -ms-grid-columns: 52.2% 1fr;
  grid-template-columns: 52.2% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n1-2 {
    -ms-grid-columns: 51.5% 1fr;
    grid-template-columns: 51.5% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n1-2 {
    -ms-grid-columns: 52.5% 1fr;
    grid-template-columns: 52.5% 1fr;
  }
}
.img-row.-n1-3 {
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n1-3 {
    -ms-grid-columns: 30.25% 1fr;
    grid-template-columns: 30.25% 1fr;
  }
}
.img-row.-n1-4 {
  -ms-grid-columns: 47.85% 1fr;
  grid-template-columns: 47.85% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.img-row.-n1-5 {
  -ms-grid-columns: 45.8% 1fr;
  grid-template-columns: 45.8% 1fr;
}
.img-row.-n1-6 {
  -ms-grid-columns: 40.68% 40.678% 1fr;
  grid-template-columns: 40.68% 40.678% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n1-6 {
    -ms-grid-columns: 51.79% 1fr;
    grid-template-columns: 51.79% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n1-6 {
    -ms-grid-columns: 40.81% 40.82% 1fr;
    grid-template-columns: 40.81% 40.82% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n1-6 .child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row.-n1-6 .child {
    display: contents;
  }
}
.img-row.-n2-1 {
  -ms-grid-columns: 48.75% 1fr;
  grid-template-columns: 48.75% 1fr;
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n2-1 {
    -ms-grid-columns: 48.89% 1fr;
    grid-template-columns: 48.89% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n2-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.img-row.-n2-2 {
  -ms-grid-columns: 49.3% 1fr;
  grid-template-columns: 49.3% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n2-2 {
    -ms-grid-columns: 48.71% 1fr;
    grid-template-columns: 48.71% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n2-2 {
    -ms-grid-columns: 49.52% 1fr;
    grid-template-columns: 49.52% 1fr;
  }
}
.img-row.-n2-4 {
  -ms-grid-columns: 37% 1fr;
  grid-template-columns: 37% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n2-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.img-row.-n2-5 {
  -ms-grid-columns: 30.25% 1fr;
  grid-template-columns: 30.25% 1fr;
}
.img-row.-n2-6 {
  -ms-grid-columns: 52.1% 1fr;
  grid-template-columns: 52.1% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n2-6 {
    -ms-grid-columns: 50.7% 1fr;
    grid-template-columns: 50.7% 1fr;
  }
}
.img-row.-n2-7 {
  -ms-grid-columns: 68.35% 1fr;
  grid-template-columns: 68.35% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n2-7 {
    -ms-grid-columns: 67.3% 1fr;
    grid-template-columns: 67.3% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n2-7 {
    -ms-grid-columns: 68.5% 1fr;
    grid-template-columns: 68.5% 1fr;
  }
}
.img-row.-n3-1 {
  -ms-grid-columns: 68.7% 1fr;
  grid-template-columns: 68.7% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n3-1 {
    -ms-grid-columns: 68.78% 1fr;
    grid-template-columns: 68.78% 1fr;
  }
}
.img-row.-n3-2 {
  -ms-grid-columns: 21.92% 25.3% 1fr;
  grid-template-columns: 21.92% 25.3% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n3-2 {
    -ms-grid-columns: 22% 25.4% 1fr;
    grid-template-columns: 22% 25.4% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-2 .child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 45.6% 10px 1fr;
    grid-template-columns: 45.6% 1fr;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row.-n3-2 .child {
    display: contents;
  }
}
.img-row.-n3-3 {
  -ms-grid-columns: 25% 25% 1fr;
  grid-template-columns: 25% 25% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n3-3 {
    -ms-grid-columns: 25.49% 25.49% 1fr;
    grid-template-columns: 25.49% 25.49% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-3 .child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48.71% 10px 1fr;
    grid-template-columns: 48.71% 1fr;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row.-n3-3 .child {
    display: contents;
  }
}
.img-row.-n3-4 {
  -ms-grid-columns: 68.22% 1fr;
  grid-template-columns: 68.22% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-4 {
    -ms-grid-columns: 67.3% 1fr;
    grid-template-columns: 67.3% 1fr;
  }
}
.img-row.-n3-5 {
  -ms-grid-columns: 49.3% 1fr;
  grid-template-columns: 49.3% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n3-5 {
    -ms-grid-columns: 48.65% 1fr;
    grid-template-columns: 48.65% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n3-5 {
    -ms-grid-columns: 49.5% 1fr;
    grid-template-columns: 49.5% 1fr;
  }
}
.img-row.-n4-1 {
  -ms-grid-columns: 48.7% 1fr;
  grid-template-columns: 48.7% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.img-row.-n4-2 {
  -ms-grid-columns: 49.3% 1fr;
  grid-template-columns: 49.3% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-2 {
    margin-top: 10px;
    -ms-grid-columns: 48.7% 1fr;
    grid-template-columns: 48.7% 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n4-2 {
    -ms-grid-columns: 49.45% 1fr;
    grid-template-columns: 49.45% 1fr;
  }
}
.img-row.-n4-3 {
  -ms-grid-columns: 32.7% 1fr;
  grid-template-columns: 32.7% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-3 .child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.img-row.-n4-4 {
  -ms-grid-columns: 23.23% 23.26% 1fr;
  grid-template-columns: 23.23% 23.26% 1fr;
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media print, screen and (min-width: 1600px) {
  .img-row.-n4-4 {
    -ms-grid-columns: 23.3% 23.3% 1fr;
    grid-template-columns: 23.3% 23.3% 1fr;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .img-row.-n4-4 .child {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 10px 1fr;
    grid-template-columns: 30% 1fr;
    gap: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row.-n4-4 .child {
    display: contents;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row .img {
    height: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .img-row .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.img-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.img-row-column .img-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-odd {
  position: relative;
  z-index: 0;
  padding-top: 108px;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-odd {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}
.section-odd::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 70vw;
  height: 100%;
  background: #b2cde2;
}
@media print, screen and (max-width: 1023.9px) {
  .section-odd::before {
    width: 83vw;
  }
}

.section-even {
  position: relative;
  padding-top: 85px;
  padding-bottom: 210px;
  z-index: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .section-even {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}
.section-even::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 70vw;
  height: 100%;
  background: #004165;
}
@media print, screen and (max-width: 1023.9px) {
  .section-even::after {
    width: 83vw;
  }
}
.section-even .section-heading {
  --heading-color: #fff;
  width: 60%;
  margin-left: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .section-even .section-heading {
    width: 83vw;
  }
}

.section-heading {
  margin-bottom: 100px;
  --heading-color: #051e2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--heading-color);
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    margin-bottom: 50px;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 9%;
  }
}

.section-heading__num {
  font-size: 140px;
  font-weight: lighter;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading__num {
    font-size: 60px;
  }
}

.section-heading__heading {
  font-size: 44px;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading__heading {
    font-size: 24px;
    line-height: 1.4;
  }
}

.section-heading__text {
  font-size: 14px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.modal-trigger {
  display: block;
  cursor: pointer;
}

.slide-num-and-arrow {
  display: contents;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-num-and-arrow {
    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;
    gap: 40px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 34px;
    z-index: 9;
  }
}

.slide-num-out {
  color: #fff;
}

.slide__close-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004165;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .slide__close-wrap {
    padding-top: 10px;
  }
}

.slide-num {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.5px auto;
  grid-template-columns: auto 0.5px auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
}

.slide-num > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.slide-num > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.slide-num > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-num {
    font-size: 20px;
    width: 60px;
  }
}
.slide-num .crnt {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-align: left;
  margin-right: 15px;
}
.slide-num .delimiter {
  position: relative;
}
.slide-num .delimiter::before {
  content: "";
  display: block;
  position: absolute;
  inset: 30% 20% 0 0;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.slide-num .max {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  text-align: right;
  margin-left: 10px;
}

.slide-arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-arrow {
    background-color: #fff;
    position: relative;
    -webkit-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
  }
}
.slide-arrow::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6.5px 10px;
  border: 1px solid #051e2c;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
}
@media print, screen and (max-width: 1023.9px) {
  .slide-arrow::before {
    background-size: 6.5px 10px;
  }
}
.slide-arrow.slick-disabled {
  pointer-events: none;
}
.slide-arrow.slick-disabled::before {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
@media (hover: hover) {
  .slide-arrow::before {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .slide-arrow:hover::before {
    background-color: #051e2c;
  }
}

.slide-arrow.-prev {
  left: 4%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-arrow.-prev {
    left: auto;
  }
}
.slide-arrow.-prev::before {
  background-image: url(../img/slide-arrow_l.svg);
}
@media (hover: hover) {
  .slide-arrow.-prev:hover::before {
    background-image: url(../img/slide-arrow_l_w.svg);
  }
}

.slide-arrow.-next {
  right: 4%;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media print, screen and (max-width: 1023.9px) {
  .slide-arrow.-next {
    right: auto;
  }
}
.slide-arrow.-next::before {
  background-image: url(../img/slide-arrow_r.svg);
}
@media (hover: hover) {
  .slide-arrow.-next:hover::before {
    background-image: url(../img/slide-arrow_r_w.svg);
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding-bottom: 30px;
  z-index: 1000000;
  display: none;
}
@media print, screen and (max-width: 1023.9px) {
  .modal {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
  }
}
.modal::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(5, 30, 44);
  opacity: 0.9;
  z-index: -1;
}

.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 92vh;
}
@media print, screen and (max-width: 1023.9px) {
  .slider {
    min-height: 92dvh;
  }
}
.slider figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 4vh 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 1023.9px) {
  .slider figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 100px;
  }
}
.slider figure.active {
  opacity: 1;
}
.slider figure img {
  margin: auto;
  max-height: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
.slider figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  opacity: 0.5;
  z-index: 1;
}
.slider figure.dojima1:after {
  background: url(../img/dojima1.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima2:after {
  background: url(../img/dojima2.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima3:after {
  background: url(../img/dojima3.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima4:after {
  background: url(../img/dojima4.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima5:after {
  background: url(../img/dojima5.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima6:after {
  background: url(../img/dojima6.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima7:after {
  background: url(../img/dojima7.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima8:after {
  background: url(../img/dojima8.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima9:after {
  background: url(../img/dojima9.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima10:after {
  background: url(../img/dojima10.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima11:after {
  background: url(../img/dojima11.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima12:after {
  background: url(../img/dojima12.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima13:after {
  background: url(../img/dojima13.png) no-repeat;
  background-size: cover;
}
.slider figure.dojima14:after {
  background: url(../img/dojima14.png) no-repeat;
  background-size: cover;
}
.slider figure.mino1:after {
  background: url(../img/mino1.png) no-repeat;
  background-size: cover;
}
.slider figure.mino2:after {
  background: url(../img/mino2.png) no-repeat;
  background-size: cover;
}
.slider figure.mino3:after {
  background: url(../img/mino3.png) no-repeat;
  background-size: cover;
}
.slider figure.mino4:after {
  background: url(../img/mino4.png) no-repeat;
  background-size: cover;
}
.slider figure.mino5:after {
  background: url(../img/mino5.png) no-repeat;
  background-size: cover;
}
.slider figure.mino6:after {
  background: url(../img/mino6.png) no-repeat;
  background-size: cover;
}
.slider figure.mino7:after {
  background: url(../img/mino7.png) no-repeat;
  background-size: cover;
}
.slider figure.mino8:after {
  background: url(../img/mino8.png) no-repeat;
  background-size: cover;
}
.slider figure.mino9:after {
  background: url(../img/mino9.png) no-repeat;
  background-size: cover;
}
.slider figure.mino10:after {
  background: url(../img/mino10.png) no-repeat;
  background-size: cover;
}
.slider figure.mino11:after {
  background: url(../img/mino11.png) no-repeat;
  background-size: cover;
}
.slider figure.mino12:after {
  background: url(../img/mino12.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa1:after {
  background: url(../img/fukazawa1.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa2:after {
  background: url(../img/fukazawa2.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa3:after {
  background: url(../img/fukazawa3.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa4:after {
  background: url(../img/fukazawa4.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa5:after {
  background: url(../img/fukazawa5.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa6:after {
  background: url(../img/fukazawa6.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa7:after {
  background: url(../img/fukazawa7.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa8:after {
  background: url(../img/fukazawa8.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa9:after {
  background: url(../img/fukazawa9.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa10:after {
  background: url(../img/fukazawa10.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa11:after {
  background: url(../img/fukazawa11.png) no-repeat;
  background-size: cover;
}
.slider figure.fukazawa12:after {
  background: url(../img/fukazawa12.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro1:after {
  background: url(../img/meguro1.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro2:after {
  background: url(../img/meguro2.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro3:after {
  background: url(../img/meguro3.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro4:after {
  background: url(../img/meguro4.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro5:after {
  background: url(../img/meguro5.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro6:after {
  background: url(../img/meguro6.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro7:after {
  background: url(../img/meguro7.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro8:after {
  background: url(../img/meguro8.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro9:after {
  background: url(../img/meguro9.png) no-repeat;
  background-size: cover;
}
.slider figure.meguro10:after {
  background: url(../img/meguro10.png) no-repeat;
  background-size: cover;
}

.slide-area {
  position: relative;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.close {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  text-align: center;
  background-color: #004165;
  border: none;
  cursor: pointer;
  font-weight: 100;
  margin-left: 100px;
  padding-left: 100px;
  position: relative;
}
@media print, screen and (max-width: 1023.9px) {
  .close {
    padding-left: 56px;
    margin-left: 56px;
  }
}
.close::before {
  content: "";
  display: block;
  width: 1px;
  height: 27px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pointer-wrapper {
  position: relative;
}

.pointer {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-block: 47px;
  width: 300px;
}
@media print, screen and (max-width: 1023.9px) {
  .pointer {
    top: 1%;
  }
}

.pointer__pointer {
  width: 45px;
  margin-right: auto;
  margin-left: auto;
  -webkit-animation: float 2s ease-in-out infinite;
          animation: float 2s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pointer__text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.pointer.fade-out {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media print, screen and (min-width: 1024px) {
  .spNav {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    padding: 0;
    color: #004165;
    background-color: #dbe5eb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, top 0.1s ease;
    transition: opacity 0.2s ease, top 0.1s ease;
  }
  .spNav.show {
    opacity: 1;
    visibility: visible;
  }
  .spNav__head {
    display: none;
  }
  .spNav__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  .spNav__body ul li {
    padding: 0 35px;
    line-height: 1;
  }
  .spNav__body ul li + li {
    border-left: 1px solid #a4bfd3;
  }
  .spNav__body ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2.5px;
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    line-height: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .spNav__body ul li a span {
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
  }
  .spNav__body ul li a:hover {
    opacity: 0.7;
  }
  .spNav__body ul li.crnt a {
    position: relative;
    color: #707070;
    pointer-events: none;
  }
  .spNav__body ul li.crnt a::before {
    content: "";
    display: block;
    position: absolute;
    inset: 50% calc(100% + 5px) auto auto;
    width: 6px;
    height: 6px;
    background-color: #004165;
    border-radius: 100px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (max-width: 1023.9px) {
  .spNav {
    position: fixed;
    z-index: 99;
    top: 60px;
    left: 0;
    right: 0;
    padding: 5px 15px;
    color: #004165;
    font-size: 16px;
    background-color: #dbe5eb;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease;
  }
  .spNav.show {
    opacity: 1;
    visibility: visible;
  }
  .spNav__head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .spNav__head p span {
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
  }
  .spNav__head p::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ico-btn_arrow_b.svg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .spNav__head.open p::after {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .spNav__body {
    margin-top: 5px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
  }
  .spNav__body ul {
    padding: 0 20px;
  }
  .spNav__body ul li {
    text-align: center;
  }
  .spNav__body ul li + li {
    border-top: 1px solid #051e2c;
  }
  .spNav__body ul li:nth-of-type(1).crnt + li {
    border-top: none !important;
  }
  .spNav__body ul li a {
    position: relative;
    display: inline-block;
    padding: 15px 0;
    width: 100%;
  }
  .spNav__body ul li a span {
    margin-right: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
  }
  .spNav__body ul li a::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/ico-btn_arrow_b.svg);
  }
}
.secAtt {
  position: relative;
  z-index: 88;
  background-color: #fff;
  padding: 100px 50px 200px;
}
@media print, screen and (max-width: 1023.9px) {
  .secAtt {
    padding: 50px 30px 100px;
  }
}
.secAtt ul {
  padding-left: 2em;
  font-family: "Noto Serif JP", serif;
  font-size: 11px;
}
@media print, screen and (max-width: 1023.9px) {
  .secAtt ul {
    font-size: 11px;
  }
}
.secAtt ul li {
  text-indent: -2em;
  line-height: 1.5;
}
.secAtt ul li span {
  display: inline-block;
  width: 2em;
  text-indent: 0;
}

.loading-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.loading-block {
  position: absolute;
  width: 50.1%;
  height: 100vh;
  background-color: #b2cde2;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.loading-block--left {
  left: 0;
  top: 0;
}
.loading-block--right {
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

@media (max-width: 1023.9px) {
  .loading-block--pc {
    display: none;
  }
  .loading-block--sp {
    display: block;
    width: 100vw;
    height: 50.1vh;
    position: absolute;
    left: 0;
  }
  .loading-block--top {
    top: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .loading-block--bottom {
    bottom: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (min-width: 1024px) {
  .loading-block--sp {
    display: none;
  }
  .loading-block--pc {
    display: block;
  }
}
.initial-white-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 99998;
  pointer-events: none;
}

.mv,
.sp-mv {
  opacity: 0;
}

.mv__text-area,
.sp-mv__text-area {
  opacity: 0;
}

.mv__item.-main,
.sp-mv__item.-main {
  opacity: 1;
}

.scroll-icon-wrapper {
  opacity: 0;
}

.header,
.breadcrumb {
  opacity: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}